diff --git a/dereferenced/deref-sailpoint-api.beta.json b/dereferenced/deref-sailpoint-api.beta.json index 5b68e00..6b978f6 100644 --- a/dereferenced/deref-sailpoint-api.beta.json +++ b/dereferenced/deref-sailpoint-api.beta.json @@ -18691,7 +18691,7 @@ "type": "string" }, "example": "identityId eq \"2c9180858082150f0180893dbaf44201\"", - "description": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in*\n\n**identityId**: *eq*\n\n**name**: *eq, in*\n\n**nativeIdentity**: *eq, in*\n\n**sourceId**: *eq, in*\n\n**uncorrelated**: *eq*" + "description": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*" }, { "in": "query", @@ -18702,7 +18702,7 @@ "format": "comma-separated" }, "example": "id,name", - "description": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified**" + "description": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, identity.name**" } ], "responses": { @@ -19269,7 +19269,7 @@ "Accounts" ], "summary": "Create Account", - "description": "This API submits an account creation task and returns the task ID. \nThe `sourceId` where this account will be created must be included in the `attributes` object.\n>**Note: This API only supports account creation for file based sources.**\nA token with ORG_ADMIN authority is required to call this API.", + "description": "This API submits an account creation task and returns the task ID. \nThe `sourceId` where this account will be created must be included in the `attributes` object.\nThis endpoint creates an account on the source record in your ISC tenant. This is useful for Flat File (`DelimitedFile`) type sources because it allows you to aggregate new accounts without needing to import a new CSV file every time. \nHowever, if you use this endpoint to create an account for a Direct Connection type source, you must ensure that the account also exists on the target source. The endpoint doesn't actually provision the account on the target source, which means that if the account doesn't also exist on the target source, an aggregation between the source and your tenant will remove it from your tenant. \nA token with ORG_ADMIN authority is required to call this API.", "security": [ { "UserContextAuth": [ diff --git a/dereferenced/deref-sailpoint-api.beta.yaml b/dereferenced/deref-sailpoint-api.beta.yaml index 653e49d..81432b3 100644 --- a/dereferenced/deref-sailpoint-api.beta.yaml +++ b/dereferenced/deref-sailpoint-api.beta.yaml @@ -15012,15 +15012,15 @@ paths: Filtering is supported for the following fields and operators: - **id**: *eq, in* + **id**: *eq, in, sw* - **identityId**: *eq* + **identityId**: *eq, in, sw* - **name**: *eq, in* + **name**: *eq, in, sw* - **nativeIdentity**: *eq, in* + **nativeIdentity**: *eq, in, sw* - **sourceId**: *eq, in* + **sourceId**: *eq, in, sw* **uncorrelated**: *eq* - in: query @@ -15033,7 +15033,7 @@ paths: description: |- Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) - Sorting is supported for the following fields: **id, name, created, modified** + Sorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, identity.name** responses: '200': description: List of account objects @@ -15458,7 +15458,8 @@ paths: description: |- This API submits an account creation task and returns the task ID. The `sourceId` where this account will be created must be included in the `attributes` object. - >**Note: This API only supports account creation for file based sources.** + This endpoint creates an account on the source record in your ISC tenant. This is useful for Flat File (`DelimitedFile`) type sources because it allows you to aggregate new accounts without needing to import a new CSV file every time. + However, if you use this endpoint to create an account for a Direct Connection type source, you must ensure that the account also exists on the target source. The endpoint doesn't actually provision the account on the target source, which means that if the account doesn't also exist on the target source, an aggregation between the source and your tenant will remove it from your tenant. A token with ORG_ADMIN authority is required to call this API. security: - UserContextAuth: diff --git a/dereferenced/deref-sailpoint-api.v3.json b/dereferenced/deref-sailpoint-api.v3.json index 0a8c756..d64a00c 100644 --- a/dereferenced/deref-sailpoint-api.v3.json +++ b/dereferenced/deref-sailpoint-api.v3.json @@ -13219,7 +13219,7 @@ "Accounts" ], "summary": "Create Account", - "description": "This API submits an account creation task and returns the task ID. \nThe `sourceId` where this account will be created must be included in the `attributes` object.\n>**Note: This API only supports account creation for file based sources.**\nA token with ORG_ADMIN authority is required to call this API.", + "description": "This API submits an account creation task and returns the task ID. \nYou must include the `sourceId` where the account will be created in the `attributes` object.\nThis endpoint creates an account on the source record in your ISC tenant. This is useful for Flat File (`DelimitedFile`) type sources because it allows you to aggregate new accounts without needing to import a new CSV file every time. \nHowever, if you use this endpoint to create an account for a Direct Connection type source, you must ensure that the account also exists on the target source. The endpoint doesn't actually provision the account on the target source, which means that if the account doesn't also exist on the target source, an aggregation between the source and your tenant will remove it from your tenant. \nA token with ORG_ADMIN authority is required to call this API.", "security": [ { "UserContextAuth": [ diff --git a/dereferenced/deref-sailpoint-api.v3.yaml b/dereferenced/deref-sailpoint-api.v3.yaml index 878f2ca..8dabade 100644 --- a/dereferenced/deref-sailpoint-api.v3.yaml +++ b/dereferenced/deref-sailpoint-api.v3.yaml @@ -10926,8 +10926,9 @@ paths: summary: Create Account description: |- This API submits an account creation task and returns the task ID. - The `sourceId` where this account will be created must be included in the `attributes` object. - >**Note: This API only supports account creation for file based sources.** + You must include the `sourceId` where the account will be created in the `attributes` object. + This endpoint creates an account on the source record in your ISC tenant. This is useful for Flat File (`DelimitedFile`) type sources because it allows you to aggregate new accounts without needing to import a new CSV file every time. + However, if you use this endpoint to create an account for a Direct Connection type source, you must ensure that the account also exists on the target source. The endpoint doesn't actually provision the account on the target source, which means that if the account doesn't also exist on the target source, an aggregation between the source and your tenant will remove it from your tenant. A token with ORG_ADMIN authority is required to call this API. security: - UserContextAuth: diff --git a/postman/collections/sailpoint-api-beta.json b/postman/collections/sailpoint-api-beta.json index 3bbf003..9c564cf 100644 --- a/postman/collections/sailpoint-api-beta.json +++ b/postman/collections/sailpoint-api-beta.json @@ -5,7 +5,7 @@ "description": "Use this API to implement and customize access profile functionality.\nWith this functionality in place, administrators can create access profiles and configure them for use throughout IdentityNow, enabling users to get the access they need quickly and securely.\n\nAccess profiles group entitlements, which represent access rights on sources.\n\nFor example, an Active Directory source in IdentityNow can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nAccess profiles are the most important units of access in IdentityNow. IdentityNow uses access profiles in many features, including the following:\n\n- Provisioning: When you use the Provisioning Service, lifecycle states and roles both grant access to users in the form of access profiles.\n\n- Certifications: You can approve or revoke access profiles in certification campaigns, just like entitlements.\n\n- Access Requests: You can assign access profiles to applications, and when a user requests access to the app associated with an access profile and someone approves the request, access is granted to both the application and its associated access profile.\n\n- Roles: You can group one or more access profiles into a role to quickly assign access items based on an identity's role.\n\nIn IdentityNow, administrators can use the Access drop-down menu and select Access Profiles to view, configure, and delete existing access profiles, as well as create new ones.\nAdministrators can enable and disable an access profile, and they can also make the following configurations:\n\n- Manage Entitlements: Manage the profile's access by adding and removing entitlements.\n\n- Access Requests: Configure access profiles to be requestable and establish an approval process for any requests that the access profile be granted or revoked.\nDo not configure an access profile to be requestable without first establishing a secure access request approval process for the access profile.\n\n- Multiple Account Options: Define the logic IdentityNow uses to provision access to an identity with multiple accounts on the source.\n\nRefer to [Managing Access Profiles](https://documentation.sailpoint.com/saas/help/access/access-profiles.html) for more information about access profiles.\n", "item": [ { - "id": "42584949-edf5-4b99-bee2-3dbf2b0f561a", + "id": "64503a3d-917c-4956-b1dc-61a02530c3ff", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "7485ddbb-f1ad-418e-b5ba-d61b62d12d7e", + "id": "fa0a0a63-5eff-42e4-84ea-e2b07b954592", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65132098-eb77-4eb6-a9e7-ae7001acd35c", + "id": "84d49589-617d-4e1d-a605-ae8b30f91c5b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d977df53-abf1-4fa5-9b1c-2895c444dcd5", + "id": "447ce2d4-7a1e-4767-a4ea-e4cc6c0f3ca6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -455,7 +455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae3a268e-f2dc-47c9-ac70-958e301ce1f3", + "id": "3285af11-4014-4e47-8fd8-78d4118be23b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -571,7 +571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caf1a670-5a5d-44a2-bdef-dc205ee44a65", + "id": "91448184-192f-4bc5-8056-370fb4775ffb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -687,7 +687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a6e5f09-a4d4-4f0c-8faa-264bd86280aa", + "id": "489bb955-b85c-4bfc-a9e4-74d5a69a69ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "4cbecd0d-9a0e-4240-8237-f9df03118310", + "id": "594b8fdc-4ce6-416c-a5eb-12d19875bb5f", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "c3f66ed3-3657-4902-950d-01c3947dd1e8", + "id": "e062c29e-3fd0-4bfe-b00d-be13dfdc6fb1", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae2fb6f7-2d65-468a-aff3-b2cb8a261caf", + "id": "546b0a3f-ad06-437b-a586-6113f4c55819", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c70f56fa-d2ab-405b-92f0-b98fd0c06621", + "id": "078837ae-59ce-405d-b2be-723a55234372", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -1019,7 +1019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f744c9-f1e9-41e6-a48c-19fdcbf841a2", + "id": "cb3c67be-b19c-404b-880e-341b79c0b82e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -1075,7 +1075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14b2efd9-7471-4328-abd7-8dbc4416f6e9", + "id": "9854a020-4bbd-4df7-a16a-95b76939d33f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -1131,7 +1131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdafa1bc-6850-47f8-b643-9e5b7fa81fe7", + "id": "0d4287f5-7f82-49df-848f-43ce35629e44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "b60c4c55-0ca0-47e7-ab8e-c5bcb7ecede4", + "id": "82d4b7db-f7a9-4bb0-87ec-fa062e6fb3df", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "ae49c06d-f0ba-409b-adb5-d2a5e49a1e60", + "id": "4c69269b-1ab5-4681-85a7-c457f2d65da3", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5893e0a1-33ba-4302-badd-e358d2af578a", + "id": "b1357579-4ff5-414c-82e4-981f4a4d8ac9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a0faec5-2e41-4ad2-96a6-4d32d57b5641", + "id": "8770b2cf-dc77-477c-8116-5aaccd7fe49a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -1366,7 +1366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd1100d6-1535-409a-8a32-b541c7cc2da9", + "id": "613d4762-ac13-4286-b013-df989dcc8274", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -1410,7 +1410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7af96e88-0f3e-47af-80fd-be400e3b72e5", + "id": "73ae42f9-4927-4ad7-ad53-b6bee4c5aee3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -1454,7 +1454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4567681-136f-4d0e-b68c-3089ce9b9ea2", + "id": "0f71cbb3-af19-48fc-ab65-9c229dc20165", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "f8158051-8ae5-48d0-8661-09692716f5b2", + "id": "5fd45362-80b4-4195-888b-00b6c04f3def", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "a7aa5f71-7135-48b2-9b24-0251cb6ee87e", + "id": "68dfc056-f3f4-45e8-b1d4-0cd52276aa63", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f7b8583-b59b-41a5-8847-dc9b51ad5eac", + "id": "ac47a072-8e6c-4946-a761-d6f81a23e86e", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed349d11-a004-43bc-ab7c-21a5993f7c56", + "id": "e89bc30e-5bf4-4f6e-9354-0b9acdd861aa", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb5a6a8b-d8f8-4b57-9e74-a97b3274d0e1", + "id": "223f772c-9bbc-48bd-8ffe-4d2a57bd28ac", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93d0e6b3-7836-437a-b9c8-679b61d92dea", + "id": "588c20b0-b262-430e-99bf-3d7cca0450ba", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e92b4224-b9f2-461c-a3fa-2b18d1a00fb7", + "id": "d499ee93-e689-4294-b8a6-4026853fb94d", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a279442f-099a-40f6-a41a-3ce022c9f4a4", + "id": "8577281f-c593-4b98-941d-d71da14bd21e", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fc89634-5b4b-4374-ad45-1b6a0f97212f", + "id": "526bb1fb-cc39-4b55-9254-11d752d3336d", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cc18065-83c6-41a1-bd5e-abe566f3265c", + "id": "c345b6e5-8995-41c8-901d-c8f3d86ce215", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb3201fc-5d40-4101-a687-a5bfaeb75f87", + "id": "9aef9c6c-8e45-40ec-9990-05cd9caa1af8", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b24e55ec-bcaa-4926-acbe-1c714268ef80", + "id": "d56f5042-6f6f-4c2e-82a1-986a365e1898", "name": "Add Entitlements", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0e577f5-6570-4fa4-9ece-e70aabb66a18", + "id": "4286e899-1f0f-425a-95dc-ebeeeaab9335", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2248,7 +2248,7 @@ } }, { - "id": "2a72d09a-ae54-459f-b50b-8c11dfe3546f", + "id": "6a489565-7a79-467b-837b-e2a774a9079a", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2289,7 +2289,7 @@ }, "response": [ { - "id": "f99ee41b-15c6-4e48-bd0a-c01bb12119c2", + "id": "ea09faab-df5e-47ec-8cb7-03d70d287240", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -2323,7 +2323,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c28f2ae8-70b1-4614-81af-ac2ced8c9a36", + "id": "67131afa-4188-4f69-bbed-b14b1f42fc26", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2367,7 +2367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b958897c-cb15-44a5-b17b-0b4c8489e3ef", + "id": "fe06c147-a071-4985-961b-37e61381ad47", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -2411,7 +2411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "517ddd27-0c39-4de1-bc06-e080e47489d0", + "id": "dd408f20-5ee8-4ebd-82ce-b940e882097a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -2455,7 +2455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41438455-768d-4124-889a-aa4889ba6f94", + "id": "1abe4327-eeea-4694-9b62-19c7d70ce5ed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -2499,7 +2499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb0c0d8b-2cac-46c2-b879-aa55b6d85421", + "id": "b38252d1-6683-42ec-9f7a-da54d571b842", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2549,7 +2549,7 @@ } }, { - "id": "a8875d49-f05f-410c-a9d2-9fb53a3d8736", + "id": "bbe70318-db1f-4743-adc7-dffd13646b63", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2592,7 +2592,7 @@ }, "response": [ { - "id": "46bfc416-0d88-4047-ba54-864a732fb55f", + "id": "d957041a-54cd-4d87-aec1-b980212a8414", "name": "Returned only if **bestEffortOnly** is **false**, and one or more Access Profiles are in use.", "originalRequest": { "url": { @@ -2649,7 +2649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c21febe-701b-44b7-82a3-97687bd6ab14", + "id": "033b0e6c-2428-4c98-9cc9-de6cbaf74ee8", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2706,7 +2706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "857484c7-978c-41d6-9de1-b5fdaab9d870", + "id": "df59a202-3dec-4293-9c4d-b744cd48f4d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2763,7 +2763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75a47679-6ac1-473d-9480-bdedd1e6c8d1", + "id": "9681d1b5-23b5-418b-99be-1ad12e7b2162", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -2820,7 +2820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a08b25e0-5176-4429-93e7-b5097d6ddb20", + "id": "810311b8-f6c6-4bc6-8a27-8cbdebc4fb9f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -2877,7 +2877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49108798-7e5f-4193-9398-f215b19f3b42", + "id": "a9329d7a-e955-4cad-b821-832ec606fdfd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -2934,7 +2934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63630a40-c270-405f-81a7-49bc3852dd45", + "id": "bffe5c89-caa0-4181-9918-2b3fdd20e3fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2997,7 +2997,7 @@ } }, { - "id": "58d037d5-9fb9-4ca5-a4b9-7b0674fe571e", + "id": "a79a9e66-cba6-44a5-ae35-1f2d9239245e", "name": "Update Access Profile(s) requestable field.", "request": { "name": "Update Access Profile(s) requestable field.", @@ -3040,7 +3040,7 @@ }, "response": [ { - "id": "fa2df6e3-e11a-43a2-af85-0cebd68d9019", + "id": "52b35d85-4d68-49fa-a64c-1087696719d1", "name": "List of updated and not updated Access Profiles.", "originalRequest": { "url": { @@ -3097,7 +3097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a39a692d-b760-4bbf-a88e-e44245b64be4", + "id": "fdadb83d-0ee8-4f1b-bfd8-ee6497b51c11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3154,7 +3154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "750a4e74-204e-4705-8c5e-e4a7747383c2", + "id": "1f680cf0-7a61-42aa-82cd-e95aadc3bf49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -3211,7 +3211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7ab7350-33e9-4603-8b46-31b3ab8dddfb", + "id": "4b9625e6-d0df-4652-84ee-325234e086e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3268,7 +3268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90f7e4f3-efad-46c4-931e-f45bcc21a1f2", + "id": "41339f31-8f17-4e22-a233-ecc1f7aef464", "name": "Precondition Failed - Returned in response if API/Feature not enabled for an organization.", "originalRequest": { "url": { @@ -3325,7 +3325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41107c5a-ef2e-499a-9825-1210b272f80e", + "id": "0a63fede-3bbc-476c-a4ae-c3bdf46ad54c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -3382,7 +3382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff5b4c67-17ce-4d3a-b4f8-3706a5d98830", + "id": "eba6cf60-ada0-40b7-8529-4aefb760ae60", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3445,7 +3445,7 @@ } }, { - "id": "ca37a028-0f9a-446a-96f6-d9da6fa1d147", + "id": "48463ebd-4f6f-4de2-8571-c1b708501787", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3533,7 +3533,7 @@ }, "response": [ { - "id": "888f2c8c-b4e3-463d-8151-7f548503dd62", + "id": "19b4e3c5-8814-45fa-af93-4174b621ce15", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3624,7 +3624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7fbc8f4-f1f0-4832-b4a1-66ef0b69d7ce", + "id": "aca60c4c-33d3-48f2-8125-b40881174305", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3715,7 +3715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33df634f-dd68-4bbe-8997-eed05a500107", + "id": "c4e35359-b1d3-442d-8164-cad61519692a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -3806,7 +3806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be3fec12-764c-42de-9faf-9a08f72c1d46", + "id": "63fe1538-6209-4570-81a1-7e9e1f55b7a5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3897,7 +3897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5771df5f-e7ec-40cc-bcf4-99226b70a00e", + "id": "cbd3c4f5-c19e-4f1c-906b-3c28676c55ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -3988,7 +3988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd4b06a3-64ea-4c41-a06c-63070096060a", + "id": "dca39fce-ef13-4b34-9b65-b03b9f3f59d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4091,7 +4091,7 @@ "description": "Use this API to implement and customize access request approval functionality.\nWith this functionality in place, administrators can delegate qualified users to review users' requests for access or managers' requests to revoke team members' access to applications, entitlements, or roles.\nThis enables more qualified users to review access requests and the others to spend their time on other tasks.\n\nIn IdentityNow, users can request access to applications, entitlements, and roles, and managers can request that team members' access be revoked.\nFor applications and entitlements, administrators can set access profiles to require approval from the access profile owner, the application owner, the source owner, the requesting user's manager, or a governance group for access to be granted or revoked.\nFor roles, administrators can also set roles to allow access requests and require approval from the role owner, the requesting user's manager, or a governance group for access to be granted or revoked.\nIf the administrator designates a governance group as the required approver, any governance group member can approve the requests.\n\nWhen a user submits an access request, IdentityNow sends the first required approver in the queue an email notification, based on the access request configuration's approval and reminder escalation configuration.\n\nIn Approvals in IdentityNow, required approvers can view pending access requests under the Requested tab and approve or deny them, or the approvers can reassign the requests to different reviewers for approval.\nIf the required approver approves the request and is the only reviewer required, IdentityNow grants or revokes access, based on the request.\nIf multiple reviewers are required, IdentityNow sends the request to the next reviewer in the queue, based on the access request configuration's approval reminder and escalation configuration.\nThe required approver can then view any completed access requests under the Reviewed tab.\n\nRefer to [Access Requests](https://documentation.sailpoint.com/saas/help/requests/index.html) for more information about access request approvals.\n", "item": [ { - "id": "1cc5f88b-70b3-4011-bf3e-738b5f61285f", + "id": "c86aa1fb-667c-45e9-baaf-03b624b5196a", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -4115,7 +4115,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4151,7 +4151,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4160,7 +4160,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -4176,7 +4176,7 @@ }, "response": [ { - "id": "47474ecc-ec74-485f-8d4e-5b3ec869cd9c", + "id": "3ac24258-100b-4e1d-8513-f08b7a5d4143", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -4195,7 +4195,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4231,7 +4231,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4240,7 +4240,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -4275,7 +4275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e54cd01-aaff-4cb3-8380-6ad2e27ab031", + "id": "bee1db32-ad2d-46ac-8d0d-140d796ddc6f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4294,7 +4294,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4330,7 +4330,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4339,7 +4339,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -4374,7 +4374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d02f01-759e-43ac-bc17-332b55f98a88", + "id": "5d2ff85d-8b1f-4037-b819-91ed76569bee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4393,7 +4393,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4429,7 +4429,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4438,7 +4438,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -4473,7 +4473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06ecfd8b-096c-4ef0-80fc-d74c4c1f2186", + "id": "8cea483f-5577-4763-97bf-0477c8316d78", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4492,7 +4492,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4528,7 +4528,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4537,7 +4537,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -4572,7 +4572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5416d0e9-3d27-4cc3-b626-848f17fff7cf", + "id": "2e30c86d-04ac-4d19-891d-f5d21d68c4be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4591,7 +4591,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4627,7 +4627,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4636,7 +4636,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -4677,7 +4677,7 @@ } }, { - "id": "b7f23e71-cdc3-4a88-881e-4d783d09f81b", + "id": "751f599c-1397-4bdb-9ae6-9881fea5c0cd", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -4701,7 +4701,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4737,7 +4737,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4746,7 +4746,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -4762,7 +4762,7 @@ }, "response": [ { - "id": "905a297b-842d-4212-b656-31be34be8e87", + "id": "d0f1184b-64d1-43d3-bc47-0dbad4535fed", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -4781,7 +4781,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4817,7 +4817,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4826,7 +4826,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -4856,12 +4856,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Approval Name\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Object Name\",\n \"description\": \"Object Description\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Adam Kennedy\"\n },\n \"created\": \"2017-07-11T18:45:37.098Z\"\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"laborum eiusmod mollit\"\n },\n {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Approval Name\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Object Name\",\n \"description\": \"Object Description\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Adam Kennedy\"\n },\n \"created\": \"2017-07-11T18:45:37.098Z\"\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"in laboris\"\n }\n]", + "body": "[\n {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Approval Name\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Object Name\",\n \"description\": \"Object Description\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Adam Kennedy\"\n },\n \"created\": \"2017-07-11T18:45:37.098Z\"\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"aute do\"\n },\n {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Approval Name\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Object Name\",\n \"description\": \"Object Description\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Adam Kennedy\"\n },\n \"created\": \"2017-07-11T18:45:37.098Z\"\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"Lorem\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "756d9b2c-807e-4dbf-bff2-6c062f114c26", + "id": "51c2b03b-d22b-4168-82a1-be1bef60e0c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4880,7 +4880,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4916,7 +4916,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -4925,7 +4925,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -4960,7 +4960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8884cffa-918a-41ba-a147-0fb9b553a3c4", + "id": "7c580d40-b329-4377-b04d-abf6c6cd33f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4979,7 +4979,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -5015,7 +5015,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -5024,7 +5024,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -5059,7 +5059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0474dfcf-93c9-4b53-be98-6a8b6da2e3a7", + "id": "12743b1c-92a9-4bd6-9c0b-63c2f5302370", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5078,7 +5078,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -5114,7 +5114,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -5123,7 +5123,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -5158,7 +5158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36baeefe-5f07-463a-bcaf-e23fc2bbc258", + "id": "5d995cc5-346c-457e-a24b-04b12e18abcd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5177,7 +5177,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -5213,7 +5213,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -5222,7 +5222,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -5263,7 +5263,7 @@ } }, { - "id": "0722b5ba-a68d-47cb-b878-f4b0b3132d95", + "id": "e2a8a5ab-425f-4c93-a39d-b6f9ad0a014a", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -5318,7 +5318,7 @@ }, "response": [ { - "id": "7ec01f50-df38-4f1a-8e9e-231d0a9fbc6f", + "id": "90a3dddd-f81b-4e74-8bb6-588561ec4a8a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5376,7 +5376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ea77588-1ceb-4b26-9eb0-eee7087d1f20", + "id": "4fe1f1cf-e21a-4cfb-97c0-6f7645c2ed59", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5434,7 +5434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d3579f3-1111-4ed6-8d4d-3ef32608b679", + "id": "f635d907-bf06-4a58-86c1-2e7f386bf819", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5492,7 +5492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1993a11b-3b52-4688-b189-b233613d5d89", + "id": "c7aa1d92-01d7-4c72-9126-4f3dab905e35", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -5550,7 +5550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33d9c9a7-e808-40c0-b110-28bbf022d699", + "id": "39044057-e29c-46fe-9ce0-b4960c910bb4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5608,7 +5608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a071862b-33f7-4dbb-bdb5-d0e9e34d6b39", + "id": "bc6f086b-8735-47a6-bdf7-3f85a6878297", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5672,7 +5672,7 @@ } }, { - "id": "84699b98-d96f-47fe-8e06-8079842498ad", + "id": "447f8ae3-80d3-4d9e-99f1-f0b4e6ce9496", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -5727,7 +5727,7 @@ }, "response": [ { - "id": "1ec83aa2-a975-44b5-a959-596d37026ab7", + "id": "32b31408-7871-423b-8813-e9ccbf4c0ca8", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5785,7 +5785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76214c62-7a68-451e-91d8-c50a69aa9af1", + "id": "46c0de6c-1fcd-473d-aebb-7ae69b0679a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5843,7 +5843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14183b9b-eb7f-4a80-8edd-c6c9804d5132", + "id": "23d7461f-e43c-44cc-b821-cf1834ef1757", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5901,7 +5901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aaff7ba-6d9b-47d6-ba41-e40c688dd306", + "id": "5e9cf4c5-7205-460f-b028-7278901c7ceb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5959,7 +5959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b50f2a5-07cb-4d0f-a7ee-5465f9d203a7", + "id": "0a2c21fb-9d6b-4f48-99a8-40d11800ac19", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -6017,7 +6017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83d8f63b-07b9-4686-a252-f61ee8903bd9", + "id": "a00954b2-f4f5-45cd-b084-58d0646ff443", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6075,7 +6075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fa76372-7b8c-4f22-8043-53c379e30ca0", + "id": "729f1a2e-b10d-484e-ab7d-619c754f8897", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6139,7 +6139,7 @@ } }, { - "id": "9ed0992d-e949-4580-a3e9-a409353853b8", + "id": "d1c4a12f-496d-4b94-bd16-132997c99bd7", "name": "Forwards an access request approval to a new owner.", "request": { "name": "Forwards an access request approval to a new owner.", @@ -6183,7 +6183,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"exercitation occaecat ipsum nisi\",\n \"comment\": \"ad laboris exercitation aliqua quis\"\n}", + "raw": "{\n \"newOwnerId\": \"reprehenderit mollit Excepteur\",\n \"comment\": \"sint minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -6194,7 +6194,7 @@ }, "response": [ { - "id": "fab53f28-3553-4df0-9dd8-f03796f83fde", + "id": "63c72a0b-a57e-4c67-907e-7b11f69268cd", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -6230,7 +6230,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"exercitation occaecat ipsum nisi\",\n \"comment\": \"ad laboris exercitation aliqua quis\"\n}", + "raw": "{\n \"newOwnerId\": \"reprehenderit mollit Excepteur\",\n \"comment\": \"sint minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -6252,7 +6252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db478f19-3632-46f2-a317-dad95293a31e", + "id": "11ebe62e-050e-4c84-a64c-a6784187c2f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6288,7 +6288,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"exercitation occaecat ipsum nisi\",\n \"comment\": \"ad laboris exercitation aliqua quis\"\n}", + "raw": "{\n \"newOwnerId\": \"reprehenderit mollit Excepteur\",\n \"comment\": \"sint minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -6310,7 +6310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c2d6a74-ceb0-401c-a36d-0e3c6e11c9da", + "id": "6f952d1c-2520-49f7-b216-28dbc4160e3a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6346,7 +6346,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"exercitation occaecat ipsum nisi\",\n \"comment\": \"ad laboris exercitation aliqua quis\"\n}", + "raw": "{\n \"newOwnerId\": \"reprehenderit mollit Excepteur\",\n \"comment\": \"sint minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -6368,7 +6368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fceab9cf-797f-4b48-b843-cc689f7f1c15", + "id": "1c1a33ca-5335-4016-a780-5211bc7c6525", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6404,7 +6404,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"exercitation occaecat ipsum nisi\",\n \"comment\": \"ad laboris exercitation aliqua quis\"\n}", + "raw": "{\n \"newOwnerId\": \"reprehenderit mollit Excepteur\",\n \"comment\": \"sint minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -6426,7 +6426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3e3f4e-21b8-49af-8a5e-1ba499058fe3", + "id": "9b5f6cbc-e622-4334-a2a6-91ee34f85ca9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -6462,7 +6462,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"exercitation occaecat ipsum nisi\",\n \"comment\": \"ad laboris exercitation aliqua quis\"\n}", + "raw": "{\n \"newOwnerId\": \"reprehenderit mollit Excepteur\",\n \"comment\": \"sint minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -6484,7 +6484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "278cd34b-0781-4e01-b737-62dcc326b2c6", + "id": "21aa13bc-f635-40f8-8080-60178a664dd3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6520,7 +6520,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"exercitation occaecat ipsum nisi\",\n \"comment\": \"ad laboris exercitation aliqua quis\"\n}", + "raw": "{\n \"newOwnerId\": \"reprehenderit mollit Excepteur\",\n \"comment\": \"sint minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -6542,7 +6542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b21a8a9d-7b3a-4c2c-8a53-36a5ab53114b", + "id": "3c042a73-6f0e-433b-b7b7-246779511d2f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6578,7 +6578,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"exercitation occaecat ipsum nisi\",\n \"comment\": \"ad laboris exercitation aliqua quis\"\n}", + "raw": "{\n \"newOwnerId\": \"reprehenderit mollit Excepteur\",\n \"comment\": \"sint minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -6606,7 +6606,7 @@ } }, { - "id": "4651c915-5c92-4dbf-bbae-3d4e41c4c6d4", + "id": "edeebf9d-5637-4777-9629-2a0be08f0788", "name": "Get the number of pending, approved and rejected access requests approvals", "request": { "name": "Get the number of pending, approved and rejected access requests approvals", @@ -6630,7 +6630,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -6639,7 +6639,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -6655,7 +6655,7 @@ }, "response": [ { - "id": "b9c1f72b-f1c5-4423-a550-4e6f2fc88ae5", + "id": "fa7618d1-1837-4df5-9fab-cbcadb31b810", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -6674,7 +6674,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -6683,7 +6683,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -6713,12 +6713,12 @@ "value": "application/json" } ], - "body": "{\n \"pending\": -59293962,\n \"approved\": 86301562,\n \"rejected\": -14871788\n}", + "body": "{\n \"pending\": -23086339,\n \"approved\": -11933155,\n \"rejected\": -86452125\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7d12d225-597d-4fdd-adfc-470b04bdc6b1", + "id": "03f62d21-d7f5-4db2-b3ae-5b2bbd57ed32", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -6737,7 +6737,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -6746,7 +6746,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -6781,7 +6781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89da466c-0630-4879-826a-28e9fbc4d4fa", + "id": "88e02aec-d144-490c-904f-9b1cafbf49a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6800,7 +6800,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -6809,7 +6809,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -6844,7 +6844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cb4e59b-5c69-4e0d-9395-e13e914ed219", + "id": "c10ae1bd-11fe-4b54-9e9e-3890de6a7b32", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6863,7 +6863,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -6872,7 +6872,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -6907,7 +6907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2f75102-2858-44f4-84b1-39974ce3f508", + "id": "891ba9a9-14a0-4328-b321-c0cd9eb92e5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6926,7 +6926,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -6935,7 +6935,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -6970,7 +6970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b84fe334-a62b-48ed-850d-d8e77bacb699", + "id": "1f3a766f-35df-4870-acd1-f20b5ef6f03a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6989,7 +6989,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -6998,7 +6998,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -7045,7 +7045,7 @@ "description": "Use this API to implement and customize access request functionality.\nWith this functionality in place, users can request access to applications, entitlements, or roles, and managers can request that team members' access be revoked.\nThis allows users to get access to the tools they need quickly and securely, and it allows managers to take away access to those tools.\n\nIdentityNow's Access Request service allows end users to request access that requires approval before it can be granted to users and enables qualified users to review those requests and approve or deny them.\n\nIn the Request Center in IdentityNow, users can view available applications, roles, and entitlements and request access to them.\nIf the requested tools requires approval, the requests appear as 'Pending' under the My Requests tab until the required approver approves, rejects, or cancels them.\n\nUsers can use My Requests to track and/or cancel the requests.\n\nIn My Team on the IdentityNow Home, managers can submit requests to revoke their team members' access.\nThey can use the My Requests tab under Request Center to track and/or cancel the requests.\n\nRefer to [Requesting Access](https://documentation.sailpoint.com/saas/user-help/requests/requesting_access.html) for more information about access requests.\n", "item": [ { - "id": "bd305c78-d76f-41cb-8a47-e030bb4e4bfd", + "id": "17202239-4417-4a63-ae75-d5fbd6a0bb6b", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -7087,7 +7087,7 @@ }, "response": [ { - "id": "821d3747-5b38-4b71-a0ad-f06ecd10ceeb", + "id": "cee6fec8-41d1-48b7-8edd-5fd8c4d56b6b", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7143,7 +7143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db71cc1c-7ab9-4ed5-9395-92bfbac38bbb", + "id": "783805ab-cbb2-4aa3-bfac-889024e5aeb3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7199,7 +7199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f98a03f7-6df3-4be5-9e0f-48aed1bad47e", + "id": "2ea3998e-9370-4313-bc6c-4e74f8b08524", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7255,7 +7255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0136be76-30ab-4d15-b9ff-2b38cc7d79c8", + "id": "84e658e5-25c5-4a07-a249-690d699457a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7311,7 +7311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb54ffef-3434-4e92-8ec8-a2c6a2fe0aea", + "id": "fdab873b-1036-446e-86e4-08ca8f0a84a8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7367,7 +7367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66dcc315-6f13-43d8-b34f-26482bcda9fc", + "id": "601def9a-4b1b-4650-8b47-0ef1f8fb675c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7429,7 +7429,7 @@ } }, { - "id": "06ad9da8-a91c-45c3-b918-4f78e14150b0", + "id": "b8902a85-d800-4cef-a724-2b4c1076bbe1", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -7472,7 +7472,7 @@ }, "response": [ { - "id": "2e58cc1d-6f0d-4777-bf1d-6369a67c8337", + "id": "dc7fcc91-bc13-4c22-8318-aa5822e61819", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7529,7 +7529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90f4b02c-91ee-4e2a-9b85-54343f86e5ea", + "id": "120cff64-b0f8-4dbb-8567-84942c31387c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7586,7 +7586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b8269c7-b1eb-4253-abf5-612bda988f93", + "id": "01259ca6-3000-48d4-bef3-1d3329de5467", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7643,7 +7643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d004834f-3f0d-4b19-a541-39c5bf9f6e9c", + "id": "47caddee-0613-4c26-ac8d-2a40cc039258", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7700,7 +7700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7dc97b5-c90b-4e77-b0ca-a1a61fe0f0c7", + "id": "0055608f-247f-4837-9e2b-d0c86110efc3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -7757,7 +7757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e13f0f4-eef0-43e6-a782-8856af847fdd", + "id": "475ff080-328f-4891-9bab-74c018355ca1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7814,7 +7814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c0b73fa-fdb1-4a08-90e4-5003ab30e09a", + "id": "a20b99de-e468-4452-8804-0cb3e9af1c41", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7877,7 +7877,7 @@ } }, { - "id": "a089b1f6-f022-464d-bb72-dc5b35cf971e", + "id": "d0ade282-0a86-4405-b588-fcd00d672231", "name": "Close Access Request", "request": { "name": "Close Access Request", @@ -7920,7 +7920,7 @@ }, "response": [ { - "id": "f5ef4fa7-2811-43e8-8315-abee57518f5d", + "id": "7a13a9bc-83bf-419d-90af-737d1b9d9415", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7977,7 +7977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de66ebb3-9dac-45ee-ba38-bf2293eaacd8", + "id": "6da0aae2-b306-4a6b-a943-f7d8e98ffcde", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8034,7 +8034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf2c5dcb-6d50-4132-9051-e884561cfa9c", + "id": "38828975-e4cc-4917-9d28-1b104f6b1b70", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8091,7 +8091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd94aaf4-a470-4030-a4be-2545a683d61d", + "id": "52eea325-8482-4177-925a-e8cfccc5f7b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8148,7 +8148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e6a0bb4-fbf1-4c4d-8242-b9b87d02eba9", + "id": "a9708949-e8e3-4ee0-93c5-effd8c04778a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8205,7 +8205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c385bdd-df3f-4a48-9677-346656df86f2", + "id": "bfe4e83d-7b4e-42e7-b844-935701d2215f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8268,7 +8268,7 @@ } }, { - "id": "cf439fe6-c4fa-4776-9e9d-963f28988f54", + "id": "a7b2e243-875f-4bd8-a91c-3ad3ec76a369", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -8297,7 +8297,7 @@ }, "response": [ { - "id": "46c4337c-097f-4be5-8d3d-0414acc6a665", + "id": "b5f0bb06-319f-4f51-b74e-c8a3d0f83c14", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -8340,7 +8340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f414a3ae-3a39-423f-ae6c-9ea6f78c4ec2", + "id": "e783b0d9-c170-42b7-bfd6-c318b8195df3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8383,7 +8383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05579d62-1a56-4527-8a83-f44044033bf8", + "id": "a2ccdcf8-c7f7-457f-b7bd-e3f31d32555a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8426,7 +8426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb896cf9-517f-4e7c-b976-63d92dd22f42", + "id": "cd0741f0-0d9f-42e0-a751-fa5c92e5d189", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8469,7 +8469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2478d8e9-3ba7-4dbe-bea5-35f359883722", + "id": "0e209f7c-c3a4-4d5b-89d2-26fe243c9342", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8512,7 +8512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3285d230-e9a3-4651-88c9-444be8084edb", + "id": "98aca3e0-a8d0-4ff2-88c1-ffc976161bee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8561,7 +8561,7 @@ } }, { - "id": "1ddaa048-2089-4e12-a4ca-7c0b73d7c7aa", + "id": "e9380551-61f1-455a-931a-99a7313f453e", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -8603,7 +8603,7 @@ }, "response": [ { - "id": "c184db9b-1913-4008-baee-5aa5f4ed5146", + "id": "e5e013a2-45b1-4a5b-a850-14bd5c697a01", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -8659,7 +8659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41e344e9-bbe6-4f75-acd6-1620da1ad7bb", + "id": "6d7926b1-8816-4be6-9598-3c7e6efa0ef4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8715,7 +8715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e7cd7fc-415d-41bc-a64d-e91c5a5d94d6", + "id": "720c8f3b-e8f0-4a75-9346-71b8ee6fee49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8771,7 +8771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55d69fbb-f2f1-421a-bccd-96109ca81184", + "id": "ee2e9dac-df4e-45af-b6eb-c30db943c908", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8827,7 +8827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad374307-c21c-4b5d-93af-07932618ab1e", + "id": "e883ff64-f69d-4bb7-afe6-79cf4a239ade", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8883,7 +8883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10bf4077-c05b-4fd3-815b-3f3a81afd4a7", + "id": "99b19e03-a868-45ed-8cd8-64b0a407c586", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8945,7 +8945,7 @@ } }, { - "id": "cae82570-2b64-48a2-962e-7f306bc487a3", + "id": "d714c629-0eb1-439b-8863-62ad72848d85", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -9056,7 +9056,7 @@ }, "response": [ { - "id": "c2b055ab-105e-409f-9173-860662ea6f90", + "id": "1d2acf5c-d4a3-4dc7-8e84-04fa47d929e1", "name": "List of requested item status.", "originalRequest": { "url": { @@ -9181,7 +9181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "424c1abd-aeba-4c10-b12c-6c55785b9e9f", + "id": "5d74995b-b195-417d-b700-a14fb0d5875d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9306,7 +9306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7acc240d-914a-45fa-a713-322119a2496f", + "id": "b84514ad-2977-4b2d-aa36-f7106899a8c4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9431,7 +9431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bcde15a-43a2-4db9-bdd5-63bf516c4158", + "id": "05c1e146-0c08-4742-8689-adef768f4478", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9556,7 +9556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d2fa125-37d4-442b-a053-597cd87fefdd", + "id": "ef403769-da3c-48e4-bb37-e7776629ed13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9681,7 +9681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "342ae66e-b002-4cd0-ad86-adefb5dd7bd0", + "id": "39253016-d287-4107-b44d-c2a7b63d6978", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9818,7 +9818,7 @@ "description": "Use this API to implement access request identity metrics functionality.\nWith this functionality in place, access request reviewers can see relevant details about the requested access item and associated source activity. \nThis allows reviewers to see how many of the identities who share a manager with the access requester have this same type of access and how many of them have had activity in the related source. \nThis additional context about whether the access has been granted before and how often it has been used can help those approving access requests make more informed decisions.\n", "item": [ { - "id": "a9cdfe4d-8827-43d8-b816-dedf86e14dcd", + "id": "0b1fdc18-2cb2-406e-8f93-a86231175e26", "name": "Return access request identity metrics", "request": { "name": "Return access request identity metrics", @@ -9883,7 +9883,7 @@ }, "response": [ { - "id": "5b606c88-8830-4348-b939-7b291ffece45", + "id": "37757f7e-e56f-44fa-97dd-de1318f57205", "name": "Summary of the resource access and source activity for the direct reports of the provided manager.", "originalRequest": { "url": { @@ -9931,7 +9931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f14b50f0-6cb1-4255-bc4a-12b928f3fd80", + "id": "5d825792-0df8-4522-badb-2c0314e1dbbb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9979,7 +9979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "870f4350-e9fc-4f4f-9265-389a94109c51", + "id": "ab0f253d-2811-4ca1-8703-f375c3ad8ae8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10027,7 +10027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74808821-b41d-423e-ac47-5bf89a5f8878", + "id": "d7e74180-3356-444c-830b-762a3421abb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10075,7 +10075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54dcf595-8c43-4c85-aa2a-5c220e19f6a0", + "id": "f6aa65f3-45d1-4fe5-9b6b-7ea86ef9560a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10123,7 +10123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a4aa91f-82c1-490f-b805-8648b345d561", + "id": "9e243888-dba8-471f-824e-f7fe4749b255", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10183,7 +10183,7 @@ "description": "Use this API to implement account activity tracking functionality.\nWith this functionality in place, users can track source account activity in IdentityNow, which greatly improves traceability in the system.\n\nAn account activity refers to a log of each action performed on a source account. This is useful for auditing the changes that occur on an account throughout its life.\nIn IdentityNow's Search, users can search for account activities and select the activity's row to get an overview of the activity's account action and view its progress, its involved sources, and its most basic metadata, such as the identity requesting the option and the recipient.\n\nAccount activity includes most actions IdentityNow completes on source accounts. Users can search in IdentityNow for the following account action types:\n\n- Access Request: These include any access requests the source account is involved in.\n\n- Account Attribute Updates: These include updates to a single attribute on an account on a source.\n\n- Account State Update: These include locking or unlocking actions on an account on a source.\n\n- Certification: These include actions removing an entitlement from an account on a source as a result of the entitlement's revocation during a certification.\n\n- Cloud Automated `Lifecyclestate`: These include automated lifecycle state changes that result in a source account's correlated identity being assigned to a different lifecycle state.\nIdentityNow replaces the `Lifecyclestate` variable with the name of the lifecycle state it has moved the account's identity to.\n\n- Identity Attribute Update: These include updates to a source account's correlated identity attributes as the result of a provisioning action.\nWhen you update an identity attribute that also updates an identity's lifecycle state, the cloud automated `Lifecyclestate` event also displays.\nAccount Activity does not include attribute updates that occur as a result of aggregation.\n\n- Identity Refresh: These include correlated identity refreshes that occur for an account on a source whenever the account's correlated identity profile gets a new role or updates.\nThese also include refreshes that occur whenever IdentityNow assigns an application to the account's correlated identity based on the application's being assigned to All Users From Source or Specific Users From Source.\n\n- Lifecycle State Refresh: These include the actions that took place when a lifecycle state changed. This event only occurs after a cloud automated `Lifecyclestate` change or a lifecycle state change.\n\n- Lifecycle State Change: These include the account activities that result from an identity's manual assignment to a null lifecycle state.\n\n- Password Change: These include password changes on sources.\n\nRefer to [Account Activity](https://documentation.sailpoint.com/saas/help/search/index.html#account-activity) for more information about account activities.\n", "item": [ { - "id": "027aab60-86ed-42bb-aa21-4519dda80b10", + "id": "69a36ca7-4547-4b11-8b82-9adf3a7bb29a", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -10206,7 +10206,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10215,7 +10215,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10224,7 +10224,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10233,7 +10233,7 @@ "type": "text/plain" }, "key": "type", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10269,7 +10269,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10278,7 +10278,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -10294,7 +10294,7 @@ }, "response": [ { - "id": "fdfcec9a-e394-4e0d-935d-c45d149d789c", + "id": "800e5913-0262-4bbb-ab0b-7fd220f2a238", "name": "List of account activities", "originalRequest": { "url": { @@ -10312,7 +10312,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10321,7 +10321,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10330,7 +10330,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10339,7 +10339,7 @@ "type": "text/plain" }, "key": "type", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10375,7 +10375,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10384,7 +10384,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -10414,12 +10414,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"suntd\": \"dolore velit qui mollit\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"aute_7\": \"mollit dolor sint incididunt\",\n \"cillume2\": \"ipsum culpa fugiat tempor\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"aute_5\": \"sunt\",\n \"in4\": \"deseru\",\n \"reprehenderitdd\": \"quis Ut Excepteur sunt ex\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"ut_59f\": \"sunt\",\n \"elit8__\": \"sit ex veniam\",\n \"eiusmod_f\": \"cillum anim proident labore\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dc1f3c1d-321b-42dc-9733-b112d209bfb7", + "id": "91f55c29-6133-4ee9-a11f-aa351966ab69", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10437,7 +10437,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10446,7 +10446,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10455,7 +10455,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10464,7 +10464,7 @@ "type": "text/plain" }, "key": "type", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10500,7 +10500,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10509,7 +10509,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -10544,7 +10544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2df83dc-1c83-4e38-a7e4-317b7f109fa1", + "id": "c4dc65cd-2bc9-46e2-b6fe-b1ef1edbcb40", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10562,7 +10562,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10571,7 +10571,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10580,7 +10580,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10589,7 +10589,7 @@ "type": "text/plain" }, "key": "type", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10625,7 +10625,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10634,7 +10634,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -10669,7 +10669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d69986fc-7f12-4556-af48-ad7fd94bcde4", + "id": "948665c4-4021-4115-9913-a8849e5609a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10687,7 +10687,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10696,7 +10696,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10705,7 +10705,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10714,7 +10714,7 @@ "type": "text/plain" }, "key": "type", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10750,7 +10750,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10759,7 +10759,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -10794,7 +10794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2db93a9d-a7f2-4fb5-896f-382e53d41e44", + "id": "ac059879-9691-4c39-9847-25b1bbf03633", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10812,7 +10812,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10821,7 +10821,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10830,7 +10830,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10839,7 +10839,7 @@ "type": "text/plain" }, "key": "type", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10875,7 +10875,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10884,7 +10884,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -10919,7 +10919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60aee458-4b10-4498-8a80-c82c25b698c6", + "id": "6d65f24a-b706-49f1-8b10-611f999c4bf0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10937,7 +10937,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10946,7 +10946,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10955,7 +10955,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -10964,7 +10964,7 @@ "type": "text/plain" }, "key": "type", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -11000,7 +11000,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -11009,7 +11009,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -11050,7 +11050,7 @@ } }, { - "id": "83fc5ac8-92e4-4fbc-aeee-7e1cbdf3e2fe", + "id": "9cb50637-1a69-4201-8e98-98c1e13cdb97", "name": "Get Account Activity", "request": { "name": "Get Account Activity", @@ -11091,7 +11091,7 @@ }, "response": [ { - "id": "030242c7-022f-465d-b718-1658041ee5b5", + "id": "2e8d2ba2-119c-4d3e-93b9-9d1c4f54c49f", "name": "An account activity object", "originalRequest": { "url": { @@ -11130,12 +11130,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"ea_b\": \"sunt anim\",\n \"labore_79a\": \"exercitation\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n}", + "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"temporee8\": \"consectetur voluptate ex consequat Lorem\",\n \"nostrud7\": \"ut aliquip amet aliqua\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e60bebe4-b0c7-430f-ac0a-2c3c3d2763b1", + "id": "36ef0eb6-7279-440a-959c-c1ac9642b817", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11179,7 +11179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c76a22c-6c15-4bbc-9747-455e5f869504", + "id": "016b3287-fd15-40b6-ab15-4ca8698aeae3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11223,7 +11223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9afbbad7-c023-49e0-9de0-07ff8daadc24", + "id": "94fe7b84-8e9d-4cb5-b1ff-d30eee0bbc56", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11267,7 +11267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15b4b368-91e9-43f2-a834-176193b88dab", + "id": "316e36c5-45d5-4503-adcf-5f67f62202ec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11311,7 +11311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62b3559d-c204-481d-b329-34fbf1d00e6d", + "id": "27ef2c75-0a57-4e13-911f-86784361b85f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11355,7 +11355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c20ae94c-143c-4d6a-adc1-e79e82458243", + "id": "15c2054e-32e2-4bf7-bbb9-a615b165b3dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11411,7 +11411,7 @@ "description": "Use this API to implement account aggregation progress tracking functionality.\nWith this functionality in place, administrators can view in-progress account aggregations, their statuses, and their relevant details.\n\nAn account aggregation refers to the process IdentityNow uses to gather and load account data from a source into IdentityNow.\n\nWhenever IdentityNow is in the process of aggregating a source, it adds an entry to the Aggregation Activity Log, along with its relevant details.\nTo view aggregation activity, administrators can select the Connections drop-down menu, select Sources, and select the relevant source, select its Import Data tab, and select Account Aggregation.\nIn Account Aggregation, administrators can view the account aggregations' statuses and details in the Account Activity Log.\n\nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about account aggregations.\n", "item": [ { - "id": "77eca473-15a0-4d8c-be3c-e0f4ba5eabbf", + "id": "d19138e9-7587-4b5e-b497-461a3f61be79", "name": "In-progress Account Aggregation status", "request": { "name": "In-progress Account Aggregation status", @@ -11453,7 +11453,7 @@ }, "response": [ { - "id": "a66e9c38-7216-44ee-a3d0-cd307761770f", + "id": "4c96b85a-60b7-422d-b8fa-a97d3d4666c5", "name": "An account aggregation status object", "originalRequest": { "url": { @@ -11498,7 +11498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8553e98c-ea67-463d-927a-484aa64871b6", + "id": "53679826-212a-468a-8005-b40ad4b1eabf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11543,7 +11543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ceb2feb-7134-47c1-96bb-c6a9fcf965da", + "id": "54c593ab-1acc-4528-a954-3bdb374137f4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11588,7 +11588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59af449c-8708-479a-a913-d8fff3ce6661", + "id": "a98b966c-ce15-4b23-a52d-f661ea509f20", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11633,7 +11633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92cdca08-a144-4217-b66b-7bff6254ddd1", + "id": "45e6f6ff-4ac0-4457-8902-4e9ce738e61a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11678,7 +11678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29824757-4d67-4ff3-8d64-0018f90ba578", + "id": "64713577-ada9-4c81-a74c-4e68001c9891", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11735,7 +11735,7 @@ "description": "Use this API to implement account usage insight functionality.\nWith this functionality in place, administrators can gather information and insights about how their tenants' source accounts are being used.\nThis allows organizations to get the information they need to start optimizing and securing source account usage.\n", "item": [ { - "id": "b2bc5152-4e72-4939-b4b9-b3dd6fdc350f", + "id": "ce94e7f8-ba11-4628-9c47-79c65d4f2fe6", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -11814,7 +11814,7 @@ }, "response": [ { - "id": "f3320bcb-9351-414e-b0e7-0c77e83e4bf6", + "id": "5b74d63b-3247-46cb-961f-dfd6d75af63b", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -11896,7 +11896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b14cbf4-b70e-4026-bda0-08001f416145", + "id": "641416b6-477a-4fb5-9108-47fc93a19c5f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11978,7 +11978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c9feea0-a21e-427e-8f5c-44c7483ad68a", + "id": "1655e097-c34f-45d8-be66-33757a8ac93e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12060,7 +12060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa78993d-c2a1-41a6-8299-d201b15b3b96", + "id": "ead600bb-4c3f-42fc-8828-3a3bc5686a65", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12142,7 +12142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96764480-a8f8-4f23-85ba-483d507784c5", + "id": "5132362b-5b0b-40f0-9117-369ff07b0488", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12224,7 +12224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d30949f7-130b-4c1e-9cb0-3ab9853a61f1", + "id": "6083ffcc-a1ee-4b13-8769-2c684f7b3aa3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12318,7 +12318,7 @@ "description": "Use this API to implement and customize account functionality.\nWith this functionality in place, administrators can manage users' access across sources in IdentityNow.\n\nIn IdentityNow, an account refers to a user's account on a supported source.\nThis typically includes a unique identifier for the user, a unique password, a set of permissions associated with the source and a set of attributes. IdentityNow loads accounts through the creation of sources in IdentityNow.\n\nAdministrators can correlate users' identities with the users' accounts on the different sources they use.\nThis allows IdentityNow to govern the access of identities and all their correlated accounts securely and cohesively.\n\nTo view the accounts on a source and their correlated identities, administrators can use the Connections drop-down menu, select Sources, select the relevant source, and select its Account tab.\n\nTo view and edit source account statuses for an identity in IdentityNow, administrators can use the Identities drop-down menu, select Identity List, select the relevant identity, and select its Accounts tab.\nAdministrators can toggle an account's Actions to aggregate the account, enable/disable it, unlock it, or remove it from the identity.\n\nAccounts can have the following statuses:\n\n- Enabled: The account is enabled. The user can access it.\n\n- Disabled: The account is disabled, and the user cannot access it, but the identity is not disabled in IdentityNow. This can occur when an administrator disables the account or when the user's lifecycle state changes.\n\n- Locked: The account is locked. This may occur when someone has entered an incorrect password for the account too many times.\n\n- Pending: The account is currently updating. This status typically lasts seconds.\n\nAdministrators can select the source account to view its attributes, entitlements, and the last time the account's password was changed.\n\nRefer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.\n", "item": [ { - "id": "586925c2-d9d7-4eb3-a8a8-31abb81b14af", + "id": "dee6d811-2c5a-40d9-bcea-c1c3b4fc1489", "name": "Accounts List", "request": { "name": "Accounts List", @@ -12373,7 +12373,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in*\n\n**identityId**: *eq*\n\n**name**: *eq, in*\n\n**nativeIdentity**: *eq, in*\n\n**sourceId**: *eq, in*\n\n**uncorrelated**: *eq*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*", "type": "text/plain" }, "key": "filters", @@ -12382,7 +12382,7 @@ { "disabled": true, "description": { - "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified**", + "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, identity.name**", "type": "text/plain" }, "key": "sorters", @@ -12402,7 +12402,7 @@ }, "response": [ { - "id": "a60db914-973b-4439-af13-d87c53e3f313", + "id": "496133fc-cc49-4fe7-98d5-315892b3b5be", "name": "SlimAccounts", "originalRequest": { "url": { @@ -12452,7 +12452,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in*\n\n**identityId**: *eq*\n\n**name**: *eq, in*\n\n**nativeIdentity**: *eq, in*\n\n**sourceId**: *eq, in*\n\n**uncorrelated**: *eq*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*", "type": "text/plain" }, "key": "filters", @@ -12461,7 +12461,7 @@ { "disabled": true, "description": { - "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified**", + "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, identity.name**", "type": "text/plain" }, "key": "sorters", @@ -12500,7 +12500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63c33dac-113a-40ca-9c20-984e8845741d", + "id": "2f7bfcb9-fb37-42d9-b2c1-cdb6edda96ac", "name": "FullAccounts", "originalRequest": { "url": { @@ -12550,7 +12550,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in*\n\n**identityId**: *eq*\n\n**name**: *eq, in*\n\n**nativeIdentity**: *eq, in*\n\n**sourceId**: *eq, in*\n\n**uncorrelated**: *eq*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*", "type": "text/plain" }, "key": "filters", @@ -12559,7 +12559,7 @@ { "disabled": true, "description": { - "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified**", + "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, identity.name**", "type": "text/plain" }, "key": "sorters", @@ -12598,7 +12598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a30fe46a-0769-40b6-bfee-ee7af8a0ac0c", + "id": "e69ec2ca-2e79-4a7f-8552-1d568789f4bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12648,7 +12648,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in*\n\n**identityId**: *eq*\n\n**name**: *eq, in*\n\n**nativeIdentity**: *eq, in*\n\n**sourceId**: *eq, in*\n\n**uncorrelated**: *eq*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*", "type": "text/plain" }, "key": "filters", @@ -12657,7 +12657,7 @@ { "disabled": true, "description": { - "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified**", + "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, identity.name**", "type": "text/plain" }, "key": "sorters", @@ -12696,7 +12696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13a0334f-cfa7-42c4-ae1b-affbea11089c", + "id": "4d124ae4-e880-4786-87cd-a90a878d949b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12746,7 +12746,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in*\n\n**identityId**: *eq*\n\n**name**: *eq, in*\n\n**nativeIdentity**: *eq, in*\n\n**sourceId**: *eq, in*\n\n**uncorrelated**: *eq*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*", "type": "text/plain" }, "key": "filters", @@ -12755,7 +12755,7 @@ { "disabled": true, "description": { - "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified**", + "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, identity.name**", "type": "text/plain" }, "key": "sorters", @@ -12794,7 +12794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9448182-b054-4d62-b01f-884a9deb0543", + "id": "1d110cac-49d4-46c0-88fb-e128cb41bd89", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12844,7 +12844,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in*\n\n**identityId**: *eq*\n\n**name**: *eq, in*\n\n**nativeIdentity**: *eq, in*\n\n**sourceId**: *eq, in*\n\n**uncorrelated**: *eq*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*", "type": "text/plain" }, "key": "filters", @@ -12853,7 +12853,7 @@ { "disabled": true, "description": { - "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified**", + "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, identity.name**", "type": "text/plain" }, "key": "sorters", @@ -12892,7 +12892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba7209ec-d30f-4f61-be7c-661cd6228c0b", + "id": "53540538-b677-42f7-978d-25929a274b22", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12942,7 +12942,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in*\n\n**identityId**: *eq*\n\n**name**: *eq, in*\n\n**nativeIdentity**: *eq, in*\n\n**sourceId**: *eq, in*\n\n**uncorrelated**: *eq*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*", "type": "text/plain" }, "key": "filters", @@ -12951,7 +12951,7 @@ { "disabled": true, "description": { - "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified**", + "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, identity.name**", "type": "text/plain" }, "key": "sorters", @@ -12990,7 +12990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49e873b0-82ba-4e51-a838-1c3367e4a155", + "id": "4e9df265-215d-4592-910b-1a8bcdc13ee2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13040,7 +13040,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in*\n\n**identityId**: *eq*\n\n**name**: *eq, in*\n\n**nativeIdentity**: *eq, in*\n\n**sourceId**: *eq, in*\n\n**uncorrelated**: *eq*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*", "type": "text/plain" }, "key": "filters", @@ -13049,7 +13049,7 @@ { "disabled": true, "description": { - "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified**", + "content": "Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)\n\nSorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, identity.id, nativeIdentity, uuid, manuallyCorrelated, identity.name**", "type": "text/plain" }, "key": "sorters", @@ -13094,12 +13094,12 @@ } }, { - "id": "8515c89d-c0b6-4d00-9d8f-472de767ee69", + "id": "b67f46d7-166e-407c-aaf2-3ae508c4ae79", "name": "Create Account", "request": { "name": "Create Account", "description": { - "content": "This API submits an account creation task and returns the task ID. \nThe `sourceId` where this account will be created must be included in the `attributes` object.\n>**Note: This API only supports account creation for file based sources.**\nA token with ORG_ADMIN authority is required to call this API.", + "content": "This API submits an account creation task and returns the task ID. \nThe `sourceId` where this account will be created must be included in the `attributes` object.\nThis endpoint creates an account on the source record in your ISC tenant. This is useful for Flat File (`DelimitedFile`) type sources because it allows you to aggregate new accounts without needing to import a new CSV file every time. \nHowever, if you use this endpoint to create an account for a Direct Connection type source, you must ensure that the account also exists on the target source. The endpoint doesn't actually provision the account on the target source, which means that if the account doesn't also exist on the target source, an aggregation between the source and your tenant will remove it from your tenant. \nA token with ORG_ADMIN authority is required to call this API.", "type": "text/plain" }, "url": { @@ -13136,7 +13136,7 @@ }, "response": [ { - "id": "beeebe9b-1196-4358-b6e6-51d7151004ea", + "id": "f61f6a52-4ddc-40b0-a94c-70b86c29972b", "name": "Async task details", "originalRequest": { "url": { @@ -13192,7 +13192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23cfcfe3-44b1-4379-b393-266f6ded0729", + "id": "b2e6e466-da0d-4c6d-9949-a4efa0862016", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13248,7 +13248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1507617-9950-40c3-976c-9ed56a1530b9", + "id": "80b76a55-b5fe-4310-bb80-424f136356e5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13304,7 +13304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7d5c7bb-443f-4e1e-822d-8bcc76c02750", + "id": "086f9e1a-3622-4256-b002-44e68e141114", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13360,7 +13360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5cc761d-cb33-4926-9104-1df7ebd11035", + "id": "b8236ecd-ae7c-412a-8413-84eea1e4bc76", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13416,7 +13416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "318cbcb1-106c-4d30-aa3f-ae3a722ac032", + "id": "6d89b4d2-e8aa-4ef5-807a-ec1019e3bdbe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13478,7 +13478,7 @@ } }, { - "id": "761dbefd-9bf2-4011-8d06-1a6ad03882fe", + "id": "49f93f21-0350-4b75-99f6-3cfa882b3296", "name": "Account Details", "request": { "name": "Account Details", @@ -13519,7 +13519,7 @@ }, "response": [ { - "id": "234bb272-5df5-4ae4-a69a-623744521ca1", + "id": "5bed01b7-3e2a-403a-ae68-2e1eb8f577b0", "name": "Account object.", "originalRequest": { "url": { @@ -13563,7 +13563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "049c987c-a500-4bb7-83fd-c358ac184eac", + "id": "c27e5a30-c3da-4aeb-bad1-dc74f860a507", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13607,7 +13607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83a6aba9-dbe7-4a0e-9ef7-a0fa7f6eca62", + "id": "be8671eb-57ed-4310-b61b-6844acbdc860", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13651,7 +13651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c989d6b9-db68-463a-8aea-fc3dd970d6ef", + "id": "58735597-c494-4ba3-a051-8b7cfe5f2ffd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13695,7 +13695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b903c75-7bd2-4428-bda7-38c6acc83fcd", + "id": "5ff16ee7-057c-45de-90ef-5d60f3ec561c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13739,7 +13739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cc83954-1ce3-40d6-a055-fee5a02b6dcf", + "id": "99294af3-677d-4c7e-9e55-fedb8df5461f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13783,7 +13783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c72840f-bf50-4277-bf7b-7637270a571d", + "id": "90aa238c-88b8-4229-af22-505358f6bb21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13833,7 +13833,7 @@ } }, { - "id": "aca86836-5e14-4573-b78d-cd04b3ec7ec8", + "id": "de343520-2ece-4608-9e86-e696d5cc1c1d", "name": "Update Account", "request": { "name": "Update Account", @@ -13887,7 +13887,7 @@ }, "response": [ { - "id": "c18213b3-e55d-45db-98e1-43aabc18aa2c", + "id": "3915ebc9-940b-408b-988c-6e13ab56e78f", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -13944,7 +13944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "082bff84-0251-497f-a27c-d81d8aa78b35", + "id": "1d175d59-a44b-444a-8646-084fc2b4cf98", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14001,7 +14001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "518c5dba-a813-439a-a694-70c2e8375802", + "id": "6b5a62f4-e067-4c9e-a21d-a97a06380b1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14058,7 +14058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26dc16d4-8f60-44d3-aeeb-4b179401b395", + "id": "be7deafc-5b8b-4cd5-b083-40010488262f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14115,7 +14115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5742f80b-839c-4c95-b95b-a730b4af4c83", + "id": "c9ffc0bf-5f22-42d9-b2b0-8e1a89ced6c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14172,7 +14172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bc245b5-1f94-4361-90d5-938299ec94cd", + "id": "9ad73e6c-c54a-483a-a330-26c008f2edec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14229,7 +14229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7af8a66-cc23-4b7f-a0b8-dca08b3564ea", + "id": "cb6f6eb6-4daa-4b92-9a1e-3336995648c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14292,7 +14292,7 @@ } }, { - "id": "9160f903-a91d-4f78-911c-c4a7da07455f", + "id": "27ed8c73-4150-448a-85e7-996b666507be", "name": "Update Account", "request": { "name": "Update Account", @@ -14346,7 +14346,7 @@ }, "response": [ { - "id": "6974a30b-ebc5-493d-ac0a-d707cc390931", + "id": "b7b27d5f-a1ad-456a-af08-36389547291f", "name": "Async task details.", "originalRequest": { "url": { @@ -14403,7 +14403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c6fc083-cb1b-4088-aa8b-85ad3748ae38", + "id": "172bedf2-0031-4c2c-8cb0-7a9f595f29f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14460,7 +14460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed06aa1d-7501-4148-a435-6b6bb2c91130", + "id": "bdf98397-1052-4fdf-831f-2d2cf90e39d0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14517,7 +14517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ece3bc1a-6013-47cb-9312-6632c223ab0c", + "id": "5823e342-ef17-4ec3-aa4e-ffd3ff22285d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14574,7 +14574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "446ca63c-9861-410a-bac6-0a5010cc6a26", + "id": "ce91812b-ba77-47a8-9ef8-62b394809f27", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14631,7 +14631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fede43e1-51c6-457f-808e-31c83d700485", + "id": "0235c012-a56a-4364-8657-f1fbad899e88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14688,7 +14688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a6e467b-a6d2-4f90-88ce-22451bf5a159", + "id": "cdc2e9de-346a-466a-9852-450f3131f5fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14751,7 +14751,7 @@ } }, { - "id": "d5722cb9-ad0b-4d6e-a58f-7cdfad5fabad", + "id": "d0b6140c-2303-4d4e-8141-782d3d4036a9", "name": "Delete Account", "request": { "name": "Delete Account", @@ -14792,7 +14792,7 @@ }, "response": [ { - "id": "b54e42ae-aff8-4096-bddb-0e26aed38b52", + "id": "e0d3be73-0fa8-49cd-88af-0bf8f200fd65", "name": "Async task details.", "originalRequest": { "url": { @@ -14836,7 +14836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "849316b7-d9ab-4968-acec-d13661dacd70", + "id": "7bf0182c-4693-4f4c-b879-af8ee086f807", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14880,7 +14880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6abb6bc-a147-4082-96ef-8e5972ba0d3d", + "id": "2fcc97f2-fb75-42b9-b6ac-ae685dfcdb9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14924,7 +14924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24f217a6-54ea-4665-875e-67b6e52cc808", + "id": "5eb85010-d0ce-494c-b5b0-4512c852c477", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14968,7 +14968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d82b3ef-17eb-43c9-974f-1818cf35dc59", + "id": "99be29e8-b02d-44d0-8c38-c7fe82cae469", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15012,7 +15012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e107b14-a535-4525-a14a-6ef2589a3afa", + "id": "625d65a8-9bb7-4614-877f-686272f662a4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15056,7 +15056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5b6cbb3-e2f5-491e-bfb8-88d0a0d44b8f", + "id": "aea80628-7e96-4a71-943c-74d040675bb4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15106,7 +15106,7 @@ } }, { - "id": "804f4c07-7328-4f7a-b2ca-8c9b464fee8b", + "id": "e0177b49-f5d9-45c0-86c2-906e42393494", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -15176,7 +15176,7 @@ }, "response": [ { - "id": "8d8dbf2d-08ea-418a-be51-ffed038d1312", + "id": "369aa7e8-30a1-4e4b-9d8c-fb5155b9ce2f", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -15249,7 +15249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efa05bb7-1845-48a5-80aa-d45b388ec57f", + "id": "608bc286-64ff-428b-983e-8f147243aaa0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15322,7 +15322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41ef8baf-ae24-4e2d-9849-e37dfa8a89b4", + "id": "46356f1d-d8b0-43e2-b601-279f3b63d1bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15395,7 +15395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76f25da2-c16c-4085-82f3-12d84d82798c", + "id": "c45c0f54-0ae1-4d3f-900f-d77f8e667967", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15468,7 +15468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25fea277-c8a5-424b-9b2e-9331f15fe232", + "id": "f14072d0-a50a-4c2d-b6c1-4b2e6f14e48f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15541,7 +15541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf3c04ba-4ae2-49f7-8e66-d95ea024d5d9", + "id": "3fd46db2-95dd-4221-9db8-44b3014600bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15614,7 +15614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78f23b71-ac35-4336-96ad-abc0da5d3951", + "id": "6aabb346-3073-4f9c-862e-00ab38ab8de9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15693,7 +15693,7 @@ } }, { - "id": "60715021-af89-441d-8bd1-4e4d903fa04c", + "id": "bf4d4cd3-fb77-4da2-8d7e-fc896a62e1d6", "name": "Reload Account", "request": { "name": "Reload Account", @@ -15735,7 +15735,7 @@ }, "response": [ { - "id": "b0a65c13-3424-4998-a6f8-e50589a5ac60", + "id": "d9484e88-f2b9-4b17-92d1-aa4ed10cd111", "name": "Async task details", "originalRequest": { "url": { @@ -15780,7 +15780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4f3f1b4-ed77-46d8-895c-d7ac97c2c05a", + "id": "bd03ec53-2b0c-4279-9cf7-2e77584ec64c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15825,7 +15825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cf3db1d-4931-45d5-bc92-0ddd66f7d588", + "id": "fd056126-f620-4dce-8819-d43ab1b6e983", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15870,7 +15870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1642551-7d42-49d0-b299-f51c8d59fc9b", + "id": "778a7e71-6976-4a62-92fc-d80d9cce0ac2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15915,7 +15915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f8ec13a-4a28-4706-8a97-b77ecc8a2b44", + "id": "2a4a56e5-2baa-44a7-a02e-9e2701e153eb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15960,7 +15960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74e6a96f-e39c-4bb4-9ec6-68066eeaa4de", + "id": "12be1064-38b0-4231-a259-ea3274f78cb5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16005,7 +16005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "978ed11b-d40a-412b-aeed-f30592db7b97", + "id": "64221fa5-0337-4089-9c5f-a66a8d618ee9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16056,7 +16056,7 @@ } }, { - "id": "3fa5d5e6-f381-4d17-a254-1825175370df", + "id": "c99dbbee-2159-4893-ac02-15d98cd9865d", "name": "Enable Account", "request": { "name": "Enable Account", @@ -16111,7 +16111,7 @@ }, "response": [ { - "id": "f66e1115-2859-4a6e-8910-4bb96b3de65f", + "id": "20f8440b-2544-42b0-bd38-31e3dd0fa82c", "name": "Async task details", "originalRequest": { "url": { @@ -16169,7 +16169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cf2daa7-faf0-49ec-b828-0a0475b97efa", + "id": "87e58538-2328-44b1-8308-f0a5dd2c112b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16227,7 +16227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c426f1c-65e7-4945-aacf-68e47cfdbadf", + "id": "3d3f3e99-3d32-46da-82c2-fcf839e0fd79", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16285,7 +16285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "593787bd-4342-4316-9bf4-9f7299c3066a", + "id": "3355a050-361f-4eb8-a1be-5f3b31ae4928", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16343,7 +16343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0527449f-b564-4ecc-bc69-fb2789da8827", + "id": "cbb7c391-e3a6-4057-92e9-5b3f8baa4fa6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16401,7 +16401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef2a1138-a7bd-4bc1-94df-1649ecb0cae6", + "id": "e0a62cb3-bf67-45ad-a4bc-a4613da64f67", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16459,7 +16459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b52ec964-d979-4983-bbac-64085ef94c0a", + "id": "bd3d4e33-1581-4f99-af96-c08841297cd7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16523,7 +16523,7 @@ } }, { - "id": "eb557850-211b-4d54-b042-e0ce8f69a652", + "id": "953a6c56-d596-4cef-b09e-a2166e723034", "name": "Disable Account", "request": { "name": "Disable Account", @@ -16578,7 +16578,7 @@ }, "response": [ { - "id": "b9aab2c2-9b5d-4e31-873d-3ecd4216d756", + "id": "341bccf5-2335-401c-9f52-2aa982e3462e", "name": "Async task details", "originalRequest": { "url": { @@ -16636,7 +16636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef5a284f-a2ff-45dc-b548-e6f99198daa4", + "id": "9465e9a6-0977-40d1-bd87-9785e15e4e0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16694,7 +16694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22ea7a8c-0d12-43d1-8f06-ad07482e4fd9", + "id": "a140ede5-bf37-4521-9c0e-43c596da3412", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16752,7 +16752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5095284-e1db-4459-be57-926375783d36", + "id": "9c783e23-4cf4-42ef-97ef-95b0c88fc930", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16810,7 +16810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d35e8a1-6f5c-41d3-af63-6302bf6f088a", + "id": "9d858bd8-21cd-47d3-94ba-733d9c77eb70", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16868,7 +16868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "577a6edb-8790-49bd-b28d-87437958d26d", + "id": "edc098a7-c200-4173-88e4-2eccf1ee5a6d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16926,7 +16926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ce6dce7-edec-430e-9cfe-ff3eb31d247b", + "id": "9b567ace-4f24-42fb-b27c-66b0995094be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16990,7 +16990,7 @@ } }, { - "id": "0d9f1efe-cb8d-48f6-a946-8cad1161af17", + "id": "dd3dc922-c745-4e2b-bf21-186678ea8774", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -17045,7 +17045,7 @@ }, "response": [ { - "id": "6dcb07ec-4313-4393-957b-7b62d1d0cb3c", + "id": "1800d079-f762-410b-be5c-24a49ab80f8f", "name": "Async task details", "originalRequest": { "url": { @@ -17103,7 +17103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22885592-de7c-44b3-b526-88ddc2324273", + "id": "d8ab77e5-5aea-4af3-b300-e91827fd1e90", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17161,7 +17161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3104754-b3a5-4efd-97b1-75cf27dd9e4b", + "id": "faa0564a-4aed-4c26-be4d-50082b348dc5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17219,7 +17219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44fc62aa-2b15-4276-a88d-57c22a466d2c", + "id": "1da160d5-fa10-4073-8d3b-a3bba669aa8d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17277,7 +17277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf5f18aa-c80d-43b4-8fc0-b2c8eb5198d9", + "id": "fd718873-0bd2-4a66-b80e-464a14625b11", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17335,7 +17335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ec62489-0271-404a-b2fe-1d48ce41e94f", + "id": "c1d2e6f2-981a-43c8-95ef-4600ea6a53ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17393,7 +17393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f41d577-ca3b-4890-9ab6-c903552bbc11", + "id": "40067e4e-af35-483f-8f5d-773480254807", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17457,7 +17457,7 @@ } }, { - "id": "6e32b693-d6a4-441d-a928-78a7668a973c", + "id": "f27cce12-a708-4e1b-b185-89a85003153f", "name": "Enable IDN Account for Identity", "request": { "name": "Enable IDN Account for Identity", @@ -17499,7 +17499,7 @@ }, "response": [ { - "id": "8e25802a-b898-4890-aa6f-bc40b10e39ad", + "id": "717cd808-5316-4c50-9afd-2948558543db", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -17544,7 +17544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9e9cec9-2487-43e6-98b7-00c64efda1f0", + "id": "12e4192f-91fb-4b93-9de3-d175b2d45561", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17589,7 +17589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f782856-ec03-4779-8b73-48bed8f817f1", + "id": "dd94baef-d20e-4cd4-89ea-7dd0393231d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17634,7 +17634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7d6656f-d620-4b61-8d4d-4ff44a227f03", + "id": "6ae681c2-af9b-4da6-bebc-c4eba10458e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17679,7 +17679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d3227a9-b320-4320-9f3c-fcec48312039", + "id": "89682678-d0fc-491b-b14a-c18092a4a1e9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17724,7 +17724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3750d93e-41dc-463b-b08c-c783bb56416b", + "id": "0d5c914d-360f-49fc-9dd6-e1ae256a1f15", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17769,7 +17769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41d9cfe4-3fe6-44db-a8da-24340071474f", + "id": "95dc3e33-f2db-497c-9a33-e7de2cfbd035", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17820,7 +17820,7 @@ } }, { - "id": "0a48bf00-4047-45e1-b6b0-89d20eb2e1c3", + "id": "a6276c61-86f2-48c8-94f1-3b5465cbf906", "name": "Disable IDN Account for Identity", "request": { "name": "Disable IDN Account for Identity", @@ -17862,7 +17862,7 @@ }, "response": [ { - "id": "d8658c34-3b88-46bc-93e5-55e412b6751e", + "id": "ade65a44-0123-4998-bb3d-9c3478e7e118", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -17907,7 +17907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19bac9a2-5e53-4ebe-a28c-27779eff7c0e", + "id": "bd41758c-866e-48fa-beab-1ec5eb97f21f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17952,7 +17952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5101e13f-ae1d-4655-8b72-5149b8f0c44b", + "id": "39825b21-9ed5-41f5-b529-640b83a4c2fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17997,7 +17997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2c81eb9-8467-4cb0-8617-ca47c2201309", + "id": "3bc9db26-e9eb-4cc5-8b99-537f1b2665b7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18042,7 +18042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14d1578e-53f0-46df-8159-d00b77edf5c2", + "id": "e995a433-54ee-4a29-9f7f-dac649841cd7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18087,7 +18087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebc1b458-97b7-4b03-b672-129443d3a55c", + "id": "ea3a87a1-fa49-421b-952e-a50eff509429", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18132,7 +18132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98e85d65-f8d9-455c-9520-e3f49638e89e", + "id": "d5aad23f-baf1-4ba4-a5d7-74e88937450d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18183,7 +18183,7 @@ } }, { - "id": "1f2b9fee-67a6-4069-80f8-8cc3341ab805", + "id": "993d1d86-fdba-45b0-ad12-4399e7aafc63", "name": "Enable IDN Accounts for Identities", "request": { "name": "Enable IDN Accounts for Identities", @@ -18226,7 +18226,7 @@ }, "response": [ { - "id": "ecc985cb-0d5b-4287-a159-8c66b13812db", + "id": "51386f1e-a5e6-4b43-84e0-040ebb039541", "name": "Bulk response details.", "originalRequest": { "url": { @@ -18283,7 +18283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea4e9caa-a43f-43c4-8d07-fae08e69c3a2", + "id": "ad3e85fc-2f5d-44b4-bfd7-70e453373811", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18340,7 +18340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "701bffab-6cc4-4539-a4fd-21c7c6c5c674", + "id": "7465eed4-3d7e-4eab-bdb4-d356c4061f57", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18397,7 +18397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0f09834-29eb-4efe-a1bc-b959597a6e95", + "id": "a4e4bf54-7061-4981-989f-575a89089e05", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18454,7 +18454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ed42c77-dbf3-4cbe-b2ac-4406411d5ba1", + "id": "86bf8f55-2e8e-4e32-9541-6cfea9546877", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18511,7 +18511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98ff5536-4719-4fd4-8190-a13e1add66a0", + "id": "db7d81fd-4cdb-440a-9c47-096eb924cbba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18574,7 +18574,7 @@ } }, { - "id": "26957f1f-fb5c-43ce-9b34-98765e510d86", + "id": "a07061d6-9c0f-46ec-a5d8-035a979221ae", "name": "Disable IDN Accounts for Identities", "request": { "name": "Disable IDN Accounts for Identities", @@ -18617,7 +18617,7 @@ }, "response": [ { - "id": "e1fc086c-4973-40a2-b0d9-830b1b5f15b1", + "id": "a74e0115-5484-48cc-968c-c8b2b8939c0a", "name": "Bulk response details.", "originalRequest": { "url": { @@ -18674,7 +18674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aecc36a4-a2ff-49a9-83b3-407473ce7ab2", + "id": "13dc70c6-a104-41ec-9f38-b89c0946cd79", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18731,7 +18731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebdde587-1f2c-42e6-b98a-3a8c11db3911", + "id": "26505b2c-efa8-479f-a1b6-c7405d43296b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18788,7 +18788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dd1bfaf-17b0-4c33-8cd1-c2e5074a14bd", + "id": "a47637fa-46c4-4c36-ad33-21164af581dc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18845,7 +18845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "824a8343-11f3-45ab-a78b-be03be7462a8", + "id": "00b80acc-d32d-405d-b0ef-6c663cd59c01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18902,7 +18902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffae5d6e-723a-4fb6-84af-3432538ec04b", + "id": "7d74e026-c697-4579-8aa2-ce3b517e27b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18971,7 +18971,7 @@ "description": "Use this API to implement certification campaign functionality.\nWith this functionality in place, administrators can create, customize, and manage certification campaigns for their organizations' use.\nCertification campaigns provide IdentityNow users with an interactive review process they can use to identify and verify access to systems.\nCampaigns help organizations reduce risk of inappropriate access and satisfy audit requirements.\n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access.\nThese certifications serve as a way of showing that a user's access has been reviewed and approved.\nMultiple certifications by different reviewers are often required to approve a user's access.\nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification campaign as a way of showing that a user's access has been reviewed and approved by multiple managers.\nOnce this campaign has been completed, IdentityNow would provision all the access the user needs, nothing more.\n\nIdentityNow provides two simple campaign types users can create without using search queries, Manager and Source Owner campaigns:\n\nYou can create these types of campaigns without using any search queries in IdentityNow:\n\n- ManagerCampaign: IdentityNow provides this campaign type as a way to ensure that an identity's access is certified by their managers.\nYou only need to provide a name and description to create one.\n\n- Source Owner Campaign: IdentityNow provides this campaign type as a way to ensure that an identity's access to a source is certified by its source owners.\nYou only need to provide a name and description to create one.\nYou can specify the sources whose owners you want involved or just run it across all sources.\n\nFor more information about these campaign types, refer to [Starting a Manager or Source Owner Campaign](https://documentation.sailpoint.com/saas/help/certs/starting_campaign.html).\n\nOne useful way to create certification campaigns in IdentityNow is to use a specific search and then run a campaign on the results returned by that search.\nThis allows you to be much more specific about whom you are certifying in your campaigns and what access you are certifying in your campaigns.\nFor example, you can search for all identities who are managed by \"Amanda.Ross\" and also have the access to the \"Accounting\" role and then run a certification campaign based on that search to ensure that the returned identities are appropriately certified.\n\nYou can use IdentityNow search queries to create these types of campaigns:\n\n- Identities: Use this campaign type to review and revoke access items for specific identities.\nYou can either build a search query and create a campaign certifying all identities returned by that query, or you can search for individual identities and add those identities to the certification campaign.\n\n- Access Items: Use this campaign type to review and revoke a set of roles, access profiles, or entitlements from the identities that have them.\nYou can either build a search query and create a campaign certifying all access items returned by that query, or you can search for individual access items and add those items to the certification campaign.\n\n- Role Composition: Use this campaign type to review a role's composition, including its title, description, and membership criteria.\nYou can either build a search query and create a campaign certifying all roles returned by that query, or you can search for individual roles and add those roles to the certification campaign.\n\n- Uncorrelated Accounts: Use this campaign type to certify source accounts that aren't linked to an authoritative identity in IdentityNow.\nYou can use this campaign type to view all the uncorrelated accounts for a source and certify them.\n\nFor more information about search-based campaigns, refer to [Starting a Campaign from Search](https://documentation.sailpoint.com/saas/help/certs/starting_search_campaign.html).\n\nOnce you have generated your campaign, it becomes available for preview.\nAn administrator can review the campaign and make changes, or if it's ready and accurate, activate it.\n\nOnce the campaign is active, organization administrators or certification administrators can designate other IdentityNow users as certification reviewers.\nThose reviewers can view any of the certifications they either need to review (active) or have already reviewed (completed).\n\nWhen a certification campaign is in progress, certification reviewers see the listed active certifications whose involved identities they can review.\nReviewers can then make decisions to grant or revoke access, as well as reassign the ceritifcation to another reviewer. If the reviewer chooses this option, they must provide a reason for reassignment in the form of a comment.\n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must \"Sign Off\" to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items.\n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase.\nIn the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed.\n\nThe end of a certification campaign is determined by its deadline, its completion status, or by an administrator's decision.\n\nFor more information about certifications and certification campaigns, refer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html).\n", "item": [ { - "id": "a7706a85-9781-4c99-9610-4d90f706fdba", + "id": "0af6d348-7bf8-4b28-87f0-974621447f49", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -19055,7 +19055,7 @@ }, "response": [ { - "id": "e28468bd-e341-4f79-9f5d-1be5b17a86a0", + "id": "f4aff707-ed4f-4610-af17-1241e8122bab", "name": "Slim Campaign", "originalRequest": { "url": { @@ -19153,7 +19153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a451c59c-59a0-448a-9cdc-a6db06a32b22", + "id": "9bb39075-3bdc-476f-a959-3afc5efde467", "name": "Full Campaign", "originalRequest": { "url": { @@ -19251,7 +19251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b265aec-bd3d-4e8f-ac8f-d8ab3e3d5dd4", + "id": "418bd89d-1b6f-4718-bd23-bfda462cfdca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19349,7 +19349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daac86db-6c56-4e22-8aa1-2ba72056274a", + "id": "16ab4d0f-9497-479e-aa86-2aaa393382c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19447,7 +19447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "275bc987-c665-484a-b8b7-ffb31fdadf58", + "id": "012b4c63-41f8-4a00-b4e2-fc477d1c175a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19545,7 +19545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3872dfd5-1eaf-4c84-8276-cfcfd2739f0f", + "id": "16e140e5-70ac-4f09-afe7-7a90e3856510", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19643,7 +19643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4433262d-a4e5-4e6f-b2c2-a395c9f352fb", + "id": "89bc16aa-6808-4f2c-a356-e6f182ea72b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19747,7 +19747,7 @@ } }, { - "id": "a2f6ef65-c28a-4587-91d8-05278986ad3e", + "id": "9a91ab84-3f31-4b31-b188-8db486311355", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -19789,7 +19789,7 @@ }, "response": [ { - "id": "6dae5e9d-5142-41a5-b51a-4b0ce75977b8", + "id": "c4256276-cd05-46b1-8d6c-76e199990555", "name": "Manager", "originalRequest": { "url": { @@ -19845,7 +19845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0f26556-90af-4b3c-a6fa-20c82e58db96", + "id": "8d53526c-f55a-40fb-b340-43a1960b5d00", "name": "Search", "originalRequest": { "url": { @@ -19901,7 +19901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74760cf8-7e66-430e-b494-2e8e2ae6512e", + "id": "511697b0-7efc-405a-b203-c6293f7633a4", "name": "Source Owner", "originalRequest": { "url": { @@ -19957,7 +19957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c04810b-3072-494c-bbbd-bda950be52a9", + "id": "b612e09b-131b-44ae-9365-6b5eaf6587da", "name": "Role Composition", "originalRequest": { "url": { @@ -20013,7 +20013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21c8ccbd-eed4-4a59-8a3b-206a9851440a", + "id": "b98ee422-13fc-42cc-868f-2d9eeab65e47", "name": "Manager", "originalRequest": { "url": { @@ -20069,7 +20069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d4321ef-b138-44cd-aeb9-aec3c55cd939", + "id": "fd97a0e2-6ba5-42ce-b365-2ca5454d985c", "name": "Manager", "originalRequest": { "url": { @@ -20125,7 +20125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c50ea87c-4183-48a2-8fad-9371f2b430aa", + "id": "17fca9fd-9346-44c8-9a34-50daf4ee30fc", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -20181,7 +20181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35393f44-38a1-4a18-869c-c011b3843b49", + "id": "bcbab345-e966-4e8c-bc9c-18a0d1623427", "name": "Manager", "originalRequest": { "url": { @@ -20237,7 +20237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a9efde0-09f2-4fc8-b659-6d7d7b1c4008", + "id": "1d1e87b5-07b8-4ff8-b20a-0aea5be6e628", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -20299,7 +20299,7 @@ } }, { - "id": "dd41206f-c23c-4fd2-9060-df0e455d05b6", + "id": "2203ea36-a9f5-4ac7-a27e-fc31fa6e6ccf", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -20342,7 +20342,7 @@ }, "response": [ { - "id": "97bf4b93-c225-4556-9ec5-ff7fb66e62e3", + "id": "2cf0ea4e-e251-4c82-a7c5-e05712e59771", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -20399,7 +20399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c881e58-2f5e-4fa8-aa0b-f8d2f02a68b3", + "id": "a21c9476-b6bb-4e6b-af08-2701bfd654b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20456,7 +20456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f07a5e76-36e4-4a2f-aa4b-5b9ac061c479", + "id": "df2c559c-d92a-45fe-9794-eced800d0e50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20513,7 +20513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4ea66ca-f082-41ab-b019-7bf3f32e849a", + "id": "8b46b3d8-6b7e-4d27-bdd8-a5b547c3323e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20570,7 +20570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78719b53-a318-4083-98d0-e08f1c0cd802", + "id": "7b9f08e0-7898-4ab1-84b6-568ab80120c6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20627,7 +20627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa2a4ad7-90b2-41db-9b97-84744cadf25c", + "id": "152c6da4-aef4-4b05-b53c-a58801172040", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20684,7 +20684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a55fd4b5-c23b-49dc-80d7-c049f4422515", + "id": "af1c5b7e-7ad8-4776-a610-38387ff12e83", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20747,7 +20747,7 @@ } }, { - "id": "41e6f45c-f18a-45e8-ab16-39be131fb899", + "id": "9cb57302-c49e-4de5-b17f-cef786126933", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -20788,7 +20788,7 @@ }, "response": [ { - "id": "16eca2bd-2579-457d-a924-7adf5bf1675e", + "id": "2f77f724-dc75-44ec-a8f5-1758a57d0835", "name": "Manager", "originalRequest": { "url": { @@ -20832,7 +20832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f58999a-3139-49bf-9e6e-6f85ba0baf02", + "id": "97946073-9cda-46af-8efb-54faf7a76242", "name": "Search", "originalRequest": { "url": { @@ -20876,7 +20876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f64a51b7-1dda-4fa7-83cd-2fadbb7c47ba", + "id": "3fd0391e-7c8d-43eb-b6fc-ff5896888311", "name": "Source Owner", "originalRequest": { "url": { @@ -20920,7 +20920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54dda07c-21f7-4980-851f-b2f13f3151a0", + "id": "ec6fc0dd-742f-40f5-b04b-70b23138a146", "name": "RoleComposition", "originalRequest": { "url": { @@ -20964,7 +20964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db1c0fdb-c500-48ad-a50c-2f686fd8222f", + "id": "ede7c847-9835-46b4-940f-fe3deefb2609", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21008,7 +21008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c24bc3e5-cf8e-4580-b61e-a295b42d7e35", + "id": "1117545a-3c78-4c8a-ab9c-7ee64530a958", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21052,7 +21052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "813ffe34-14cd-44e6-bd77-e0fc42de4df0", + "id": "87acc224-824a-47bb-8b60-9c2cefd5f7eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21096,7 +21096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff526e20-8f45-49cb-a487-962007a18e24", + "id": "627fccf4-742f-4a05-a1dd-bbe780634f02", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21140,7 +21140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e868513-04ed-4236-b61c-a8a1a83bf53e", + "id": "381eefbf-22d1-4bb8-a23e-3f0f64f5121f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21184,7 +21184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed1cdf5b-0301-47b4-a9cd-76d683fcb770", + "id": "62c825c3-7c7a-4076-b2c6-01f7a9a5b018", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21234,7 +21234,7 @@ } }, { - "id": "ff557359-5238-4951-94f1-d81216ba2bfc", + "id": "fdc686f8-0742-4f09-b205-9de06f8fa244", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -21288,7 +21288,7 @@ }, "response": [ { - "id": "9e6e4550-57be-4454-a19a-488dbec599a2", + "id": "fbf312ff-917a-41ed-af5c-6720f7e041fe", "name": "Manager", "originalRequest": { "url": { @@ -21345,7 +21345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e96f154-3f8f-4051-bc60-3cb903f89874", + "id": "3e5f8c1f-7242-43cf-8629-97733c7b1d76", "name": "Search", "originalRequest": { "url": { @@ -21402,7 +21402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93369b42-bbe6-4d9e-9ed3-02960490c57f", + "id": "af17cb4f-0ac3-45f7-9788-8f5e6cdfaf15", "name": "Source Owner", "originalRequest": { "url": { @@ -21459,7 +21459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b8f5550-f3a1-4c48-b412-ee48bed5f6ab", + "id": "07cfecfa-7354-47d6-a7f0-9ef1fa0ae931", "name": "RoleComposition", "originalRequest": { "url": { @@ -21516,7 +21516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f13b882-318f-4ac6-a512-8dd9334aa457", + "id": "dd2731cc-519e-493b-887f-33759fde0d1e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21573,7 +21573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d0c2ec2-be30-4b60-89bf-ef6609ef114c", + "id": "51e320e6-1e2f-4361-a477-eada846439dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21630,7 +21630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d14c7dd-d48f-4133-b04e-6b6c3f05f7e5", + "id": "df25f243-5629-4fea-85d3-9e535f49fa26", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21687,7 +21687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe3d8776-fa31-40e0-b283-702bd3508a7d", + "id": "a9236e68-91fb-4f4c-816c-bb395bcd8824", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21744,7 +21744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42c7cf31-c82e-4803-b20e-53933589c8ca", + "id": "9f5f63fc-c2f8-4cdd-9011-f3f93c3153cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21801,7 +21801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7df8c572-f4bf-49dc-a044-c6120ca1d4c8", + "id": "30afe15f-f187-41de-8a07-74ad6df2df8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21864,7 +21864,7 @@ } }, { - "id": "0d8f764f-1dfa-4cbb-943b-47a0748f3fe9", + "id": "54d9c3e8-b249-4184-958a-97a3a03a3589", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -21919,7 +21919,7 @@ }, "response": [ { - "id": "42364ea2-d9e2-4b4e-9e9f-4f10ab5c275b", + "id": "b5fe0b11-3e12-4d9b-97c9-b732a7a6ea28", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -21977,7 +21977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae9dfac1-ac6a-4fe3-8bac-2eb38f6f892a", + "id": "e20131b6-dc53-4118-b170-aa880d84ff37", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22035,7 +22035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fa9ab13-a88a-4eda-98ba-e462088e13e6", + "id": "12f840cc-d9c4-4787-85d3-d421ee3d94f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22093,7 +22093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db272877-a90d-46b2-b493-5be3edc74167", + "id": "2b868c05-530b-4bf4-a14e-54a450609a32", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22151,7 +22151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0928cb7-4469-4565-9e8b-5cdeb7bcfb47", + "id": "b8c32d5e-4a9e-4866-abdc-96b27879e4c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22209,7 +22209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02440efb-c6bc-4b2b-945f-665a68ee9db1", + "id": "a87e37de-dfd4-4f51-9eaf-c7328de7f562", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22267,7 +22267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7168719-617f-4ad0-bedf-165bbca7f8db", + "id": "5e66174c-4416-441a-9fc5-889af2d74bb9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22331,7 +22331,7 @@ } }, { - "id": "78c9115e-33de-4234-9e7d-bae424d5398f", + "id": "8426ba86-617b-484e-9484-538f19e46cae", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -22386,7 +22386,7 @@ }, "response": [ { - "id": "ec45ec45-8a5e-425f-ad89-66e17cb540b7", + "id": "dd7f5071-6b21-475b-b7de-29bdf5d665e2", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -22444,7 +22444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b6047f3-cc47-4d75-be5e-c140167eee4a", + "id": "159b6ad4-c8b5-41b1-a114-e80e764b7ca3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22502,7 +22502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b5222e4-33a1-4c95-91bf-e543d19638a4", + "id": "6a5cc055-8ab0-4475-8d83-57fe9f61a2be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22560,7 +22560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5db44c6-6643-49f0-b8cd-ec4c759eea62", + "id": "72debf5e-b3f1-4a43-9461-a714c69c01f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22618,7 +22618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76c563ee-31ee-467e-ad04-878aa6bc94a8", + "id": "b028fd40-5aad-4f8e-8093-79117647df8e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22676,7 +22676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "277bebe2-e581-4d44-83ab-ac386c598583", + "id": "c938f5b3-ff56-47bc-8f8c-f94befaa8384", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22734,7 +22734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ae6fa9-644d-4b1b-9e2d-9c19414389de", + "id": "d9736328-29d4-45f2-a888-fbd4597bbc47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22798,7 +22798,7 @@ } }, { - "id": "e10c6339-689e-40cc-8d5e-e1586cd383d3", + "id": "b47edb52-151b-4768-9e5b-2294b708b72f", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -22840,7 +22840,7 @@ }, "response": [ { - "id": "56d907d0-f4fd-436a-8b45-c828e9dbbf31", + "id": "3c7ae533-8427-48b2-adad-e79168a145e2", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -22885,7 +22885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d5c01fd-7d96-49f0-acba-dd41990a78f4", + "id": "30981570-e260-48ea-9418-2947be91af32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22930,7 +22930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ea63638-fe9d-4f86-972a-f59d4968f8c5", + "id": "358fcafe-2c58-4d93-ac19-6ac5b52d31ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22975,7 +22975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15ff2a3f-56b6-473f-9896-0a214d271e8f", + "id": "2667cb6a-ad8d-48f1-bdf1-0fc801b526df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23020,7 +23020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d9a3e5a-44a9-4505-9118-518eed4b6036", + "id": "37a97d3a-30de-40bc-9e93-f54f73045320", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23065,7 +23065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3af9239a-141b-4542-ab13-d12f3830b27c", + "id": "35488a76-f6b9-467d-9172-9f96798976d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23110,7 +23110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72b983ec-fb90-4c6c-b165-c231d1fe4421", + "id": "75ca7ff9-8eca-40f8-8463-dda28247c27e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23161,7 +23161,7 @@ } }, { - "id": "1aba2844-c9ef-41ca-a6ed-70ccd6801a6e", + "id": "8da78dee-ee0e-4423-979b-3c1159148d03", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -23216,7 +23216,7 @@ }, "response": [ { - "id": "439986b9-f6a0-4891-a0b5-51d995d71a6d", + "id": "26e4f7a4-de88-4771-ae16-934f6787e66c", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -23274,7 +23274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b9e1a8-8a8f-4c26-8e76-7c5c30470fa3", + "id": "32152c00-adda-47d7-9187-19a7fcbf24fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23332,7 +23332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d53eb62-4f19-442c-a6a0-8dd523581539", + "id": "187b5fc4-b008-410d-a289-4b6406c3bc6c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23390,7 +23390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d20c8800-d79b-4a94-aa0d-a73d90a1a8f9", + "id": "4fc510be-6c70-4676-95a8-78fdae7c6539", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23448,7 +23448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3025949d-4199-4dee-bddb-069399b5b731", + "id": "1b4a8474-7ffa-4124-a9d2-ed6e95ce19f0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23506,7 +23506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b7bd968-3fb6-4d35-829f-fba160f0f164", + "id": "f4456c82-59f7-46b9-b27a-1d30920e7775", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23564,7 +23564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3de3a377-a5f2-4461-802c-2195393f68e9", + "id": "7a720e47-5645-40fd-a95e-f0689fe40e96", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23628,7 +23628,7 @@ } }, { - "id": "3393da29-cfe4-4274-b7af-b490dc51bf0d", + "id": "ece71b21-6b03-4e6b-8596-8e1c449bb0da", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -23670,7 +23670,7 @@ }, "response": [ { - "id": "ced24e0e-59ce-405c-b835-3992e4c7a717", + "id": "f8e0c87e-4eb0-4d1e-8e8b-0c570e18a46e", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -23715,7 +23715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09e4fa44-47f7-4b83-bcc2-82bc6c21fc56", + "id": "43f0e28d-888f-4c50-b16c-62b95591ec8d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23760,7 +23760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e09063a5-0c3c-4c81-9624-a1446e233f3e", + "id": "52631abf-4a6e-4469-914d-ac8c1ff5d9ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23805,7 +23805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1884c251-3ef3-4adf-8992-f4f8f608bdee", + "id": "07361383-d821-4c92-8cb5-e85112ec5aa9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23850,7 +23850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32afdd2e-4b76-4052-a7b9-9e58ec7cbbfb", + "id": "83b3efd5-7719-4be9-8b51-94a15cb04950", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23895,7 +23895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71b18418-d847-47de-b566-7ae76df6c8df", + "id": "fca4d60b-0181-49b1-8f09-bb1e6ba01f4d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23940,7 +23940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac7347e6-daaa-441a-9470-62bcd6ee1c9e", + "id": "f217aa3d-d632-466f-acb4-9ae591427219", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23991,7 +23991,7 @@ } }, { - "id": "5c0d17c9-7404-4c33-8026-be5284ce392a", + "id": "7c7f6b75-334b-4c88-987a-8f75ef470c30", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -24044,7 +24044,7 @@ }, "response": [ { - "id": "838a114b-5517-4130-96c8-320b006be5b6", + "id": "8e57f222-7b12-4e16-82b1-2775fe7fd180", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -24090,7 +24090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9af1ed8a-9b26-42d3-8a02-5ad9bee5789a", + "id": "7e15a27d-258a-4054-81bf-f541a7680c68", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24136,7 +24136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dc5f955-bc70-43ec-a403-eefe3d682bbe", + "id": "5a8c53a6-8c01-403b-b753-a40c0d37f529", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24182,7 +24182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9a3d0d9-f65b-4cbb-8c0b-8f4b981d8fe4", + "id": "0ff5faf5-55b1-476c-ad7a-096774da4385", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24228,7 +24228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd13ea39-6e2d-45b3-931f-eca12a390b97", + "id": "dc2a40ba-1ca7-4286-85bd-de2a89b84c25", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24274,7 +24274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa39e495-0d1d-403a-90d0-eeb1fdd0ea9d", + "id": "9c9539b8-34d5-45dc-9cc0-b38ba7baa4b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24320,7 +24320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16b47748-d778-4258-9fa2-b5ee9d94edfa", + "id": "544158a6-26d8-4365-9180-6703b71dff0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24372,7 +24372,7 @@ } }, { - "id": "bc6720a4-316b-4179-8985-54c482215a20", + "id": "84b99e46-c437-477d-b122-2cd1d11b5b67", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -24402,7 +24402,7 @@ }, "response": [ { - "id": "505c569c-d087-4e8a-a272-043eebbcc276", + "id": "78ea3659-aada-473a-b9fb-7fb270c892cd", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -24446,7 +24446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9672d734-2382-421d-bebc-6fcdae89d3af", + "id": "ce45c3af-da79-44da-a404-7727fd442b95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24490,7 +24490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bad810b6-b8f8-4863-82d1-18f859d6e045", + "id": "ec6f2a12-b34b-48bc-aaf6-82a197cc5e7f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24534,7 +24534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e022b27f-20a7-40aa-8bcc-f8bf88b6874d", + "id": "ea9c0bfe-45b8-4d98-9368-7a559b3860cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24578,7 +24578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6774017c-6b84-4487-8704-28b844fb2a71", + "id": "798fecb6-67d8-48a6-8ba6-fbe8b91f69ed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24622,7 +24622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99a01a57-dc17-44e9-ac03-e00b6a6e2871", + "id": "2eb97a62-6827-4e4d-b384-790a649392d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24672,7 +24672,7 @@ } }, { - "id": "56a51a04-933b-4d66-b2b7-a5e99ef61cd2", + "id": "446265f3-f7db-4d38-b52c-5367f2a2209c", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -24715,7 +24715,7 @@ }, "response": [ { - "id": "20cda0ab-6acc-4bc1-91e7-7912408747b9", + "id": "3d3ccef1-56be-4a7e-9cf6-459caf2d245a", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -24772,7 +24772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1529d85-df99-42d3-82c6-ab9c38336af9", + "id": "7f3dadbf-49b6-40e1-8eaa-4c69136e141c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24829,7 +24829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8275b7f-f749-4ac5-b384-862de4a87341", + "id": "665f7c04-8f8b-4563-82d4-562d6c2754aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24886,7 +24886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b8f2155-1341-4f2e-bd21-74d1c99d8a46", + "id": "82a3bb66-909e-455f-9c06-f26ff2635d7b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24943,7 +24943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "874a9132-3a98-487d-a8fa-8463a8e7bf52", + "id": "3cd75e79-3234-4c4a-ac7f-1c6ddb1cbb35", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25000,7 +25000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf6e50c3-4b27-4c14-a349-52f1210536db", + "id": "170d20c3-0494-4fe2-92ce-bc2da860d106", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25063,7 +25063,7 @@ } }, { - "id": "f5ef7dfc-a342-4bab-96ae-0865012ac536", + "id": "ae0e07e3-7bf1-4730-bfa3-141dcb4a1dcf", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -25138,7 +25138,7 @@ }, "response": [ { - "id": "912b35ca-2817-4247-ba9c-6f93bd875bec", + "id": "20377d3b-5c04-40d5-8ff6-34911f2296f6", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -25227,7 +25227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f4ad9b3-114a-4204-86bc-011c879f88e0", + "id": "75efa723-f61b-4ad6-af3a-a2a045fe7de2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25316,7 +25316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e0cac90-fd6e-4b1f-8e6f-02e12feef4ce", + "id": "2d2f9c76-2979-4360-8e5b-a1464b0520ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25405,7 +25405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66c1a1dd-7e04-4232-aa2c-656c6635dbc7", + "id": "a66bf300-bcf6-4782-82cf-23bcde567283", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25494,7 +25494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ec0e56c-504c-4173-af65-cad99326b0b8", + "id": "075f9021-2d96-409b-8251-762c4d358259", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25583,7 +25583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8ba2480-7f58-4bd4-9578-9889cd23d249", + "id": "d0d6ebcb-91d2-4301-a701-d483488f2588", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25678,7 +25678,7 @@ } }, { - "id": "665b9dd1-72d3-4b80-9a4d-19d74fd6c394", + "id": "b3c4305b-e6df-401c-b3ad-64d79bb8e129", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -25720,7 +25720,7 @@ }, "response": [ { - "id": "dd6c4678-9cfa-4eeb-97cc-09be3ccb14d5", + "id": "557f9022-3d06-42f4-94af-ee5680ec9e09", "name": "Manager", "originalRequest": { "url": { @@ -25776,7 +25776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6e10640-00e3-467e-a216-e7016fc03472", + "id": "64c73010-cf1b-49d4-80b9-7ad1fc2b24b5", "name": "Search", "originalRequest": { "url": { @@ -25832,7 +25832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "058aaaa5-bce5-4fb4-8e3d-db5385f7d201", + "id": "b7c520a4-ef92-4a72-a358-3e04b99ed48f", "name": "Source Owner", "originalRequest": { "url": { @@ -25888,7 +25888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf0e156d-850e-4b5e-8f2a-73ba0ad4248c", + "id": "18297e23-0ab9-4b20-ad6a-dce175959f5c", "name": "RoleComposition", "originalRequest": { "url": { @@ -25944,7 +25944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b76127fc-c893-49e3-8d76-e214a08cd07b", + "id": "e384b2a5-9015-438d-868b-4fda593dc96d", "name": "Manager", "originalRequest": { "url": { @@ -26000,7 +26000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fd96665-5ca6-4c67-90ae-203201a4c2bb", + "id": "57c9aa36-27a8-443c-8a83-502c9e9dbc1d", "name": "Manager", "originalRequest": { "url": { @@ -26056,7 +26056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45799df7-a41a-4154-8223-e037bc67dad7", + "id": "b16686eb-3d35-42dd-a94f-e28fed7f7b02", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -26112,7 +26112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b40f1005-d2e5-4a17-a115-110e864dfd1f", + "id": "29048459-c86b-48f9-a578-0fdd0ca69522", "name": "Manager", "originalRequest": { "url": { @@ -26168,7 +26168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f2e992d-c8aa-4be5-b8c4-0d8264e1c023", + "id": "73a1c83b-8fa5-4cbd-9bbc-3308f3130ad4", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -26230,7 +26230,7 @@ } }, { - "id": "b9f1e52f-a3f9-4039-b2d4-751562622d53", + "id": "1e42e5af-14e9-49f6-820c-1444207a1f9d", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -26271,7 +26271,7 @@ }, "response": [ { - "id": "79a59725-0067-40fd-af9d-9639db215177", + "id": "d0a777c0-f414-4e58-bc84-5804708c7287", "name": "Manager", "originalRequest": { "url": { @@ -26315,7 +26315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7547f4f6-f6cd-4e85-b72c-2f7c0e10d826", + "id": "0c6f65ac-9a9f-4abe-b6b9-40e888220982", "name": "Search", "originalRequest": { "url": { @@ -26359,7 +26359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73290f17-3474-4573-a9f5-e3ee7c3a15ba", + "id": "057d496d-76a5-4322-8f65-917b85665adf", "name": "Source Owner", "originalRequest": { "url": { @@ -26403,7 +26403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73e3d6c1-05f4-489f-94db-0c29a37b4e93", + "id": "4f747c11-0efa-4295-944c-3615b1caefd5", "name": "RoleComposition", "originalRequest": { "url": { @@ -26447,7 +26447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c558e207-58fb-4ff5-bc10-3b1fe6083472", + "id": "1d8e40de-0477-47e6-a7e7-18306564f819", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26491,7 +26491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca3b2b88-705a-4cf7-8e7b-120e261e8c6b", + "id": "4c0ec46b-1a5c-464f-bef2-902dec80de7d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26535,7 +26535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5edad2a-e30e-4447-b6a4-cc2fc02a855d", + "id": "49d85ecf-ccb0-4817-9d37-7a5dba7f0432", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26579,7 +26579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53e8cfdf-3e1c-41c6-8179-7b33719b346e", + "id": "53bc2ed8-9eb8-4e02-97b8-f1ff7a5241b8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26623,7 +26623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cce75bb-b622-489a-bc0d-3bb9d95ff486", + "id": "ca6a18c4-a3a4-4dd4-beb5-112f388c355a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26667,7 +26667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2e73d57-5e34-4464-a231-e0486b2cb2c2", + "id": "4da8ec20-2dc2-4b8b-96d0-20f0359d7ca4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26717,7 +26717,7 @@ } }, { - "id": "6fa70e9e-fca3-4cd7-95d5-9fdf1a351693", + "id": "04cd5059-b522-4683-afca-640d50004fb0", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -26771,7 +26771,7 @@ }, "response": [ { - "id": "c17d0396-57fd-4810-a019-a4ab8ae3c61b", + "id": "cf15c505-0996-42ed-a68c-8804330e9f6c", "name": "Manager", "originalRequest": { "url": { @@ -26828,7 +26828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "091f7d2e-56cd-4dfc-b008-642d6bcb1242", + "id": "024c52e8-db97-45b7-ada7-04f61a3cec13", "name": "Search", "originalRequest": { "url": { @@ -26885,7 +26885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "becdb3f5-c644-4da1-ac7a-6deff0d94565", + "id": "a76ff513-bd23-493f-9ebb-452efdf2a085", "name": "Source Owner", "originalRequest": { "url": { @@ -26942,7 +26942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "199247df-1d03-405b-913d-edd6e958800d", + "id": "67e20a54-52ac-448a-9ff3-1de68e6dd518", "name": "RoleComposition", "originalRequest": { "url": { @@ -26999,7 +26999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39267b90-092c-4918-ac4f-7cc7823b3ef8", + "id": "58d3cd1e-4b9e-4c82-b3bc-9d512cc683b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27056,7 +27056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4cbe4ba-869d-4a2c-be98-ae11e3b88894", + "id": "1e6ddc3d-4164-4d72-912a-7f03f88be3e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27113,7 +27113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0df90fd3-effa-479e-a170-7186e87c2213", + "id": "86aa54e0-8152-495e-87d3-2dd1d8966bcf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27170,7 +27170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73126478-43eb-4f86-a350-930429389bee", + "id": "138056bf-4c11-4463-8b0d-1dcc653cbbe4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27227,7 +27227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b5e366b-882f-49f7-9859-c89e4d3310ea", + "id": "0676db71-4f13-454b-b376-d5cd43ad54b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27284,7 +27284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5771dcc5-4843-418d-90d2-a11b4c75dca8", + "id": "8b787909-b3ee-4704-b053-3b413656c4c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27347,7 +27347,7 @@ } }, { - "id": "759dba5a-1b35-4128-92fa-9fd75c5fe068", + "id": "66d59a00-eb71-4ee7-b6a9-24ed778e2fb5", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -27388,7 +27388,7 @@ }, "response": [ { - "id": "3ee8147f-c86a-467a-8b0b-0f0be151d488", + "id": "8f1716f1-fa4e-4952-86aa-c7649868aef9", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -27422,7 +27422,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3b7c88f7-f3c9-4c4f-8a7e-220043735e9a", + "id": "15f30a54-6c09-43ac-b923-ac810e2767d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27466,7 +27466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "714d3c4b-511c-43c9-b793-6bdc2e84b293", + "id": "c9729699-890c-42aa-aeea-0cb1cd14b659", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27510,7 +27510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0bff16b-dc01-413d-89dc-21877213e815", + "id": "e28aefd5-cca6-431d-990b-ce81a0e2724f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27554,7 +27554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ed758e6-8aa6-4693-8cbd-fc6ed6dd663d", + "id": "f5c921ac-2c6b-48b2-9e6e-be35cd7a47c4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27598,7 +27598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c16e1bd3-1bd3-4e65-84d6-9688643071a8", + "id": "6537c96d-c460-48ca-b815-004f49dfa554", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27642,7 +27642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cac67995-6d86-437d-a0f6-1ea431fac7cf", + "id": "7ae85819-a9fc-4dba-923c-127c5ac3e4d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27692,7 +27692,7 @@ } }, { - "id": "9ad6cfdf-1434-493b-bacf-992533b00492", + "id": "e5ef322b-d196-4b61-8d74-ee2e5f8a40f6", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -27734,7 +27734,7 @@ }, "response": [ { - "id": "db21a5e9-3fdd-4186-b294-6ddd86b20774", + "id": "83d1c09f-3d25-4595-858c-cd5eb440f44d", "name": "Indicates a campaign was successfully generated from this template, and returns a reference to the new campaign.", "originalRequest": { "url": { @@ -27779,7 +27779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e4c4229-e6d0-437d-bba3-d16b379aae00", + "id": "409ad352-745b-473c-ba71-e5af78fe1291", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27824,7 +27824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e057e03-5d1f-4a9a-95eb-1e050dcca2a8", + "id": "c04209e2-1abb-470c-8414-17c4f025ddf6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27869,7 +27869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "892f8bf5-5a59-489b-992c-72d22c126b38", + "id": "adfe627b-0fb9-4008-adc7-f1317a87e9f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27914,7 +27914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca532374-8b7a-4631-930e-055540abe9ec", + "id": "76c4868e-d582-4062-90a5-14b13178358c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27959,7 +27959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "715bf6db-5315-4101-97dd-c8efd118234b", + "id": "5f1ec95b-6516-4825-a52d-0e9cad45f6e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28010,7 +28010,7 @@ } }, { - "id": "628a1841-f76a-4887-a54e-85ed99098588", + "id": "9321dd6d-dcf8-41dd-8dd3-9bdf0c62649b", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -28052,7 +28052,7 @@ }, "response": [ { - "id": "ffd573f8-bace-46c7-9eb3-5c69df4ddf22", + "id": "58398a12-a7cd-4791-b6b4-28d8a524350c", "name": "The current schedule for the campaign template. See the PUT endpoint documentation for more examples.", "originalRequest": { "url": { @@ -28097,7 +28097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02d4b419-d29e-46e9-bab9-2dc9e0805ea7", + "id": "932a1203-97ff-4ded-92ce-4803724c171c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28142,7 +28142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4825f9c-ea8f-461a-9cc9-f37438811a1c", + "id": "6a6d3336-8713-4226-84db-4cd893f0d2f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28187,7 +28187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "655ea130-47c2-4a14-ac09-9de84bda9875", + "id": "41982e7b-1b27-477d-a5eb-b01409c558cf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28232,7 +28232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f78b7b9-b3a4-4f72-9896-05cb48592db8", + "id": "0a92f1e3-681f-4b1c-94d8-0166e20b552b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28277,7 +28277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3d17cbe-7baa-42f4-9eaa-bf3581e418bd", + "id": "fc92be2b-b140-4472-a1db-66b78b6698ce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28322,7 +28322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6480605-edc0-4b1c-a658-9ec4a668d5f8", + "id": "d6a4aeba-8ef3-49b7-a44e-08ade8c097e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28373,7 +28373,7 @@ } }, { - "id": "423ffa35-e20e-41ef-b21f-99c18f9e2750", + "id": "02e3efbc-43cb-4f2b-8b12-9b22dd873681", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -28428,7 +28428,7 @@ }, "response": [ { - "id": "1ca11924-9c4f-4dca-825a-81b13974cd17", + "id": "cc1e5873-2607-4bef-9def-8f5f953a4698", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -28476,7 +28476,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5098a982-49ac-42b4-a239-82ae66e607a0", + "id": "91f8cb14-b2a7-4821-ba0c-b8bb85f4564d", "name": "Monthly", "originalRequest": { "url": { @@ -28534,7 +28534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c7f6ba7-d9c5-4fee-a638-80d80f641407", + "id": "c176b816-f068-4298-81ce-c0484ee704a2", "name": "Once a year", "originalRequest": { "url": { @@ -28592,7 +28592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a8981fb-4afe-435e-8c10-ce72b680406b", + "id": "feb13c99-dbe8-4e6d-bed1-f57dd25d7c70", "name": "Quarterly", "originalRequest": { "url": { @@ -28650,7 +28650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ef1ed6-1969-4d87-890c-9aee702e6553", + "id": "0293222c-0af9-4a47-a9e3-6aedb11f4acf", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -28708,7 +28708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cff7cec7-6370-45f3-8250-0b5a7ac24d83", + "id": "0c4c26eb-a8ab-4d4d-b843-2303aec17c35", "name": "On a Specific Date", "originalRequest": { "url": { @@ -28766,7 +28766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7a54a67-0f04-4054-a0cf-e6d2a89920e9", + "id": "76a3aaf0-8d8a-41ad-8aab-b704262f8175", "name": "Once a year", "originalRequest": { "url": { @@ -28824,7 +28824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7be42ee1-aec2-4cf8-8e5a-854d498058ae", + "id": "35baffe3-8416-48af-b498-14a3234d5549", "name": "Quarterly", "originalRequest": { "url": { @@ -28882,7 +28882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8726482-ed7b-4152-afc8-6eb67cb6dacd", + "id": "658f7bcb-fe36-4554-903d-33e3c332cacb", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -28940,7 +28940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15134a84-6fdd-461d-acba-3426867c1261", + "id": "651d4bfa-dc68-49c8-9063-182d32d3aa0a", "name": "On a Specific Date", "originalRequest": { "url": { @@ -28998,7 +28998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f16106e1-8adf-4f0e-8e85-35fc77591326", + "id": "abaa156a-12b6-4e2a-91af-3f490b4ca8a9", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -29056,7 +29056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "966fa961-961b-48c2-8634-e04cbb069d9b", + "id": "866171b6-0833-4467-99d5-6c81d263af55", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -29114,7 +29114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfdd1108-6915-4545-ba6e-e59d604b874d", + "id": "d13353c3-5240-4fb4-b6e7-47d64d14750e", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29172,7 +29172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67235f92-77aa-49b9-b269-4d0b8928c672", + "id": "81b9f4f1-6ce1-4bda-87fc-a2f41eae60b3", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -29230,7 +29230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2f9c726-aa4a-4808-a6b2-b22592d49258", + "id": "82a1db59-db88-4c8c-87b9-48b42effd5d4", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29288,7 +29288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "671f3b61-79cf-481a-ba18-9fa05a2fcd50", + "id": "0f65dbdb-89c9-4e0c-bbea-05ea33f44194", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29346,7 +29346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3610fe2-e5f6-4195-b2e1-ebecb28717ee", + "id": "a439a2a0-b328-4a30-a93a-1deb58153eb5", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -29410,7 +29410,7 @@ } }, { - "id": "fa7ae0f0-5f57-4a4c-be11-43e8956a4254", + "id": "6a86247f-6861-4b9e-9a53-ba13f5ca03be", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -29452,7 +29452,7 @@ }, "response": [ { - "id": "344d3466-ee27-4d47-8ab7-885a58e4b32f", + "id": "6639a806-e7d0-456d-a2b8-4b9f8e1ac6f3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -29487,7 +29487,7 @@ "_postman_previewlanguage": "text" }, { - "id": "131ec71f-4318-4d14-8570-b392d21810b3", + "id": "4f9402b1-e801-4730-a725-38c60ca75efd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29532,7 +29532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2608864-8b4a-4a6d-8a02-c2eaad1ac2a3", + "id": "7bf3a92e-26d3-4853-a523-3ef372fd9711", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29577,7 +29577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f61b129-a590-4f6c-95fc-04e4c913a550", + "id": "a61d2e2f-fde0-4439-81b8-02425e3ad687", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29622,7 +29622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e6dfbda-3619-428d-8e92-f71b38a4a9ef", + "id": "28c4e9a5-8130-4441-b97a-2fa6ef2cfcf9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29667,7 +29667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71916f09-5f76-49da-a4c0-6784712fe548", + "id": "efd7c559-cc00-4c6d-a309-a4c0383951b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29712,7 +29712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ace7eff-9105-41d5-9886-664a73856c92", + "id": "8b7331e9-80f3-4ccb-910e-f188b955219d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29769,7 +29769,7 @@ "description": "Use this API to implement certification functionality.\nThis API provides specific functionality that improves an organization's ability to manage its certification process.\n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access.\nThese certifications serve as a way of showing that a user's access has been reviewed and approved.\nMultiple certifications by different reviewers are often required to approve a user's access.\nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers.\nOnce this certification has been completed, IdentityNow would provision all the access the user needs, nothing more.\n\nThis API enables administrators and reviewers to get useful information about certifications at a high level, such as the reviewers involved, and at a more granular level, such as the permissions affected by changes to entitlements within those certifications.\nIt also provides the useful ability to reassign identities and items within certifications to other reviewers, rather than [reassigning the entire certifications themselves](https://developer.sailpoint.com/idn/api/beta/submit-reassign-certs-async/).\n", "item": [ { - "id": "1b016471-cd70-4269-a4ca-8e534561b90f", + "id": "d846841a-e4e7-4680-ac05-a9f13d848412", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -29824,7 +29824,7 @@ }, "response": [ { - "id": "7792b6d3-a8a5-43e8-a8a1-30030b866d91", + "id": "28d326b5-3396-4b9c-8733-c65ea952d9a5", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -29877,12 +29877,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"SUCCESS\"\n}", + "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e14ebdc4-44bc-451b-aa94-ab352ea615e9", + "id": "cec012cd-1124-4fb0-baa5-da9d19b9b290", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29940,7 +29940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3b5efe7-85bb-4be5-8f07-f546d6506d6a", + "id": "7b78595b-365e-4c0e-9b0c-02a8fee91bd6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29998,7 +29998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e148ee9-81d6-418d-bd25-546988bae1f0", + "id": "26baa2ee-7f8f-489b-8bb8-daa3d2e9912c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30056,7 +30056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "305373e2-6f7f-4050-99a1-c0a944aee6b2", + "id": "13f5b2bb-bc1c-4681-899c-a1701ede2663", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30114,7 +30114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "703c55d4-ca1f-40c4-a837-e615e21354aa", + "id": "6ce4bd0b-29f0-478d-a83f-2bed0dc9945c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30172,7 +30172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6d055a1-4dae-4b70-a18a-0b2beaa6f5c4", + "id": "ccbab658-9da8-4175-9f92-3ef5794e4e0b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30236,7 +30236,7 @@ } }, { - "id": "54eca618-2d2c-4185-b086-272723c4557e", + "id": "470bd394-b7c2-44af-925d-46718bcf38e2", "name": "Certification Task Status", "request": { "name": "Certification Task Status", @@ -30258,7 +30258,7 @@ "variable": [ { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "id", "disabled": true, "description": { @@ -30268,7 +30268,7 @@ }, { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "taskId", "disabled": true, "description": { @@ -30289,7 +30289,7 @@ }, "response": [ { - "id": "ae962dd2-afbf-4b4f-b9d6-1a27be818801", + "id": "a528e4eb-6f64-4ea6-9478-c2af7069d16b", "name": "A certification task object.", "originalRequest": { "url": { @@ -30330,12 +30330,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"SUCCESS\"\n}", + "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0fdc3810-4dd1-453b-a58b-34a0c7a90c2d", + "id": "38626f90-f0cc-4596-a866-d27d3adc4136", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30381,7 +30381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14753a52-c617-4a7a-ad7b-54f9482e7e64", + "id": "5cd4e520-c1ed-4dcf-804b-a0f5ab0548eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30427,7 +30427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0402c64-759e-44a7-ab2c-1c61cd3e911f", + "id": "8161b1cb-8652-4c56-bbce-f92c9cc2338c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30473,7 +30473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7a71563-e3b9-490e-b299-7ec8d6a1d184", + "id": "7481f932-41d7-4f2b-8d66-3a9cc2e67430", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30519,7 +30519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fdb00a0-cdf8-42ad-9564-86a7992cb16c", + "id": "86a1be7f-5563-4009-b52c-fb78ab70a26b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30565,7 +30565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d59cf7ce-94ba-4875-932d-ae1e8f6808e5", + "id": "2902136d-ad47-4eaf-99b2-f1878b7331c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30617,7 +30617,7 @@ } }, { - "id": "1aabee5f-b8a6-42a8-b46d-cd593a93c48d", + "id": "b34ca461-184b-4b71-b3da-708703b032d3", "name": "Pending Certification Tasks", "request": { "name": "Pending Certification Tasks", @@ -30638,7 +30638,7 @@ "variable": [ { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "id", "disabled": true, "description": { @@ -30659,7 +30659,7 @@ }, "response": [ { - "id": "6f40fd21-2ee4-46ba-b8b6-cdba381c8322", + "id": "ac3ed997-70b6-432b-8702-85cb719584d1", "name": "A list of pending (`QUEUED` or `IN_PROGRESS`) certification task objects.", "originalRequest": { "url": { @@ -30699,12 +30699,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n },\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"ERROR\"\n }\n]", + "body": "[\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"QUEUED\"\n },\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"ERROR\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dafbecfb-9080-4acc-88ce-d3aa57ec7297", + "id": "500ef2b2-586f-4666-8f93-89fa9d9dae62", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30749,7 +30749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f04bc1f7-af4e-4e56-ab0f-04bebc7619d2", + "id": "5ddd3096-876a-46ee-9a05-5e44b56805a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30794,7 +30794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cba256a-198b-4757-857f-8d63a7ec084d", + "id": "c78e62ac-fa71-4856-b614-fc05a9f51aae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30839,7 +30839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c9f4902-b5d8-48fe-9d2b-62ece8034e20", + "id": "74b07e61-9867-48dd-97a3-da27d322ca75", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30884,7 +30884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d6dae09-463f-468d-bc05-e0b55011e645", + "id": "1d61288b-b309-4f3b-b372-9bcb92f1ee8b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30929,7 +30929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03e48b85-828d-45d0-9db4-cbf2555a99f3", + "id": "e26af568-a9d4-44f1-866f-9b72020458dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30980,7 +30980,7 @@ } }, { - "id": "a640e32a-bf3e-447b-9179-e3ecd0508afb", + "id": "7b24952f-52ed-48a5-8ad6-702cb4497870", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -31071,7 +31071,7 @@ }, "response": [ { - "id": "fb35a70d-6b56-49c6-99e5-b501f9b6b02e", + "id": "3174b081-9ba8-4e65-99a3-0500a17f852f", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -31155,7 +31155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03828c4b-de3b-4715-8cf3-602efd30c40f", + "id": "698a4391-349b-4cff-8b2b-a363d0527456", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31239,7 +31239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6347918f-51d7-4ad3-8408-8e72980c0b7b", + "id": "b48f9971-d5b6-40c3-9ffb-37ffad2cbd70", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31323,7 +31323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3584f970-9577-44bd-b334-8c7f0621ae03", + "id": "571607a4-4ef7-4698-8ee2-006146a1c816", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31407,7 +31407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "badd72fb-2c6c-4c21-8741-c2547aefc779", + "id": "d4f19036-433d-44d7-8a91-602e362b1299", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31491,7 +31491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c26faa45-c339-4304-a42b-b24d71df9299", + "id": "88da5306-0e4c-47e6-b632-33acb7bfd7f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31575,7 +31575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d3c23f-316b-485a-8bfe-1b92ce5f3163", + "id": "a33b1a87-dd6f-4b51-81c1-f3e2db0a8cab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31665,7 +31665,7 @@ } }, { - "id": "4bff0dc4-8ede-4dbe-8b6f-f00a17178dc6", + "id": "f16b14fe-5f79-434d-abe3-2986e9e73087", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -31753,7 +31753,7 @@ }, "response": [ { - "id": "d994846d-ff4a-4477-9a43-a54f25dd8c53", + "id": "1df14664-fffa-41e3-8a11-1d5daf1ad7bf", "name": "A list of reviewers", "originalRequest": { "url": { @@ -31844,7 +31844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ed40b7d-6ec8-43c5-b4bb-f9464f7c9c17", + "id": "0aeef893-d7cd-454d-a14f-ad1a52a4a953", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31935,7 +31935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c706537-0b89-498d-b301-16ac2702a180", + "id": "897c776b-83ed-41fb-af8e-87b5343b34f9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32026,7 +32026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b1f7c85-45e7-4e12-b8ea-edf86391c687", + "id": "7d9ca9d9-7060-4d96-89bc-8cacdac67c35", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32117,7 +32117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec772baa-09f3-415e-a2ea-4a2fb776a44e", + "id": "23bfc490-2c77-43a5-9aea-62c831ef9c59", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32208,7 +32208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5d48b2a-9d19-40cf-ad4d-4abe8f86c9b0", + "id": "126b251a-5be9-4a45-84ec-dd88c1c67f5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32299,7 +32299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "837c5fe9-40e0-466f-ac52-2541f284f840", + "id": "53591435-9e49-4614-8162-6af429fbd213", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32402,7 +32402,7 @@ "description": "", "item": [ { - "id": "ee3a9b16-7719-4301-9b74-e2eeaa18de0d", + "id": "bad5f1b5-1816-4b6d-9afe-949f421a9038", "name": "List Connector Rules", "request": { "name": "List Connector Rules", @@ -32431,7 +32431,7 @@ }, "response": [ { - "id": "de1206eb-c3d0-4e11-9781-c90ca55f894e", + "id": "48c84ccd-4610-4208-9e53-b6f4f3298470", "name": "A list of connector rules", "originalRequest": { "url": { @@ -32474,7 +32474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d72873a-3dbe-48d0-bee9-42ce434f367a", + "id": "c223ee8c-e5f2-4d64-bf67-0a5bc5831f6e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32517,7 +32517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10608f5e-b977-4b70-b7a1-33bb32487b21", + "id": "c3f9eb0d-c917-441c-9742-cfcbdcb365be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32560,7 +32560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "330f7081-3441-453f-ad21-43e8136c7317", + "id": "083bfe40-6307-4fec-a1ee-4c6b2de801c4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32603,7 +32603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaa2b111-93d3-4a99-9652-b8e0479985f5", + "id": "c8258d1d-7fc9-4011-9374-16295218326b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32646,7 +32646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ca3354-cd5b-49df-883c-c995c464504e", + "id": "b01f236e-7de4-483d-836b-72615d48b8fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32695,7 +32695,7 @@ } }, { - "id": "c83c6ad5-d124-4556-a153-c538b26f8f8c", + "id": "24fb672b-2b60-49b9-890b-4ec941b2bd51", "name": "Create Connector Rule", "request": { "name": "Create Connector Rule", @@ -32737,7 +32737,7 @@ }, "response": [ { - "id": "f51c042a-bbc6-4626-bac6-3db821492216", + "id": "91710fd7-074e-4f89-a3f7-ac65ad018db3", "name": "The created connector rule", "originalRequest": { "url": { @@ -32793,7 +32793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8594e71-6021-4bef-8c78-5afcbc664bba", + "id": "54f6873d-ebb4-4773-bafb-6d828401bd37", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32849,7 +32849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97bc6fff-dd3f-457b-a810-2058266568c3", + "id": "89fa63bf-5a1e-4609-b8b2-2aa0240e6294", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32905,7 +32905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "523058aa-dda4-429f-8c80-fef703338b22", + "id": "1272d631-09c7-4230-8f27-b0acda0b4f4c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32961,7 +32961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "485e0edc-978a-4ef2-a469-c92a9827a2b5", + "id": "35480ed7-0a92-48e0-9da1-da942e6fd092", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33017,7 +33017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0809953-2a22-4ec4-8d6f-1fa8ae2df0db", + "id": "b7793aa6-ca9e-451c-bdd4-ce6bf004bd00", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33079,7 +33079,7 @@ } }, { - "id": "85fde792-b8cd-4492-a782-edf4ef84edfd", + "id": "0b911884-f893-42c6-a450-f32f45df4adf", "name": "Connector-Rule by ID", "request": { "name": "Connector-Rule by ID", @@ -33120,7 +33120,7 @@ }, "response": [ { - "id": "12c9c685-f7df-4feb-adcf-55982561c61c", + "id": "f78075f4-83c1-4d2e-a2f7-f511170dc3ba", "name": "Connector rule with the given ID", "originalRequest": { "url": { @@ -33164,7 +33164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b6894e-241d-4473-88ec-b4d6805485aa", + "id": "732db132-bdc5-492a-aa84-31138c82708e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33208,7 +33208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8bdc668-ef2f-430c-9f58-90ab5d60e69f", + "id": "36f9c2d5-9390-4efc-9b91-a93af881bb86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33252,7 +33252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "268f389f-c7b6-434b-8248-a5c3c6466303", + "id": "991f37e3-ef3c-4055-b1b9-3c6e29c652a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33296,7 +33296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bdebcb9-0cbc-45d9-a960-f1eae1e300ad", + "id": "6f3fce22-5a9d-4e23-9fd6-1f27b117aa14", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33340,7 +33340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "807f5b37-daa5-426d-aba1-e9025dcd9e33", + "id": "a876403f-31dc-4999-9341-b2a3fbe3430d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33384,7 +33384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d486365d-ff49-4b42-9437-3e21cfa3d848", + "id": "cdc1fd88-f25d-4367-8a09-6f37b7aea6f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33434,7 +33434,7 @@ } }, { - "id": "dc54f004-70e1-4c8a-97c9-2cc19e9f49ed", + "id": "1a5789d5-230b-4d8d-a3b1-dc3131ae3a62", "name": "Update a Connector Rule", "request": { "name": "Update a Connector Rule", @@ -33488,7 +33488,7 @@ }, "response": [ { - "id": "678377ea-274f-4ee0-881a-bc08c31b2004", + "id": "38fe55ac-653c-4914-99d0-73a909ed305f", "name": "The updated connector rule", "originalRequest": { "url": { @@ -33545,7 +33545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f749d8c-deff-4aaa-9f07-c3d7e26cf769", + "id": "8bd37890-0617-4347-a115-20c490b7adfb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33602,7 +33602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d15dc7b9-edae-4ed9-9255-092bc32af05e", + "id": "fa20510b-664b-4849-9441-d296dfb1ac52", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33659,7 +33659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19a2e9d5-bdfa-43f1-ab81-e477d1adb16d", + "id": "250a50b6-3624-437c-9ffb-f580faae3ae0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33716,7 +33716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55516d3c-212b-4f86-8329-b71552aa9dfc", + "id": "9b1a999b-7d63-480f-a20d-1ba41bf8f6ac", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33773,7 +33773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8043367-705f-406b-a004-2c0a38cd7614", + "id": "d8d7c8b0-36f5-4a9f-a574-1c22655de869", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33830,7 +33830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0302e3b8-d788-4801-ba97-d4c78ac5b629", + "id": "19dae6f9-60e1-45f5-ac03-61a4ff91235a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33893,7 +33893,7 @@ } }, { - "id": "27fe3173-d849-4861-84d2-69b341c211a2", + "id": "3586d7fc-5c2f-4ec5-8a86-ed3fbfc5f935", "name": "Delete a Connector-Rule", "request": { "name": "Delete a Connector-Rule", @@ -33934,7 +33934,7 @@ }, "response": [ { - "id": "264bb06e-f7fc-4f41-8ab3-82be693435d3", + "id": "0499a4df-2eb8-4dda-8b71-4d2c62839257", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -33968,7 +33968,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dc026a09-472a-4ca8-95ec-aaa4277e10c8", + "id": "668159ee-7645-4bd9-b5ca-1509030cf22f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34012,7 +34012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0387a98-8dc4-4402-bc2d-62529a211304", + "id": "13ef451e-6239-42f2-8c52-6a429c5d1583", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34056,7 +34056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebf6bd9b-54b0-46a7-b013-d9b6218a38f5", + "id": "9c6e51e6-8801-409c-b6a6-38a9041a8b08", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34100,7 +34100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e8bef23-2a9e-44df-a235-ccf0088b171f", + "id": "1f6a4e10-cc32-4d37-b840-02c31f636af0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34144,7 +34144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8830329c-9678-4bc9-b793-fe3dc08c6698", + "id": "e40fcd54-a602-4388-b10c-1fd32fc55e2e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34188,7 +34188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a0a4d92-93d1-4ec0-afe6-40da5b3cb50b", + "id": "c546116e-108e-42c9-b3ac-9a37fbc6eb6f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34238,7 +34238,7 @@ } }, { - "id": "c170ba29-f0ff-4d73-b1ba-fb24d6fb3b07", + "id": "1906888b-6d63-4a6a-93c6-a5e8dde57061", "name": "Validate Connector Rule", "request": { "name": "Validate Connector Rule", @@ -34281,7 +34281,7 @@ }, "response": [ { - "id": "8a756603-975e-4889-8877-d3340ed3ebf1", + "id": "52f3473a-1272-42f8-aa7f-4eb80498ea42", "name": "The status of the code's eligibility as a connector rule", "originalRequest": { "url": { @@ -34338,7 +34338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f88ef332-4f22-4e7c-8864-d4822d2691a0", + "id": "248a1672-ce10-400b-ac2e-a128d0175353", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34395,7 +34395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef4850b-fa2e-43a4-9fda-42c0bdbb4ab3", + "id": "12b45536-27ca-423b-8425-0804b6dbdc39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34452,7 +34452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6eb848a-ca8b-474d-a163-c4cf9eea467c", + "id": "ca6df617-60ae-4b54-8106-200036ae5ac4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34509,7 +34509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be2f3c5e-2b12-4ee3-baa7-451eac548597", + "id": "dec6d02f-6ce3-45c5-ada6-a422b6aab26e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34566,7 +34566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44cc9ea3-4a72-4a4a-a975-0db7b481b1bf", + "id": "cf8f2acb-f3cf-4258-9186-0cf09c476edf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34635,7 +34635,7 @@ "description": "Use this API to implement connector functionality.\nWith this functionality in place, administrators can view available connectors.\n\nConnectors are the bridges IdentityNow uses to communicate with and aggregate data from sources.\nFor example, if it is necessary to set up a connection between IdentityNow and the Active Directory source, a connector can bridge the two and enable IdentityNow to synchronize data between the systems.\nThis ensures account entitlements and states are correct throughout the organization.\n\nIn IdentityNow, administrators can use the Connections drop-down menu and select Sources to view the available source connectors.\n\nRefer to [IdentityNow Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about the connectors available in IdentityNow.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/idn/docs/saas-connectivity) for more information about the SaaS custom connectors that do not need VAs (virtual appliances) to communicate with their sources.\n\nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about using connectors in IdentityNow.\n", "item": [ { - "id": "7cc6ddc7-0862-4b87-b6bd-a27127ae1aaf", + "id": "5bc9f029-ab8a-42de-9192-6747f5886d94", "name": "Gets connector list", "request": { "name": "Gets connector list", @@ -34710,7 +34710,7 @@ }, "response": [ { - "id": "6281beba-1339-45a7-8348-da82898811c9", + "id": "e91b934c-82cf-482f-975e-e8bfe54c16bb", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -34799,7 +34799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ece9dd6d-d3ad-49fb-ace6-1804cce2d825", + "id": "bb15f1f9-2b6e-4869-9026-98b940034ba3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34888,7 +34888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "730967ae-cfe4-4751-a1f6-f3931406a3db", + "id": "cd2db057-4246-4b69-a1fa-56c63eacb1cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34977,7 +34977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7970d70d-bc47-43f3-96b9-d3a0c123a6a4", + "id": "57ef963b-c035-4637-a982-4670f3d8d0a8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35066,7 +35066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d9f974b-5bb9-468c-89cc-93d3928e3c8f", + "id": "c916c7e1-3a60-426b-a69d-1a21229395ea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35155,7 +35155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e314336-f659-41da-a6f5-14a0d662b367", + "id": "ccd3a664-6caf-4c59-ac11-e533c81a6111", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35244,7 +35244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "046a9bd6-6b1d-46a7-ae40-bd3d310641c1", + "id": "53404250-04a5-4684-99ff-7b5e2f9d5651", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35345,7 +35345,7 @@ "description": "Use this API to build and manage custom forms.\nWith this functionality in place, administrators can create and view form definitions and form instances.\n\nForms are composed of sections and fields. Sections split the form into logical groups of fields and fields are the data collection points within the form. Configure conditions to modify elements of the form as the responder provides input. Create form inputs to pass information from a calling feature, like a workflow, to your form.\n\nForms can be used within workflows as an action or as a trigger. The Form Action allows you to assign a form as a step in a running workflow, suspending the workflow until the form is submitted or times out, and the workflow resumes. The Form Submitted Trigger initiates a workflow when a form is submitted. The trigger can be configured to initiate on submission of a full form, a form element with any value, or a form element with a particular value.\n\nRefer to [Forms](https://documentation.sailpoint.com/saas/help/forms/index.html) for more information about using forms in IdentityNow.\n", "item": [ { - "id": "37c651cf-5a00-40a7-aaaf-065bdbf08792", + "id": "49f75a36-2738-4ad5-b4c5-7ac94c80b896", "name": "Export form definitions by tenant.", "request": { "name": "Export form definitions by tenant.", @@ -35411,7 +35411,7 @@ }, "response": [ { - "id": "060fceab-9351-40be-8559-398c5668b726", + "id": "bd59865c-4796-4240-87a6-6696645a0d2d", "name": "Returns a list of form definitions by tenant", "originalRequest": { "url": { @@ -35486,12 +35486,12 @@ "value": "application/json" } ], - "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem pariatur\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"magna\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"elit enim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ullamco ut\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laborum Lorem enim ad minim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit occaecat\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n }\n ]\n}", + "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"et aliquip Lorem\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"reprehenderit eu\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam aliqua commodo ut sed\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ullamco laboru\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua deserunt v\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam eu aliquip\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor eu est ipsum consectetur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"cupidatat veniam adipisicing dolore\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bf9f29c0-db86-4eac-ad21-e23291397846", + "id": "aea3a63d-2670-448e-804c-15f319abf899", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -35566,12 +35566,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e27512be-b4b6-4b61-809e-7e53eddbde14", + "id": "35dad4e1-8be7-4cab-abc5-6cea93d303ea", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -35646,12 +35646,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4c7df020-959d-4b16-97d3-6eb8f0a095d0", + "id": "923e5dcd-594a-48da-b4eb-120e5b7623af", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -35726,12 +35726,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ff92608a-68ba-4aca-8308-febf18f089e1", + "id": "56729262-e136-47b7-9194-dcd78e094555", "name": "Too many requests", "originalRequest": { "url": { @@ -35811,7 +35811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cf02435-b748-45fc-9729-678256c1f154", + "id": "58be276a-dcfc-4ad5-a4ff-6fdaf9a16dff", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -35886,7 +35886,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -35897,7 +35897,7 @@ } }, { - "id": "a0125d56-e350-443b-a279-127d3c03f05c", + "id": "bebb463e-2a19-4898-8efc-3e1088249760", "name": "Creates a form definition.", "request": { "name": "Creates a form definition.", @@ -35936,7 +35936,7 @@ }, "response": [ { - "id": "bb1c2dc8-ba4f-42f3-8f95-41ade6fc613f", + "id": "d41e9ab5-d11d-4405-9b0b-32c0557e1a19", "name": "Returns a new form definition", "originalRequest": { "url": { @@ -35987,12 +35987,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat magna velit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor Ut\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo dolore Excepteur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing incididunt aute in qui\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consequat nostrud laborum sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua veniam incididunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident enim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"non aliquip\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3d8e5734-f19a-422a-adaf-21e1c336da5c", + "id": "b0c2d622-7e02-41e4-adda-db8f9c1f8a8a", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -36043,12 +36043,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b5820020-eef3-4f49-aeb1-a4790905eb38", + "id": "ddaba278-12af-48d2-b5be-b30109e213fa", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -36099,12 +36099,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1823969e-28fb-4c08-a12c-568f61811ee1", + "id": "2950f07f-a456-4593-9a82-87560b7e8f04", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -36155,12 +36155,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7c37aa40-2109-472a-9a3f-fd452535f78c", + "id": "4b388a6d-aaa9-4510-936d-aed28a7d875c", "name": "Too many requests", "originalRequest": { "url": { @@ -36216,7 +36216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e86e48bc-767d-4e60-97eb-4e9c971874c8", + "id": "3027d211-f10f-46ad-a1be-f3f02d46cf91", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -36267,7 +36267,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -36278,7 +36278,7 @@ } }, { - "id": "26b6239e-e6fb-432c-b738-20c65bcf82ca", + "id": "b56170b5-9cec-4e29-9d0c-9e65e2c3bb09", "name": "Return a form definition.", "request": { "name": "Return a form definition.", @@ -36319,7 +36319,7 @@ }, "response": [ { - "id": "75225f0f-04d7-467e-904d-bd89bbc99aae", + "id": "084bb006-830b-42c6-9538-4b493e939471", "name": "Returns a form definition", "originalRequest": { "url": { @@ -36358,12 +36358,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat magna velit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor Ut\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo dolore Excepteur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing incididunt aute in qui\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consequat nostrud laborum sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua veniam incididunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident enim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"non aliquip\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e7d5cd77-d235-4cde-9b2d-e470505e098e", + "id": "f10d6866-4a1b-4764-a2fd-ca7ed8b1aa1f", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -36402,12 +36402,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0ba674d1-6b8d-4e5f-bc4b-be16f94e4331", + "id": "20831fcf-a2ea-4b33-8396-c35eaeb49191", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -36446,12 +36446,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4019ac6f-471e-47fb-b9e0-997be70fe90f", + "id": "300ff733-cefd-4430-9f9b-7db19ead40be", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -36490,12 +36490,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a510a3fd-0cd2-44d5-adf6-d7c3dedaf0e7", + "id": "a31564f1-9920-433a-80aa-bd67830f8f5e", "name": "An error with the item not found", "originalRequest": { "url": { @@ -36534,12 +36534,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "60835983-33c5-4acd-9173-6ddd9eb8460d", + "id": "c842c64c-b86c-4cd8-8061-47c22d437a43", "name": "Too many requests", "originalRequest": { "url": { @@ -36583,7 +36583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88bffdb3-936c-4387-9700-2c945ca77393", + "id": "5247a112-b416-4b7b-bd76-b42a011a7338", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -36622,7 +36622,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -36633,7 +36633,7 @@ } }, { - "id": "af73f8b7-14fc-4377-9b02-b1e69141da82", + "id": "7f8ccd73-12c9-4151-88c8-bbf7136e28a0", "name": "Deletes a form definition.", "request": { "name": "Deletes a form definition.", @@ -36674,7 +36674,7 @@ }, "response": [ { - "id": "7415d6b9-2bdb-426a-9d86-aa8e347e6e82", + "id": "43bf2798-b602-4fa3-8ce5-d8841a2b19a2", "name": "Returns an empty body", "originalRequest": { "url": { @@ -36718,7 +36718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d822460-7b2f-46ad-b1b7-0fba8c76d979", + "id": "1018d004-87a8-441a-ac6f-6473e43aa340", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -36757,12 +36757,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "165085ba-d537-4c92-bfe3-94ba091b0b2b", + "id": "bb1b7a3d-a71d-4cbf-90d2-7b72d09c4384", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -36801,12 +36801,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "801f5130-eecc-464a-89d2-bbd272b19a28", + "id": "ad27cda4-d7ba-4b8f-8094-57ce8d1aae8d", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -36845,12 +36845,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "525b3ce5-1877-4a41-a3e0-ae91f19d7064", + "id": "086ac2a9-70f5-440e-b52f-bf0d319a759d", "name": "An error with the item not found", "originalRequest": { "url": { @@ -36889,12 +36889,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d87c353d-f61e-482f-ace3-bf661b7ddb6e", + "id": "998b7b9f-165b-401c-a3e1-c91846d8a198", "name": "Too many requests", "originalRequest": { "url": { @@ -36938,7 +36938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c28b62dd-8120-44cc-a73a-da4563d4ff93", + "id": "b72a798b-5ae7-4ba0-b156-680527567d1a", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -36977,7 +36977,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -36988,7 +36988,7 @@ } }, { - "id": "6fba39f5-4df8-485b-be4f-a5c44c70ace5", + "id": "f6bab3f0-1f0c-4022-a02f-bbaec1b9a689", "name": "Patch a form definition.", "request": { "name": "Patch a form definition.", @@ -37042,7 +37042,7 @@ }, "response": [ { - "id": "c4446cd3-e962-4445-a6f2-2c70dd416d99", + "id": "ff84fdf7-2d59-4bf0-b2f6-0865cf7821f6", "name": "Returns the form definition updated", "originalRequest": { "url": { @@ -37094,12 +37094,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat magna velit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor Ut\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo dolore Excepteur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing incididunt aute in qui\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consequat nostrud laborum sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua veniam incididunt\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident enim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"non aliquip\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bdb6575b-190b-43df-abd2-4d9f981b32ee", + "id": "5621e39f-5d1f-4252-95a8-74c61e2e36f9", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -37151,12 +37151,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f1046a1f-f247-454c-bdab-277f679a3300", + "id": "74d0d74a-21cd-46c3-9de8-11d8b8523857", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -37208,12 +37208,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "956719cd-ac1b-4b3c-9116-d49edeeb3e2c", + "id": "5672c80b-5ea1-4b2a-a39e-0947adf0bde5", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37265,12 +37265,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "566d6967-a1e5-4c2a-be92-c8a1c08831f8", + "id": "6bfcc5a9-4e59-41e5-a695-c8b982afe1c1", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37322,12 +37322,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f9183ce4-63d0-4e9b-b8ae-4557fabcfa84", + "id": "34953312-9572-4d87-af76-a3715114c705", "name": "Too many requests", "originalRequest": { "url": { @@ -37384,7 +37384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "feed47fb-3f93-4f35-bbe4-3c2291834364", + "id": "ea1833eb-f757-4244-b525-3af25e0d63bb", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -37436,7 +37436,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -37447,7 +37447,7 @@ } }, { - "id": "67c40a7a-efa7-44f2-a5ad-d17ac5de8ae1", + "id": "a6a33baa-2d0d-484f-acd6-c74fb5b49359", "name": "Preview form definition data source.", "request": { "name": "Preview form definition data source.", @@ -37527,7 +37527,7 @@ }, "response": [ { - "id": "953e1ff4-1f9c-491c-9b24-eb39b23d811c", + "id": "fce5ba6e-6c98-463c-ba5a-ba9b59caa038", "name": "Returns a preview of a form definition data source", "originalRequest": { "url": { @@ -37613,7 +37613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aab287df-302d-415b-9e31-447a713dc876", + "id": "4bdc43c1-7d5f-4956-8f2f-03043671d778", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -37694,12 +37694,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "68a67322-8bfa-4edb-af11-08d65068f076", + "id": "0889b1af-40c1-4921-9b1b-7ebac304a5be", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -37780,12 +37780,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "300f3a7d-65de-48ae-90a1-1221221e0312", + "id": "a64422b7-fa46-4afa-87bc-d84736c75e50", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37866,12 +37866,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f4f3d4ed-daad-4c3c-b1fb-5ca4df869843", + "id": "46e78b0c-7f28-4dac-8642-f081c541d80f", "name": "An error with the item not found", "originalRequest": { "url": { @@ -37952,12 +37952,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2c4a7df4-4797-441d-ba13-5147095b6a18", + "id": "c6e62523-e1c2-4ad4-a7b5-783c286fde77", "name": "Too many requests", "originalRequest": { "url": { @@ -38043,7 +38043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd845ed5-0144-4fd6-9a31-e27c2ceee226", + "id": "a4a49806-2415-4579-b2e9-c9c42a1b9424", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -38124,7 +38124,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -38135,7 +38135,7 @@ } }, { - "id": "9ac4dd3d-6a7d-4da2-bd1f-c85d5ba840a0", + "id": "15f1e239-38fa-43eb-ac94-61cbeb5c0554", "name": "List form definitions by tenant.", "request": { "name": "List form definitions by tenant.", @@ -38202,7 +38202,7 @@ }, "response": [ { - "id": "7c0ca549-dce3-47af-944e-4c5469aefaf3", + "id": "40cedc5c-92cf-4370-ba88-9a58b7f9a05d", "name": "Returns a list of form definition objects by tenant used by SP-Config", "originalRequest": { "url": { @@ -38278,12 +38278,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor magna\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla Excepteur\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut n\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo amet in incididunt\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"enim proident nulla tempor sunt\",\n \"version\": 70567156\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"cillum Duis\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in veniam fugiat tempor nulla\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aute Lor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim et\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"cillum\",\n \"version\": 24710836\n }\n]", + "body": "[\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam nulla sed fugiat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu et\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"quis commodo ut sed enim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"elit est\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"id sit est aliqua ut\",\n \"version\": 19208512\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ipsum aute anim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laboris in non\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit cul\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet est sunt ex\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"reprehenderit sint Excepteur\",\n \"version\": 17246575\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "11d4e3f1-082f-4646-8489-b5379dbf925b", + "id": "228185ed-00cf-481a-98a9-c0e38edbfcc5", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38359,12 +38359,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a6de4e1e-9d0e-46db-81c5-deadd1928e7b", + "id": "db4d2ccc-d12d-4234-a37f-cc6908a0605e", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38440,12 +38440,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0296360e-ef1f-48d8-bd82-2d2231688b78", + "id": "48028e74-c23c-4f29-b36b-a06d7a81c51c", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38521,12 +38521,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "63fd1fe4-846b-4702-b0d2-7ba0f45625fe", + "id": "1b5fe1ae-fb86-4bf0-98df-1d1d3bc949d4", "name": "Too many requests", "originalRequest": { "url": { @@ -38607,7 +38607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0841474e-235c-4c47-9949-b711c2e142c9", + "id": "4183b7c1-2ac4-40da-918c-d1d0a484208b", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -38683,7 +38683,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -38694,7 +38694,7 @@ } }, { - "id": "30e32ca4-9148-44fa-9ddd-33a2f353907b", + "id": "4b91ebc5-f120-4b59-93a7-6ea83c764056", "name": "Generate JSON Schema dynamically.", "request": { "name": "Generate JSON Schema dynamically.", @@ -38734,7 +38734,7 @@ }, "response": [ { - "id": "a0109cb8-baf5-4e12-881f-07a16b927ef9", + "id": "5d905de4-9d04-4ddc-ac57-c62c66436242", "name": "Returns a form elements dynamic schema", "originalRequest": { "url": { @@ -38791,7 +38791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b83a3ac9-df50-4208-83a6-b77ca41a209c", + "id": "1cc1801c-e73d-43ef-aae2-9aece36e404a", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38843,12 +38843,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7e28d056-5647-462f-9955-a2e9c72a0f74", + "id": "6e1b5b95-7cf3-4d79-8694-497cf7f29b65", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38900,12 +38900,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fb095b71-624d-45fe-88bf-49bcef1de01a", + "id": "3c367d10-7896-4f04-9337-291942ba17a5", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38957,12 +38957,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f241ede2-19d3-4dd1-8ed0-72d08214b0b9", + "id": "8e5f4983-d7dc-4ec0-95d4-35da3adede59", "name": "An error with the item not found", "originalRequest": { "url": { @@ -39014,12 +39014,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b1e4b4ef-1079-4e50-ba70-0054f7886907", + "id": "82def1ef-bf56-40a5-add3-b5387ed8514d", "name": "Too many requests", "originalRequest": { "url": { @@ -39076,7 +39076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82d7b1e8-369d-4ce6-91b3-b042c26a70da", + "id": "b27c7bfe-eff1-4d4c-9b43-aca19bc69d87", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -39128,7 +39128,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -39139,7 +39139,7 @@ } }, { - "id": "be69f33c-23c6-45a8-bf90-46eeafbec6d2", + "id": "d05e6f7b-0aa4-4e3f-9dd8-cda02cfc9ee0", "name": "Import form definitions from export.", "request": { "name": "Import form definitions from export.", @@ -39179,7 +39179,7 @@ }, "response": [ { - "id": "4084e69a-b996-48a1-9573-9aacb20f6d01", + "id": "e9139e8b-9195-40e2-b215-cd5c810a38d3", "name": "Returns statuses of those form definition objects imported", "originalRequest": { "url": { @@ -39231,12 +39231,12 @@ "value": "application/json" } ], - "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"dolor_7\": {},\n \"ullamco647\": {},\n \"cillum__\": {}\n },\n \"key\": \"pariatur sunt irure ut\",\n \"text\": \"officia cillum\"\n },\n {\n \"detail\": {\n \"in9ca\": {},\n \"dolore7\": {},\n \"culpa5c4\": {},\n \"deserunt_981\": {},\n \"veniam_\": {}\n },\n \"key\": \"labore voluptate ut deserunt\",\n \"text\": \"magna quis\"\n }\n ],\n \"importedObjects\": [\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut Excepteur qui fugiat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem aliquip id\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do Ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ipsum pariatur Excepteur ut deserunt\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"magna tempor adipisicing pariatur\",\n \"version\": 77139815\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu exercitation\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"enim laborum minim amet consequat\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor cillum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse aliqua dolore qui occaecat\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"dolor consectetur pariatur eiusmod\",\n \"version\": -37141536\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"aliqua81\": {}\n },\n \"key\": \"U\",\n \"text\": \"et ullamco in eiusmod\"\n },\n {\n \"detail\": {\n \"animab\": {}\n },\n \"key\": \"ea aliquip in\",\n \"text\": \"ut\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"eu_8\": {},\n \"est__\": {}\n },\n \"key\": \"in deserunt et\",\n \"text\": \"aliquip\"\n },\n {\n \"detail\": {\n \"eiusmod_be\": {},\n \"quis_2\": {},\n \"do76a\": {}\n },\n \"key\": \"nisi quis eiusmod dolore\",\n \"text\": \"in\"\n }\n ]\n}", + "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"nisidd6\": {},\n \"aliquip_9f\": {},\n \"nullaa8\": {}\n },\n \"key\": \"cupidatat aute\",\n \"text\": \"fugiat Excepteur\"\n },\n {\n \"detail\": {\n \"amet7\": {}\n },\n \"key\": \"consectetur magna veniam\",\n \"text\": \"magna Excepteur labore sed\"\n }\n ],\n \"importedObjects\": [\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Ut elit minim Excepteur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"su\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem esse nostrud in tempor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore Lorem mollit\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"ullamco Duis\",\n \"version\": -57415914\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"minim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Excepteur labore mollit esse\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consectetur magna nostrud\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"consectetur aliqua dolor adipisicing ipsum\",\n \"version\": -90784382\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"Utbb\": {},\n \"aliquip2\": {}\n },\n \"key\": \"aute nisi\",\n \"text\": \"ipsum minim\"\n },\n {\n \"detail\": {\n \"officia_5\": {}\n },\n \"key\": \"Lorem do commodo\",\n \"text\": \"consectetur eiusmod\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"officia42\": {}\n },\n \"key\": \"tempor ut in\",\n \"text\": \"reprehenderit nostrud exercitation veniam non\"\n },\n {\n \"detail\": {\n \"doabd\": {},\n \"ut_127\": {}\n },\n \"key\": \"non in Ut sed\",\n \"text\": \"ea\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d476dd0f-eedd-4013-8ab4-e8a70401e797", + "id": "23e938de-c641-4904-b1dc-8c9acec92152", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -39288,12 +39288,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "97899637-f1d7-4c35-acb4-bdb8fe3b3be6", + "id": "66ef3663-f261-4efb-b352-9e816b0ecd5f", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -39345,12 +39345,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "78cf8ca2-2d27-4b71-97cf-b60cb4276b57", + "id": "e764215b-30ff-413d-a1de-bc300b260ed3", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -39402,12 +39402,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d402ec09-66b2-4e53-b97d-9ae2ef1ed390", + "id": "e81262aa-b87d-4346-a5f2-ad1c217120b4", "name": "Too many requests", "originalRequest": { "url": { @@ -39464,7 +39464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4eb5fa4-0501-49e1-8741-2d111559385d", + "id": "158e2b0a-81e7-4a93-9428-fffd36cb67fa", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -39516,7 +39516,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -39527,7 +39527,7 @@ } }, { - "id": "9f4c1ac5-bad1-4ec2-bbdb-11e103515d04", + "id": "c05cb23a-32df-4a55-8f95-2b53cf73ace7", "name": "Upload new form definition file.", "request": { "name": "Upload new form definition file.", @@ -39578,7 +39578,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea tempor", + "value": "Except", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39587,7 +39587,7 @@ }, "response": [ { - "id": "fb4fdfbf-53a1-475f-b997-1efbd34b07ff", + "id": "1f69b787-41cc-48c2-b63c-6f9a32cb3a60", "name": "Returns a new form definition file", "originalRequest": { "url": { @@ -39630,7 +39630,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea tempor", + "value": "Except", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39650,7 +39650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18c94ea1-5689-4b2f-a155-c62e78247f7f", + "id": "2dc05489-bd46-4983-9780-96d6805fc592", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -39693,7 +39693,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea tempor", + "value": "Except", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39708,12 +39708,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6fb99e97-b92d-4aea-9a18-e12c847cd5f5", + "id": "5bfc4b6a-deed-4b42-a91a-e5cce8cb22e7", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -39756,7 +39756,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea tempor", + "value": "Except", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39771,12 +39771,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "505b0ca6-acca-4d68-a5ba-fdea63c46c8e", + "id": "b2f9e3b4-64b4-4ce7-baa8-e7496000c0a4", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -39819,7 +39819,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea tempor", + "value": "Except", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39834,12 +39834,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e0ef7c70-d7f2-40a5-994b-5c508874284a", + "id": "1b1087f7-10e0-42b9-a261-28f28929c6d7", "name": "An error with the item not found", "originalRequest": { "url": { @@ -39882,7 +39882,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea tempor", + "value": "Except", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39897,12 +39897,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "566b94c6-c6e8-451c-b96c-4efb716b4344", + "id": "d5ebe9b2-48c2-4dcb-91ab-eafda4dc5091", "name": "An error with payload size too large", "originalRequest": { "url": { @@ -39945,7 +39945,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea tempor", + "value": "Except", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39960,12 +39960,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "07797b05-a600-4e13-8f5d-f1dcd991462e", + "id": "ec20b2f3-ea42-4b01-9ede-4d66bf7f9ea7", "name": "An error with unsupported media type", "originalRequest": { "url": { @@ -40008,7 +40008,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea tempor", + "value": "Except", "type": "text", "contentType": "image/png, image/jpeg" } @@ -40023,12 +40023,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "13cadf93-a93f-48b5-8956-2b9745814a91", + "id": "8396ccba-e9e7-4275-b9ab-35a1ac241d7b", "name": "Too many requests", "originalRequest": { "url": { @@ -40071,7 +40071,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea tempor", + "value": "Except", "type": "text", "contentType": "image/png, image/jpeg" } @@ -40091,7 +40091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "222f0a96-ee36-43ff-b04d-8fdd6f001490", + "id": "8777b052-213c-4c15-a1f9-e6abfd787ace", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40134,7 +40134,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea tempor", + "value": "Except", "type": "text", "contentType": "image/png, image/jpeg" } @@ -40149,12 +40149,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7dbff46d-21fc-4585-989d-70dec3c898fb", + "id": "29691dc2-8a59-44ff-8d08-ef0e8fbdd20f", "name": "An external service is not available", "originalRequest": { "url": { @@ -40197,7 +40197,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea tempor", + "value": "Except", "type": "text", "contentType": "image/png, image/jpeg" } @@ -40212,7 +40212,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40223,7 +40223,7 @@ } }, { - "id": "e575661a-41c4-429d-aa3d-fe6aee5d9d6a", + "id": "66a43774-9d21-47bd-9d9b-7ecf73eef593", "name": "Download definition file by fileId.", "request": { "name": "Download definition file by fileId.", @@ -40273,7 +40273,7 @@ }, "response": [ { - "id": "f18fb555-3da3-48d6-b865-e9917c248a83", + "id": "acfa3f23-ef16-44c2-8063-cd4a856fda96", "name": "Returns a file that is referred to by fileID and associated with the formDefinitionID", "originalRequest": { "url": { @@ -40314,12 +40314,12 @@ "value": "application/json" } ], - "body": "aliqua pariatur ut aliquip", + "body": "aliqua amet", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "57db0ecc-45e9-44cd-a73b-4a39333a0ddc", + "id": "7cf6a161-57da-4a49-b606-80c3835229ce", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40360,12 +40360,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "60cc15ab-d01f-4cf9-9766-df614657e524", + "id": "cec05803-7b7a-418b-85a4-a444f95c1c13", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -40406,12 +40406,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fbb341e0-bebc-4afd-9677-6028573d2cdf", + "id": "6e9f6604-6fb4-4276-8504-d8b4d89934ba", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40452,12 +40452,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e60964d0-0032-4d47-aa23-b8337a4b7113", + "id": "3608ba95-5769-447b-b4c6-a4d8716a4434", "name": "An error with the item not found", "originalRequest": { "url": { @@ -40498,12 +40498,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "19e09566-c593-44dd-a4d0-1edf993f1c33", + "id": "03440eb5-2a92-4360-b58c-6f4dc6284efb", "name": "Too many requests", "originalRequest": { "url": { @@ -40549,7 +40549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e97548e2-7ff7-4918-b9ba-447ed494a54e", + "id": "d611b368-3aed-4603-973f-b0aaa6876f39", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40590,12 +40590,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c68d44bc-f90b-45c6-8713-dbb838cb69b5", + "id": "3d853925-bb53-45ff-b60b-19737aad6452", "name": "An external service is not available", "originalRequest": { "url": { @@ -40636,7 +40636,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40647,7 +40647,7 @@ } }, { - "id": "74f36e22-52a7-436f-ae7a-ba801a424af7", + "id": "f1da7bab-2ad2-4ee0-877b-42648ba4015e", "name": "List form instances by tenant.", "request": { "name": "List form instances by tenant.", @@ -40676,7 +40676,7 @@ }, "response": [ { - "id": "1ee389be-c2f5-4e52-9c47-0236626f760c", + "id": "9426417d-43ec-4482-a9fc-49e64f95ddfc", "name": "Returns a list of form instances by tenant", "originalRequest": { "url": { @@ -40714,12 +40714,12 @@ "value": "application/json" } ], - "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat in laborum dolore\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ex officia\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n },\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Excepteur culpa esse\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu consequat aute dolor\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Ut anim minim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"enim sit aliquip\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n }\n ]\n}", + "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui sint irure consectetur reprehenderit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu aliquip reprehenderit non\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in laboris enim sed\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n },\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"et laboris sed\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo consectetur reprehenderit\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt nulla\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Excepteur magna sunt sit\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6511d63d-2837-4269-9474-fcbeb3e70226", + "id": "91e33bf2-00b0-44e9-9f7b-ccd33b82de72", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40757,12 +40757,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f83e34ad-ffa0-49eb-8502-7cbd2a8c007c", + "id": "693fc819-3592-4d38-865f-76be3c598106", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -40800,12 +40800,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "519ca274-d5bc-4a03-a2a8-2c9c39949464", + "id": "305992e1-fce3-466f-a1ea-3cd42ae61159", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40843,12 +40843,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9fe9aaf3-9310-4353-b213-2bf363243248", + "id": "11e6c3d7-a061-43d0-bb99-5002ba08fb60", "name": "Too many requests", "originalRequest": { "url": { @@ -40891,7 +40891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "089e835f-e008-483f-9892-075effb3eb2b", + "id": "004ec69f-3f87-4828-bcff-d7435609b6f2", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40929,7 +40929,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40940,7 +40940,7 @@ } }, { - "id": "6f53e7d2-788e-4e3c-bf13-7419e179f670", + "id": "ec2c1739-e709-403d-8b40-641a504258df", "name": "Creates a form instance.", "request": { "name": "Creates a form instance.", @@ -40979,7 +40979,7 @@ }, "response": [ { - "id": "6d8e9c88-c8d1-4e69-961a-b55973fb7550", + "id": "e53f9e4d-8f24-4dfe-8172-6f43a42dff4b", "name": "Returns a new form instance", "originalRequest": { "url": { @@ -41030,12 +41030,12 @@ "value": "application/json" } ], - "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ullamco\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"et fugiat\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo pariatur irure minim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi tempor\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"id sed anim ut proident\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui voluptate reprehenderit est\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ullamco irure proident eu\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e5531e97-5ace-43ea-97e8-9908b08085b0", + "id": "bd6e339c-19d7-4fd6-b43a-99b777b86cdb", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -41086,12 +41086,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7fd654ba-477e-4395-9cb3-e1670b9d65be", + "id": "19fd034e-4bda-4a72-90a3-b55e1d6f9675", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41142,12 +41142,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4981b864-422c-4d6e-ae24-e02efe82452e", + "id": "0142176c-f89c-4cde-b37d-bbb78448a254", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41198,12 +41198,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "73e59b23-0ee4-4d35-85c0-f8863c750fe6", + "id": "64abdde1-da63-4bbf-ba5e-3897e32db2c4", "name": "Too many requests", "originalRequest": { "url": { @@ -41259,7 +41259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a151cf03-bf71-4795-bd50-91a155b5f78f", + "id": "a9ebb1d6-bb74-4591-8cf3-158b3367aff3", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -41310,7 +41310,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -41321,7 +41321,7 @@ } }, { - "id": "a5d3a326-49cb-40af-964f-f5c711dc3d45", + "id": "781be3d0-a5d1-4503-9404-8917795f5cac", "name": "Returns a form instance.", "request": { "name": "Returns a form instance.", @@ -41362,7 +41362,7 @@ }, "response": [ { - "id": "95188826-3a8e-4f57-887f-dc1666cc6f79", + "id": "5d750746-99cd-4e69-8f08-f5ca392875c7", "name": "Returns a form instance by its key", "originalRequest": { "url": { @@ -41401,12 +41401,12 @@ "value": "application/json" } ], - "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ullamco\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"et fugiat\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo pariatur irure minim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi tempor\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"id sed anim ut proident\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui voluptate reprehenderit est\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ullamco irure proident eu\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1cca4bcc-fe8f-4611-b2a4-cb503518a427", + "id": "733dc332-be79-4ac1-9556-e191db0ad9f0", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -41445,12 +41445,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "64c14877-5e8b-4145-bdf4-2709611d4dbd", + "id": "239195ff-802f-4219-8a1b-ee9f70c06348", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41489,12 +41489,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6e9d14ed-8b98-4813-b17b-f88e9e55ce48", + "id": "45f71ffc-3220-46af-89f2-8c522d2b62bd", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41533,12 +41533,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ab5c072c-1864-4f26-89c5-8e085acc6149", + "id": "e3455821-c610-4d52-9c16-568a794da5a8", "name": "An error with the item not found", "originalRequest": { "url": { @@ -41577,12 +41577,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dc883fe0-6a92-4456-8774-6ea80445f62f", + "id": "a2c724d7-35c1-49e4-a566-1c8f514c810a", "name": "Too many requests", "originalRequest": { "url": { @@ -41626,7 +41626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a30d901-4982-41e0-aa6d-8851b29af178", + "id": "9fb38f85-373e-4111-bf44-8d266f32b6a2", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -41665,7 +41665,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -41676,7 +41676,7 @@ } }, { - "id": "d1e6b95a-0127-4102-92c0-4360e0387e5c", + "id": "53cbad4a-2400-4026-a537-b38fbeef2a5f", "name": "Patch a form instance.", "request": { "name": "Patch a form instance.", @@ -41730,7 +41730,7 @@ }, "response": [ { - "id": "a2a70366-83de-4459-8648-7bbb5121358a", + "id": "9589f6bc-da34-40db-a732-216d75df7bd7", "name": "Returns the form instance updated", "originalRequest": { "url": { @@ -41782,12 +41782,12 @@ "value": "application/json" } ], - "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ullamco\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"et fugiat\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo pariatur irure minim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi tempor\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"id sed anim ut proident\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui voluptate reprehenderit est\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ullamco irure proident eu\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4db0621c-e2ba-46d8-8f91-3da4f9cef2fa", + "id": "faa3c42d-e84a-4a74-8ea6-6c37a39eff1d", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -41839,12 +41839,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cad6cdc8-3f11-44ce-8eff-b2de8f809df2", + "id": "30f9cbfa-e5d0-4981-b53f-6f6f80206e4d", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41896,12 +41896,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7de2a9f0-6b03-4eb1-b262-6bc651eddf69", + "id": "92748c4e-0179-4498-9f0b-34b731062047", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41953,12 +41953,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c10c4546-8a1d-49e2-887b-3c745c42d0f6", + "id": "0b9c67ab-b38d-4e14-84d7-25535c62ab3b", "name": "An error with the item not found", "originalRequest": { "url": { @@ -42010,12 +42010,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "119436e6-7282-40ce-9536-ac2ba2dc482a", + "id": "5d266320-e7ca-453d-a205-b9325948b6b5", "name": "An error with the request property conflicts with stored", "originalRequest": { "url": { @@ -42067,12 +42067,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cf155cca-6697-4873-b696-a5903bb0a94f", + "id": "4994a84a-8eb2-4dc9-abce-37a8953657f6", "name": "Too many requests", "originalRequest": { "url": { @@ -42129,7 +42129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4887cc7e-4df0-48b3-bb13-638d0fd98af5", + "id": "ec2ab3dc-b0d8-41f2-8b7e-12c431dc6723", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42181,7 +42181,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -42192,7 +42192,7 @@ } }, { - "id": "c9cfba41-b778-41ca-940b-0749c765a977", + "id": "669fbf98-0a73-4bd5-a922-713b522fe967", "name": "Retrieves dynamic data by element.", "request": { "name": "Retrieves dynamic data by element.", @@ -42264,7 +42264,7 @@ }, "response": [ { - "id": "69ef6da8-c887-4d01-aa5e-63436e961725", + "id": "d9598203-a336-409d-889c-461ddc8a6de5", "name": "Retrieves dynamic data to aid in correctly completing a valid form by form element ID from data source configuration", "originalRequest": { "url": { @@ -42329,7 +42329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0d5d89c-2387-4c72-ab66-45b9637d9649", + "id": "f5fe1962-f943-4627-896f-6f3c1c65c654", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42389,12 +42389,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "60b7c776-1ff0-4dbe-bc56-d2801eb7e465", + "id": "188296a1-2b68-45f1-99a8-7704a26257ea", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42454,12 +42454,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e16f68c5-75f1-4ff5-bb39-0928ab7ed679", + "id": "0d20fdf6-429d-4cbc-9ff4-0b0793778b71", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42519,12 +42519,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a344f055-074a-4953-9cd4-e981558fabac", + "id": "f18c9e80-4b85-4432-93f0-a417c1d68d9a", "name": "An error with the item not found", "originalRequest": { "url": { @@ -42584,12 +42584,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8fdf37c4-ed3b-46be-9d07-860bce192795", + "id": "fae222eb-29c8-447e-85f5-b765c92aa749", "name": "Too many requests", "originalRequest": { "url": { @@ -42654,7 +42654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21c2cf86-75e5-42dc-8f02-104b0e734896", + "id": "76299161-c1ea-4f01-acbc-fdda346e8390", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42714,7 +42714,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -42725,7 +42725,7 @@ } }, { - "id": "5052eee7-b19e-40f1-879b-89639d756b0b", + "id": "3274e971-d044-4eac-ba52-118a7f278540", "name": "Download instance file by fileId.", "request": { "name": "Download instance file by fileId.", @@ -42775,7 +42775,7 @@ }, "response": [ { - "id": "55207157-8bf8-407e-a0fe-3f2e0b5c60c4", + "id": "19307cda-e152-4b4e-8340-6e5f09808c81", "name": "Returns a file that is referred to by fileID and associated with the formInstanceID", "originalRequest": { "url": { @@ -42816,12 +42816,12 @@ "value": "application/json" } ], - "body": "aliqua pariatur ut aliquip", + "body": "aliqua amet", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2b18e857-1812-432b-ac05-8231671b374b", + "id": "80131088-eee0-416d-95bc-af06860adec3", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42862,12 +42862,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4db401e4-195c-4508-ba5b-8e7caed8c591", + "id": "2fa5ec6b-9b7f-42d4-8c47-00602b756094", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42908,12 +42908,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d8c6c432-9859-4158-b84b-1602e49db6dd", + "id": "b4ca94a8-3cf1-456c-bc36-d043c9616082", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42954,12 +42954,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b42537bf-f24d-481b-a2a3-511fa6e27988", + "id": "6d1f3485-253d-429c-a6e2-92d70fe4bff0", "name": "An error with the item not found", "originalRequest": { "url": { @@ -43000,12 +43000,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "005302dc-f694-4df1-9e48-a445783bb292", + "id": "416e4558-6fca-4ca6-bf6a-67982aadb2db", "name": "Too many requests", "originalRequest": { "url": { @@ -43051,7 +43051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e864356-d673-468b-baa5-55d8153e38b6", + "id": "ba4a7c26-d565-4f9d-af6b-7fdfb193ae9a", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -43092,12 +43092,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "886b61b4-e24e-420c-8969-9c701476c60a", + "id": "08ff7deb-f75a-4ffd-a2bb-d473e998de05", "name": "An external service is not available", "originalRequest": { "url": { @@ -43138,7 +43138,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43149,7 +43149,7 @@ } }, { - "id": "9972bbeb-ddf4-4ed7-a371-bc554526d943", + "id": "1dc6675a-9d01-4c58-81b5-9dd5873012ee", "name": "List predefined select options.", "request": { "name": "List predefined select options.", @@ -43179,7 +43179,7 @@ }, "response": [ { - "id": "c6d13dda-9fbb-40e5-8d7e-83c501164bfe", + "id": "22ad7e91-3488-4112-86c7-4cc42eb5bce0", "name": "Returns a list of available predefined select options", "originalRequest": { "url": { @@ -43223,7 +43223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cabaf75b-0450-481b-9963-8ad10f17eff7", + "id": "1641e5f4-4288-4ea6-b41d-c4c2e8041065", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -43262,12 +43262,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "218fffbd-8647-42ee-ac4d-065c84e1a81f", + "id": "167ee401-c37e-4b78-b8a5-4f7b5ebb3427", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -43306,12 +43306,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e6819420-9dfd-4389-aedb-ad5833eb988f", + "id": "8f9f5999-2342-43fe-b60b-c9c6b4060771", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -43350,12 +43350,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "75d51e1b-84e2-4abb-b87e-ae0d655b218c", + "id": "385db321-4c5f-4afb-983d-1feb26b2d5ea", "name": "Too many requests", "originalRequest": { "url": { @@ -43399,7 +43399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b182baa-7469-4527-beca-54de12ced4ea", + "id": "be840a6f-6aa8-4d5b-be0f-a4194db9197a", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -43438,7 +43438,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu quis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -3743768,\n \"trackingId\": \"labore sunt \"\n}", + "body": "{\n \"detailCode\": \"sunt commodo deserunt officia\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 6793858,\n \"trackingId\": \"eu sed adipisicing\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43455,7 +43455,7 @@ "description": "Use this API to implement custom password instruction functionality.\nWith this functionality in place, administrators can create custom password instructions to help users reset their passwords, change them, unlock their accounts, or recover their usernames.\nThis allows administrators to emphasize password policies or provide organization-specific instructions.\n\nAdministrators must first use [Update Password Org Config](https://developer.sailpoint.com/idn/api/beta/put-password-org-config) to set `customInstructionsEnabled` to `true`.\n\nOnce they have enabled custom instructions, they can use [Create Custom Password Instructions](https://developer.sailpoint.com/idn/api/beta/create-custom-password-instructions) to create custom page content for the specific pageId they select.\n\nFor example, an administrator can use the pageId forget-username:user-email to set the custom text for the case when users forget their usernames and must enter their emails.\n\nRefer to [Creating Custom Instruction Text](https://documentation.sailpoint.com/saas/help/pwd/pwd_reset.html#creating-custom-instruction-text) for more information about creating custom password instructions.\n", "item": [ { - "id": "0c51c121-0f5b-4505-bf1c-6b4db680b68c", + "id": "b19b66cb-43d5-4ae1-904d-0ba4e50fd61f", "name": "Create Custom Password Instructions", "request": { "name": "Create Custom Password Instructions", @@ -43497,7 +43497,7 @@ }, "response": [ { - "id": "69842093-8956-4282-86da-ef0928ed5084", + "id": "684269fb-caf1-4eeb-912d-9e4217c107d1", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -43553,7 +43553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c000de31-90bb-47ab-8582-ee3e665c9965", + "id": "67a03f0c-199e-4277-a398-e028fb252ddb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43609,7 +43609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7830a291-812c-4b9a-85d1-2a5617a9cba9", + "id": "ddd6ea36-f83b-4ac6-84e2-ed57c5d217f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43665,7 +43665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30a74990-b0a6-4d27-adfa-0c26dbd0f688", + "id": "c53d9158-15d8-4f28-8d4e-d3ab992e98bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43727,7 +43727,7 @@ } }, { - "id": "a13e24ed-4101-4a4a-b64b-daf84b9995ec", + "id": "73960f87-847a-4ce7-9bbf-5f7bcc618258", "name": "Get Custom Password Instructions by Page ID", "request": { "name": "Get Custom Password Instructions by Page ID", @@ -43751,7 +43751,7 @@ "type": "text/plain" }, "key": "locale", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [ @@ -43778,7 +43778,7 @@ }, "response": [ { - "id": "5bc8ca56-c806-4b91-a1af-2d1a88c3d11d", + "id": "a97dfca1-c74d-4be0-8a5f-34953e52225b", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -43797,7 +43797,7 @@ "type": "text/plain" }, "key": "locale", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -43832,7 +43832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "665f9d2c-f107-4f44-9289-b3fd338756f8", + "id": "7e100c5a-6549-453b-86a7-cffe154cd36f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43851,7 +43851,7 @@ "type": "text/plain" }, "key": "locale", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -43886,7 +43886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "898425cc-72dc-4262-b4ae-6c0eabc7f1bf", + "id": "373bb965-4a3d-408b-86a4-18f9f4325644", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43905,7 +43905,7 @@ "type": "text/plain" }, "key": "locale", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -43940,7 +43940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe13fbce-a2fa-4fcf-b832-83f233aa59d3", + "id": "b7219591-570e-4f70-a52e-0da5b9eaf1c6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43959,7 +43959,7 @@ "type": "text/plain" }, "key": "locale", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -43994,7 +43994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03851a76-c0b8-49aa-b01c-6a277eb1fe54", + "id": "5fe02791-1edb-4131-8df8-cb9373164fcd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44013,7 +44013,7 @@ "type": "text/plain" }, "key": "locale", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -44054,7 +44054,7 @@ } }, { - "id": "1237796b-0ecb-4bbc-ab94-bbac2d86e92d", + "id": "bfa3307f-be58-4449-9ebf-46c9ad681d9f", "name": "Delete Custom Password Instructions by page ID", "request": { "name": "Delete Custom Password Instructions by page ID", @@ -44078,7 +44078,7 @@ "type": "text/plain" }, "key": "locale", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [ @@ -44105,7 +44105,7 @@ }, "response": [ { - "id": "c0bd325d-66f0-4674-aa35-ea221f424735", + "id": "ee966539-4415-4f7f-a005-04cd067ae746", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -44124,7 +44124,7 @@ "type": "text/plain" }, "key": "locale", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -44149,7 +44149,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2767e16e-89cf-48ea-8497-4685ace5a50d", + "id": "7fb9acb6-a051-43c1-954a-cfba4968b117", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44168,7 +44168,7 @@ "type": "text/plain" }, "key": "locale", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -44203,7 +44203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "538fc163-23f3-4cd5-a8f8-7d5bef74f3bc", + "id": "6d5875d4-71e8-42a5-8f08-5c861a4ae4d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44222,7 +44222,7 @@ "type": "text/plain" }, "key": "locale", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -44257,7 +44257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4feae55-f68e-4060-8cd4-e626b426ec3c", + "id": "af84a745-1445-4c05-8b4f-1f7e123c3453", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44276,7 +44276,7 @@ "type": "text/plain" }, "key": "locale", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -44311,7 +44311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f32b1d6-69b1-4d26-8132-8a64e8ecb3e5", + "id": "fe1384cc-c521-4bce-acc6-48c7a18f9b54", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44330,7 +44330,7 @@ "type": "text/plain" }, "key": "locale", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -44377,7 +44377,7 @@ "description": "Use this API to implement and customize entitlement functionality.\nWith this functionality in place, administrators can view entitlements and configure them for use throughout IdentityNow in certifications, access profiles, and roles.\nAdministrators in IdentityNow can then grant users access to the entitlements or configure them so users themselves can request access to the entitlements whenever they need them.\nWith a good approval process, this entitlement functionality allows users to gain the specific access they need on sources quickly and securely.\n\nEntitlements represent access rights on sources.\nEntitlements are the most granular form of access in IdentityNow.\nEntitlements are often grouped into access profiles, and access profiles themselves are often grouped into roles, the broadest form of access in IdentityNow.\n\nFor example, an Active Directory source in IdentityNow can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both.\n\nAdministrators often use roles and access profiles within those roles to manage access so that users can gain access more quickly, but the hierarchy of access all starts with entitlements.\n\nAnywhere entitlements appear, you can select them to find more information about the following:\n\n- Cloud Access Details: These provide details about the cloud access entitlements on cloud-enabled sources.\n\n- Permissions: Permissions represent individual units of read/write/admin access to a system.\n\n- Relationships: These list each entitlement's parent and child relationships.\n\n- Type: This is the entitlement's type. Some sources support multiple types, each with a different attribute schema.\n\nIdentityNow uses entitlements in many features, including the following:\n\n- Certifications: Entitlements can be revoked from an identity that no longer needs them.\n\n- Roles: Roles can group access profiles which themselves group entitlements. You can grant and revoke access on a broad level with roles. Role membership criteria can grant roles to identities based on whether they have certain entitlements or attributes.\n\n- Access Profiles: Access profiles group entitlements.\nThey are the most important units of access in IdentityNow.\nIdentityNow uses them in provisioning, certifications, and access requests, and administrators can configure them to grant very broad or very granular access.\n\nYou cannot delete entitlements directly from IdentityNow.\nEntitlements are deleted based on their inclusion in aggregations.\n\nRefer to [Deleting Entitlements](https://documentation.sailpoint.com/saas/help/access/entitlements.html#deleting-entitlements) more information about deleting entitlements.\n\nRefer to [Entitlements](https://documentation.sailpoint.com/saas/help/access/entitlements.html) for more information about entitlements.\n", "item": [ { - "id": "ae0726e2-c3b1-4a31-bb13-811c74eec7d4", + "id": "cce43fc2-fb74-4ca1-a03d-79b7c800b458", "name": "Gets a list of entitlements.", "request": { "name": "Gets a list of entitlements.", @@ -44488,7 +44488,7 @@ }, "response": [ { - "id": "89456c82-3b4a-42bb-b319-fd2e8134bba1", + "id": "80beeeb9-19b5-4793-bb4d-27c6b29d0b6d", "name": "List of entitlements", "originalRequest": { "url": { @@ -44613,7 +44613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d18fce3-8355-4e6b-bf2c-9a4c3c826c6c", + "id": "9127fee0-be6b-4f9c-a99a-706e261a672e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44738,7 +44738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "112011cf-3e15-439f-a6a6-3a9325f5b1c7", + "id": "52d815cd-796c-4c5c-a7a7-9a7794da39cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44863,7 +44863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e23dd0a-2da1-4a1d-bba8-14b91502034b", + "id": "e2645970-cc64-456e-9c3b-5b1b664b0d0b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44988,7 +44988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "027e1280-337d-40d0-956d-fb3395aa59c5", + "id": "3fe9d516-35eb-4cb5-bf1e-7145a0bc8bc1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45113,7 +45113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57e79f24-aa82-41e8-b6b9-4b2f9e01388a", + "id": "5f3c7555-5155-48e9-a0db-4cbc22de1c61", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45244,7 +45244,7 @@ } }, { - "id": "963167e8-ad88-454c-8476-cbf3698c6a8d", + "id": "a6792f05-2437-448e-865d-ab59476ae8b1", "name": "Get an entitlement", "request": { "name": "Get an entitlement", @@ -45285,7 +45285,7 @@ }, "response": [ { - "id": "529b28b4-9c7b-4d29-a1a8-f1eb570cb664", + "id": "f47193ca-2eee-4670-8a46-6cfc5784d169", "name": "An entitlement", "originalRequest": { "url": { @@ -45329,7 +45329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49ec95fd-cca8-4072-a1f2-0ceda8670645", + "id": "5595ebb9-3e3c-446d-aae9-9b2bbe925505", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45373,7 +45373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e1761ce-bde3-430a-a31d-f5222e32a47d", + "id": "ed0994fa-da26-4c1b-82d6-ada38f2d306b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45417,7 +45417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eebaeaa9-5c8e-4430-8b10-6915bf5278a2", + "id": "96e90836-f94f-49d3-8682-3dbbc2a162ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45461,7 +45461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f41c38c6-5a09-4049-8284-be531d2f8544", + "id": "d372ceea-81fb-4645-9626-d278410a84d6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45505,7 +45505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a1ee35c-adfa-46c2-9cad-28dd49baab71", + "id": "a29a7ada-d4bb-4369-8cce-58048dccc445", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45549,7 +45549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88f344d3-0af1-4938-9f9f-0045528cff9a", + "id": "4766277f-ca01-46dc-8833-1e50014e28c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45599,7 +45599,7 @@ } }, { - "id": "663dd731-4a88-4aa3-931f-846d04524eec", + "id": "db757d3b-953d-4193-a20b-97e1ae51edf7", "name": "Patch an entitlement", "request": { "name": "Patch an entitlement", @@ -45653,7 +45653,7 @@ }, "response": [ { - "id": "dfce402d-ba75-4d34-8f15-4be06461826f", + "id": "9ac0190c-58b8-42ed-96c1-e1524604801e", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -45710,7 +45710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dfeb95f-506d-4533-ad30-d0e598ece0a5", + "id": "95a488bd-73a8-4bc8-a52b-f33d1c73bbc2", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -45767,7 +45767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "581a25b0-2fe7-4c5c-9460-4ba3c07295a5", + "id": "d5d880e9-0a1a-461a-a5d9-8a3448cc1ace", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -45824,7 +45824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16937af1-b988-4dd2-8b21-4fe5823a08ad", + "id": "125fd1d0-1961-4e87-b825-123d40efb57d", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -45881,7 +45881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eedaf27-e06f-4a29-816a-f665c7738235", + "id": "d10b6b28-9df6-4124-a0e1-b7c50a47f636", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -45938,7 +45938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f87c2e83-e85f-4507-8ca9-6375ab529a81", + "id": "87352beb-a3b1-42b6-a77c-d31119759d5c", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -45995,7 +45995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a2ab369-cab0-4dd6-b320-def369421c82", + "id": "aae1765b-4fef-49fa-8b3b-958c26e4971c", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -46052,7 +46052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61ba8109-7ea2-42a0-a8cd-6fff9317762d", + "id": "c73cf0ac-ca35-4ee3-9f3c-a6fc9c9c7545", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -46109,7 +46109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e41a4b49-2fe3-42fc-aba8-4d8e0818b5a3", + "id": "0242104a-a42c-43b0-8056-6b84db3fd006", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -46166,7 +46166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e28cbce-15fe-49ec-84de-a737e2e8a56b", + "id": "b4aa0a7d-8c1d-49c9-becf-e85b58249d32", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -46223,7 +46223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3332563-fabf-4f19-8519-3808fa8ad81f", + "id": "1c10f6bd-7a06-4d9d-86ef-893f60279e7f", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -46280,7 +46280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b014c963-ed4b-47b9-bba6-6f575d80da6d", + "id": "7bd6e274-d562-4e6d-a85e-13daff82f3ab", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -46337,7 +46337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52260f82-e53e-4bf8-9ae3-fc6111154c1d", + "id": "2e6ef64b-3148-439e-b3f6-863524e98cc8", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -46394,7 +46394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74ee9ced-b69c-4046-99a6-cd0553ec1275", + "id": "f95c2f18-98c2-45b5-8ee3-069950ab400d", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -46451,7 +46451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26a54aa2-2273-4916-9da2-d5c3a1170f23", + "id": "37bb84c0-7146-47e2-a311-fdfa94ecea28", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -46508,7 +46508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96c04f18-933f-4ca8-8e6a-3ac47c68847d", + "id": "e26b07c0-9088-4648-8963-309dc9932782", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -46565,7 +46565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32002cc5-5f28-44f5-b7b4-6c0490d7a923", + "id": "a55ebe47-0554-4437-bfc6-36510a93e795", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -46622,7 +46622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6efc74d-d240-4b1b-a8af-5493c8c29248", + "id": "0389fb04-9a05-459c-9aad-bf8319ec3154", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -46679,7 +46679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6244a37e-26e2-4ece-a715-269386298ba5", + "id": "0c909fdd-e889-416d-ae24-5d176841eb2e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -46736,7 +46736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45a2bc20-89a5-4c96-ba20-3ba356a2ed4e", + "id": "7baccce9-6c05-4167-8d24-a6ec1818630a", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -46793,7 +46793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ec01149-ad60-49d7-bccf-8e0c02dacb58", + "id": "10f46257-080d-4f29-8cd7-6be66485601d", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -46850,7 +46850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcaede9b-740e-401f-a398-c905ac941d30", + "id": "77186a80-c351-49d9-9d2b-c11018084bac", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -46907,7 +46907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "510cdec2-1e79-4251-85c1-bf6db9568d59", + "id": "9a5d4485-7606-4ebd-a40f-e56a88470507", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -46964,7 +46964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5778c0b1-be21-42ac-973d-06f3772eb3f1", + "id": "bdd8cc96-03ed-427b-b62f-84e7e2490108", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -47021,7 +47021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cecb59f-9282-4fa4-865a-991bf617940c", + "id": "7acbf521-4255-45d9-83dc-38d05bc9f7c8", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -47078,7 +47078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc8b0e3e-7b87-452f-94dc-250cca0b09a7", + "id": "55679182-4c26-4f84-b57b-917e602ed4e2", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -47135,7 +47135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "743850de-9710-4bf9-b61b-4be8600af67d", + "id": "e96bf53a-fb17-4dd0-9a09-ca3dad3bce08", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -47192,7 +47192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3019c4e-1d4e-4d24-ac19-a1bcf0136785", + "id": "f1621111-f949-4b0d-837c-5c049d18eb9b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -47255,7 +47255,7 @@ } }, { - "id": "caee5541-f0a6-4620-be3f-3e3fd81c9d9e", + "id": "feca9c4f-81b6-4be6-b47e-10da6b65b37f", "name": "List of entitlements parents", "request": { "name": "List of entitlements parents", @@ -47343,7 +47343,7 @@ }, "response": [ { - "id": "1c3c40e9-bdb9-40bd-9b1b-0ec06027063a", + "id": "4f447337-1cc9-42ad-9982-e5772b0e6ae9", "name": "List of entitlements parents from an entitlement", "originalRequest": { "url": { @@ -47434,7 +47434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63148540-e1c2-498f-9d5c-f1a376fb6eb5", + "id": "b113111e-afe4-47d7-8690-a36ce4f48a5d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47525,7 +47525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c92c2a73-a7a2-4282-af3f-b8e3ffd969ae", + "id": "82a53319-7b25-4d92-9b7f-0053786a17d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47616,7 +47616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ec9bb2-be2d-4e63-a778-fec47fa3a16b", + "id": "27fbd45e-1770-4ad1-b033-04f6967fa8df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47707,7 +47707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd99af3b-e5d8-4c00-98eb-087911d2a810", + "id": "d70822ed-e547-46f0-bfd4-c13e96e16e6e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47798,7 +47798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8c41220-f9b7-48c0-8d75-9a19a450b00d", + "id": "04176944-4b72-4a11-9de3-fcdd4b907a00", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47889,7 +47889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c996881-467e-4a85-808f-b61b8f6e8f69", + "id": "e38e7319-295b-4325-8984-293ccb0417b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47986,7 +47986,7 @@ } }, { - "id": "fb063212-ad00-44b9-be0d-c03d2f72d9c8", + "id": "f3cc89a5-9b0a-42ad-b231-6c7e9af588f3", "name": "List of entitlements children", "request": { "name": "List of entitlements children", @@ -48074,7 +48074,7 @@ }, "response": [ { - "id": "3c0ee153-b11d-4376-bed0-712fb2b912b8", + "id": "4cfbb604-663a-4c04-97d0-45d3c8218f8b", "name": "List of entitlements children from an entitlement", "originalRequest": { "url": { @@ -48165,7 +48165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "323c46d5-c712-4d62-a1d7-acf666de7df1", + "id": "11f02895-6df0-41b6-a832-d0a95ce0fb69", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48256,7 +48256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db799670-aef7-48e9-996a-3158c459839f", + "id": "0c32382b-2f56-4c15-a2db-18d85fe0bb35", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48347,7 +48347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "575815a2-e375-4f38-be2e-f2bec15c0589", + "id": "e92fac87-9aac-444b-8b3f-00dee487fd1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48438,7 +48438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d96cf74-2473-48c8-a14e-f76ffef6f71e", + "id": "6b3536ea-c207-438d-89d4-2cbdf5efb445", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48529,7 +48529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50a88117-4a34-45b9-ad46-7f59a24464b6", + "id": "9b213358-9c3b-4cb3-88f8-728e15896f5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48620,7 +48620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92bb81f5-db82-4bae-b9bd-de4ff21885f6", + "id": "e59c3e4c-ff70-4558-9628-b17fd7ab81d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48717,7 +48717,7 @@ } }, { - "id": "c0a3c49a-c107-4ad4-9e9c-b4e87bca3ac5", + "id": "eb19a50e-9261-453b-b43f-e582864ea15c", "name": "Bulk update an entitlement list", "request": { "name": "Bulk update an entitlement list", @@ -48760,7 +48760,7 @@ }, "response": [ { - "id": "e6e459ba-586a-460e-bcf0-f8a2a07cebfc", + "id": "8886619b-a87b-47f1-81ec-80a20b4abdd3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -48807,7 +48807,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8904eca5-eb0e-4e34-a91a-d95b8db3db53", + "id": "d5c40794-caba-4ed6-a3c1-f87fdecbc59b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48864,7 +48864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c00455e-9e3d-4c96-a274-b7337f4d46e1", + "id": "0814523b-0329-4197-afd3-084647e7c06a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48921,7 +48921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "311ff676-8437-496c-be8f-5640715fb9b8", + "id": "325916a5-ca57-4a01-bac4-7c854b2f56dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48978,7 +48978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55a6805f-b84e-450d-9bbb-5fb9682c4b11", + "id": "dec110ff-99d6-4590-9063-5c607fc03a17", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49035,7 +49035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4de15cce-6f7e-4457-918b-4dc44297b293", + "id": "2e08a67c-7385-4b67-ae43-e39ddbde8649", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49098,7 +49098,7 @@ } }, { - "id": "db3c76d1-09b6-4acc-bd6d-85e4d1153fc7", + "id": "70b02747-ded5-4141-8ea4-58fa69a4920c", "name": "Get Entitlement Request Config", "request": { "name": "Get Entitlement Request Config", @@ -49140,7 +49140,7 @@ }, "response": [ { - "id": "745d62ed-f4b8-4531-8fed-4632c4fe9d5e", + "id": "c075d313-38b0-490f-af72-4d65bbeda836", "name": "An Entitlement Request Config", "originalRequest": { "url": { @@ -49185,7 +49185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42163cb0-a2c5-432b-bf8a-9275b59c472d", + "id": "6cc1d224-0c9d-425d-b64d-8e26f947db49", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49230,7 +49230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93e475b4-6548-41a4-848a-6ef6807c2037", + "id": "78ec05b9-5dd3-4c86-9c9e-72ed03d7c00f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49275,7 +49275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d4756a7-05a8-4d61-a111-aee52a4aa749", + "id": "602a55a6-b96c-45a6-928c-a83862e50d5c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49320,7 +49320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b101927-ad6a-4325-85bb-23d936e3c74f", + "id": "7db7d9d9-1d8f-496c-894e-acc8a96a529b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49365,7 +49365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84e26444-48d9-4cf4-88d6-7a13dba2de3a", + "id": "3a1c8747-a36a-486b-9810-7de88b929459", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49410,7 +49410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b97c7b5d-7923-40a4-bc4d-9556a2ce9329", + "id": "9fcc406b-bc60-41db-aa92-4a864ed2e4ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49461,7 +49461,7 @@ } }, { - "id": "93d36935-bdd9-4369-9f2e-18a0e2412e37", + "id": "cdcef1d2-2632-4839-bfde-bded829625a2", "name": "Replace Entitlement Request Config", "request": { "name": "Replace Entitlement Request Config", @@ -49516,7 +49516,7 @@ }, "response": [ { - "id": "4614c68e-8d1f-4b6c-8213-d265ffe30e15", + "id": "040bb36f-12ed-42cc-bac7-f2d8283220ef", "name": "Responds with the entitlement request config as updated.", "originalRequest": { "url": { @@ -49574,7 +49574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e74f3c61-075f-451a-b901-df7a4e247b54", + "id": "1cd7f6eb-5478-4625-b51b-ccdefd824455", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49632,7 +49632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d93d391a-4420-439e-af09-30ea008f50ec", + "id": "2b331cf6-58d3-48ec-a067-4ddb99d66435", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49690,7 +49690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f422c03-4dc4-4261-8d09-bd526165f568", + "id": "13d2c2fa-e400-49e2-8fc4-2207beb827bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49748,7 +49748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fed431c-d6a4-4a76-96ea-d9d8eeae3571", + "id": "be1bea2c-5904-4ae4-9839-4a5666012ee4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49806,7 +49806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81d556a2-c6ce-4cf8-b48d-3e34f30749b6", + "id": "326a60d0-ebb8-4cf9-8145-acab304ee5f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49864,7 +49864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85933a13-b42e-4a41-90ef-e4b08ed88683", + "id": "cf00bf9d-32f5-4880-b066-e383243e106f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49928,7 +49928,7 @@ } }, { - "id": "bc0b4842-7290-49fc-bfa7-5c2eddd0ed13", + "id": "bb63481c-79b1-43e0-9f8c-400782801714", "name": "Reset Source Entitlements", "request": { "name": "Reset Source Entitlements", @@ -49971,7 +49971,7 @@ }, "response": [ { - "id": "5f14e68e-b474-4964-9cea-36f5c819425a", + "id": "5b796e87-fb29-44bf-9314-1f03cab27302", "name": "Entitlement source reset task result", "originalRequest": { "url": { @@ -50017,7 +50017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b0381a3-84ef-4739-afbf-128853e6d0a9", + "id": "bbb331d9-8641-4ff9-8d9a-14285c7229e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50063,7 +50063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edb18e87-419c-47fe-a1d5-dc321df9312d", + "id": "e2469e3f-37b2-42ae-9ae7-476756ddee19", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50109,7 +50109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14215854-97cd-4c03-a8d8-f8d9727a5cb8", + "id": "e38d8fb5-31b5-4f5b-9ead-09605b63cd53", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50155,7 +50155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb475302-b9d4-4579-af5b-0e52ab757f99", + "id": "19565151-6a04-48be-8ff6-112481bc3558", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50201,7 +50201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c37e59cf-346e-4aac-89be-c090f0f3cd5f", + "id": "75bc0eeb-0c11-45a2-9730-96eb8e75b5ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50253,7 +50253,7 @@ } }, { - "id": "d392d9f0-0a68-4fe3-849e-5895b37cbba4", + "id": "fedbc111-47e5-4ea6-8f9e-7a6c2d810d6d", "name": "Import Entitlement CSV File", "request": { "name": "Import Entitlement CSV File", @@ -50305,7 +50305,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "cupidatat qui aute ea", + "value": "quis do aute", "type": "text" } ] @@ -50313,7 +50313,7 @@ }, "response": [ { - "id": "8be14688-6915-42be-9259-656bdd6c4423", + "id": "0d2c15f1-d46c-4db3-82cf-abb35b36b57e", "name": "Load Entitlements Task", "originalRequest": { "url": { @@ -50357,7 +50357,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "cupidatat qui aute ea", + "value": "quis do aute", "type": "text" } ] @@ -50376,7 +50376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ad1c103-23d8-4450-9bf5-80938d55caef", + "id": "627c51a0-9750-4e6f-bafd-8790250f873b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50420,7 +50420,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "cupidatat qui aute ea", + "value": "quis do aute", "type": "text" } ] @@ -50439,7 +50439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e83cd25-14fe-4baf-a7fd-abe6e943d161", + "id": "f6c7e06a-cc45-4c2f-b374-101bcea29365", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50483,7 +50483,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "cupidatat qui aute ea", + "value": "quis do aute", "type": "text" } ] @@ -50502,7 +50502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9a2c8b3-0b02-44a5-89fe-e0567a89faab", + "id": "39a75667-46e1-445e-b4a0-6c347cc10789", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50546,7 +50546,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "cupidatat qui aute ea", + "value": "quis do aute", "type": "text" } ] @@ -50565,7 +50565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4b10881-eb41-43e3-8719-c86a75fa7990", + "id": "f1436fae-ec5e-4700-ad80-01f7216dc6e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50609,7 +50609,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "cupidatat qui aute ea", + "value": "quis do aute", "type": "text" } ] @@ -50628,7 +50628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c2965b9-a074-4788-b94b-39129f6729ee", + "id": "f8d602f9-be9e-4209-8cf0-1ccef513ee68", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50672,7 +50672,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "cupidatat qui aute ea", + "value": "quis do aute", "type": "text" } ] @@ -50703,7 +50703,7 @@ "description": "Use this API to implement and customize Governance Group functionality. With this functionality in place, administrators can create Governance Groups and configure them for use throughout IdentityNow.\n\nA governance group is a group of users that can make governance decisions about access. If your organization has the Access Request or Certifications service, you can configure governance groups to review access requests or certifications. A governance group can determine whether specific access is appropriate for a user.\n\nRefer to [Creating and Managing Governance Groups](https://documentation.sailpoint.com/saas/help/common/users/governance_groups.html) for more information about how to build Governance Groups in the visual builder in the IdentityNow UI.\n", "item": [ { - "id": "70b4046e-7c15-4567-a35b-afa38237a50c", + "id": "44545737-5313-4919-82c1-c52eb66132b2", "name": "List Governance Groups", "request": { "name": "List Governance Groups", @@ -50778,7 +50778,7 @@ }, "response": [ { - "id": "6c634a46-e927-4f4c-97c4-9ed800b400a6", + "id": "b16a5299-b454-41d1-9071-6b10cf3a8205", "name": "List of Governance Groups", "originalRequest": { "url": { @@ -50867,7 +50867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f8284cb-fa8d-499b-9988-0a791a1ff7cd", + "id": "592669c0-c977-4244-b108-ea5fc4e57c82", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50956,7 +50956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90e1f0d7-8613-42d3-91a2-ea2a7e66da32", + "id": "4f637b25-0421-46a8-88e6-24a977b2ed85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51045,7 +51045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31a6494c-4118-4f6d-813c-b96c52ff5ae6", + "id": "4e6f1691-e5c1-48d1-868b-871c69f9a2e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51134,7 +51134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfad8362-68e2-4d4b-bbbd-f4be08a10f27", + "id": "57c6f380-81bb-4098-8a14-247c116ebefa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51223,7 +51223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8797786f-db06-4075-8cc6-f1935eb8f352", + "id": "ed8307d7-1ede-479e-8edb-38658d8b3795", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51318,7 +51318,7 @@ } }, { - "id": "489c184d-2c80-4a9b-9c45-672e3994378c", + "id": "3e1e4770-183d-4ad2-a88f-cd7c5e9d467c", "name": "Create a new Governance Group.", "request": { "name": "Create a new Governance Group.", @@ -51360,7 +51360,7 @@ }, "response": [ { - "id": "cd03a735-ff0b-4ead-848f-36a19101300f", + "id": "cf4885d3-e31b-4788-9625-fef7316f91c9", "name": "Governance Group object created.", "originalRequest": { "url": { @@ -51416,7 +51416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b2523c5-f86b-40fb-8f05-1d11dcef1dcd", + "id": "aaf8ccb8-2de9-4b10-9860-d971ee0abc3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51472,7 +51472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbd07bf8-fcf5-4a04-b3ec-1429e8095395", + "id": "b38ebc42-229f-44ac-8fba-4521006b0045", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51528,7 +51528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b394a717-68c4-40f4-a0dd-08ddc6d1edc6", + "id": "0aee5dd0-5c5b-4d73-b093-f79fe5dbea8d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51584,7 +51584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c471ad2-f1b9-4272-bcb1-0a9713d8bbe7", + "id": "dde02bbe-635a-4f63-88af-e7d38a5568f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51640,7 +51640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08fe207c-3238-4d87-ac44-a59cf33a83b7", + "id": "54a2c1a2-b603-4128-a600-51365ecc8bff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51702,7 +51702,7 @@ } }, { - "id": "2ea185a4-8248-4301-a96b-63a190af8b1f", + "id": "a345d23c-cda3-48d6-8f6a-17a6f8a4b190", "name": "Get Governance Group by Id", "request": { "name": "Get Governance Group by Id", @@ -51743,7 +51743,7 @@ }, "response": [ { - "id": "31ab47a1-1564-438b-bfc2-c594ce4fdb88", + "id": "8ff493bd-0801-4e3f-b43f-1a5216cf9212", "name": "A Governance Group", "originalRequest": { "url": { @@ -51787,7 +51787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "328c4e5d-43ce-4061-be18-3fab93dd2e9b", + "id": "20b1a7ad-c1a6-4882-9836-58e8b5a88c6b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51831,7 +51831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc0b8135-7a34-43d8-a958-95a7295d5a70", + "id": "dbed4ffb-3777-41b3-aad0-47593b9ad08d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51875,7 +51875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03d3b398-0d60-49d0-82e6-130bb5264927", + "id": "fa6088b7-71b6-48a5-b26b-a605073911b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51919,7 +51919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "786814ce-51ce-4cc0-a3db-4401b23d6692", + "id": "13983b8b-b543-4a6c-a21d-bbe0101c3b11", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51963,7 +51963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2cbcb0c-43f8-44a1-8392-4aa224334ae2", + "id": "d57fb734-8e7e-4443-b233-f67cc872c078", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52013,7 +52013,7 @@ } }, { - "id": "f1b872db-1abc-4c2e-a4fd-8e95730e487f", + "id": "df373fe7-1610-4c6a-8864-e9e4b749ab8b", "name": "Delete a Governance Group", "request": { "name": "Delete a Governance Group", @@ -52054,7 +52054,7 @@ }, "response": [ { - "id": "30aebee1-04db-478a-9725-11749e295fed", + "id": "9c7d6553-74af-4d6e-b765-4f83c50a23a3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -52088,7 +52088,7 @@ "_postman_previewlanguage": "text" }, { - "id": "41cf0215-76c9-46f2-ace5-4d18f8d5482c", + "id": "d2e8d0bc-f499-4a9a-83ce-a5bd3b1c807c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52132,7 +52132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6612615-a26b-4e90-9df9-cfda3dc9b51d", + "id": "9d5e8c41-5646-43a4-b5f7-e20e9ed5e285", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52176,7 +52176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1f206ab-227e-4cb0-a40b-0c7ce88dc23a", + "id": "065b09c9-fee2-46aa-b700-31f2e09301bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52220,7 +52220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a13227f-5b11-405e-a2d7-2642137c8143", + "id": "32dbf126-652c-42df-8fd6-60fd89963356", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52264,7 +52264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1fe12e5-50cb-46f4-8c8c-dfb4b8ca3f3b", + "id": "46dc7edc-e463-4fbd-9f7e-e26e7cbe662e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52314,7 +52314,7 @@ } }, { - "id": "1bdf3094-7c22-4a00-977a-c3bb53392442", + "id": "52731ce0-aab1-4de7-88e1-e891dc4ed5a2", "name": "Patch a Governance Group", "request": { "name": "Patch a Governance Group", @@ -52368,7 +52368,7 @@ }, "response": [ { - "id": "5fef113c-b69e-47f1-8e71-b25a90f3b01e", + "id": "3a3930d0-e0e9-4554-819b-bc098f3cab07", "name": "A Governance Group.", "originalRequest": { "url": { @@ -52425,7 +52425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8459adfd-b900-4e66-9021-eceb270c5fa3", + "id": "26e7ba62-bf79-49a9-9d93-87dffb8b4c1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52482,7 +52482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59853c87-5cc7-4af8-9dda-4531c8d820e9", + "id": "e8fd065c-7354-400e-a820-fd3e4c46bb18", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52539,7 +52539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4bde1ee-b4a5-408a-846b-ad42f4422667", + "id": "b722cb83-e6f0-46ac-bdd5-bc7e8994a3d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52596,7 +52596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26c7f315-6edf-4d6e-b4c6-4d79d6f9403a", + "id": "e60b7f90-1d89-4419-a8f7-88665b5ebfee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52653,7 +52653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64fa003f-48f6-47e3-9a07-5b33187c5966", + "id": "d9219986-f76f-4ac3-bece-41528ca6cdc1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52716,7 +52716,7 @@ } }, { - "id": "7dc3d105-4b1f-461b-883b-8504be9d82f1", + "id": "5c1a9123-0a49-4fac-9102-403c80839ba6", "name": "Delete Governance Group(s)", "request": { "name": "Delete Governance Group(s)", @@ -52759,7 +52759,7 @@ }, "response": [ { - "id": "58021474-fda1-4b5e-93d3-6c070eedca2d", + "id": "b373ace2-b6b3-4dad-9cd9-0b85e2574a2b", "name": "Governance Group bulk delete response.", "originalRequest": { "url": { @@ -52816,7 +52816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dab02ea9-1bd0-4194-92a5-23751c71385f", + "id": "ab97e9f0-f225-4abe-b8dc-ea92c6ef30ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52873,7 +52873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2867d0a7-3e8f-47b8-9780-260c57094d06", + "id": "318a7fda-6c64-4f1b-8134-47300e6f7339", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52930,7 +52930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0abe100-fe6e-47b7-a988-c3d4ba60c4f9", + "id": "0d2e1b74-96f5-43f7-855a-518d35093dd1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52987,7 +52987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86103195-811c-462d-877d-8418f5bc5b85", + "id": "93b32170-78ba-4151-baed-df589c7fc4ed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53044,7 +53044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f8c6275-85f1-4e94-81f7-afe1d878cc78", + "id": "49d85226-a1e9-4c23-a4f9-584519634941", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53107,7 +53107,7 @@ } }, { - "id": "8ef8e0fd-b4c0-439b-a798-85fa9fcac71e", + "id": "56090151-887a-423e-a337-9d3f46b9e95c", "name": "List connections for Governance Group", "request": { "name": "List connections for Governance Group", @@ -53186,7 +53186,7 @@ }, "response": [ { - "id": "133b60c7-8503-484d-9785-0d483ffe7b8e", + "id": "06ab82fd-cc16-4198-82de-c8838ba3d73c", "name": "List all connections associated with a Governance Group.", "originalRequest": { "url": { @@ -53268,7 +53268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "522be0e3-6c5a-431d-8218-16fb73373ef4", + "id": "63d84724-c776-4cf9-a802-825ef2d4e8d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53350,7 +53350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fc698f8-0c31-4956-8405-71599af1cc39", + "id": "3df02542-53a4-4130-9463-f22589c882a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53432,7 +53432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39a66f06-0ead-4293-bb7b-dfb3f33659c6", + "id": "1dcb51c5-be6a-4c49-9bc7-08e9bfae58e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53514,7 +53514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31fe5713-cf2f-495d-bcc5-4179cb0989a0", + "id": "13c455cc-14a0-4972-baec-e67c962541db", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53596,7 +53596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b0abf06-639f-4f31-bb36-e967ba6b458d", + "id": "c1502a76-02f4-4a59-9e9e-7972b0764a00", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53684,7 +53684,7 @@ } }, { - "id": "77f80dd9-3e8d-472b-b025-ad2b8bde1c54", + "id": "ae842b9a-4df7-4d8d-abe7-0804a5cc045b", "name": "List Governance Group Members", "request": { "name": "List Governance Group Members", @@ -53763,7 +53763,7 @@ }, "response": [ { - "id": "1eafbde6-fc31-4c2b-896c-fdce372f7bf2", + "id": "35fc25e5-d154-4e70-a20b-b6dc3d91a727", "name": "List all members associated with a Governance Group.", "originalRequest": { "url": { @@ -53845,7 +53845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ce26c86-b1a8-4b8b-84fe-bdbc225f1095", + "id": "2089327d-f462-4e6e-af46-6941890e7e05", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53927,7 +53927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8d2bc86-598f-4666-a95c-336dc661fd86", + "id": "16234413-50fd-4ce6-b289-158ad2c23990", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54009,7 +54009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05b225c8-aaae-45c2-8558-69e4bde1392d", + "id": "41730643-0ffb-412b-848f-2705c0b49853", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54091,7 +54091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74b608f1-b0fa-44c2-9b60-92c3a96c08bc", + "id": "bc79f4b4-f629-496e-bf81-938bae0e3e4d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54173,7 +54173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b2c9619-b504-4602-9d68-9ff0cedb331e", + "id": "032966c6-52a7-4006-9e7f-6c5f0721443e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54261,7 +54261,7 @@ } }, { - "id": "83050dd2-aceb-436a-ae11-c53a5c38ff03", + "id": "967ecaf4-20a2-4aa8-b40f-22f627f27bdc", "name": "Add members to Governance Group", "request": { "name": "Add members to Governance Group", @@ -54317,7 +54317,7 @@ }, "response": [ { - "id": "ab3a185e-9c57-4c97-a733-8ff3ae353570", + "id": "43b390f8-d0e4-45f4-b046-2cb7baa4edbf", "name": "List of added and not added identities into Governance Group members list.", "originalRequest": { "url": { @@ -54376,7 +54376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7a527c1-3fa0-4327-9a0e-8039661a183b", + "id": "61df6fac-02f3-4d7c-8461-4c965cdac351", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54435,7 +54435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1392c2d-cdb2-4f21-adea-5e5d38eadecb", + "id": "d16a4429-3c94-4ec8-94bb-73ee09f8eba0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54494,7 +54494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "567de914-8a9e-46a7-9dce-c2445a5519f3", + "id": "689bb656-56db-4ed7-969c-b387e624c517", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54553,7 +54553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "540d3d7c-e60c-4ec8-ba6d-a2e2e08d80c3", + "id": "c7ab959a-d52e-4eed-b2ac-6b00d141a46f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54612,7 +54612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed1cdd10-4db0-4a00-b70f-11c57473f125", + "id": "f063fb46-1459-406c-8aa1-fb45daac5637", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54677,7 +54677,7 @@ } }, { - "id": "1da9e002-0d88-41de-926d-fcf8e6795258", + "id": "e73355a6-c06e-4118-83d6-a58eb73ffad7", "name": "Remove members from Governance Group", "request": { "name": "Remove members from Governance Group", @@ -54733,7 +54733,7 @@ }, "response": [ { - "id": "e95d8d95-f688-4ce1-8227-d244b5821902", + "id": "ea40a8ba-8c5d-4a10-a37d-ccfb1b33251f", "name": "List of deleted and not deleted identities from Governance Group members list.", "originalRequest": { "url": { @@ -54792,7 +54792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02c9398b-0fb6-4920-9eda-99943ffc8633", + "id": "26830248-21b0-4222-b452-2ce480230813", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54851,7 +54851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65c92607-4b32-4035-85ea-93841a1fe399", + "id": "f36acc3e-07fb-4f6b-9542-1eb8845e4a56", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54910,7 +54910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e8769d6-2cb8-48a4-8107-743a1906d8f9", + "id": "f28f1888-41e3-4d2d-a8cf-01575cd76480", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54969,7 +54969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2e3e405-3edd-4e3b-b235-306c176a2085", + "id": "b8ad402e-886b-419f-a34e-377c762d857f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55028,7 +55028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a429e23a-4ae7-4ceb-8126-a16270f1e57d", + "id": "af174e4b-73fe-4cb7-9fce-f3a9b08a1a6f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55099,7 +55099,7 @@ "description": "", "item": [ { - "id": "05c185f8-c7e8-4571-9388-6ab7d9ffd56c", + "id": "f9e7432f-abd4-4953-a07b-b39e8352ce68", "name": "Get Message catalogs", "request": { "name": "Get Message catalogs", @@ -55140,7 +55140,7 @@ }, "response": [ { - "id": "928c7f36-bc94-4a38-b5e7-7f5d65de25f1", + "id": "cd7503b1-4864-4188-b541-ddf1ec03e0c7", "name": "The message catalogs based on the request headers", "originalRequest": { "url": { @@ -55184,7 +55184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bf250da-7be7-46cb-84d7-f291cfa44f3e", + "id": "3d53058f-999c-4e46-9eb5-341df6cdb3a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55228,7 +55228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a8d227f-92ad-473b-b341-2b07e7aabbfa", + "id": "8f2de5fc-3935-45a9-9632-97b5b9bc6957", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55272,7 +55272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f10b76bc-a073-4b9e-9056-9b857f272ef7", + "id": "d97d6e6c-8383-424b-a07b-1d93febb8153", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55316,7 +55316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f6d20f8-9643-4551-a138-83558f70b7c4", + "id": "d86a954c-13d7-4722-bcd8-65398a447dff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55360,7 +55360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eca81b9a-3ca3-4574-826d-60dfc064a760", + "id": "fda384d1-b833-4148-8619-0ed0609f6f78", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55416,7 +55416,7 @@ "description": "", "item": [ { - "id": "d5c32e40-f26f-4ea9-ad05-739edd6819b8", + "id": "a8af4117-336d-4468-9eec-3c8a305742cd", "name": "Identity Access Request Recommendations", "request": { "name": "Identity Access Request Recommendations", @@ -55493,7 +55493,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -55509,7 +55509,7 @@ }, "response": [ { - "id": "a68137ed-ac11-4baf-b563-25c0b2791e6b", + "id": "01da3303-677e-482f-9592-7c83f3079e71", "name": "List of access request recommendations for the identityId", "originalRequest": { "url": { @@ -55581,7 +55581,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -55616,7 +55616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fa9b58d-71ee-44dc-be5f-d1f10cd7b840", + "id": "0c4fb022-689b-47f5-8158-d0bcfcce36f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55688,7 +55688,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -55723,7 +55723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27ab8a66-04f0-4741-aada-24eb4385a356", + "id": "1d7efd82-032a-4a9a-9596-bafbaba61029", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55795,7 +55795,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -55830,7 +55830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a87599e-bc18-42f5-a02a-e17f300788af", + "id": "828ed626-e761-47b5-9169-6883fd894f53", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55902,7 +55902,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -55937,7 +55937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4df840d-45ad-42af-a621-b24d57eea621", + "id": "3b0556d5-b1f5-4e0d-9df5-a5e9bbf5863c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56009,7 +56009,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -56044,7 +56044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "260717bb-0595-4682-8c92-424f33a46b62", + "id": "ef768f75-5911-437c-8bd1-818de16e2e76", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56116,7 +56116,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -56157,7 +56157,7 @@ } }, { - "id": "560a50de-870a-4a12-b339-8c637ee91758", + "id": "d8fe72e2-3bb8-43b1-b3fa-15e2e818ba27", "name": "Notification of Ignored Access Request Recommendations", "request": { "name": "Notification of Ignored Access Request Recommendations", @@ -56200,7 +56200,7 @@ }, "response": [ { - "id": "f184bcbe-6f06-4878-994c-b27c4cf0c653", + "id": "e07bf805-f418-4204-8d71-37566af543e3", "name": "Recommendation successfully stored as ignored.", "originalRequest": { "url": { @@ -56257,7 +56257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "651fba0e-97eb-4d9c-87f8-69e8a8e2da0f", + "id": "2da99613-6ed1-4638-9374-58f58a672bfa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56314,7 +56314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55947849-12da-4698-88f6-90dd516a3226", + "id": "f567d9d5-9ded-4be3-bda8-ff3a38bdb32a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56371,7 +56371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6f9f4b0-ce91-4731-a0b2-78084f6a3e4b", + "id": "ff4c9062-edac-4ccb-95dc-50ac57046c23", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56428,7 +56428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9acb7f02-11b6-4e65-bb13-0f78ec482f96", + "id": "36fba158-2540-4839-ac5d-03c5619bd4b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56485,7 +56485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26e40025-8753-4285-9532-5ea72a83bb40", + "id": "c594c89b-3328-49e5-a89f-86cf04629cd7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56548,7 +56548,7 @@ } }, { - "id": "f3225a76-126d-4207-a182-e23f39005880", + "id": "39863354-d436-4dab-a2ed-156d7cf89aca", "name": "List of Ignored Access Request Recommendations", "request": { "name": "List of Ignored Access Request Recommendations", @@ -56624,7 +56624,7 @@ }, "response": [ { - "id": "c1011d55-d890-461d-a0a7-626eec69d00b", + "id": "b238ce7f-8c54-4b24-860b-c730d6721418", "name": "Returns list of ignored access request recommendations.", "originalRequest": { "url": { @@ -56714,7 +56714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08f2f76c-85ac-4598-b391-de34f68cec18", + "id": "a57eecb3-46cc-4c71-aa4d-344ae427509f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56804,7 +56804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd7cabdc-e98c-4888-b51c-69b1fa99c817", + "id": "c65a8c87-8580-4913-8898-d90eadcac104", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56894,7 +56894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96123418-cba9-491c-b1b8-4190e4531507", + "id": "a93021b0-df26-46a0-89ee-96de03276f63", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56984,7 +56984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4adf0375-f738-41ac-9350-b8361b97b296", + "id": "2f07b4cd-9b2d-40ca-9258-bff0af2dba12", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57074,7 +57074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a0fc3bc-1bb7-4caf-a0bd-ea12af084b44", + "id": "c983d470-8126-4f7b-a969-0f8ceac52e1d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57170,7 +57170,7 @@ } }, { - "id": "4160fdce-46f2-4b5a-a87e-b3c15880688e", + "id": "1c7c82ff-a51a-4e88-998e-b4bb0687f599", "name": "Notification of Requested Access Request Recommendations", "request": { "name": "Notification of Requested Access Request Recommendations", @@ -57213,7 +57213,7 @@ }, "response": [ { - "id": "e3d679fc-0bc5-483e-8259-a14354d07fdf", + "id": "a172b07e-8279-4a2c-88b6-6872da5dfc24", "name": "Notification successfully acknowledged.", "originalRequest": { "url": { @@ -57270,7 +57270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcb23bd9-0e59-4eba-824e-a5b45817167f", + "id": "ac62d054-185d-4596-812f-954097b72acf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57327,7 +57327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b81ddd5-253d-48b3-b81b-268b4b70c511", + "id": "1e3cb831-27ba-4295-9461-1aba52c13683", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57384,7 +57384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "758c7ed1-65d7-4c5f-82fe-04e9eefbe6bd", + "id": "7a834b95-002a-4863-b9ed-548cf3082cb7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57441,7 +57441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96c865f6-ae5b-4d86-81b5-b0928ec978a1", + "id": "46a715cf-0c2f-4f2c-872f-b733719f1a8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57498,7 +57498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b11c982a-8e0e-4222-9e58-bac6abd01c46", + "id": "b80961e7-b00a-4268-a5a5-fc8113b923e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57561,7 +57561,7 @@ } }, { - "id": "5b713242-9efa-44e9-8878-3f1349071ced", + "id": "dd6510f2-017f-45b0-b22b-a0b51a5da57e", "name": "List of Requested Access Request Recommendations", "request": { "name": "List of Requested Access Request Recommendations", @@ -57621,7 +57621,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -57637,7 +57637,7 @@ }, "response": [ { - "id": "57d52ba6-6350-457b-92e2-0da4c2631254", + "id": "6aadf159-842e-41d1-84cf-c6e810a9135f", "name": "Returns the list of requested access request recommendations.", "originalRequest": { "url": { @@ -57692,7 +57692,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -57727,7 +57727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50195f11-ef98-4302-9b45-e68046d26264", + "id": "fd3048c5-1c17-4963-ac16-e399bacbbd25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57782,7 +57782,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -57817,7 +57817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61ae22f0-21e8-4c2a-92a7-fb2d1f07bbd7", + "id": "226af6e6-0451-4353-9f9b-c832b8ebe609", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57872,7 +57872,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -57907,7 +57907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef3a9ad9-c11b-4707-ab37-3b9a61e005bc", + "id": "e2145a2f-766e-4087-bfb7-7e53e843e41f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57962,7 +57962,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -57997,7 +57997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39e0e702-b4b9-4606-8b5f-03d921c7c975", + "id": "396006e6-e509-4894-89ec-a8b2d2316364", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58052,7 +58052,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -58087,7 +58087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad042678-4c82-40d8-a352-2efa930b5a33", + "id": "a81daa8b-6dd1-4e98-9c80-84b0e1de0219", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58142,7 +58142,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -58183,7 +58183,7 @@ } }, { - "id": "c716ac1d-3fe5-4a2a-b853-f23fbbc79085", + "id": "6b13590f-d61b-4feb-9645-2dbda649bc0f", "name": "Notification of Viewed Access Request Recommendations", "request": { "name": "Notification of Viewed Access Request Recommendations", @@ -58226,7 +58226,7 @@ }, "response": [ { - "id": "3f1e640f-12b6-4228-be07-3a076943c983", + "id": "7ef464f6-9f45-48fd-894f-ad01132b3e81", "name": "Recommendation successfully stored as viewed.", "originalRequest": { "url": { @@ -58283,7 +58283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "216377f4-9a91-4416-9857-d65e270da0ef", + "id": "217e0df7-73bb-4f0d-b469-98807f389d60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58340,7 +58340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09446ab5-e051-4f92-b161-3e7bbe54be81", + "id": "3e898fa9-287f-412e-aec2-b1250d935003", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58397,7 +58397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cef6381-04f4-4e0f-b59a-fea6efe0de3d", + "id": "9c79b26f-fd52-4861-89d0-7dc6538b040e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58454,7 +58454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46333b07-5796-4697-9c2b-db51dbc051a8", + "id": "b603d53e-43d2-4664-a54e-e2a9d5057844", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58511,7 +58511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed366f66-2805-48c7-a408-b48a3ac8ae1f", + "id": "1e645637-7531-48ad-9e17-6ab0d99e5095", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58574,7 +58574,7 @@ } }, { - "id": "be961d02-7578-4fa6-9fe2-608438fed2c2", + "id": "8fbfba52-47b5-4e9f-8fd1-651cd96374a3", "name": "List of Viewed Access Request Recommendations", "request": { "name": "List of Viewed Access Request Recommendations", @@ -58634,7 +58634,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -58650,7 +58650,7 @@ }, "response": [ { - "id": "cbf28881-6bc6-4f6f-be78-6bad68fa911b", + "id": "d66bea1b-a506-41d9-8cc1-526bc907ec4d", "name": "Returns list of viewed access request recommendations.", "originalRequest": { "url": { @@ -58705,7 +58705,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -58740,7 +58740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddce3059-3330-4cda-970d-3a9bd053d798", + "id": "1070ce2a-966f-415f-a5bc-ecff74eafffc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58795,7 +58795,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -58830,7 +58830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92c935d6-4a17-4ec7-bb95-5c1d652a1508", + "id": "0e96bfa0-3bd8-4f84-b15b-7948ecfd0ea9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58885,7 +58885,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -58920,7 +58920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25d7358a-11be-40c7-bc3b-03a0f403cbd1", + "id": "40876209-42e4-4dbd-849a-db2a8fe6ae6c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58975,7 +58975,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -59010,7 +59010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a7827ad-42dc-41a9-abf2-594fe792c425", + "id": "5bc63e8c-c166-4cd6-b557-80329a3ec07b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59065,7 +59065,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -59100,7 +59100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9a7784d-7730-427e-842d-8c526b1757a3", + "id": "289c309a-83bf-4390-acc8-00812b588b57", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59155,7 +59155,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -59196,7 +59196,7 @@ } }, { - "id": "e21a918d-d4ac-436c-b42e-b5eaef359693", + "id": "34c75488-5a1c-4622-b1aa-5cf6262e8fb1", "name": "Notification of Viewed Access Request Recommendations in Bulk", "request": { "name": "Notification of Viewed Access Request Recommendations in Bulk", @@ -59240,7 +59240,7 @@ }, "response": [ { - "id": "4ce0d83a-6f69-4d18-bc19-c6efa86788ea", + "id": "1baa2985-df82-4a7e-905e-844f39e2db98", "name": "Recommendations successfully stored as viewed.", "originalRequest": { "url": { @@ -59298,7 +59298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cef32d4-3a43-4f1c-8523-44b38c5a0303", + "id": "65aceec1-44f0-4190-8e45-11f5c4e13bdc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59356,7 +59356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8843db1d-3713-400b-98db-0db414761355", + "id": "698b0fb1-c47a-4458-80d4-f5991c3b5c35", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59414,7 +59414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af80820d-86e9-49fc-a0f6-f32f9896f05d", + "id": "556666b2-90ac-4e51-a871-5dc8f173468a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59472,7 +59472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8ac519b-58ba-4c34-8ac5-e6144d3c6136", + "id": "1d5aaae3-4439-4d96-bd66-59c002d8f607", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59530,7 +59530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcf76643-7ada-47e2-a49a-5aa2ee42b65c", + "id": "d8885093-710c-46f0-997d-dc1516651a8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59600,7 +59600,7 @@ "description": "", "item": [ { - "id": "46495a55-77b5-4099-84af-92c27c4b32fa", + "id": "13d1fe41-13e8-41b2-a6e8-139fed2d3895", "name": "Get a paginated list of common access", "request": { "name": "Get a paginated list of common access", @@ -59675,7 +59675,7 @@ }, "response": [ { - "id": "e3e5a5b8-5a9b-42a7-ad9e-a4d68c404482", + "id": "587f67e8-1b07-4397-96a0-2f2c2dacbfff", "name": "Succeeded. Returns a list of common access for a customer.", "originalRequest": { "url": { @@ -59759,12 +59759,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"est proident\",\n \"type\": \"ROLE\",\n \"name\": \"labore minim\",\n \"description\": \"minim\",\n \"ownerName\": \"ut\",\n \"ownerId\": \"incididunt in\"\n },\n \"status\": \"dolor cupidatat\",\n \"lastUpdated\": \"1993-08-29T16:54:29.182Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"2023-11-01T03:10:24.570Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"consequat sed laborum\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"Lorem sint sit veniam laboris\",\n \"description\": \"magna minim\",\n \"ownerName\": \"sunt nostrud dol\",\n \"ownerId\": \"Excepteur ullamco veniam irure\"\n },\n \"status\": \"eiusmod\",\n \"lastUpdated\": \"1997-05-31T18:47:02.468Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"2018-03-28T08:12:27.282Z\",\n \"createdByUser\": false\n }\n]", + "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"adipisicing occaecat\",\n \"type\": \"ROLE\",\n \"name\": \"adipisicing ipsum sed in elit\",\n \"description\": \"eu\",\n \"ownerName\": \"sint et culpa Duis\",\n \"ownerId\": \"nostrud dolore aute\"\n },\n \"status\": \"ad deserunt\",\n \"lastUpdated\": \"1999-09-22T17:10:20.672Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"1973-01-16T17:55:11.863Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"labore enim\",\n \"type\": \"ROLE\",\n \"name\": \"tempor commodo dolor\",\n \"description\": \"eu sunt dolore\",\n \"ownerName\": \"in eu ad adipisicing aliquip\",\n \"ownerId\": \"occaecat Ut ad\"\n },\n \"status\": \"magna laborum aliqua dolor\",\n \"lastUpdated\": \"1948-08-06T07:08:33.836Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"1984-12-06T01:51:48.217Z\",\n \"createdByUser\": false\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0952ac3a-8c7f-4a94-a848-9498d3f879b9", + "id": "e1d806c7-a5ae-4a86-a6e4-935322c99173", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59853,7 +59853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a8b2536-39c6-438b-806c-f9e83d68d574", + "id": "b79e8045-a459-4fcd-ae76-002c23cda269", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59942,7 +59942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b810ae8d-1e28-4cee-943d-96b7b622011f", + "id": "1236968d-5dd0-4c29-bd00-7a8082c03619", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60031,7 +60031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e896ae07-235b-47ed-9694-bb19a2c8500c", + "id": "67aad782-42e2-4903-b8ff-f8bf3777423d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60126,7 +60126,7 @@ } }, { - "id": "1249b0bc-53eb-4c70-b93e-6e1646651679", + "id": "e0019134-25ee-4e76-9538-cfed4e41d6a6", "name": "Create common access items", "request": { "name": "Create common access items", @@ -60157,7 +60157,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"in non\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco pariatur\",\n \"description\": \"incididunt sed ut laboris fugiat\",\n \"ownerName\": \"est do\",\n \"ownerId\": \"eiusmod aute\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"Excepteur\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"quis dolore\",\n \"description\": \"Lorem veniam id\",\n \"ownerName\": \"amet ex ut aliqua sit\",\n \"ownerId\": \"amet ea ad sint\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -60168,7 +60168,7 @@ }, "response": [ { - "id": "10d7e2e3-05b7-4918-94e3-863e21968c8c", + "id": "a87b0f4b-79ee-4570-9507-7b2f7076c54c", "name": "Returns details of the common access classification request.", "originalRequest": { "url": { @@ -60202,7 +60202,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"in non\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco pariatur\",\n \"description\": \"incididunt sed ut laboris fugiat\",\n \"ownerName\": \"est do\",\n \"ownerId\": \"eiusmod aute\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"Excepteur\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"quis dolore\",\n \"description\": \"Lorem veniam id\",\n \"ownerName\": \"amet ex ut aliqua sit\",\n \"ownerId\": \"amet ea ad sint\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -60219,12 +60219,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"pariatur dolor tempor\",\n \"access\": {\n \"id\": \"dolor sunt laborum qui\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"Excepteur\",\n \"description\": \"ea irure nisi\",\n \"ownerName\": \"tempor\",\n \"ownerId\": \"officia Excepteur elit ut \"\n },\n \"status\": \"CONFIRMED\",\n \"lastUpdated\": \"eiusmod sit nulla irure ipsum\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"sit minim\",\n \"createdByUser\": \"Excepteur u\"\n}", + "body": "{\n \"id\": \"reprehenderit dolore\",\n \"access\": {\n \"id\": \"enim magn\",\n \"type\": \"ROLE\",\n \"name\": \"cillum proident eiusmod irure nostrud\",\n \"description\": \"laborum enim\",\n \"ownerName\": \"sunt ad amet Ut\",\n \"ownerId\": \"ut sed dolor\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"elit\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"magna qui\",\n \"createdByUser\": \"exercitation\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e045977b-c3d1-4401-94f5-a82132591b23", + "id": "b2ba4299-9403-4e7d-a30a-63d148c2bf53", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60258,7 +60258,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"in non\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco pariatur\",\n \"description\": \"incididunt sed ut laboris fugiat\",\n \"ownerName\": \"est do\",\n \"ownerId\": \"eiusmod aute\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"Excepteur\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"quis dolore\",\n \"description\": \"Lorem veniam id\",\n \"ownerName\": \"amet ex ut aliqua sit\",\n \"ownerId\": \"amet ea ad sint\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -60280,7 +60280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58590727-f401-4b5c-9815-50e1baa5d4ab", + "id": "b7c6e134-9c8b-4028-ad33-215c5af38674", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60314,7 +60314,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"in non\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco pariatur\",\n \"description\": \"incididunt sed ut laboris fugiat\",\n \"ownerName\": \"est do\",\n \"ownerId\": \"eiusmod aute\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"Excepteur\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"quis dolore\",\n \"description\": \"Lorem veniam id\",\n \"ownerName\": \"amet ex ut aliqua sit\",\n \"ownerId\": \"amet ea ad sint\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -60336,7 +60336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e557d33-ed25-41ab-a89d-065abc281ae8", + "id": "5ddfd0e3-86fe-40bc-a88f-9909accae12f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60370,7 +60370,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"in non\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco pariatur\",\n \"description\": \"incididunt sed ut laboris fugiat\",\n \"ownerName\": \"est do\",\n \"ownerId\": \"eiusmod aute\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"Excepteur\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"quis dolore\",\n \"description\": \"Lorem veniam id\",\n \"ownerName\": \"amet ex ut aliqua sit\",\n \"ownerId\": \"amet ea ad sint\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -60392,7 +60392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2cf63c6-48fc-47a4-902b-eddf31aa19ad", + "id": "bf14a8a2-6ea3-44b2-aca0-eb34a8e69e03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60426,7 +60426,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"in non\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco pariatur\",\n \"description\": \"incididunt sed ut laboris fugiat\",\n \"ownerName\": \"est do\",\n \"ownerId\": \"eiusmod aute\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"Excepteur\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"quis dolore\",\n \"description\": \"Lorem veniam id\",\n \"ownerName\": \"amet ex ut aliqua sit\",\n \"ownerId\": \"amet ea ad sint\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -60448,7 +60448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "906710ef-b38c-45e2-99a1-c5a3d8ba5d35", + "id": "76a0f273-e087-48a8-9b20-63af6b6bca6f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60482,7 +60482,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"in non\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco pariatur\",\n \"description\": \"incididunt sed ut laboris fugiat\",\n \"ownerName\": \"est do\",\n \"ownerId\": \"eiusmod aute\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"Excepteur\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"quis dolore\",\n \"description\": \"Lorem veniam id\",\n \"ownerName\": \"amet ex ut aliqua sit\",\n \"ownerId\": \"amet ea ad sint\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -60510,7 +60510,7 @@ } }, { - "id": "3bf8e783-a6ce-4ddc-ac0f-6175d94cd599", + "id": "ca61e770-61c7-4eca-9b3e-6e645c7ecda5", "name": "Bulk update common access status", "request": { "name": "Bulk update common access status", @@ -60542,7 +60542,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:de1d29e2-2806-8b2a-7e8a-91ef7d0bf48d\",\n \"urn:uuid:d360253d-1acd-9564-2c27-697a38b8569b\"\n ],\n \"deniedIds\": [\n \"26acdfe7-605f-0234-2435-c7116e93b037\",\n \"urn:uuid:416cb53d-f54c-6800-ca69-99691e5e62f5\"\n ]\n },\n {\n \"confirmedIds\": [\n \"fb52fb7f-cd5d-c759-fb05-48fb739565cd\",\n \"bc9f4049-658c-df7e-e2e6-b1839c43cc4a\"\n ],\n \"deniedIds\": [\n \"urn:uuid:935e8eb3-5381-f7e3-11e2-dd761d9a8820\",\n \"7427b5b2-d21d-60cd-2d8e-08eb7d510c97\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"aba03927-9277-ad89-39ab-92011200870c\",\n \"urn:uuid:b97c6662-e910-faa1-860f-024ee6cf3841\"\n ],\n \"deniedIds\": [\n \"urn:uuid:74d60284-380f-636e-fa7b-b6102f2f7ee6\",\n \"804838b7-ef67-38d3-c5e1-36b193e291b1\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:262f2672-5b00-ce83-eed9-fdbef6941718\",\n \"48a53d64-80b2-7d8f-bfcb-79ebbcb7e0ce\"\n ],\n \"deniedIds\": [\n \"0706285d-23e4-fd99-6fac-b8ad4741ca10\",\n \"urn:uuid:1da86285-f8d3-6237-49cd-e2592d5022a0\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -60553,7 +60553,7 @@ }, "response": [ { - "id": "9f3789bf-5acd-4708-bf34-a215485bba17", + "id": "f48b3693-7fca-4a56-9824-4f9e66b9197a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -60588,7 +60588,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:de1d29e2-2806-8b2a-7e8a-91ef7d0bf48d\",\n \"urn:uuid:d360253d-1acd-9564-2c27-697a38b8569b\"\n ],\n \"deniedIds\": [\n \"26acdfe7-605f-0234-2435-c7116e93b037\",\n \"urn:uuid:416cb53d-f54c-6800-ca69-99691e5e62f5\"\n ]\n },\n {\n \"confirmedIds\": [\n \"fb52fb7f-cd5d-c759-fb05-48fb739565cd\",\n \"bc9f4049-658c-df7e-e2e6-b1839c43cc4a\"\n ],\n \"deniedIds\": [\n \"urn:uuid:935e8eb3-5381-f7e3-11e2-dd761d9a8820\",\n \"7427b5b2-d21d-60cd-2d8e-08eb7d510c97\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"aba03927-9277-ad89-39ab-92011200870c\",\n \"urn:uuid:b97c6662-e910-faa1-860f-024ee6cf3841\"\n ],\n \"deniedIds\": [\n \"urn:uuid:74d60284-380f-636e-fa7b-b6102f2f7ee6\",\n \"804838b7-ef67-38d3-c5e1-36b193e291b1\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:262f2672-5b00-ce83-eed9-fdbef6941718\",\n \"48a53d64-80b2-7d8f-bfcb-79ebbcb7e0ce\"\n ],\n \"deniedIds\": [\n \"0706285d-23e4-fd99-6fac-b8ad4741ca10\",\n \"urn:uuid:1da86285-f8d3-6237-49cd-e2592d5022a0\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -60610,7 +60610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd532fe8-81eb-4177-bc53-e9e2ff0dac97", + "id": "73b0084f-8a41-496d-af01-f2e78be58e93", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60645,7 +60645,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:de1d29e2-2806-8b2a-7e8a-91ef7d0bf48d\",\n \"urn:uuid:d360253d-1acd-9564-2c27-697a38b8569b\"\n ],\n \"deniedIds\": [\n \"26acdfe7-605f-0234-2435-c7116e93b037\",\n \"urn:uuid:416cb53d-f54c-6800-ca69-99691e5e62f5\"\n ]\n },\n {\n \"confirmedIds\": [\n \"fb52fb7f-cd5d-c759-fb05-48fb739565cd\",\n \"bc9f4049-658c-df7e-e2e6-b1839c43cc4a\"\n ],\n \"deniedIds\": [\n \"urn:uuid:935e8eb3-5381-f7e3-11e2-dd761d9a8820\",\n \"7427b5b2-d21d-60cd-2d8e-08eb7d510c97\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"aba03927-9277-ad89-39ab-92011200870c\",\n \"urn:uuid:b97c6662-e910-faa1-860f-024ee6cf3841\"\n ],\n \"deniedIds\": [\n \"urn:uuid:74d60284-380f-636e-fa7b-b6102f2f7ee6\",\n \"804838b7-ef67-38d3-c5e1-36b193e291b1\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:262f2672-5b00-ce83-eed9-fdbef6941718\",\n \"48a53d64-80b2-7d8f-bfcb-79ebbcb7e0ce\"\n ],\n \"deniedIds\": [\n \"0706285d-23e4-fd99-6fac-b8ad4741ca10\",\n \"urn:uuid:1da86285-f8d3-6237-49cd-e2592d5022a0\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -60667,7 +60667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04b45ebb-fa9a-4124-b37e-dfd0060cdf2c", + "id": "64324fab-fd3a-446a-98dc-a39874ade566", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60702,7 +60702,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:de1d29e2-2806-8b2a-7e8a-91ef7d0bf48d\",\n \"urn:uuid:d360253d-1acd-9564-2c27-697a38b8569b\"\n ],\n \"deniedIds\": [\n \"26acdfe7-605f-0234-2435-c7116e93b037\",\n \"urn:uuid:416cb53d-f54c-6800-ca69-99691e5e62f5\"\n ]\n },\n {\n \"confirmedIds\": [\n \"fb52fb7f-cd5d-c759-fb05-48fb739565cd\",\n \"bc9f4049-658c-df7e-e2e6-b1839c43cc4a\"\n ],\n \"deniedIds\": [\n \"urn:uuid:935e8eb3-5381-f7e3-11e2-dd761d9a8820\",\n \"7427b5b2-d21d-60cd-2d8e-08eb7d510c97\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"aba03927-9277-ad89-39ab-92011200870c\",\n \"urn:uuid:b97c6662-e910-faa1-860f-024ee6cf3841\"\n ],\n \"deniedIds\": [\n \"urn:uuid:74d60284-380f-636e-fa7b-b6102f2f7ee6\",\n \"804838b7-ef67-38d3-c5e1-36b193e291b1\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:262f2672-5b00-ce83-eed9-fdbef6941718\",\n \"48a53d64-80b2-7d8f-bfcb-79ebbcb7e0ce\"\n ],\n \"deniedIds\": [\n \"0706285d-23e4-fd99-6fac-b8ad4741ca10\",\n \"urn:uuid:1da86285-f8d3-6237-49cd-e2592d5022a0\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -60724,7 +60724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e6b5242-d0ec-408a-a3b0-eee05b6700a0", + "id": "0c974894-b444-4330-9b26-389902c802cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60759,7 +60759,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:de1d29e2-2806-8b2a-7e8a-91ef7d0bf48d\",\n \"urn:uuid:d360253d-1acd-9564-2c27-697a38b8569b\"\n ],\n \"deniedIds\": [\n \"26acdfe7-605f-0234-2435-c7116e93b037\",\n \"urn:uuid:416cb53d-f54c-6800-ca69-99691e5e62f5\"\n ]\n },\n {\n \"confirmedIds\": [\n \"fb52fb7f-cd5d-c759-fb05-48fb739565cd\",\n \"bc9f4049-658c-df7e-e2e6-b1839c43cc4a\"\n ],\n \"deniedIds\": [\n \"urn:uuid:935e8eb3-5381-f7e3-11e2-dd761d9a8820\",\n \"7427b5b2-d21d-60cd-2d8e-08eb7d510c97\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"aba03927-9277-ad89-39ab-92011200870c\",\n \"urn:uuid:b97c6662-e910-faa1-860f-024ee6cf3841\"\n ],\n \"deniedIds\": [\n \"urn:uuid:74d60284-380f-636e-fa7b-b6102f2f7ee6\",\n \"804838b7-ef67-38d3-c5e1-36b193e291b1\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:262f2672-5b00-ce83-eed9-fdbef6941718\",\n \"48a53d64-80b2-7d8f-bfcb-79ebbcb7e0ce\"\n ],\n \"deniedIds\": [\n \"0706285d-23e4-fd99-6fac-b8ad4741ca10\",\n \"urn:uuid:1da86285-f8d3-6237-49cd-e2592d5022a0\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -60781,7 +60781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2c787ec-b581-44b4-9a6c-50736aee81d9", + "id": "ddb85c9d-a1a7-4634-b166-64e85049a8a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60816,7 +60816,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:de1d29e2-2806-8b2a-7e8a-91ef7d0bf48d\",\n \"urn:uuid:d360253d-1acd-9564-2c27-697a38b8569b\"\n ],\n \"deniedIds\": [\n \"26acdfe7-605f-0234-2435-c7116e93b037\",\n \"urn:uuid:416cb53d-f54c-6800-ca69-99691e5e62f5\"\n ]\n },\n {\n \"confirmedIds\": [\n \"fb52fb7f-cd5d-c759-fb05-48fb739565cd\",\n \"bc9f4049-658c-df7e-e2e6-b1839c43cc4a\"\n ],\n \"deniedIds\": [\n \"urn:uuid:935e8eb3-5381-f7e3-11e2-dd761d9a8820\",\n \"7427b5b2-d21d-60cd-2d8e-08eb7d510c97\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"aba03927-9277-ad89-39ab-92011200870c\",\n \"urn:uuid:b97c6662-e910-faa1-860f-024ee6cf3841\"\n ],\n \"deniedIds\": [\n \"urn:uuid:74d60284-380f-636e-fa7b-b6102f2f7ee6\",\n \"804838b7-ef67-38d3-c5e1-36b193e291b1\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:262f2672-5b00-ce83-eed9-fdbef6941718\",\n \"48a53d64-80b2-7d8f-bfcb-79ebbcb7e0ce\"\n ],\n \"deniedIds\": [\n \"0706285d-23e4-fd99-6fac-b8ad4741ca10\",\n \"urn:uuid:1da86285-f8d3-6237-49cd-e2592d5022a0\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -60838,7 +60838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab3d4d99-2b70-4c1c-938d-0e5a248d078b", + "id": "66a226d8-6af6-45c5-80cf-1be03f3d9e72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60873,7 +60873,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:de1d29e2-2806-8b2a-7e8a-91ef7d0bf48d\",\n \"urn:uuid:d360253d-1acd-9564-2c27-697a38b8569b\"\n ],\n \"deniedIds\": [\n \"26acdfe7-605f-0234-2435-c7116e93b037\",\n \"urn:uuid:416cb53d-f54c-6800-ca69-99691e5e62f5\"\n ]\n },\n {\n \"confirmedIds\": [\n \"fb52fb7f-cd5d-c759-fb05-48fb739565cd\",\n \"bc9f4049-658c-df7e-e2e6-b1839c43cc4a\"\n ],\n \"deniedIds\": [\n \"urn:uuid:935e8eb3-5381-f7e3-11e2-dd761d9a8820\",\n \"7427b5b2-d21d-60cd-2d8e-08eb7d510c97\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"aba03927-9277-ad89-39ab-92011200870c\",\n \"urn:uuid:b97c6662-e910-faa1-860f-024ee6cf3841\"\n ],\n \"deniedIds\": [\n \"urn:uuid:74d60284-380f-636e-fa7b-b6102f2f7ee6\",\n \"804838b7-ef67-38d3-c5e1-36b193e291b1\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:262f2672-5b00-ce83-eed9-fdbef6941718\",\n \"48a53d64-80b2-7d8f-bfcb-79ebbcb7e0ce\"\n ],\n \"deniedIds\": [\n \"0706285d-23e4-fd99-6fac-b8ad4741ca10\",\n \"urn:uuid:1da86285-f8d3-6237-49cd-e2592d5022a0\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -60907,7 +60907,7 @@ "description": "", "item": [ { - "id": "43f24752-65b7-4ece-b6c3-c1e396e66042", + "id": "401e6225-1957-4ce7-a710-fa6b771976d7", "name": "IAI Identity Outliers Summary", "request": { "name": "IAI Identity Outliers Summary", @@ -60948,7 +60948,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -60982,7 +60982,7 @@ }, "response": [ { - "id": "30aecc61-d907-445e-ba63-1d6265950adf", + "id": "2327baf1-1ad8-4480-a949-bec6f2e424a4", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -61018,7 +61018,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -61072,7 +61072,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "12214364" + "value": "-26458910" } ], "body": "[\n {\n \"type\": \"LOW_SIMILARITY\",\n \"snapshotDate\": \"2021-05-01T18:40:35.772Z\",\n \"totalOutliers\": 50,\n \"totalIdentities\": 5000,\n \"totalIgnored\": 0\n },\n {\n \"type\": \"LOW_SIMILARITY\",\n \"snapshotDate\": \"2021-05-01T18:40:35.772Z\",\n \"totalOutliers\": 50,\n \"totalIdentities\": 5000,\n \"totalIgnored\": 0\n }\n]", @@ -61080,7 +61080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d40e9376-e7e2-4b24-8a70-e4deb81ecf84", + "id": "f63104b7-8457-4c70-b953-f103a378c931", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -61116,7 +61116,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -61169,7 +61169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea82bfa3-251d-4ec5-87ef-cdd9e1480672", + "id": "4433f00c-d895-4761-8e5f-fc16362b712d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61205,7 +61205,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -61258,7 +61258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7265be73-c091-4a41-b550-cfd9a9f9de77", + "id": "4f38cf65-6cea-463c-bf36-8f40bd39d9b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61294,7 +61294,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -61347,7 +61347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dcbdb67-c57d-42ea-8329-57aa842bc996", + "id": "0f76c3c7-c889-49af-b2a1-587b44e5e96b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61383,7 +61383,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -61436,7 +61436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1b01b59-4c26-4487-b1e0-a9efdf4b43bd", + "id": "e5b9f099-87e1-422c-b4a3-c8b8fb6cc5ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61472,7 +61472,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -61525,7 +61525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b49c643d-93dd-4005-9c0e-5049f048a5e4", + "id": "4593021b-8d23-4e9c-9357-fae04f8e2d4a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61561,7 +61561,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -61620,7 +61620,7 @@ } }, { - "id": "3fa90058-7522-42f6-8797-145b2acf193d", + "id": "a5d816fb-1b02-43c9-b917-ae047057a515", "name": "IAI Identity Outliers Latest Summary", "request": { "name": "IAI Identity Outliers Latest Summary", @@ -61644,7 +61644,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -61660,7 +61660,7 @@ }, "response": [ { - "id": "d96305f5-b10a-462e-a02d-b50d524486d5", + "id": "a6cc8ee8-0b97-49ac-8082-ac0f41e79dfb", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -61679,7 +61679,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -61714,7 +61714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e44ef2b-ea95-411f-a297-995ffb541344", + "id": "29f8d085-1ee1-4efd-bcb1-12b45b426292", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -61733,7 +61733,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -61768,7 +61768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f579012-65f1-4120-8af0-700cfef51316", + "id": "e54f8873-8094-4dd1-a385-85ff7eb27ffe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61787,7 +61787,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -61822,7 +61822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6752b94c-6093-4dac-8481-d7b89339bf3e", + "id": "8e0b620d-8fa5-4f3b-b067-5ad65d293ee1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61841,7 +61841,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -61876,7 +61876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7845934-7d59-486a-a1a7-72679d853267", + "id": "f050d181-7583-45a2-b198-3acbde12c63e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61895,7 +61895,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -61930,7 +61930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fe2db54-a211-4bd6-bffd-4283dc8ea600", + "id": "df8acb74-f2f4-449f-ba0a-ec1c688b6807", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61949,7 +61949,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -61984,7 +61984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa12b41-79f6-44bb-bc72-a6b09a6ca7cf", + "id": "4690f054-6dec-4b9b-8be2-c6c125620239", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62003,7 +62003,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -62044,7 +62044,7 @@ } }, { - "id": "f80a3c58-5791-4bcc-88e6-e62a83a11dd4", + "id": "22a8ded4-141c-4d0e-9475-92d078dfe3f0", "name": "IAI Get Identity Outliers", "request": { "name": "IAI Get Identity Outliers", @@ -62128,7 +62128,7 @@ }, "response": [ { - "id": "84bb45bd-a654-496a-9213-de0cb4a4aeee", + "id": "0962379d-51cc-451c-940d-f147997be6e4", "name": "Succeeded. Returns list of objects. Each object contains information about outliers", "originalRequest": { "url": { @@ -62227,7 +62227,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "12214364" + "value": "-26458910" } ], "body": "[\n {\n \"id\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"identityId\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"type\": \"LOW_SIMILARITY\",\n \"firstDetectionDate\": \"2021-05-01T18:40:35.772Z\",\n \"latestDetectionDate\": \"2021-05-03T18:40:35.772Z\",\n \"ignored\": false,\n \"attributes\": {\n \"displayName\": \"John Smith\",\n \"jobTitle\": \"Software Engineer\",\n \"department\": \"Engineering\"\n },\n \"score\": 0.92,\n \"unignoreType\": \"MANUAL\",\n \"unignoreDate\": \"2021-06-01T18:40:35.772Z\",\n \"ignoreDate\": \"2021-06-01T18:40:35.772Z\"\n },\n {\n \"id\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"identityId\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"type\": \"LOW_SIMILARITY\",\n \"firstDetectionDate\": \"2021-05-01T18:40:35.772Z\",\n \"latestDetectionDate\": \"2021-05-03T18:40:35.772Z\",\n \"ignored\": false,\n \"attributes\": {\n \"displayName\": \"John Smith\",\n \"jobTitle\": \"Software Engineer\",\n \"department\": \"Engineering\"\n },\n \"score\": 0.92,\n \"unignoreType\": \"MANUAL\",\n \"unignoreDate\": \"2021-06-01T18:40:35.772Z\",\n \"ignoreDate\": \"2021-06-01T18:40:35.772Z\"\n }\n]", @@ -62235,7 +62235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e7d1d22-c2ca-49ed-85c9-9f0967a53d50", + "id": "3b238c6f-da0d-467a-b18f-b7e54f49cbb6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62333,7 +62333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a5ddacb-8358-46b7-979d-e2e78a8610b2", + "id": "96566a30-20ea-4960-ad58-20419c90f9f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62431,7 +62431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ce40a53-6286-4662-8852-18299c212eb3", + "id": "0080f07e-29f0-4d39-a309-518757e6cf62", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62529,7 +62529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1649302e-d07b-4d93-9d59-732701f196b2", + "id": "fcbcee93-2871-4f34-b119-6950bf4d2aaf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62627,7 +62627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ccb77c3-dccc-42c6-8458-03dc834eb4fb", + "id": "19155355-f66a-489c-a9f4-70881b9614a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62731,7 +62731,7 @@ } }, { - "id": "e1c2536a-eede-4fa3-b210-39419e48dd44", + "id": "af8fbaa1-ff08-4dfa-809c-03f407f837de", "name": "Get identity outlier's contibuting features", "request": { "name": "Get identity outlier's contibuting features", @@ -62819,7 +62819,7 @@ }, "response": [ { - "id": "d347fc4f-135f-4e36-b363-b8115ddc3b15", + "id": "770bfb60-fab1-4d72-9618-1ba2fef8bf70", "name": "Succeeded. Returns list of objects. Each object contains a feature and metadata about that feature", "originalRequest": { "url": { @@ -62911,7 +62911,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "12214364" + "value": "-26458910" }, { "disabled": true, @@ -62920,15 +62920,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], - "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.6158431294541067,\n \"importance\": -0.15,\n \"displayName\": \"Number of entitlements\",\n \"description\": \"The total number of entitlements belonging to an identity\",\n \"translationMessages\": {\n \"displayName\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n },\n \"description\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n }\n },\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.4139450807253069,\n \"importance\": -0.15,\n \"displayName\": \"Number of entitlements\",\n \"description\": \"The total number of entitlements belonging to an identity\",\n \"translationMessages\": {\n \"displayName\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n },\n \"description\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n }\n }\n]", + "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.5447007233049665,\n \"importance\": -0.15,\n \"displayName\": \"Number of entitlements\",\n \"description\": \"The total number of entitlements belonging to an identity\",\n \"translationMessages\": {\n \"displayName\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n },\n \"description\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n }\n },\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.44884911710545117,\n \"importance\": -0.15,\n \"displayName\": \"Number of entitlements\",\n \"description\": \"The total number of entitlements belonging to an identity\",\n \"translationMessages\": {\n \"displayName\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n },\n \"description\": {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "72cf2d58-d451-4048-8cb2-b4b9af8f80bb", + "id": "68a32434-c4bc-4fc7-a818-3587a446f198", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63019,7 +63019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d05553a-9ade-4715-88f4-18dcd908dda7", + "id": "bb2dd7ad-5cb3-42cc-8c93-79ddd2a181b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63110,7 +63110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "079eeea3-ded3-48e0-a706-22046d6d6621", + "id": "18d1121d-7a35-4daf-986d-399ea681318e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63201,7 +63201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aadb113-a517-440a-8bb6-65f8264e916b", + "id": "b1123bec-e081-471b-808f-3ea2cb9bdcdd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -63292,7 +63292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf18bc07-f410-45d3-8170-4fa2fae951f1", + "id": "eec5702f-b09e-480b-a89e-d6a14592ec8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63383,7 +63383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4514ed7-5020-41c2-9131-d4f9e90ad978", + "id": "d85b219d-74f1-49c9-9b08-fb2673644e93", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63480,7 +63480,7 @@ } }, { - "id": "3d39850b-c181-474d-a362-6023da08c7c3", + "id": "ae2326b0-bedf-4fa6-8af8-63040dd0720f", "name": "Gets a list of access items associated with each identity outlier contributing feature", "request": { "name": "Gets a list of access items associated with each identity outlier contributing feature", @@ -63580,7 +63580,7 @@ }, "response": [ { - "id": "3c8766b7-d2b2-419f-95ed-c8bf67e22599", + "id": "e4d4c279-d28e-485f-b0b2-d7458b8e9a3d", "name": "The list of access items.", "originalRequest": { "url": { @@ -63673,7 +63673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "482a215f-91d3-47b0-8601-adf1671ff64a", + "id": "342a65f2-b457-4de9-910a-e04de0102731", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63766,7 +63766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3c90af-b109-43fa-8033-de6c7b6c92c3", + "id": "a9603134-c6ae-4a12-afac-34ee663dd2d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63859,7 +63859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28cc9c75-8cc5-4780-a426-a12944fb1eed", + "id": "d33dc709-8086-4563-b5a5-eedb9ce7fd88", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63952,7 +63952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad0d2d89-b538-4192-979c-faa398fde03c", + "id": "7c818955-b67b-4a3d-9ae3-be2ec7333369", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64045,7 +64045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f82110f0-17c9-43ca-908f-d7446456a397", + "id": "0ff1bd23-7cfe-4efd-9e31-aa76b17be298", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64138,7 +64138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb70b9fc-1a42-407c-b35b-125641ad272d", + "id": "b662bde7-e108-4525-81a6-898a50448ae3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64237,7 +64237,7 @@ } }, { - "id": "ec08b7e2-3704-4f7d-9e4f-31c6ecdf2fac", + "id": "c2d69373-01d9-4c04-bc2e-5d32326a66e2", "name": "IAI Identity Outliers Ignore", "request": { "name": "IAI Identity Outliers Ignore", @@ -64280,7 +64280,7 @@ }, "response": [ { - "id": "f0a13869-25b9-4c4a-8864-2362f4b434d6", + "id": "7dfc2513-88c1-4de0-98d3-019a021357a3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -64327,7 +64327,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3f4daafd-07b5-4960-bc81-8cbce55d809e", + "id": "e39dba84-ec87-4904-b4cd-a74d99edf293", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64384,7 +64384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb04c6ce-75ad-4748-a2a9-88eb8c29e784", + "id": "7bcc50f2-ac7b-42c5-86d5-0bbb825a7020", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64441,7 +64441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb8bd6ec-3335-49e5-87c9-018a0093b853", + "id": "7b181968-5690-440f-ae2c-c18bd9a447fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64498,7 +64498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf9b0824-6bbb-4a7f-a024-2ccdf9162580", + "id": "75913866-fc73-4d7e-869e-74d4ef44791c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64555,7 +64555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a87c2ca-5b01-4242-afd3-3cc1e0a4f8ea", + "id": "dfa72071-0d91-4364-a6b9-ad268de846d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64618,7 +64618,7 @@ } }, { - "id": "1ba0dd83-a917-4fb9-b671-86ab9619028d", + "id": "a16d10e8-e8ed-4c83-895e-fa6e175907f8", "name": "IAI Identity Outliers Unignore", "request": { "name": "IAI Identity Outliers Unignore", @@ -64661,7 +64661,7 @@ }, "response": [ { - "id": "8865666f-6cc9-4741-bc96-4de84cad5f97", + "id": "495adb07-3693-4287-b5ca-b4c133aef00e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -64708,7 +64708,7 @@ "_postman_previewlanguage": "text" }, { - "id": "631086c4-5a4c-4376-8eb3-ab0ca3ac5cbf", + "id": "15bf4753-65f5-4f0f-ae5e-af820e02386e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64765,7 +64765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "221843d8-b38f-4281-bc86-217526cd5aa2", + "id": "f88ffbb7-9559-4c7b-8986-66ef15bb2abe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64822,7 +64822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b26bc77d-113d-4870-afed-1c379929df70", + "id": "51c6e1ca-07e9-4f00-838d-de90205a449c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64879,7 +64879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b30b690-7aee-4bfd-9b36-0ff14d8102a6", + "id": "9b9e7728-d162-49b1-8090-53ddd1cce152", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64936,7 +64936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cb7cf05-a6e2-44be-9e5b-777f6a1b42bc", + "id": "9036a70f-bec5-4673-a614-8437e1d2305b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64999,7 +64999,7 @@ } }, { - "id": "55bc151d-f2c5-4992-8931-2f959ee2b3da", + "id": "e0fa2c4d-fbcf-4142-af82-6e1648cd529d", "name": "IAI Identity Outliers Export", "request": { "name": "IAI Identity Outliers Export", @@ -65023,7 +65023,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -65039,7 +65039,7 @@ }, "response": [ { - "id": "a2ff7df8-8440-4420-97ca-96096467e93b", + "id": "2d85f6e9-7030-4236-beef-6026cc246f36", "name": "Succeeded. Returns zip of 2 CSVs to download. 1 CSV for ignored outliers and 1 for non-ignored outliers", "originalRequest": { "url": { @@ -65058,7 +65058,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -65088,12 +65088,12 @@ "value": "application/zip" } ], - "body": "aliqua pariatur ut aliquip", + "body": "aliqua amet", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "c13d7f43-00ba-42a6-adbf-48e68b9fe89e", + "id": "423d08e8-6da7-4480-a785-feecec66b3fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65112,7 +65112,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -65147,7 +65147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f07b22da-48bb-402c-9a12-5c170eb5652a", + "id": "2b5be396-b7f1-482c-8960-44a209ffd52c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65166,7 +65166,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -65201,7 +65201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9d628a7-7bbc-4f4d-a71f-1de20fd21a0d", + "id": "97e922d9-6628-4d6b-be9d-8a8305cace89", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65220,7 +65220,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -65255,7 +65255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5fdd025-2699-4470-97a7-743d613bce00", + "id": "fcfb30a2-4489-496e-924b-da87ad4f7dae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65274,7 +65274,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -65309,7 +65309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89c781d3-52ca-4315-b838-7af4187cbc19", + "id": "f1700576-7515-4923-a418-4248a74c8a07", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65328,7 +65328,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -65369,7 +65369,7 @@ } }, { - "id": "f2399b3a-96b9-46cc-bb64-66e334c2c914", + "id": "94905c50-56aa-4cd9-bbee-d0bb83faee3b", "name": "Get identity outlier contibuting feature summary", "request": { "name": "Get identity outlier contibuting feature summary", @@ -65410,7 +65410,7 @@ }, "response": [ { - "id": "dcaa32d4-732c-4f2b-9093-a2211f775bce", + "id": "aa088061-78b9-4e13-9644-fd0136ef976f", "name": "Succeeded. Returns selected contributing feature summary for an outlier", "originalRequest": { "url": { @@ -65455,15 +65455,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], - "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"reprehenderit\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"consectetur veniam sit velit\",\n \"valueType\": \"INTEGER\"\n }\n ],\n \"featureDefinition\": \"Identity total number of entitlements\",\n \"featureExplanation\": \"An identity that has too much rare access has a higher change of becoming a security threat due to the unique access they possess\",\n \"peerDisplayName\": \"Mary Jane\",\n \"peerIdentityId\": \"9f9d5d53ad0e48fba7352f6da9f1b8gbg\",\n \"accessItemReference\": {\n \"displayName\": \"All Rare Entitlements\",\n \"searchPlaceholder\": \"Search by name or description\"\n }\n}", + "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"nulla\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"ad sed esse mollit\",\n \"valueType\": \"INTEGER\"\n }\n ],\n \"featureDefinition\": \"Identity total number of entitlements\",\n \"featureExplanation\": \"An identity that has too much rare access has a higher change of becoming a security threat due to the unique access they possess\",\n \"peerDisplayName\": \"Mary Jane\",\n \"peerIdentityId\": \"9f9d5d53ad0e48fba7352f6da9f1b8gbg\",\n \"accessItemReference\": {\n \"displayName\": \"All Rare Entitlements\",\n \"searchPlaceholder\": \"Search by name or description\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "27e4c759-b856-4f93-8011-5584ace9a53d", + "id": "1e386602-dd4d-455f-bf3c-acf6a6d5d29d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65507,7 +65507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9848d27-de4c-4748-adc6-7818d4f9b5b4", + "id": "1a525124-8cf1-43f2-ba60-37aa42f9ce72", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65551,7 +65551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3514251-a22d-4445-8793-c35b331c6337", + "id": "95ea0ec8-d5cd-484a-bc16-70d78e0976c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65595,7 +65595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f93d4483-ea6a-4f54-816f-01a290d1b4bb", + "id": "dc21793e-c8da-4fde-ba4e-3d01167c8676", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65639,7 +65639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da380223-6b9d-41e5-903a-0ccb76a1ea69", + "id": "d2d6b588-32b5-4c22-b877-a0e9176eb19a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65683,7 +65683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5d44e9d-54e7-47cf-8be6-095a05b6b40d", + "id": "93a46970-b8ff-4f4c-b83b-2dbe80e4799b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65739,7 +65739,7 @@ "description": "", "item": [ { - "id": "c34b1393-f1a3-44c0-870a-584c6572365e", + "id": "a4740bd2-8ed8-4792-b98a-35a0236f245c", "name": "Identity Outliers List", "request": { "name": "Identity Outliers List", @@ -65809,7 +65809,7 @@ }, "response": [ { - "id": "79db48a1-f05d-4605-8393-5b3ea1103a82", + "id": "8fec157c-2c56-4def-bbf9-1c18dcdfbee8", "name": "List of identities that are not included in peer groups.", "originalRequest": { "url": { @@ -65877,12 +65877,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"officia in id in\",\n \"type\": \"ipsum fugiat\",\n \"peer_group_id\": \"sed\",\n \"attributes\": {\n \"dolore44\": {}\n }\n },\n {\n \"id\": \"do ut sint\",\n \"type\": \"Excepteur nostru\",\n \"peer_group_id\": \"in ut\",\n \"attributes\": {\n \"pariatur_\": {},\n \"nulla1ad\": {}\n }\n }\n]", + "body": "[\n {\n \"id\": \"ullamco amet incididunt cillum\",\n \"type\": \"veniam\",\n \"peer_group_id\": \"nisi non\",\n \"attributes\": {\n \"quis_3\": {}\n }\n },\n {\n \"id\": \"nisi sit Excepteur\",\n \"type\": \"cillum dolore\",\n \"peer_group_id\": \"esse occaecat ipsum nulla in\",\n \"attributes\": {\n \"sintb1d\": {}\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0727cb3b-c8ba-42dd-bf87-aa2662d6e496", + "id": "65faafeb-7ac8-497b-b129-a22c84c3b3cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65955,7 +65955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c0514a4-3b86-4afc-8a51-c56b7f76ab11", + "id": "2a1cde32-47ce-41ba-a1e5-6d0f5d51c417", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66028,7 +66028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91ad8000-32c9-4d22-820d-028ee59d0148", + "id": "62ef7dfd-8a24-4d0a-a581-ef4218198303", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66101,7 +66101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5ab4725-02c3-4d53-896c-520da77f2a45", + "id": "feb5c470-cebe-4c7e-94ed-e4ef2e163fcc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66174,7 +66174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4620062f-ba82-4634-bc03-d3d8c9f67053", + "id": "cdff560a-9f11-40ca-8c9c-2e0a0fd0cc8e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66259,7 +66259,7 @@ "description": "", "item": [ { - "id": "6a037c38-81be-4185-8966-6d89318a16d1", + "id": "bc3aecb8-9f5f-47c8-8f99-ff2969a7fe1c", "name": "Returns a Recommendation Based on Object", "request": { "name": "Returns a Recommendation Based on Object", @@ -66302,7 +66302,7 @@ }, "response": [ { - "id": "fc2d78c4-208d-4f3b-9365-ceef34a1f163", + "id": "c143fded-8fa0-4eab-bf11-97c346a700d2", "name": "The recommendations for a customer", "originalRequest": { "url": { @@ -66354,12 +66354,12 @@ "value": "application/json" } ], - "body": "{\n \"response\": [\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": 81579780.59327999,\n \"featureWeightedScores\": {\n \"in2\": -8461059.542310372,\n \"aliquip_8\": -50450726.67098909\n },\n \"threshold\": -329207.3131376654,\n \"identityAttributes\": {\n \"proident_41\": {\n \"value\": \"ad dolore in in\"\n },\n \"in_\": {\n \"value\": \"Lorem laboris deserunt \"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n },\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": -15964782.914464548,\n \"featureWeightedScores\": {\n \"aliqua__91\": -61150302.44482269\n },\n \"threshold\": 33249870.193675697,\n \"identityAttributes\": {\n \"do_94\": {\n \"value\": \"deserunt sit minim consectetur\"\n },\n \"mollit_7b\": {\n \"value\": \"reprehenderit dolore\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n }\n ]\n}", + "body": "{\n \"response\": [\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": -32647044.15632437,\n \"featureWeightedScores\": {\n \"dolore_a\": 29990209.040881142,\n \"pariaturbf4\": -58192916.04919745\n },\n \"threshold\": 83174817.3119416,\n \"identityAttributes\": {\n \"aliqua_fd6\": {\n \"value\": \"dolor cillum enim\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n },\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": -48853101.34454332,\n \"featureWeightedScores\": {\n \"doloreb\": -28721095.78837359,\n \"ea_bc\": -15732911.836556658,\n \"nullae1\": 76582376.05180612\n },\n \"threshold\": 74199738.16471526,\n \"identityAttributes\": {\n \"tempor0\": {\n \"value\": \"ut ipsum\"\n },\n \"aliquip_ae\": {\n \"value\": \"voluptate consectetur dolor\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "572ddb7f-200c-46ca-9823-373a2c15b019", + "id": "e4c05ef9-f543-4a26-b17e-cf3fbf06d540", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66416,7 +66416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97dc4fb2-7553-4b38-9a6a-da4597e90750", + "id": "bcd09360-f5b2-40fc-ad84-facf2123e5ab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66473,7 +66473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "956cd5a2-0bb3-4fdf-a7d9-963599790830", + "id": "0dba51fe-b738-4f72-a53d-49fda044987d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66530,7 +66530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac3e3648-23e9-4bc5-86da-3ec9443a5384", + "id": "b3fbd599-f004-4ce1-90b0-f9d7a6072e91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66587,7 +66587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a93a814b-ae4f-4248-ba23-784dedad31df", + "id": "520db9b9-202b-4c22-b054-659efc0bc464", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66650,7 +66650,7 @@ } }, { - "id": "d8c57583-f1f1-4cc5-8944-ab08fcfd3fd6", + "id": "63fad39f-5c48-4e8c-933e-05e8580265ba", "name": "Get certification recommendation config values", "request": { "name": "Get certification recommendation config values", @@ -66680,7 +66680,7 @@ }, "response": [ { - "id": "a0dbe666-95ad-4697-991e-982ebfd47f26", + "id": "35e4da52-e904-4bbc-a064-76e7639e0551", "name": "Cert recommendation configuration attributes", "originalRequest": { "url": { @@ -66724,7 +66724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d528a11f-4aee-44d0-aed6-636a917386a5", + "id": "6d57dfca-32aa-4446-93b3-a88f38821c8e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66768,7 +66768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41bc375a-d27c-4873-ab05-f049fa673cc0", + "id": "d338e9d9-0e51-458f-90fa-d572daae382d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66812,7 +66812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f220c0a0-9294-4c0b-8cc6-9d931f7063d1", + "id": "aec55139-ed1f-49a5-9746-6028c9b56649", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66856,7 +66856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe25bd8d-f7e3-4aeb-b26a-160d2482232e", + "id": "c187421e-e08e-4d35-9f26-8fde77656896", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66906,7 +66906,7 @@ } }, { - "id": "c6614eac-601b-4058-98b0-5dce1241a43f", + "id": "c9f165e9-c732-43a0-b3dd-4a1859e54bbe", "name": "Update certification recommendation config values", "request": { "name": "Update certification recommendation config values", @@ -66949,7 +66949,7 @@ }, "response": [ { - "id": "863c0086-c7d9-49ba-b112-eff2201903c8", + "id": "bee739fc-3d9c-4835-8f31-9bf61f185dc7", "name": "Cert recommendation configuration attributes after update", "originalRequest": { "url": { @@ -67006,7 +67006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63c40f03-baec-41cb-84f7-9267aa423b15", + "id": "d1efeed0-4c91-4c96-8c48-6875f86963b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67063,7 +67063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1901ad9-5156-4793-8d54-c71ee638b609", + "id": "e668b797-3ae0-48a8-bcaa-5a14c508c4c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67120,7 +67120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd379e55-c505-4a53-98e5-43fc70734b78", + "id": "d9afdb55-09c9-4b20-8409-5d54c361f026", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67177,7 +67177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "438bb31c-bbac-4f05-b425-ea1e9ae25428", + "id": "017f5122-2f62-4604-99a5-5ccd9a535878", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67246,7 +67246,7 @@ "description": "", "item": [ { - "id": "5406d97c-3906-4371-9171-5e9aa203fa3b", + "id": "c6e8923f-41d5-405d-8901-d3e7fd53796d", "name": "Create a role mining session", "request": { "name": "Create a role mining session", @@ -67288,7 +67288,7 @@ }, "response": [ { - "id": "dbc0ac2b-1edd-49a3-a922-a694c9a23e8b", + "id": "a1eb03d3-e2d6-43ce-b150-010cc5e3e200", "name": "Submitted a role mining session request", "originalRequest": { "url": { @@ -67344,7 +67344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c65d93f-6b1c-438f-8127-11a030c67e12", + "id": "e4496283-9629-4135-baff-04341f019ff1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67400,7 +67400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5af80e1b-7725-4f72-9d21-5f099e6dfcde", + "id": "a1bceb85-97c5-4975-8059-3a77b0df830e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67456,7 +67456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7ecda14-0e25-43cf-bd23-d69d0021f202", + "id": "0a93207b-3b1b-45bb-b2f1-20d384718e99", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67512,7 +67512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed6170b2-34c2-4274-b7d2-6ac690e3c472", + "id": "5308d681-ae01-4d85-9d29-f8cef862c62d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67568,7 +67568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27198f04-c03b-4d8b-a982-16e5d8d00cde", + "id": "cebb46dc-eb6a-46d9-9644-76b3ae87cc8c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67630,7 +67630,7 @@ } }, { - "id": "3d2ab374-7faf-4b89-a669-7873e0348ec3", + "id": "88b745e1-702f-4060-9f56-e0e0005f573e", "name": "Retrieves all role mining sessions", "request": { "name": "Retrieves all role mining sessions", @@ -67705,7 +67705,7 @@ }, "response": [ { - "id": "1b859704-e483-4d82-86fe-266f85afc460", + "id": "c907380c-5225-42aa-ba33-fdba8b466a6d", "name": "Succeeded. Returns all role mining sessions that match the query parameters.", "originalRequest": { "url": { @@ -67794,7 +67794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad1f8c08-3b7a-49c3-ac23-1c1cc0b76e3b", + "id": "af6e2449-c2a9-4739-bcc6-048b4e36b36f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67883,7 +67883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3038be49-4a67-4234-ab61-9626738a57d1", + "id": "c5774d69-ea64-4a85-9d48-e062ef1b5a5f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67972,7 +67972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a452d01-981f-44c6-9d98-3fc7282dc86b", + "id": "ec24e202-283f-44c3-bd1e-cb5c8eff164c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68061,7 +68061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a3e396f-d053-403c-8aff-20d816e2cbfc", + "id": "c3d6461e-fe4f-4749-960f-a412ef23c609", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68150,7 +68150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28495b97-b7a9-4fd0-aa97-ecd2185c3ef6", + "id": "9c822e46-58f0-4e81-9923-7bb4813446d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68245,7 +68245,7 @@ } }, { - "id": "f21e9894-4220-4809-8747-c37db51ad46c", + "id": "8bdaf6f5-d7c2-4cca-b4db-676d76dbf8e2", "name": "Patch a role mining session", "request": { "name": "Patch a role mining session", @@ -68299,7 +68299,7 @@ }, "response": [ { - "id": "a533e1f0-5afe-41cb-8572-b303c5e64be6", + "id": "e90c14cb-4b3f-49f4-84c6-ab11e459a1bc", "name": "Success", "originalRequest": { "url": { @@ -68356,7 +68356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d615dc5-c2fb-40c2-ad96-5805be39e894", + "id": "194d0a23-6cb3-46f0-9f7e-8c70b4867bf9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68413,7 +68413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23c9acac-402b-4aa8-acb8-ccd28c521b5c", + "id": "f3c7917a-dfe3-47cc-afec-1e95d025bfde", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68470,7 +68470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "719f6f2b-8633-4a7f-8601-b6b2d11ee263", + "id": "92778fd4-4c68-47c6-9ddc-07feea8c40dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68527,7 +68527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d064ba2-63a3-4ae6-9a68-5af15e53c8de", + "id": "3999db78-c22c-4688-8fee-5e641db27b79", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68584,7 +68584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f721e07b-1945-4ae4-a601-1fb9d9db566c", + "id": "e39964d0-b2cb-4d81-b3a2-1356acfd057b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68641,7 +68641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4cdbeef-6477-436c-8ff9-166af752ac4e", + "id": "73f0bbb0-32bc-4c36-9f83-91384bc39a28", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68704,7 +68704,7 @@ } }, { - "id": "927a6eae-5cc9-4a8c-88ac-b87dd3a3a809", + "id": "a05e2aa6-0cbd-4e46-a6cb-2fa8878072ba", "name": "Get a role mining session", "request": { "name": "Get a role mining session", @@ -68745,7 +68745,7 @@ }, "response": [ { - "id": "769ce905-264d-428e-82a5-53f5e05682fe", + "id": "4dd25291-7284-4269-a9d7-d76747f65dcd", "name": "Returns a role mining session", "originalRequest": { "url": { @@ -68789,7 +68789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76e4c513-4b4f-42d7-8887-431f4b226209", + "id": "e3416259-9c70-41e4-810b-68fc01921ac4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68833,7 +68833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bde6a16c-62a2-4fa5-bce8-2e3c8d692796", + "id": "c6a4a71d-344e-4241-bb67-26715b352cdc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68877,7 +68877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac028e38-7462-41d4-8e30-adcb8276c045", + "id": "9dd1c812-04ee-41d5-beaa-6771ffb4f84d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68921,7 +68921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4434edf0-7cb5-47dd-bfa3-55eb3da837b4", + "id": "f2345e1d-5b47-4724-a17f-1fa6b14cf503", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68965,7 +68965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "480ba5ca-17e8-41ca-941d-e0e4a40a3e6f", + "id": "00095d3f-3aae-4ec8-be8c-bd9939995a92", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69009,7 +69009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8011cfe8-9740-4502-8465-cf27a1c7db88", + "id": "3ae30b40-30da-47b7-b68d-323c3521b19c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69059,7 +69059,7 @@ } }, { - "id": "b4769e58-070d-4ed4-ad16-e6085e6e573a", + "id": "53b8af7f-e00b-4f69-8cc8-1f17a943b2b4", "name": "Get role mining session status state", "request": { "name": "Get role mining session status state", @@ -69101,7 +69101,7 @@ }, "response": [ { - "id": "34f09c26-013d-4001-8396-8a420cf6a46f", + "id": "b4afba94-a4c6-48af-b0a8-bb832dd068fc", "name": "Succeeded. Returns session status", "originalRequest": { "url": { @@ -69146,7 +69146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "044cb6f2-9fcf-43ca-8cbc-ef04a6950545", + "id": "4a0cea6b-cab0-46c3-9a72-bff456113858", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69191,7 +69191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06e7028e-d66f-4ce1-a4be-b4d7e20d33bf", + "id": "1eb93de8-6885-496d-87a7-0d6b6876675b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69236,7 +69236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edb848a2-685a-4b5a-9b2d-cfb02addd479", + "id": "d9539d13-f695-4cf9-802c-1046b7283c2e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69281,7 +69281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "031eb472-ca35-4a9a-abed-c9fb5a216a84", + "id": "3baa0ba3-a76b-4e64-89e6-8e58da5f2f39", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69332,7 +69332,7 @@ } }, { - "id": "c62efabd-aa75-4634-8538-eb73caf712e5", + "id": "1a14b126-2eda-40e5-ad9b-6159d2b6b2d8", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -69420,7 +69420,7 @@ }, "response": [ { - "id": "31d119e3-cf63-406c-8094-0a2d6ac0ebb4", + "id": "11d4a899-7dcb-4f9c-baff-634f15f37b5e", "name": "Succeeded. Returns a list of potential role summaries for a role mining session.", "originalRequest": { "url": { @@ -69511,7 +69511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "878d17bf-6856-4e8c-8991-c20fc884b14f", + "id": "bcc0f575-318c-478b-822b-c79c3ba31dbb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69602,7 +69602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "579c0f3c-b173-4321-a1d9-0ebb8a90f7f6", + "id": "107c16e0-ab41-414d-85a4-c19188729878", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69693,7 +69693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b2a8a7-2ec3-4016-9fbd-c9737c80eb7f", + "id": "cfaf2ca2-3206-413c-9ed3-eb5bbe8adbe4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69784,7 +69784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f863cc2-0028-47a7-b876-d5e4ddd1269a", + "id": "76d4ebc7-08f9-4e06-a3b6-a8d49ac7c225", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69875,7 +69875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40310dbb-9fcd-4d11-b08e-fa614457ae2f", + "id": "096b5a4a-a3a7-4841-8c7d-6b1ecc7a26c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69972,7 +69972,7 @@ } }, { - "id": "51b23460-b4cc-4a29-a23d-8272d4338e00", + "id": "bb12021c-ab94-4922-b709-9da7b197768b", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -70025,7 +70025,7 @@ }, "response": [ { - "id": "b11c99ad-1552-44f4-9dcc-a445aa961b61", + "id": "a8cba6b8-6f02-41ff-9cca-e11ef90fd6b3", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -70066,12 +70066,12 @@ "value": "application/json" } ], - "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"ut_33\": \"ut occaecat consequat est\",\n \"exercitation_7\": \"sed\"\n },\n {\n \"anim_a06\": \"quis cillum dolor nostrud\",\n \"nostrud51c\": \"irure laborum sunt Ut\",\n \"labore2\": \"qu\",\n \"do_07\": \"ipsum est\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Ut97d\": \"eiusmod adipisicing nisi\",\n \"labore_f\": \"ad consequat do laboris incidi\"\n },\n {\n \"anim_63\": \"tempor enim in laborum officia\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\"\n}", + "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"minimf6\": \"incididunt sed deserunt nulla\",\n \"sint3e0\": \"ex mollit fugiat Lorem\"\n },\n {\n \"sed952\": \"sed\",\n \"Ut_8be\": \"irure laborum aliquip non exercitation\",\n \"quis_d22\": \"Ut\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"culpa_5b_\": \"ut dolor veniam amet\",\n \"ullamco_6\": \"minim incididunt deserunt\",\n \"ina\": \"commodo q\"\n },\n {\n \"proident_1\": \"nostrud commodo nisi\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dc0dc6bf-3efb-404d-9e27-e60c45544a74", + "id": "d6032452-9c2b-4ecf-bb08-14bdc8a10d96", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70117,7 +70117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d54b1efd-d59a-49bd-8adc-4034a667cf93", + "id": "53cfbe20-8d33-4456-b834-5fae963c959e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70163,7 +70163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7c45e2e-bae4-4e84-a70e-7c9caedff618", + "id": "8b37f8c1-8da8-4913-8952-3e983df53938", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70209,7 +70209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43f19ab0-dc10-44aa-bef4-ddcc76a3f1fc", + "id": "54b7c70b-9adf-464f-9d62-c0e68aa0fa7c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70255,7 +70255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a0a6e44-83f4-400f-8631-876e3c4f8861", + "id": "bc14e673-071c-48d0-a833-d0552fddd93c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70307,7 +70307,7 @@ } }, { - "id": "fe638a4c-cc49-4e58-8afc-9961ac8120c2", + "id": "80194f7c-27da-481d-ac2c-491cbc74d50c", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -70373,7 +70373,7 @@ }, "response": [ { - "id": "1c8f99ef-ef78-494d-8419-50d92084f9cf", + "id": "f9f66c1e-56a4-4067-8aec-8cd807805d9d", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -70432,7 +70432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "033a1933-6150-4a2f-9448-b72ee2377488", + "id": "d541930a-8be8-4a8d-9ffd-17a169d8f54f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70491,7 +70491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a55920a-bb5b-41c6-9066-6df30f6a83ed", + "id": "a65dec53-9449-4ee5-8b07-967668ec8679", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70550,7 +70550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34851fcc-7b0b-47ef-9c02-2757156eae85", + "id": "2964a095-7188-4aef-8378-a38bd501facc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70609,7 +70609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11ed35b0-c438-4869-88f2-528c91fa6ae1", + "id": "1a0ea7db-e0d6-4e58-ae03-0570077ed8aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70668,7 +70668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a81ac3eb-4dbd-45da-a1af-e00ddc6aa41b", + "id": "3308ca99-e766-4d6a-a245-becb135e832a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70727,7 +70727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce1755ba-11be-4f5e-95aa-3d865845ab85", + "id": "221409a8-69e0-44a6-bfde-f2d70ddc49ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70792,7 +70792,7 @@ } }, { - "id": "08c319bc-6ffb-42ad-a82a-716e6e7a808e", + "id": "67345b91-c3ee-4ba1-8fa0-55447acf50af", "name": "Retrieves the applications of a potential role for a role mining session", "request": { "name": "Retrieves the applications of a potential role for a role mining session", @@ -70874,7 +70874,7 @@ }, "response": [ { - "id": "c1655a5c-3538-4919-9a63-1292eadd116d", + "id": "10a4357c-6ec8-4faa-b933-c3a1ea24e8a7", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -70949,7 +70949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4206345f-4add-481e-b155-2edfc1236375", + "id": "abeb002d-43ce-42db-a7d4-bcfed6aedc05", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71024,7 +71024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f34e0ad-74a7-48c6-b143-4d19e39bbf17", + "id": "b75124b4-4d93-47a7-9eb1-a21c86200ded", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71099,7 +71099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd03d4b7-04e3-4bfd-8086-fc514cf72cc5", + "id": "1584ce7a-acfa-4c42-a8b9-e30b9ef85af2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71174,7 +71174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2f178b9-cf1c-4fae-9c7d-ab5bca8a814e", + "id": "15c81331-6a64-4870-a7be-1d70e6b55d2b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71255,7 +71255,7 @@ } }, { - "id": "e58c6b50-bc4e-4f2b-a03a-45b105873616", + "id": "26001aa0-b000-410f-adce-33809c477a90", "name": "Retrieves entitlements for a potential role in a role mining session", "request": { "name": "Retrieves entitlements for a potential role in a role mining session", @@ -71364,7 +71364,7 @@ }, "response": [ { - "id": "2899648b-9e10-4408-926e-b20bb0dd5b68", + "id": "b8822a51-1217-4cb7-9237-055de3fefd14", "name": "Succeeded. Returns a list of entitlements for a potential role.", "originalRequest": { "url": { @@ -71466,7 +71466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92d81aac-f136-4ddf-bd1f-5277663113d3", + "id": "f0bbbd1d-6159-4b54-92e7-2bfc71b93464", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71568,7 +71568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b8f6c31-53f4-435c-bb9b-c5887a397b85", + "id": "57bd9de8-3d5b-4801-8c12-b8b3e61d7d4b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71670,7 +71670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dde94e0-e714-4474-938f-7bc2ee5a4faf", + "id": "0614d43a-a9b0-466c-87eb-50dffe3305fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71772,7 +71772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "006b680d-a4ea-471b-8038-df8f91904f52", + "id": "877bf9b5-0991-4c1c-b9fd-738215af9fc8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71880,7 +71880,7 @@ } }, { - "id": "8b290137-5b8a-4033-9813-3d4bbd81ba4a", + "id": "7895b5c2-ae97-474c-a28a-a2020cdefae6", "name": "Retrieves entitlement popularity distribution for a potential role in a role mining session", "request": { "name": "Retrieves entitlement popularity distribution for a potential role in a role mining session", @@ -71907,7 +71907,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "false" + "value": "true" } ], "variable": [ @@ -71944,7 +71944,7 @@ }, "response": [ { - "id": "ccfa751a-3ac4-4d74-b31c-310de1e70a35", + "id": "c018c7f1-beca-4459-b52f-e2f4ebebd15b", "name": "Succeeded. Returns a map containing entitlement popularity distribution for a potential role.", "originalRequest": { "url": { @@ -71966,7 +71966,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "false" + "value": "true" } ], "variable": [] @@ -71996,12 +71996,12 @@ "value": "application/json" } ], - "body": "{\n \"ullamcoc06\": -66716938,\n \"Loremc8\": 99791527,\n \"Ut__94\": -96810238\n}", + "body": "{\n \"Loremf7a\": -61562446,\n \"ipsum1ea\": -26732886,\n \"eaa\": -6015103\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cfcc4176-c4b2-4814-8a9e-d9642f925716", + "id": "53368bfb-083e-440e-8022-7f6e878931d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72023,7 +72023,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "false" + "value": "true" } ], "variable": [] @@ -72058,7 +72058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "277d32f9-96da-457c-a970-d1df031e994d", + "id": "f9f1036e-c4f7-4443-b0d4-f17d3e141c06", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72080,7 +72080,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "false" + "value": "true" } ], "variable": [] @@ -72115,7 +72115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5819a92c-1e3d-417f-8180-2e5d6dd57df8", + "id": "f5924ab9-d44f-4221-8cb5-642e88fa1aef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72137,7 +72137,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "false" + "value": "true" } ], "variable": [] @@ -72172,7 +72172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b6ea2db-6375-452c-9f83-8615e3ecb25a", + "id": "3fac5dfe-5549-4360-bbb0-c8a3a35c94bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72194,7 +72194,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "false" + "value": "true" } ], "variable": [] @@ -72235,7 +72235,7 @@ } }, { - "id": "a5f3ee01-ba81-4684-95a8-ac8e784df3c6", + "id": "59e2fe55-f3aa-466c-9387-515a8cb50e40", "name": "Edit entitlements for a potential role to exclude some entitlements", "request": { "name": "Edit entitlements for a potential role to exclude some entitlements", @@ -72302,7 +72302,7 @@ }, "response": [ { - "id": "bba89dd2-f826-4d64-a6fa-668fbdbc9ac0", + "id": "75a85a91-9353-4a63-bab0-f63d8478c637", "name": "Adds or removes entitlements from a potential role's entitlement exclusion list.", "originalRequest": { "url": { @@ -72357,12 +72357,12 @@ "value": "application/json" } ], - "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"ut_33\": \"ut occaecat consequat est\",\n \"exercitation_7\": \"sed\"\n },\n {\n \"anim_a06\": \"quis cillum dolor nostrud\",\n \"nostrud51c\": \"irure laborum sunt Ut\",\n \"labore2\": \"qu\",\n \"do_07\": \"ipsum est\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Ut97d\": \"eiusmod adipisicing nisi\",\n \"labore_f\": \"ad consequat do laboris incidi\"\n },\n {\n \"anim_63\": \"tempor enim in laborum officia\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\"\n}", + "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"minimf6\": \"incididunt sed deserunt nulla\",\n \"sint3e0\": \"ex mollit fugiat Lorem\"\n },\n {\n \"sed952\": \"sed\",\n \"Ut_8be\": \"irure laborum aliquip non exercitation\",\n \"quis_d22\": \"Ut\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"culpa_5b_\": \"ut dolor veniam amet\",\n \"ullamco_6\": \"minim incididunt deserunt\",\n \"ina\": \"commodo q\"\n },\n {\n \"proident_1\": \"nostrud commodo nisi\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9c7829a9-378f-4731-8c84-224482119113", + "id": "2458a4cd-8cfc-4178-8bde-9270d8b47256", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72422,7 +72422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "823b0b98-7104-46d1-8945-87f5dbb51dc2", + "id": "9166391a-b7b8-4fce-b82e-a8f112d2c956", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72482,7 +72482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b56e9b1e-0fbd-413c-b6a7-ca8bb93c0add", + "id": "a9dae1f4-2c9a-48ff-8a75-774235224dd4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72542,7 +72542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fe060c8-fb3f-4b72-b7e7-82f611e62582", + "id": "a531c792-4ab7-412b-be6e-7b5551d3fc06", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72608,7 +72608,7 @@ } }, { - "id": "db729b17-ffd8-49be-a0c2-56b21c288d77", + "id": "8a21de4c-74e5-4458-8df8-ebfec6128a00", "name": "Retrieves identities for a potential role in a role mining session", "request": { "name": "Retrieves identities for a potential role in a role mining session", @@ -72644,7 +72644,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -72708,7 +72708,7 @@ }, "response": [ { - "id": "f38a46a0-d846-421e-b861-c4fea8c0dfe4", + "id": "abccff70-84b0-4087-9417-675090cfcbed", "name": "Succeeded. Returns a list of identities for a potential role.", "originalRequest": { "url": { @@ -72739,7 +72739,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -72801,7 +72801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bf81b6d-100f-46c9-b6c4-049770f08652", + "id": "32eb75d5-3f26-4c15-81f6-6a7930710009", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72832,7 +72832,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -72894,7 +72894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ea5d111-b66d-445c-8120-9c07900ceb4c", + "id": "797badd8-2212-48e9-a599-fa914f912d1e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72925,7 +72925,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -72987,7 +72987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "813581b2-60d5-421e-b2c4-d4ba8c6f78f7", + "id": "9456d537-0e26-46b4-8167-e0aa217b177a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73018,7 +73018,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -73080,7 +73080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cf79759-19fe-4f7e-b182-a83359ee1aa8", + "id": "2e6d0d7a-43d8-4372-8899-4241189e13d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73111,7 +73111,7 @@ "type": "text/plain" }, "key": "filters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -73179,7 +73179,7 @@ } }, { - "id": "c829cc30-998f-41b0-9037-37a9145d54fd", + "id": "5a1e83b8-06d8-4b92-9926-41ef6d24d295", "name": "Export (download) details for a potential role in a role mining session", "request": { "name": "Export (download) details for a potential role in a role mining session", @@ -73233,7 +73233,7 @@ }, "response": [ { - "id": "2e0454e9-cc1e-4b89-9b29-5e91b0b0f19a", + "id": "bcd7a4c8-ca4b-4013-b0a4-c84e87ea4e85", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -73275,12 +73275,12 @@ "value": "application/zip" } ], - "body": "aliqua pariatur ut aliquip", + "body": "aliqua amet", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "001bcd1e-9c3a-44e8-bf03-3b84ab3aa750", + "id": "a96ffa18-5da6-4bb5-957e-f7dc997a37f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73327,7 +73327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9a441f2-74d6-43c4-b3f5-b86bd4125df8", + "id": "daf57c31-19c6-407d-9a6f-0177ce7da493", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73374,7 +73374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76e5a4c0-28a1-49b6-a449-708975deebbb", + "id": "72502c66-fe67-4f51-a0d5-d5202f087ab5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73421,7 +73421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8f8e3a3-a8f4-4f8a-82a0-7577d927f3eb", + "id": "d20a9d08-d42e-471e-bd3b-9ef34eecd87a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73474,7 +73474,7 @@ } }, { - "id": "d8490e57-36ac-4dac-89fd-49880fbe255c", + "id": "f557e2a8-efae-4fd3-88cb-40ff951d9b06", "name": "Asynchronously export details for a potential role in a role mining session and upload to S3", "request": { "name": "Asynchronously export details for a potential role in a role mining session and upload to S3", @@ -73541,7 +73541,7 @@ }, "response": [ { - "id": "b03e1def-f505-4029-98a4-70e2743a9903", + "id": "83c5b219-34e9-4691-9735-918eefd5b92b", "name": "Job Submitted. Returns a reportId that can be used to download the zip once complete", "originalRequest": { "url": { @@ -73601,7 +73601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cc828be-6c0b-4758-8719-ebd13790eeb4", + "id": "c4ebb387-defc-4286-ab43-79ea10fe02a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73661,7 +73661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "336a407b-e70e-43c4-8cc1-0173a7889bf3", + "id": "028d7bf9-e4e6-477c-9263-ae6ad25a4f37", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73721,7 +73721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65753379-73d6-4f2f-8457-484aea0d92a4", + "id": "9dfdf8ad-ebff-45b4-a449-cad6b2984be3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73781,7 +73781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "734dd040-623c-47e8-b559-6c5b5ca33f1b", + "id": "369c5a16-35ff-4585-b6f2-c1e0ef34d698", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73847,7 +73847,7 @@ } }, { - "id": "5704430c-b5ba-463f-883c-ecdd19b20ab3", + "id": "cf28989e-525f-4c73-91fe-2f49dc6894f2", "name": "Retrieve status of a potential role export job", "request": { "name": "Retrieve status of a potential role export job", @@ -73912,7 +73912,7 @@ }, "response": [ { - "id": "d0e12106-fd36-4831-a49f-d66e7f08108d", + "id": "497b8c64-2dc9-42b8-ad09-4939c4303199", "name": "Success. Returns the current status of this export", "originalRequest": { "url": { @@ -73960,7 +73960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4bf9a24-89b3-4841-a262-f02d203fbe36", + "id": "0f9f1792-f3d0-4761-9f68-7bd7ccb3e12c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74008,7 +74008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfb0a72f-80dc-43d7-9179-188bdbb85fcb", + "id": "59927cf6-afc7-4847-a20f-681c157819b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74056,7 +74056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dde6058-5af2-4ae4-883d-f7184506e758", + "id": "89988e85-9d3d-45df-8635-4a813c9018b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74104,7 +74104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "303612c8-eef0-4998-91b1-2c87eb13e922", + "id": "e5abb0de-cfb3-4f7d-af40-8acabb4c7354", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74158,7 +74158,7 @@ } }, { - "id": "2f09cd96-374d-4099-851f-0a9bf6554cb3", + "id": "23cddbcb-820b-4e84-a90b-4a8b2477fb22", "name": "Export (download) details for a potential role in a role mining session", "request": { "name": "Export (download) details for a potential role in a role mining session", @@ -74224,7 +74224,7 @@ }, "response": [ { - "id": "b6a7bb0e-5a34-4304-93ae-885809c473b5", + "id": "a00b59e8-cc87-4b5f-a678-e4dcd5f58898", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -74268,12 +74268,12 @@ "value": "application/zip" } ], - "body": "aliqua pariatur ut aliquip", + "body": "aliqua amet", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "a5185ab2-5668-45c4-b181-a912ba1bd5f7", + "id": "755022f1-10db-429c-ab11-10c2b12feb06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74322,7 +74322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34267703-df8c-41fa-8daa-9979d5e2f11c", + "id": "9906da75-308b-483f-8357-816a278d8e04", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74371,7 +74371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c2cb555-c9b6-40e7-b3b2-e9ae96ab63b2", + "id": "8e5b52f3-d66b-48f7-a291-1741b2a1bab8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74420,7 +74420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "547a0b8e-0273-41fd-9cef-c756d970f56c", + "id": "ec93ee6e-ab67-4d9e-a220-6d88f4dd273d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74475,7 +74475,7 @@ } }, { - "id": "f8482aec-c99c-40e6-bb28-590ad3e856e4", + "id": "5a6b3087-8636-44ac-bd04-537bbc78be77", "name": "Create request to provision a potential role into an actual role.", "request": { "name": "Create request to provision a potential role into an actual role.", @@ -74561,7 +74561,7 @@ }, "response": [ { - "id": "f704399a-3c48-4fea-b656-7bc350ee5357", + "id": "01c2f65e-23d9-41a9-94db-b37556c66942", "name": "Accepted. Returns a potential role summary including the status of the provison request", "originalRequest": { "url": { @@ -74640,7 +74640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2233a58-447f-42c1-b1e5-4bb214eedb52", + "id": "38b3796a-96ca-46ea-8691-d393935cc043", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74719,7 +74719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38181cc0-ad29-4466-8874-47dd05f87b80", + "id": "f7158902-7ff7-49e5-a329-7b8d25e3913d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74798,7 +74798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1d9f832-b192-496c-b252-7c7191747285", + "id": "a61f3b45-edcc-413e-9e1f-fea71df9fba3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74877,7 +74877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "344a1f58-c482-4dc6-b07d-3c56590390f4", + "id": "c37e76ad-8d9b-4898-bb58-a536b9a54910", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -74956,7 +74956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19b39192-6f96-4c57-a055-7854f8d08672", + "id": "36e6ab34-b429-4af6-b275-491725e2a02a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75041,7 +75041,7 @@ } }, { - "id": "85b7d34f-659b-4ed9-95d7-68179d8c386a", + "id": "6efe0d0f-713a-4162-b883-ce4741f233ac", "name": "Retrieves excluded entitlements for a potential role in a role mining session", "request": { "name": "Retrieves excluded entitlements for a potential role in a role mining session", @@ -75141,7 +75141,7 @@ }, "response": [ { - "id": "5262427f-ca9b-499d-a069-dfb3cf794085", + "id": "2d3f9ac2-fce5-4600-bcbe-38c61122e0c9", "name": "Succeeded. Returns a list of excluded entitlements for a potential roles.", "originalRequest": { "url": { @@ -75234,7 +75234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "572da2e8-5ba6-454f-998d-ce0b8863270a", + "id": "c807db49-c437-40a7-8ac1-03f9210ba7d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75327,7 +75327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8909c6a5-315f-44d6-b5a0-b1a398bf5dda", + "id": "401774ed-a0ee-43dd-a9a9-7c28e270958d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75420,7 +75420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8921a3aa-95cb-48dc-88a9-9ccd392c4a0c", + "id": "13c224de-815e-434b-a844-ec5720f37f99", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75513,7 +75513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4318770f-9596-41c9-b8bd-4f85374e2a67", + "id": "8eed9d4b-cd48-4379-83c6-cb42eda67ac7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75612,7 +75612,7 @@ } }, { - "id": "e3841f55-e259-41de-ab26-af8a4f183b1b", + "id": "517340f0-f479-4674-9916-45919c061506", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -75687,7 +75687,7 @@ }, "response": [ { - "id": "1f14bdbc-93a8-4fec-a0b8-e0f9195a87a5", + "id": "2612b523-73e4-43cc-9600-7c8aefee0ccc", "name": "Succeeded. Returns all potential role summaries that match the query parameters.", "originalRequest": { "url": { @@ -75776,7 +75776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d41120c-9ab1-4c50-bcb0-59300f3ef3a2", + "id": "518c007c-4bc8-41dd-adf1-6529c6501c7c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75865,7 +75865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeb33823-1ecd-4909-96c0-ac8aeb1c7227", + "id": "f0c8973f-82b7-44bf-b73f-dae20bdc3d0a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75954,7 +75954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03526114-bcbe-4ce0-8dd0-e0de861a3e98", + "id": "5e7fa365-873c-4f4d-830a-36d7d3e3b108", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76043,7 +76043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "587c48b5-037b-481f-9f7a-d512856d96c8", + "id": "4cdbc1a5-22ac-4f9f-9780-de7ddf6ee63d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76132,7 +76132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "899c6e32-f57f-48bb-8af0-b20190d73ad1", + "id": "f47a49ed-d802-49ff-8d3f-72afe8e4f9bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76227,7 +76227,7 @@ } }, { - "id": "db5102d6-8904-47a1-94e1-f0cf47141107", + "id": "3c54383f-8977-479f-86d3-554c2af0d6b2", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -76268,7 +76268,7 @@ }, "response": [ { - "id": "38cea5d9-16e0-4ddc-be50-0f91163bde30", + "id": "d32dcff3-9b9b-4b87-905e-249b660028c6", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -76307,12 +76307,12 @@ "value": "application/json" } ], - "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"ut_33\": \"ut occaecat consequat est\",\n \"exercitation_7\": \"sed\"\n },\n {\n \"anim_a06\": \"quis cillum dolor nostrud\",\n \"nostrud51c\": \"irure laborum sunt Ut\",\n \"labore2\": \"qu\",\n \"do_07\": \"ipsum est\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Ut97d\": \"eiusmod adipisicing nisi\",\n \"labore_f\": \"ad consequat do laboris incidi\"\n },\n {\n \"anim_63\": \"tempor enim in laborum officia\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\"\n}", + "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"minimf6\": \"incididunt sed deserunt nulla\",\n \"sint3e0\": \"ex mollit fugiat Lorem\"\n },\n {\n \"sed952\": \"sed\",\n \"Ut_8be\": \"irure laborum aliquip non exercitation\",\n \"quis_d22\": \"Ut\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"culpa_5b_\": \"ut dolor veniam amet\",\n \"ullamco_6\": \"minim incididunt deserunt\",\n \"ina\": \"commodo q\"\n },\n {\n \"proident_1\": \"nostrud commodo nisi\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "68fdf1ad-5cad-43ca-843d-cec2230502f3", + "id": "e77f6391-2b47-4826-be1f-f3623f97fc03", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76356,7 +76356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80bcaa90-a326-418d-9639-696cff45905c", + "id": "0c5ce4b1-5259-4ef9-8d6a-dc070046743a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76400,7 +76400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c4cf5d7-6849-4a6f-b230-b00ceb435336", + "id": "c89556cc-b6f4-4f3e-8ac8-66ba4deba88a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76444,7 +76444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46ccdd62-7316-4421-8cda-0d64bffa6b8f", + "id": "aa9543b2-f732-4175-bd56-c1b47d718668", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76488,7 +76488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e40f6d7-1ca9-4e04-bd9c-5618d4eee49a", + "id": "7024f946-2e11-42a4-b6be-1ab3594a18b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76538,7 +76538,7 @@ } }, { - "id": "79117adb-8e5f-483c-b258-d5ac30d5ca27", + "id": "d484cf02-6a2c-4698-bea4-4a5f95f6d9b9", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -76602,7 +76602,7 @@ }, "response": [ { - "id": "5f610e97-135a-4c53-aeb1-89e96e8d3575", + "id": "f101c0f8-3864-45a6-9d69-602be6c196a0", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -76659,7 +76659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb0f306c-ee8f-40eb-aa90-d04f1e49f304", + "id": "4c923d15-1c9d-4aed-be83-f6a33e9812e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76716,7 +76716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e14ab2a-a2c0-44b9-84a5-bf76722c8dbe", + "id": "5bee8aa1-3d1c-46e3-bdec-9cbcb5475179", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76773,7 +76773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44783535-14e3-4e71-a8af-ca8f4e0bebed", + "id": "1ffbd14d-8d8e-42c8-be68-cba4e5f992d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76830,7 +76830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfeabb9f-4ce8-4ab7-9a86-341bd4a8760c", + "id": "e23ffa5c-c4b5-46f4-9974-db99d4dc96e6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -76887,7 +76887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ab02c07-fec7-4bc3-a75d-f87a50cb3076", + "id": "c8b7ac15-f5d7-484f-b796-576694714c2e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76944,7 +76944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83dc1ac8-60ea-4117-8986-a6f133af7a16", + "id": "0074cd90-f833-4062-b1c8-2abc1f856725", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77007,7 +77007,7 @@ } }, { - "id": "595ceadc-d1a9-4bf9-9f67-2c18654a7152", + "id": "6af77423-4cc2-463f-a51f-5cb99330ab57", "name": "Retrieves all saved potential roles", "request": { "name": "Retrieves all saved potential roles", @@ -77074,7 +77074,7 @@ }, "response": [ { - "id": "ae5e50a5-2b19-4b15-b594-5808f9e45f54", + "id": "9b5764cf-34f8-4c60-b7ac-70d13b7bb88d", "name": "Succeeded. Returns a list of draft roles for a role mining session.", "originalRequest": { "url": { @@ -77155,7 +77155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e6fcd66-f4bd-4e8b-881e-30d056d751f0", + "id": "57fff957-1fc7-471c-8e4f-a6487b5ac878", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77236,7 +77236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aacfa5ae-7e65-440a-88c2-b8a3d030a51b", + "id": "1041eda7-9abd-4675-83dd-53aa50490671", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77317,7 +77317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a85079e2-82af-4445-b01f-45da021039e8", + "id": "2a42d327-0332-4947-9ca7-e17e97cbe84c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77398,7 +77398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86ac196d-efa6-49d4-b23c-6cfcdf4fbfec", + "id": "50b89dc4-0a3c-4916-8786-f492752ce33c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77479,7 +77479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "febd2769-1a82-4fcf-93a5-81717c585487", + "id": "ee3f8087-a80f-41b2-8c23-d16f9075980c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77566,7 +77566,7 @@ } }, { - "id": "225bfdce-bfae-47a1-be45-36136dd525d1", + "id": "8e0c70c2-1343-49ba-86eb-c0bf7beaf10d", "name": "Retrieves potential role source usage", "request": { "name": "Retrieves potential role source usage", @@ -77657,7 +77657,7 @@ }, "response": [ { - "id": "fd3ed1f0-daaa-4e6d-9b25-25067cf5287e", + "id": "e842d246-9ced-4c08-b686-a0436df54348", "name": "Succeeded. Returns a list of source usage for the identities in a potential role.", "originalRequest": { "url": { @@ -77741,7 +77741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "598ca029-6d47-490d-8b0f-69d1b4178fbe", + "id": "797b5451-a738-4d28-84b5-ccff9be3742f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77825,7 +77825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7767254-e9d3-4946-aa3c-6d2dafd4255e", + "id": "276920be-27cd-4244-a20a-f6a18836ebab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77909,7 +77909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e4b2e9d-e177-4f05-8217-73c4b6bdb156", + "id": "86c0ce66-193f-428f-a4f3-9f10df1edf5c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77993,7 +77993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51a8b096-cde7-4f9c-addc-62fc7ce995b2", + "id": "7b57c207-df81-415b-acec-be9516c137cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78077,7 +78077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb7061c2-93e6-40a6-b3e4-f3a05405543f", + "id": "5bc7147f-85d5-4508-b123-17a8c3d5d95f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78173,7 +78173,7 @@ "description": "Use this API to implement identity functionality.\nWith this functionality in place, administrators can synchronize an identity's attributes with its various source attributes.\n\nIdentityNow uses identities as users' authoritative accounts. Identities can own other accounts, entitlements, and attributes.\n\nAn identity has a variety of attributes, such as an account name, an email address, a job title, and more.\nThese identity attributes can be correlated with different attributes on different sources.\nFor example, the identity John.Smith can own an account in the GitHub source with the account name John-Smith-Org, and IdentityNow knows they are the same person with the same access and attributes.\n\nIn IdentityNow, administrators often set up these synchronizations to get triggered automatically with a change or to run on a schedule.\nTo manually synchronize attributes for an identity, administrators can use the Identities drop-down menu and select Identity List to view the list of identities.\nThey can then select the identity they want to manually synchronize and use the hamburger menu to select 'Synchronize Attributes.'\nDoing so immediately begins the attribute synchronization and analyzes all accounts for the selected identity.\n\nRefer to [Synchronizing Attributes](https://documentation.sailpoint.com/saas/help/provisioning/attr_sync.html) for more information about synchronizing attributes.\n", "item": [ { - "id": "5f974078-26f4-47b4-b4ee-06de1b486e0f", + "id": "e8ba7443-0ca0-4d1c-a9ec-72b51be4fefa", "name": "Attribute synchronization for single identity.", "request": { "name": "Attribute synchronization for single identity.", @@ -78194,7 +78194,7 @@ "variable": [ { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "identityId", "disabled": true, "description": { @@ -78215,7 +78215,7 @@ }, "response": [ { - "id": "46edbdb9-8241-4d8f-9e73-f71c3beac7e6", + "id": "954d4f72-0b8a-4332-80da-55b6567b3e46", "name": "An Identity Sync job", "originalRequest": { "url": { @@ -78260,7 +78260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4de27ad-855b-429a-b824-eaa756e266fc", + "id": "876fa81a-af22-451f-b4a5-d072dc047c19", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78305,7 +78305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36ecb82b-b760-4880-b5a4-6472333f6f67", + "id": "3e0825ea-ff9b-4001-83a2-910e7145b25a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78350,7 +78350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3608be7-3695-420e-b8c5-b5c998ad9d04", + "id": "f211d30f-403a-45bc-9733-1b2aa5c8fb93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78395,7 +78395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5c1a938-1b46-46cb-825a-5104c63fd194", + "id": "8e662b2e-04da-41eb-a103-ab6189013718", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -78440,7 +78440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab0090e-fdc8-4473-bcca-81941a21b565", + "id": "31aef097-9504-43cd-a185-3364442fae06", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78485,7 +78485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b846b168-4bf4-4004-936a-95c267089120", + "id": "4cf44dad-cb6b-4762-bf0f-70bfe453dd7f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78536,7 +78536,7 @@ } }, { - "id": "75f65aed-0ba9-40f5-82c1-00e4cef097fd", + "id": "8c1c3aa6-14d3-4bf3-8acb-0f177b63e74e", "name": "Get ownership details", "request": { "name": "Get ownership details", @@ -78578,7 +78578,7 @@ }, "response": [ { - "id": "2e03691d-af71-483d-b1c8-88cb32db4de6", + "id": "66b7316b-f9bb-4acd-b884-d9b197d2626f", "name": "Ownership association details of an Identity.", "originalRequest": { "url": { @@ -78623,7 +78623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14418b9d-a4e4-4069-8293-c496714d8377", + "id": "04a9892f-ec96-4916-a051-bb9dbf03f594", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78668,7 +78668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "490969a8-e0fb-4e92-bae4-023b5e8afb73", + "id": "474cf690-8375-459f-8be0-d82dc447355a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78713,7 +78713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f65f8ca-9f2f-40f5-b105-f0cdc8f830e4", + "id": "809ac576-c9da-45ff-a56f-8717e6aa53c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78758,7 +78758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a9bce26-847a-436f-a695-5699ce01fb6b", + "id": "eca9e91f-d88e-488b-a686-a6699e309ace", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -78803,7 +78803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68fcb5e4-9d0e-4b52-9b8b-428675946260", + "id": "4b7543f1-bc0e-46dc-b9cf-4fe8be9a8060", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78848,7 +78848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af1976b9-760c-441d-bf39-a67e99829f6f", + "id": "b55d076c-82d3-4c07-ac0a-f2fd53d1df8e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78899,7 +78899,7 @@ } }, { - "id": "6fd8b31c-5d08-45c4-be64-3ed7103e6b36", + "id": "d098c737-60fd-4218-bc1e-450634ad3056", "name": "List Identities", "request": { "name": "List Identities", @@ -78983,7 +78983,7 @@ }, "response": [ { - "id": "11bea5fd-85d3-4662-ab7f-b8447b333a96", + "id": "57e9c04a-a416-4e4c-92e9-2402a66c0c4a", "name": "List of identities.", "originalRequest": { "url": { @@ -79081,7 +79081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76007d6d-c462-416d-8eb6-f96245284187", + "id": "961b464a-2e0a-485a-9e23-82bcde19378e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79179,7 +79179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89e004b0-61bf-4897-a8d3-f5d011b156ed", + "id": "61ce3a65-65a0-4020-b69f-8d9b900c9627", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79277,7 +79277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50c4c869-d4e9-4a9a-bcc0-e15c9a104411", + "id": "9ace6b41-aa45-4562-b432-42d2affa2ed3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79375,7 +79375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89764290-3b8b-40fb-add9-733b43c9f5c0", + "id": "3c93397f-a13b-47e6-8ac1-f06550056e3d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79473,7 +79473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6e88272-eb3d-405f-9a01-bfdbd6b28ecb", + "id": "cdc54257-a497-483d-8e0d-11474b538718", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79577,7 +79577,7 @@ } }, { - "id": "c36f70ed-2d31-445b-8f6b-629e8366339b", + "id": "5ba66c39-2e0e-448d-91d7-a2872893f5ab", "name": "Identity Details", "request": { "name": "Identity Details", @@ -79618,7 +79618,7 @@ }, "response": [ { - "id": "c534d4e1-e1ce-4438-9216-20bc10bcfd23", + "id": "89dc3c47-25a2-4e1b-8e4f-839a6a976ac2", "name": "An identity object", "originalRequest": { "url": { @@ -79662,7 +79662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "953c6eba-da27-41dc-b925-d07482f945cd", + "id": "2cc49f17-cacc-4b4c-b8f5-06c5036a188d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79706,7 +79706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19ccc3d8-e21a-4505-842b-5d4a066fcb10", + "id": "60a5ac96-ff8a-49ab-af66-aa38e5108488", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79750,7 +79750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0185d7f-99d8-4d39-9d5b-78c740e3bda7", + "id": "f986bc6c-d831-4ad9-a58c-d3bc432fb7ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79794,7 +79794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e29e836-3b21-4677-b7cd-203f883df478", + "id": "3bad4353-65dc-4fe4-b50e-bd5ce2b05ca6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79838,7 +79838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50ebbb74-b38e-417b-bab2-db4828f26d7e", + "id": "194c9a76-e6d4-4586-8596-b045a1193acf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79882,7 +79882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0194c0a-dcb0-4d83-a59c-1b40b3a99a5a", + "id": "d26cab4c-f4e0-4745-a7d9-1ae3ae602315", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79932,7 +79932,7 @@ } }, { - "id": "5b0cd677-c1e3-4daa-931f-bc63db9724ce", + "id": "4051d092-9c6d-447c-86bd-429da8a09a6b", "name": "Deletes an identity.", "request": { "name": "Deletes an identity.", @@ -79973,7 +79973,7 @@ }, "response": [ { - "id": "fd664eac-840e-46b9-8a0f-61d491755eda", + "id": "28e34141-5fef-4769-b2b9-84361bae53e5", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -80007,7 +80007,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2a712f09-b82f-41f5-8e81-5903b4decbcc", + "id": "e5370d50-b472-4694-8412-6e104c216b4f", "name": "Client Error - Returned if the request is invalid. It may indicate that the specified identity is marked as protected and cannot be deleted.", "originalRequest": { "url": { @@ -80051,7 +80051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fab38e5c-2f36-441b-a0f7-e8ca97a4de85", + "id": "f8eb6c04-9b3e-4205-ab23-7636ec6904b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80095,7 +80095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97b243ac-bb54-42c4-84a4-ab87e3c52ea5", + "id": "c630bdd4-45e2-453d-b4c0-7cc5468ba734", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80139,7 +80139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0e97e6e-a49a-440d-8d4d-c180cb8f67ed", + "id": "dbc5aa90-7fa3-41d2-a26c-5df6a20cc454", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -80183,7 +80183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d4ce70b-17bc-44bf-90ee-3fe60ab4423c", + "id": "60cf842c-d1dd-4886-a00a-d7f0bfac62f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80227,7 +80227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de9968cd-47b6-4876-9a4a-d1fb3375385f", + "id": "57b90c9b-555d-4c8c-bd30-21600fa4c5f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80277,7 +80277,7 @@ } }, { - "id": "9ac91cb3-d265-473a-a3c6-6c2057e23590", + "id": "34a89be0-bd10-473d-aee5-d6ce775b2d2e", "name": "Process a list of identityIds", "request": { "name": "Process a list of identityIds", @@ -80320,7 +80320,7 @@ }, "response": [ { - "id": "f680b4d9-e0d1-4b09-90d8-7948ea49dedf", + "id": "15e3ba16-74f8-421c-871f-fbbf085d9006", "name": "Object containing the DTO type TASK_RESULT and the job id for the task", "originalRequest": { "url": { @@ -80377,7 +80377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca3e06a0-ad52-4830-89f4-b15a7e9c882f", + "id": "cd03e400-3778-48e1-9bde-2352be7c5603", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80434,7 +80434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e92b6fb0-070b-4042-9e23-93201697db82", + "id": "e8107748-7687-4c72-bd5b-01a038d7977c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80491,7 +80491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3527a108-8256-4862-b9bf-f98f1e98285d", + "id": "81c738d7-0862-4312-a3d9-51d4063a6b91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80548,7 +80548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c655267-8087-42c4-bd4d-6127e10fb79e", + "id": "fcf12abd-f496-4c40-ac49-acbce500fcd8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -80605,7 +80605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c4df7b7-c64f-408f-948c-3b37c94b189a", + "id": "dcb77819-39e1-48a4-87be-1c4ef46f5add", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80662,7 +80662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97a879f3-6c0a-43f3-872a-90a466749fbf", + "id": "26002981-5a7c-4916-8bf5-a2e2dfa9e136", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80725,7 +80725,7 @@ } }, { - "id": "65c2fad3-5cef-4cf2-bb3f-b80d71702157", + "id": "94da4c39-129b-43e6-8d0b-03704e994299", "name": "Get role assignment", "request": { "name": "Get role assignment", @@ -80775,7 +80775,7 @@ }, "response": [ { - "id": "dd232c68-4725-4e61-8494-82a6a86a1620", + "id": "72329bd7-4379-478d-b8dd-c72817019083", "name": "A role assignment object", "originalRequest": { "url": { @@ -80821,7 +80821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c58c24f-318d-4162-b4e3-5e3f4801cf15", + "id": "2652f7a3-e0ae-4c16-8a1f-7d1458cc5b06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80867,7 +80867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca8c3ad-9c92-4069-8460-36a8ce2278f2", + "id": "f7561baf-7e6b-4cff-93f2-4ff01374777a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80913,7 +80913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2d5c9ad-d280-475e-b5a9-2705432f4f9c", + "id": "30bf4b8e-a5cd-4655-9c1c-6632fc97c025", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80959,7 +80959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfd7e5c3-2081-458b-b1b4-604463bdab99", + "id": "2609dfa5-a804-443a-905a-e88f8d805e4f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81005,7 +81005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5c3b04a-69f7-448d-843d-63eab04f8c83", + "id": "0fa31294-5f44-4397-a4ca-6f6e46c4b725", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81051,7 +81051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e12bbad2-ac8f-48d2-9006-0bdd64db5b86", + "id": "b7303e47-3e4c-4447-92d3-0227ed107cf2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81103,7 +81103,7 @@ } }, { - "id": "8c048449-25d2-407f-80b3-81010703f86f", + "id": "29ec3b6d-c76b-4b69-b170-bf7ed168708f", "name": "Get role assignments", "request": { "name": "Get role assignments", @@ -81164,7 +81164,7 @@ }, "response": [ { - "id": "51169a6f-dd04-4cbc-8ebb-a205c7cf3bca", + "id": "5622fc75-fd96-4258-a592-20bc512ca88f", "name": "A role assignment object", "originalRequest": { "url": { @@ -81228,7 +81228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06bf18b7-f4c0-4cf8-be3d-44ee2fbb3463", + "id": "e716f46c-19a7-43db-93cb-6e9098db7258", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81292,7 +81292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b81a072f-e776-4a54-8e12-952e23211fd7", + "id": "21f09d36-412f-4486-a4ba-76ba83459148", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81356,7 +81356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31101eb6-4072-4737-9682-ff5f49784c45", + "id": "d3e503d8-90c0-465f-9757-4885b924e287", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81420,7 +81420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c70f40f4-792d-4b42-874b-24131cc51df0", + "id": "1bb43fa6-f162-48db-ad46-e3d7f0c9cffd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81484,7 +81484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4778de7-9b72-46bc-bcbb-6b666faa36f9", + "id": "9d4c1356-df41-4f7a-a97f-6da498fdc78b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81548,7 +81548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61ec0a7d-d174-4cf6-96db-8822c2baed60", + "id": "89ed6934-99f2-4ffd-8345-f5205accd2d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81624,7 +81624,7 @@ "description": "", "item": [ { - "id": "53296597-6df1-4e70-8fa5-bd410dc7b64d", + "id": "f8c7959d-0372-4c90-bc61-682cbd91e36a", "name": "List Identity Attributes", "request": { "name": "List Identity Attributes", @@ -81690,7 +81690,7 @@ }, "response": [ { - "id": "cf032e32-8004-46a1-9d1f-21f08bac2408", + "id": "98dfb597-952e-4db0-a5d0-fc1f8c53f155", "name": "List of identity attributes", "originalRequest": { "url": { @@ -81770,7 +81770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8658cfa9-6ab0-4e74-8af6-19d36e4108e0", + "id": "c159853a-6cd3-4820-967a-c1875ff1116f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81850,7 +81850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "accbe573-8c34-49d5-9d26-c2904b84bc24", + "id": "61489cbb-fbd7-46de-a9f1-5a2e55603f07", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81930,7 +81930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93887d03-f2df-42d7-bddc-d8dba952928f", + "id": "4fd6800f-fc91-4e78-b756-d409b78e963d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82010,7 +82010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c66c5a5a-bd7a-48e6-ad5d-5ade87a8769a", + "id": "7aab4602-d85f-49b1-a996-a9b92ed0d5f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82090,7 +82090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d79b327-992b-4f4f-addd-c516952447fd", + "id": "cd748212-b866-4deb-b57b-4e4196c4c553", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82176,7 +82176,7 @@ } }, { - "id": "a122bb2d-4784-413c-884c-ddc997ceeab7", + "id": "f5fab9d3-4bcb-4a59-b745-5e49beaf9278", "name": "Create Identity Attribute", "request": { "name": "Create Identity Attribute", @@ -82218,7 +82218,7 @@ }, "response": [ { - "id": "fc59aa38-574f-445a-87b3-067f48e1722b", + "id": "9b47668e-076a-4cb9-a2c5-496b745fe94f", "name": "The identity attribute was created successfully", "originalRequest": { "url": { @@ -82274,7 +82274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf7e71b3-cc16-481d-8d5d-6b4fc3aa3505", + "id": "78d7d934-3a64-48d0-aa47-617522084227", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82330,7 +82330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c18e0575-c98f-4f38-b98c-f06584436db3", + "id": "051aab75-0c37-434c-9ff5-c1a8bb925f82", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82386,7 +82386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45dc80b6-2c50-4607-b38e-82329c87b105", + "id": "960f60ca-2982-404f-96b5-a2f88e1cfecb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82442,7 +82442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02d69039-35d9-4831-82ec-b506271def14", + "id": "1038d4db-4864-42c6-83f9-2b91125934d7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -82498,7 +82498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d994240-fc17-4746-8922-3d49bb112309", + "id": "5545af87-60ad-4f90-ab50-d992fb1dc54b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82554,7 +82554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d1918a4-9737-46f8-b3d4-3ad05e7d47f5", + "id": "b89b77ad-0f1e-46d4-b4a4-bb87575e6132", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82616,7 +82616,7 @@ } }, { - "id": "4f9a63d4-1505-4cd2-b2f5-a2f4b5cfee15", + "id": "3562c066-425a-4273-8619-25de93145c69", "name": "Get Identity Attribute", "request": { "name": "Get Identity Attribute", @@ -82657,7 +82657,7 @@ }, "response": [ { - "id": "bd1b2896-6df7-4335-a90f-07a9e33fa91d", + "id": "fa3c1677-fa50-4892-8986-05d58f82a1f9", "name": "The identity attribute with the given name", "originalRequest": { "url": { @@ -82701,7 +82701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7b6a01f-624d-47f5-938b-d155be326343", + "id": "5ed993d6-f107-4ee3-bb62-24e2c70af2ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82745,7 +82745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "587afebb-d9ba-4e48-9959-2c3f0b87d3d8", + "id": "01505ef1-c8d9-41cb-869e-eb2091ecda82", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82789,7 +82789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a85af659-9091-4b8c-8596-9262e662ba97", + "id": "a210cd83-b1d7-49a4-8d42-9110c0313093", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82833,7 +82833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06d58365-d6cd-4990-b159-bb91822c1db2", + "id": "06e57081-bd9b-4cdf-a208-0036c9306000", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -82877,7 +82877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66816b75-9720-46d9-ad3a-1088d0c7cd5a", + "id": "591123f5-6301-4a92-8ce8-4e06beb5585f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82921,7 +82921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7015b7a6-3092-4730-a1bc-febb15c3f255", + "id": "3e73f295-ce89-4506-9b65-3f4f2795ab2e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82971,7 +82971,7 @@ } }, { - "id": "af7e39d6-56de-4543-831e-c089fbf11604", + "id": "2b640b00-3ff6-49a5-a281-8a69cc1dfbc8", "name": "Update Identity Attribute", "request": { "name": "Update Identity Attribute", @@ -83025,7 +83025,7 @@ }, "response": [ { - "id": "82c09741-ea8f-4052-ac50-9796b6ee5b5b", + "id": "34015a3c-baf0-4a28-8d0c-14fd04baf2ef", "name": "The identity attribute was updated successfully", "originalRequest": { "url": { @@ -83082,7 +83082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caab7c52-37f7-4ec4-9242-9f39d282b5f8", + "id": "98129b4a-ce1a-4f6f-86e1-4eb4e5cb5644", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83139,7 +83139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1895a1ac-5010-4ec9-b570-57770ecdde0d", + "id": "6b5c0528-c355-4a09-8b47-29ef0c946af5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83196,7 +83196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faf98698-a192-4fc5-aa46-4b08a2c09fca", + "id": "14b8b6ca-78a6-4dc2-a020-dcc34913e316", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83253,7 +83253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4793c57-dbc0-442a-a414-835308d769fa", + "id": "236a5f20-e33d-496d-b4f8-6847c81b162b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83310,7 +83310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2c061d7-dd4d-4bce-85bf-760637164b46", + "id": "ea75366e-b710-4d70-b7d8-5396cb5cd756", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83367,7 +83367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c224981f-c7f8-4da8-9a00-057175490279", + "id": "6df60bb3-d61b-4d5c-b265-676a11f85d3a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83430,7 +83430,7 @@ } }, { - "id": "f1fda668-0494-4990-a658-0f2800261bb6", + "id": "685abfd3-9306-4f03-bbb6-6c072de46503", "name": "Delete Identity Attribute", "request": { "name": "Delete Identity Attribute", @@ -83471,7 +83471,7 @@ }, "response": [ { - "id": "e57ab8fc-0ee4-46e2-9ab8-19d4c5db872a", + "id": "ee3cb564-2798-4fd0-886d-87d5fb37d9bb", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -83505,7 +83505,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9621de05-038e-4a4c-8bc2-7e9e5a193e4c", + "id": "ce432792-96cb-4854-9e51-2997882de9dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83549,7 +83549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5b995da-dc86-434d-965e-9171eefa718f", + "id": "f6695020-6c4e-4c13-8d03-5e0c7958badb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83593,7 +83593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17778835-a7f2-4a2e-8be3-23074ba030e1", + "id": "7821c416-9212-4769-8b61-e6b83d993586", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83637,7 +83637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed1f4ea8-df02-48bc-8cfb-12d1f84f32be", + "id": "c0d5dbed-c93b-46bd-9779-d4447e0490af", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83681,7 +83681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f413c10-ffb3-41e7-9324-50d8007d8010", + "id": "8a50e5c7-52b6-4e10-b54d-182a2b5dee92", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83725,7 +83725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7c6b717-79c7-4f80-8090-8e2e255e4866", + "id": "be2f4a9d-ffec-4fbc-8e82-47c76998919e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83775,7 +83775,7 @@ } }, { - "id": "9da34c0d-ead3-4ca9-bf9b-fe8578faef0d", + "id": "7536d162-04d6-4320-b416-490fd636f058", "name": "Bulk delete Identity Attributes", "request": { "name": "Bulk delete Identity Attributes", @@ -83818,7 +83818,7 @@ }, "response": [ { - "id": "d071d98b-8148-48fb-8116-a86e90c8adb8", + "id": "1566689e-b4b4-49f1-ac37-a88087051c75", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -83865,7 +83865,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2af2a5cf-221a-4be6-965e-48b4c91cc535", + "id": "9365e1d0-4300-4714-9b02-88108e7b209d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83922,7 +83922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c81702da-0ded-4288-a43b-258327ca9206", + "id": "fdb012ac-1c7a-4853-9aa0-e7b9bee844ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83979,7 +83979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67174c34-6422-495e-87d5-adf3c19dfe48", + "id": "e465ecef-5dac-451d-8e47-d23d743bea1d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84036,7 +84036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a64c7b1f-59db-43df-927a-cdba9cb06bcc", + "id": "a9bb54bf-8500-4400-ba29-a928749e8a41", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84093,7 +84093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7637f4be-a922-422f-b848-4e2a03133fb5", + "id": "e8d37832-3de5-4c71-b88a-98b505a4015e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84150,7 +84150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c7b8f35-4f2a-4037-aa35-4565669aaa96", + "id": "ad4ad622-7e58-433d-8664-53a95b7ab5e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84219,7 +84219,7 @@ "description": "", "item": [ { - "id": "bfe0588b-a209-42fd-93b9-22a0b0f06fec", + "id": "29c6f819-ed75-4cea-b299-de2eb717af7d", "name": "Lists all the identities", "request": { "name": "Lists all the identities", @@ -84294,7 +84294,7 @@ }, "response": [ { - "id": "afc77504-a5a5-4547-aacb-e52bc05b63f5", + "id": "475aaa71-677a-4300-8d0e-6105d18743e5", "name": "List of identities for the customer.", "originalRequest": { "url": { @@ -84383,7 +84383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8c2d7c0-fdf1-4bf9-8226-10164f3e0560", + "id": "e19c42a9-28de-4c5a-985e-f25fe71114e3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84472,7 +84472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adcc9e58-96af-492b-b612-e6fdf7aa1849", + "id": "d1ecc582-c4e1-47e3-b1d7-61e92032abd1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84561,7 +84561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ed72f34-2cbd-4e94-8fde-57f90387594f", + "id": "58110e7a-3076-4022-9206-7725e932d309", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84650,7 +84650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e1a2fdd-e960-45f2-9161-5a04d739ce67", + "id": "87ce3b7b-df6d-411e-834a-61c07924c100", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84739,7 +84739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f8c2102-c33b-43c0-bf07-2cb1ce5e1abe", + "id": "3c450fda-ee40-44b1-b0fc-7888d10311a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84834,7 +84834,7 @@ } }, { - "id": "9dcaa407-b350-44f5-bd10-58657aed4d47", + "id": "172212af-aef1-4fcf-aec3-efc4dbf040c3", "name": "Get latest snapshot of identity", "request": { "name": "Get latest snapshot of identity", @@ -84875,7 +84875,7 @@ }, "response": [ { - "id": "f16f74fa-046a-426a-a6b6-9790e9e1c5b3", + "id": "b12f2e6c-1f31-4122-b621-5a6d7660125f", "name": "The identity object.", "originalRequest": { "url": { @@ -84919,7 +84919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa234291-53e6-46e0-853b-77cffcde8442", + "id": "823dace7-27a3-413c-bf32-cd7fd5a556ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84963,7 +84963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26f84cfb-4b9c-491d-8fc4-255dad78f4bb", + "id": "8b815d37-e3c9-43c9-8edc-67db03fe1777", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85007,7 +85007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3475434-1e7d-4676-b20c-37c7f51a0791", + "id": "41423706-abe1-4678-9c62-0913a8ecfdfd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85051,7 +85051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61d16475-459a-47de-a5df-f1f4f4325643", + "id": "b124be66-cf47-446d-931b-75a11383cf8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85095,7 +85095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3128226-0c4c-4ab6-af75-805e055d1817", + "id": "71d5c889-f3f5-4dba-ae69-5cfca02f2c6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85145,7 +85145,7 @@ } }, { - "id": "6d24290f-c74f-44be-b801-4bf7f2cef1ba", + "id": "7903cf31-9d07-47cd-ac39-46dbadcd8f07", "name": "Gets a list of access items for the identity filtered by item type", "request": { "name": "Gets a list of access items for the identity filtered by item type", @@ -85197,7 +85197,7 @@ }, "response": [ { - "id": "5d83f277-b250-409e-9c82-b611b0732267", + "id": "9ce040ad-3ceb-47bb-8107-b1fd0b8563c8", "name": "Access Profile", "originalRequest": { "url": { @@ -85252,7 +85252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecbaa312-5c45-4e47-a2fa-20fabd3561b3", + "id": "b8a69979-65ee-4f1e-bcb9-3db245d59314", "name": "Account", "originalRequest": { "url": { @@ -85307,7 +85307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88b92c9a-d630-4420-8bd4-0ded12a62fd0", + "id": "872bb3b7-d98e-4483-a58b-b275d04ee32b", "name": "App", "originalRequest": { "url": { @@ -85362,7 +85362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f4015a8-617f-4181-9a41-99291db8bfe4", + "id": "9f91ebe2-f81b-4871-a314-9b131a8d6eb7", "name": "Entitlement", "originalRequest": { "url": { @@ -85417,7 +85417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c2de305-bd19-457b-b52a-6ee8d1b5cbd1", + "id": "760e3d4d-ae12-4ae6-ad7c-7086f6193ef2", "name": "Role", "originalRequest": { "url": { @@ -85472,7 +85472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aa7c4c6-73d4-4940-aa9e-1582576b4c49", + "id": "142f77dd-0f87-4cb9-9c6b-a551cdea951b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85527,7 +85527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6389d8e-1b93-43e6-84da-e994752b9986", + "id": "5697f4c5-d0ea-4f9a-bf83-c31cd33f3166", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85582,7 +85582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0059cee-0674-49ad-852d-10aee682cb60", + "id": "28e48b88-5696-48e0-b22d-0b5dd0d3f461", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85637,7 +85637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef144e13-e8c6-4bd9-8507-cba4a1addbe4", + "id": "e30d9007-c3d0-4c7a-a461-0f43f5cafc05", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -85692,7 +85692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cae90cd-cb41-419a-ab29-e3e13d7da130", + "id": "4dd336c9-1af0-44dc-9e12-115ff341b636", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85753,7 +85753,7 @@ } }, { - "id": "7830343f-d107-4fd1-b2ac-b71ca89466a0", + "id": "076cf8cf-e8d3-4b14-ad7e-e4ff60425eac", "name": "Lists all the snapshots for the identity", "request": { "name": "Lists all the snapshots for the identity", @@ -85841,7 +85841,7 @@ }, "response": [ { - "id": "c240780a-2c70-47d8-ba2d-01b8a6bbc995", + "id": "ed9dcaf2-d86d-4b00-99f7-5d888b9d31f6", "name": "A list of identity summary for each snapshot.", "originalRequest": { "url": { @@ -85932,7 +85932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63795d42-76a0-4469-8bbf-e38fa6b5d902", + "id": "1be24b55-4800-4116-9b62-33cc06d60544", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86023,7 +86023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b363fb31-e8ad-4833-8529-127f960e6074", + "id": "3f8c666f-cd25-4172-aff2-ddfcc350b1f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86114,7 +86114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b061842-86a3-47f3-9241-42dc0bf62917", + "id": "8946fb6b-f7d6-4858-a5ba-5cc6cdbd8b0e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86205,7 +86205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc18e556-ee13-48f7-bab7-994a15d2c3f1", + "id": "230af7a5-b592-4641-a6d3-bb4b1db59e65", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86296,7 +86296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a69548fa-5df9-48bc-a543-85226265fdc2", + "id": "ec10bbd4-2809-496d-96a3-5bee44ed7ae0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86393,7 +86393,7 @@ } }, { - "id": "98e8cfb0-dacc-4ea6-8d09-a226aeddc38c", + "id": "5e068211-a1e0-41da-8f5d-7e8b51beb0af", "name": "Gets the summary for the event count for a specific identity", "request": { "name": "Gets the summary for the event count for a specific identity", @@ -86490,7 +86490,7 @@ }, "response": [ { - "id": "676e0512-4ad3-40c9-813b-a9d1fb361764", + "id": "8ad46e93-89ea-4461-9bf1-114f8e360f9e", "name": "A summary list of identity changes in date histogram format.", "originalRequest": { "url": { @@ -86590,7 +86590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9cb771e-5a0c-4b02-ba71-c2390b353c40", + "id": "ef5a3f37-4cdd-4c54-b2fd-c0e985aa02cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86690,7 +86690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4f25b5d-a588-4466-ba46-3ea2d155c324", + "id": "77a3adef-a52a-4504-80aa-12dddd88e042", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86790,7 +86790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6a6a8e4-c7b2-4f55-a95f-1aff586e0c7c", + "id": "9e3c9a19-5512-4601-974f-4e65b40fb1e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86890,7 +86890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46c8e4ee-d0f3-4938-853b-f6c3d03f81b1", + "id": "3e675b1a-49b8-4204-9fc3-962ccde3930b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86990,7 +86990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdd566ad-e931-43e2-a349-f80f48a46fee", + "id": "3c56fc2b-cea7-4919-b8de-c61ea094fac1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87096,7 +87096,7 @@ } }, { - "id": "dcc16d4f-19db-4e4e-8c99-2cac2c9e19e5", + "id": "32f8ce11-3297-4e19-af2f-071599b4fc80", "name": "Gets an identity snapshot at a given date", "request": { "name": "Gets an identity snapshot at a given date", @@ -87149,7 +87149,7 @@ }, "response": [ { - "id": "218c6c85-e8b3-4d45-a196-106de67f6342", + "id": "43384a6b-ab78-4a63-b083-f1e4f4fe7c79", "name": "The identity object.", "originalRequest": { "url": { @@ -87195,7 +87195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dbc7397-aa54-4147-9fb6-c99992bc0948", + "id": "8d864ed9-77e4-43db-8ded-59cf5c7ec4c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87241,7 +87241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "073dcb4d-6dd9-41a8-89ae-45ce1e5617c1", + "id": "5e7ce38a-002a-4005-b3b4-581a380c2b61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87287,7 +87287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5263208-a1f3-4ac4-bc2a-bf9f79750562", + "id": "e66e84df-6e83-492d-9707-5defbba969ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87333,7 +87333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9674cedb-a2a8-4b96-b625-a19ec12f1f15", + "id": "3248bd75-f08f-4b2c-b7a7-32759a56802c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87379,7 +87379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590dd1f2-98bc-4659-9379-1ab71cea8422", + "id": "8fedbf55-1e5c-4ea4-9a8b-34d5ee5eb9af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87431,7 +87431,7 @@ } }, { - "id": "0242e2ad-ae33-4a24-97f0-610c9dfdb978", + "id": "c24961f1-02ef-4d2d-b13b-a7028a18f049", "name": "Gets the list of identity access items at a given date filterd by item type", "request": { "name": "Gets the list of identity access items at a given date filterd by item type", @@ -87495,7 +87495,7 @@ }, "response": [ { - "id": "ad17b641-9bbf-4dba-98ab-1ab156492cc1", + "id": "b84794a9-52f2-492d-87f5-29d101f74a44", "name": "Access Item AccessProfile Response", "originalRequest": { "url": { @@ -87552,7 +87552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cac98e0c-92bf-40d7-b818-0653939a32b3", + "id": "e684e56e-d569-4bc1-8f6d-cca79424340c", "name": "Access Item Account Response", "originalRequest": { "url": { @@ -87609,7 +87609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74a4e83c-a30f-458e-bcde-24aeda63bf0c", + "id": "d0c5307a-9607-4b9b-8cbd-26ebdf6ced80", "name": "Access Item App Response", "originalRequest": { "url": { @@ -87666,7 +87666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7621a00e-6d14-4850-9a04-7e53385ec48d", + "id": "fb849b9c-1995-409c-8e41-96b626097a46", "name": "Access Item Entitlement Response", "originalRequest": { "url": { @@ -87723,7 +87723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a825b04-b670-4816-98e0-cd823b4d3085", + "id": "e4ac87aa-fe92-4ef1-9b9e-d1b7b53189fe", "name": "Access Item Role Response", "originalRequest": { "url": { @@ -87780,7 +87780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bcdfdc9-4176-47d9-8dbd-5f9deab75b41", + "id": "1e56b4dd-c41f-48fe-8cef-c7cd2c206435", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87837,7 +87837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84d02bd8-8d54-4a0b-a360-bdccf5abc1aa", + "id": "cf5488d1-9253-4e17-a853-f7edf918581b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87894,7 +87894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4f9aa17-8a46-4e77-92bb-878ce56e0cea", + "id": "e4121d6e-6925-4f8a-9b23-91b3322f2e08", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87951,7 +87951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6657b06-37f3-408a-a6f1-8877712f84af", + "id": "ebbc25dd-899d-42e6-965f-e7831c33fb6a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -88008,7 +88008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43b15e04-79fa-494b-bd6c-a4fe9279d63a", + "id": "d795606d-a6a1-4d7b-801a-259754aa56f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88071,7 +88071,7 @@ } }, { - "id": "9f65f064-9989-4766-8355-29cb444b08d7", + "id": "13f8d730-e59e-437d-95ee-2948904b46a5", "name": "Lists all events for the given identity", "request": { "name": "Lists all events for the given identity", @@ -88186,7 +88186,7 @@ }, "response": [ { - "id": "9c595e86-0cae-4a09-964f-96244cd66aea", + "id": "7c155c8f-2aa6-4184-80a5-043eb8922715", "name": "AccessItemAssociated", "originalRequest": { "url": { @@ -88286,7 +88286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d29250ac-3ed7-4c5c-b6b2-c5c4f90dc2c0", + "id": "c17e3ad2-8aba-4379-a405-2cc882e4cb95", "name": "AccessItemRemoved", "originalRequest": { "url": { @@ -88386,7 +88386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93335f92-634b-46d4-a67e-90dc960ef080", + "id": "4925fa3e-3cbb-4043-b6c8-2a039acdd905", "name": "AttributesChanged", "originalRequest": { "url": { @@ -88486,7 +88486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef607997-0a52-4091-a25b-875dc3bcfbbd", + "id": "8dca7c53-b810-4734-9d76-195c442c36d8", "name": "AccessRequested", "originalRequest": { "url": { @@ -88586,7 +88586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f10cc568-a693-4c7a-87d2-4504a2d458f2", + "id": "3c2da927-fac8-47dd-a1d6-873d08cb95d3", "name": "IdentityCertified", "originalRequest": { "url": { @@ -88686,7 +88686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3ded712-e330-4c8e-8a06-33d9f6751bbd", + "id": "0fd7683f-46fd-4e4d-8c0a-d649118a9465", "name": "AccountStatusChanged", "originalRequest": { "url": { @@ -88786,7 +88786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae4f74a6-da42-47a3-8050-8399a3c990ce", + "id": "437934cb-a1c8-44dc-91ec-e4339bc45296", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88886,7 +88886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d3ad58c-e585-4b30-ac5e-ffd631d5bca2", + "id": "f6ef5cf2-55d2-45f7-9409-467278b6be7f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88986,7 +88986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f387c07-21e2-4033-9acb-8e0449d564f2", + "id": "30587619-efc8-4306-affc-6c38e7511fa7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89086,7 +89086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "859d7d30-f96b-48d7-b218-5702fec36877", + "id": "0580a150-f7ff-4596-b9d0-0f9d8ba266ad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89186,7 +89186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31014ae8-c228-4c47-a9f2-5797d3fd09c5", + "id": "79a3e17b-307e-4146-a2f6-50e1241a7f16", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89286,7 +89286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9883bd38-114b-48ee-91f3-f88cf15db575", + "id": "dd05427d-0411-4287-92bb-d6492bdcf546", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89392,7 +89392,7 @@ } }, { - "id": "ab1a39dc-d4b0-4ef0-8cbc-340d538f7586", + "id": "a902a3b7-3ecf-4a45-aede-9b5fd1344bc9", "name": "Gets the start date of the identity", "request": { "name": "Gets the start date of the identity", @@ -89434,7 +89434,7 @@ }, "response": [ { - "id": "74574f1a-4cd3-4e45-8e48-91e3f9eeae83", + "id": "a95cf4e9-14b7-46d2-9886-2f1b389ecf83", "name": "The start date of the identity", "originalRequest": { "url": { @@ -89479,7 +89479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8723b9ed-7694-451c-bbae-99e5ecabbacf", + "id": "dfa1f020-94fd-47a7-8663-fd0ef374cecd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89524,7 +89524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0c30f19-2436-4841-aacd-1c76a832e01d", + "id": "f5d5ef3d-d9c1-47bf-9231-401081fe5aea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89569,7 +89569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe4dc536-740d-422a-a1a5-52ff7143563d", + "id": "38d846a3-5f31-48c3-a65f-3adb33bb155c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89614,7 +89614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f51976e-86bf-4210-9181-c0887776e430", + "id": "082da329-ad88-4d2a-ad23-a2df5ec2db47", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89659,7 +89659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e167570-a034-4b61-8093-76ce9cb77318", + "id": "91e2bd70-9bd4-4f83-9276-ec63fddf7ebf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89710,7 +89710,7 @@ } }, { - "id": "19f38229-9116-435d-9316-aec4b060482c", + "id": "116e4c77-2c31-437f-9193-05387c80a18f", "name": "Gets a difference of count for each access item types for the given identity between 2 snapshots", "request": { "name": "Gets a difference of count for each access item types for the given identity between 2 snapshots", @@ -89753,7 +89753,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "commodo adipisicing" + "value": "laboris anim sint" }, { "disabled": true, @@ -89762,7 +89762,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "magna voluptate minim" + "value": "irure ea ut" }, { "disabled": true, @@ -89816,7 +89816,7 @@ }, "response": [ { - "id": "7d3bd7cf-8a4b-40fc-85b1-b6e4211e918f", + "id": "eac537dc-9ed1-4cb1-b7d1-bf60d0c07b7a", "name": "A IdentityCompare object with difference details for each access item type", "originalRequest": { "url": { @@ -89854,7 +89854,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "magna voluptate minim" + "value": "irure ea ut" }, { "disabled": true, @@ -89916,7 +89916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baa0bcc7-d1a3-4051-ac6f-22a5e9b5d882", + "id": "1c59daea-8e2c-4638-946c-df5aa65516f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89954,7 +89954,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "magna voluptate minim" + "value": "irure ea ut" }, { "disabled": true, @@ -90016,7 +90016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6c07323-f928-47d9-b41a-d8140ed9fd72", + "id": "6c66c08b-cc3c-42cd-832a-9da1c7f39d58", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90054,7 +90054,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "magna voluptate minim" + "value": "irure ea ut" }, { "disabled": true, @@ -90116,7 +90116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d278e417-c719-4b6c-ada6-d94236317d3c", + "id": "39174546-3666-4c2c-a230-cc31c1ce8a12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90154,7 +90154,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "magna voluptate minim" + "value": "irure ea ut" }, { "disabled": true, @@ -90216,7 +90216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a31952c9-831d-4255-81d5-81625605c963", + "id": "bce53260-bbfd-4434-beef-30133ca42510", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90254,7 +90254,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "magna voluptate minim" + "value": "irure ea ut" }, { "disabled": true, @@ -90316,7 +90316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72397756-76c7-4236-8f42-20d285eda3c8", + "id": "0d8de323-254b-4fd5-89e2-c20ff5e91113", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90354,7 +90354,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "magna voluptate minim" + "value": "irure ea ut" }, { "disabled": true, @@ -90422,7 +90422,7 @@ } }, { - "id": "b0040d69-cee2-4048-872e-45ae79977923", + "id": "2cd293cb-d8ea-4375-bc58-6cce07afad8f", "name": "Gets a list of differences of specific accessType for the given identity between 2 snapshots", "request": { "name": "Gets a list of differences of specific accessType for the given identity between 2 snapshots", @@ -90534,7 +90534,7 @@ }, "response": [ { - "id": "31d765c9-859d-4378-908c-e93d759ac853", + "id": "162d647f-bde2-4c30-88cd-074c6ce2e16d", "name": "A list of events for the identity", "originalRequest": { "url": { @@ -90635,7 +90635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "524c86c8-c402-4825-9b24-2fc2f9290cc4", + "id": "7d1245e6-8289-4db1-bf28-4a1f867b82e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90736,7 +90736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edba9dab-cc04-4d37-b8e5-2c08ce6c01f5", + "id": "6c00b494-3e90-4e22-a207-3b50a4611906", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90837,7 +90837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa8c2fea-e0ef-403d-820c-485c82194651", + "id": "a3129b82-5cf0-4c42-bcf5-a076d418b1f4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90938,7 +90938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e0e2eab-8303-4242-b9fb-4ed088a79a0d", + "id": "f569b94a-a4a1-455e-9e7c-4fe765470d0e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91039,7 +91039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71f4780b-9e1a-4610-859e-94997e5d528e", + "id": "84800c65-4d88-41f2-b5c7-0d52cc072c2c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91152,7 +91152,7 @@ "description": "Use this API to implement and customize identity profile functionality.\nWith this functionality in place, administrators can manage identity profiles and configure them for use by identities throughout IdentityNow.\n\nIdentity profiles represent the configurations that can be applied to identities as a way of granting them a set of security and access, as well as defining the mappings between their identity attributes and their source attributes.\nThis allows administrators to save time by applying identity profiles to any number of similar identities rather than configuring each one individually.\n\nIn IdentityNow, administrators can use the Identities drop-down menu and select Identity Profiles to view the list of identity profiles.\nThis list shows some details about each identity profile, along with its status. They can select an identity profile to view and modify its settings, its mappings between identity attributes and correlating source account attributes, and its provisioning settings.\nAdministrators can also use this page to create new identity profiles or delete existing ones.\n\nRefer to [Creating Identity Profiles](https://documentation.sailpoint.com/saas/help/setup/identity_profiles.html) for more information about identity profiles.\n", "item": [ { - "id": "98d1825b-9b0b-4500-bc9d-64388c66ec47", + "id": "8a146756-395a-4c70-99c1-f487a6ed4782", "name": "Identity Profiles list", "request": { "name": "Identity Profiles list", @@ -91227,7 +91227,7 @@ }, "response": [ { - "id": "347f4c42-594a-48a1-9eed-87d89214d1b7", + "id": "6b21d6d1-a848-42f3-aa7f-f03c72160b80", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -91311,12 +91311,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"1f1a08d9-6c10-1d4a-89d6-bd9378a00072\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n },\n {\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:5f807cb0-d2ee-0852-cffd-a2e53dd57998\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n }\n]", + "body": "[\n {\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:02471f74-c46e-8e8f-70d4-184d3935114f\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n },\n {\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:003c34e7-d9bd-55ac-24f0-1b5e5ee94ba5\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "091a12dc-8199-47fa-afe6-dc5cf3470fd4", + "id": "b85b19f0-3c12-47ed-8b86-1ec20aca2e74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91405,7 +91405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c66bd98-b4b8-4b62-870c-332c8593ea9e", + "id": "78ba3d4a-9490-4839-a1a8-ec4dd2649e94", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91494,7 +91494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03c9f802-d1de-47a5-9c9a-0a0000ddc7d4", + "id": "12b317a0-a40b-4133-a36a-050d18e935cf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91583,7 +91583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5b559e8-e7c4-4322-aea8-e2c2cfc5fef2", + "id": "15936ffc-58c1-4304-99f2-112606b5a625", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91672,7 +91672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "485e10b4-e30e-4ca5-938f-48d5f6234b30", + "id": "d4080506-520b-482e-aaa7-3593c22c208a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91767,7 +91767,7 @@ } }, { - "id": "2809a6da-76d6-4236-819b-7263eae926f7", + "id": "4837ceeb-15d4-4f05-a68d-6054a3bc96be", "name": "Create an Identity Profile", "request": { "name": "Create an Identity Profile", @@ -91798,7 +91798,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f2f6e556-44fb-9298-343c-fe8664050468\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:fa7c615f-58f0-0e84-38b6-771ff8dfe719\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -91809,7 +91809,7 @@ }, "response": [ { - "id": "44569e4f-4213-4920-a7a0-becfe2c11126", + "id": "b81e1a2b-1536-4795-800e-ffc9cdd1f2f8", "name": "The created Identity Profile", "originalRequest": { "url": { @@ -91843,7 +91843,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f2f6e556-44fb-9298-343c-fe8664050468\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:fa7c615f-58f0-0e84-38b6-771ff8dfe719\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -91860,12 +91860,12 @@ "value": "application/json" } ], - "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f2f6e556-44fb-9298-343c-fe8664050468\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:fa7c615f-58f0-0e84-38b6-771ff8dfe719\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e875999e-f3ae-49cf-a0f8-798c1f8f91ba", + "id": "3d6cc3ca-4469-4f8c-887f-3b338a0ec57e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91899,7 +91899,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f2f6e556-44fb-9298-343c-fe8664050468\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:fa7c615f-58f0-0e84-38b6-771ff8dfe719\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -91921,7 +91921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "608843a2-e69d-4a1a-baa1-d377b29b7bdd", + "id": "72bdd451-5956-4172-9bc4-bbe56bf862bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91955,7 +91955,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f2f6e556-44fb-9298-343c-fe8664050468\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:fa7c615f-58f0-0e84-38b6-771ff8dfe719\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -91977,7 +91977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14b5a21c-8599-4809-8e14-e2e5f013e234", + "id": "c938f765-75f8-43c8-8a6a-16faca4395e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92011,7 +92011,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f2f6e556-44fb-9298-343c-fe8664050468\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:fa7c615f-58f0-0e84-38b6-771ff8dfe719\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -92033,7 +92033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e68dd4cd-5390-41fe-b847-1e61b018b573", + "id": "cbff87e8-6ca5-4dc6-99f1-6bdaa98257ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92067,7 +92067,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f2f6e556-44fb-9298-343c-fe8664050468\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:fa7c615f-58f0-0e84-38b6-771ff8dfe719\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -92089,7 +92089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58875b04-a5a0-4d63-ae72-75ddb2c1d094", + "id": "53d81fdc-f42b-4cd6-9a19-3979502f50d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92123,7 +92123,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f2f6e556-44fb-9298-343c-fe8664050468\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:fa7c615f-58f0-0e84-38b6-771ff8dfe719\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -92151,7 +92151,7 @@ } }, { - "id": "26801ad8-f2f4-40d7-b94c-04fd30b8ba1b", + "id": "40615a6f-1bca-4a13-b0f2-2e1e90966ad5", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -92194,7 +92194,7 @@ }, "response": [ { - "id": "210df43e-6f76-4020-8134-fc26e2fa3489", + "id": "3d49896a-f3ea-4b1b-8706-759344b1a35c", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -92246,12 +92246,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"2019-01-31T14:46:46.223Z\",\n \"launched\": \"1962-04-16T04:07:34.188Z\",\n \"completionStatus\": \"Success\"\n}", + "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"2015-03-30T19:28:53.570Z\",\n \"launched\": \"1984-12-26T08:01:57.773Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6f2ac98a-fdcf-41c5-901d-b95f5af143e1", + "id": "3b9c83cb-d5be-42b1-b844-9370897b198a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92308,7 +92308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb64e483-1d95-4d53-a169-ba8272c9ecec", + "id": "c69896aa-90cc-415d-ac9a-668c97635f86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92365,7 +92365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb1b775a-983c-4338-906d-9253369735a9", + "id": "36e5d1f7-7ce7-4cf4-8712-7738269ef436", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92422,7 +92422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bc22e9a-f13b-4bf5-82e2-c16198f00cc7", + "id": "1ea364ff-0bf5-486a-a6e3-d4de500b3bbb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92479,7 +92479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9557fda5-15fb-4fbe-9770-371b02e19202", + "id": "6bd90005-8d58-4f14-9438-2f3383a070ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92542,7 +92542,7 @@ } }, { - "id": "386e568d-ea8e-41ea-89ff-bc282e18e72f", + "id": "09721432-b878-415b-aec5-bf13f05dc8ea", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -92618,7 +92618,7 @@ }, "response": [ { - "id": "4f13eae5-d1ef-418a-aa48-47b78fd011ac", + "id": "1add0f40-d915-440a-ba22-fc12976b515e", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -92708,7 +92708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad2f6097-bbd9-4ab2-afa6-232d6323bb48", + "id": "346d3138-c28d-4d8c-b0d9-44ba19e7895b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92798,7 +92798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "752a09da-03e3-437a-9328-506844bce9f5", + "id": "134c6b8d-d50b-4d42-b6c5-e77fa17e4a2f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92888,7 +92888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2354346-99f2-4e10-8ef8-b6fcf264d7e9", + "id": "c936257c-4443-4271-92c7-5945a9c3d930", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92978,7 +92978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57f861ba-87fc-4365-bd45-49671f781cd0", + "id": "b5a351eb-4373-4883-95df-a7d31f5a610d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93068,7 +93068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19388f50-6af5-428b-977f-81af1e328e56", + "id": "f3be88f0-ca2b-4288-972a-a0844594c7fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93158,7 +93158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eb7e526-ab74-4b98-8966-30285d606841", + "id": "24230adb-931a-4670-8f42-315dd4554107", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93254,7 +93254,7 @@ } }, { - "id": "41006bb9-c676-493c-b9ea-e3d120888385", + "id": "990b3f9e-bc70-4a8b-b1a9-808f74b5e254", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -93297,7 +93297,7 @@ }, "response": [ { - "id": "c59a4868-faa6-4299-a308-4107aa91b808", + "id": "60a4f1e1-767f-4d54-8c31-acbd27e52171", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -93349,12 +93349,12 @@ "value": "application/json" } ], - "body": "{\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"aliqua1\": {},\n \"esse1\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"Duis8\": {},\n \"ut1\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"magna94c\": {},\n \"qui_b2f\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"eu9\": {},\n \"eta7\": {},\n \"cupidatat_cb\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"laboree1\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"dolor_4\": {},\n \"quis_3e\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n}", + "body": "{\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"culpa28\": {},\n \"non_af8\": {},\n \"ad_5b9\": {},\n \"est_e\": {},\n \"in7\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"laborum_bc5\": {},\n \"elit4\": {},\n \"laboreb2\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"tempor_aa1\": {},\n \"ullamco_2\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"Duis6b6\": {},\n \"cillum_d51\": {},\n \"ine0b\": {},\n \"Lorem_5ce\": {},\n \"dolore_9de\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"nostrud5\": {},\n \"ex_f1\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"laboris_4\": {},\n \"dolore_1c\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8c116dc9-8e0b-4b66-9f0a-0477f1084e52", + "id": "9d09d6f2-5efe-4051-8f1f-01251bdaeb6f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93411,7 +93411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdb5f053-1e82-433c-8601-a8ac3ac656a1", + "id": "f68c7a34-97aa-4333-9af4-77a9b3bdf1bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93468,7 +93468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1797b78c-a29a-443d-a8b1-b0b7e0abbab5", + "id": "4a168263-9807-4a05-8f85-b12767568dc4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93525,7 +93525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80464697-5c69-4fba-97f8-37a5fce467eb", + "id": "331d5407-af11-4d52-8536-dd1ddcf101a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93582,7 +93582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7428572-d1fb-4f06-ad1b-2be0848b45ea", + "id": "550a4b3d-687e-42c7-bec3-146a06a9062e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93645,7 +93645,7 @@ } }, { - "id": "6acbc5ae-64ef-47fa-92dc-b129aecf1097", + "id": "64121f22-a2de-47f0-ba88-3899771c7f1c", "name": "Generate Identity Profile Preview", "request": { "name": "Generate Identity Profile Preview", @@ -93677,7 +93677,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"28c6d6b5-e2c5-826e-5cf0-4cdc8f204e13\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d27e7139-1dc3-97a6-a76f-daf8215e2b7e\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -93688,7 +93688,7 @@ }, "response": [ { - "id": "20a3a756-0ade-4f77-8804-7f0b323ff2d2", + "id": "3130ae39-682b-455b-996a-d9f0206a0cfa", "name": "Object representing the preview object with all of the identity attributes using the current mappings.", "originalRequest": { "url": { @@ -93723,7 +93723,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"28c6d6b5-e2c5-826e-5cf0-4cdc8f204e13\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d27e7139-1dc3-97a6-a76f-daf8215e2b7e\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -93745,7 +93745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eadad40b-cb2e-4db5-9ecb-7c99e64999ae", + "id": "4f8da8f1-5611-4946-9c3f-f1dcb717992f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93780,7 +93780,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"28c6d6b5-e2c5-826e-5cf0-4cdc8f204e13\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d27e7139-1dc3-97a6-a76f-daf8215e2b7e\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -93802,7 +93802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da9365d4-f422-4cc7-982e-fb9c054cc489", + "id": "b39901a3-c915-4c31-bc81-8155fe410c05", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93837,7 +93837,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"28c6d6b5-e2c5-826e-5cf0-4cdc8f204e13\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d27e7139-1dc3-97a6-a76f-daf8215e2b7e\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -93859,7 +93859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60eb35c3-7a9b-46fb-93f3-9dadd6e57549", + "id": "1646ebad-0292-48ca-a8e5-aa8ea9f148fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93894,7 +93894,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"28c6d6b5-e2c5-826e-5cf0-4cdc8f204e13\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d27e7139-1dc3-97a6-a76f-daf8215e2b7e\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -93916,7 +93916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55505991-633b-4a7a-8593-beda82564c03", + "id": "dd5febf1-a8aa-47b4-8eab-a7afbaa3db55", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93951,7 +93951,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"28c6d6b5-e2c5-826e-5cf0-4cdc8f204e13\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d27e7139-1dc3-97a6-a76f-daf8215e2b7e\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -93973,7 +93973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04d5ea75-d35a-4353-bfd0-5a11596bff64", + "id": "88b7f0dc-786c-41c6-b372-e2ba895be383", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94008,7 +94008,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"28c6d6b5-e2c5-826e-5cf0-4cdc8f204e13\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", + "raw": "{\n \"identityId\": \"d27e7139-1dc3-97a6-a76f-daf8215e2b7e\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -94036,7 +94036,7 @@ } }, { - "id": "176f19be-b0d4-4186-ab73-d4463751cb88", + "id": "faf4eed2-96a2-45b1-b2f4-018647086ebf", "name": "Gets a single Identity Profile", "request": { "name": "Gets a single Identity Profile", @@ -94077,7 +94077,7 @@ }, "response": [ { - "id": "35f5fb86-d906-4d98-aaa6-b18bca4838a1", + "id": "d499f96b-0cc4-45cd-b5be-91b0b224bca7", "name": "An Identity Profile object", "originalRequest": { "url": { @@ -94116,12 +94116,12 @@ "value": "application/json" } ], - "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f2f6e556-44fb-9298-343c-fe8664050468\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:fa7c615f-58f0-0e84-38b6-771ff8dfe719\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4db0d1bb-a318-441f-8aa2-97be742b4e0a", + "id": "e9f961b9-264e-411b-9b2a-e9f70342ff64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94165,7 +94165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "148f4d7e-aaa3-499c-99fb-7823551a4756", + "id": "33765b2a-c735-488d-9df2-aea5a91d48e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94209,7 +94209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6809655e-95ba-4a12-a41f-06ba2eb18061", + "id": "817fe925-3b62-4718-95f7-a1516da943dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94253,7 +94253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b1ae270-7c90-4d2e-ae88-b40a4b521508", + "id": "fa13285b-c654-4152-9e30-0788af805d05", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94297,7 +94297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d52b9651-5001-466b-a957-3ff8095928b5", + "id": "f74f6a71-0a10-4d50-ba30-27a47468d686", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94341,7 +94341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a02cc991-b1db-4930-a8e2-7c65811b6d6d", + "id": "4ab3d95e-3a41-4fe3-9970-a6011c70835e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94391,7 +94391,7 @@ } }, { - "id": "b0287d1e-29f3-4f93-b98e-43b72dda15b4", + "id": "1c1b1262-4ded-4236-aa23-25830324bb73", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -94432,7 +94432,7 @@ }, "response": [ { - "id": "ca24482e-2eda-4b82-888e-71c60737d8bc", + "id": "dd310ed0-d49c-4e0c-a0da-52b6faaae1af", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -94471,12 +94471,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"2003-02-17T12:26:13.381Z\",\n \"launched\": \"2002-07-13T03:59:06.442Z\",\n \"completionStatus\": \"Success\"\n}", + "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"1962-04-15T08:21:40.695Z\",\n \"launched\": \"2023-06-02T09:42:37.210Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "009fb1ce-0e12-4516-98af-291a8417e419", + "id": "c677f52e-2d48-4f80-a7a1-8c58d602b517", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94520,7 +94520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "597fda42-bbfb-42a6-b0c5-9487c1938f69", + "id": "8be39cd7-8c93-4f08-bed4-c7238807bb85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94564,7 +94564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7469e269-98a4-4eab-9cfa-d00e2b52c9f1", + "id": "282b753a-7e9d-41ca-982a-a9b1f927abe5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94608,7 +94608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd1586a9-7c22-4105-adf7-3b86d07d4599", + "id": "dc3fb683-8e0b-46a5-af62-3837c46ecca9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94652,7 +94652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec0721ef-a9b2-4239-a04d-dd7335d2c36d", + "id": "3d624c83-8d46-4824-b825-7878ea61bbd5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94696,7 +94696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ab9291-d639-4c44-bdcc-70bb6a79b125", + "id": "d6f8de10-160d-420e-80b3-a0b3b5496819", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94746,7 +94746,7 @@ } }, { - "id": "9264a7b8-310e-4b2f-9f63-7a28d4aadb03", + "id": "5d3eaa18-26e8-4073-a948-e77d0b1a6b49", "name": "Update the Identity Profile", "request": { "name": "Update the Identity Profile", @@ -94800,7 +94800,7 @@ }, "response": [ { - "id": "976e3810-d098-4d5f-b952-c11971ff3da5", + "id": "ba54debb-0e9c-4c3a-9bac-04fe5e3ec3e3", "name": "The updated Identity Profile.", "originalRequest": { "url": { @@ -94852,12 +94852,12 @@ "value": "application/json" } ], - "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f2f6e556-44fb-9298-343c-fe8664050468\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:fa7c615f-58f0-0e84-38b6-771ff8dfe719\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b3138897-29aa-46a5-a99c-5e664fadfef1", + "id": "4992cb55-6e21-49c7-864a-c745a3c524b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94914,7 +94914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "288b30a6-69bf-4e1d-9c15-bcf0d2c25c2f", + "id": "78c9e989-39eb-4108-b744-81ac15ca3a39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94971,7 +94971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c5ccac3-4288-489c-8902-2fe921eb0fd1", + "id": "ad79f300-331d-4581-b6a3-938190299d19", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95028,7 +95028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acadcd56-2c64-49db-87cf-e053e5ef11ba", + "id": "c4038b32-ecf2-4903-90b1-c791a9aa0f8b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95085,7 +95085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a2fa69b-24d5-485e-b163-f1b41334ede3", + "id": "0cf88b4e-0027-43dd-ab02-79781d3b99e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95142,7 +95142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fc1d834-80f5-4a90-983f-6b570227bca7", + "id": "e99e006f-1d1b-4afb-b33f-19fbc933ae59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95205,7 +95205,7 @@ } }, { - "id": "a02847a9-96f0-490e-9083-d1a0207e00e4", + "id": "9c0a765c-806c-477f-aa4e-e0aa750690e1", "name": "Default identity attribute config", "request": { "name": "Default identity attribute config", @@ -95247,7 +95247,7 @@ }, "response": [ { - "id": "78685dd2-0c98-4b91-8bc2-0dec49eab184", + "id": "294b6cd8-a7cc-45a8-bce0-a02ab868c742", "name": "An Identity Attribute Config object", "originalRequest": { "url": { @@ -95292,7 +95292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9880467-2002-4b96-9c81-2bd6e823dce3", + "id": "bae0c63e-41a1-4cf7-83ed-3a27549e7d94", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95337,7 +95337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8c51f8e-e19d-437f-aa63-2444404a7076", + "id": "1ed799ac-94b2-4b3b-b046-e9d825b4d3f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95382,7 +95382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02d3d7be-a8d8-40a3-82fe-9703570ab669", + "id": "a5ec7470-2ec6-4e65-b265-920991c8a7f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95427,7 +95427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "475d7a67-f835-450a-a6c9-508a0b8be567", + "id": "ce86eb1e-dd04-405d-8572-e060534bcce7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95472,7 +95472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d49745e-81f6-45e8-b0fc-9b75aea36cd6", + "id": "cc37704b-7523-438c-b291-c73c64ed8f13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95517,7 +95517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a525898a-0b19-4131-9475-82ca2d5170bc", + "id": "be1b9f8e-0387-4e9c-890a-08bcfc0e9baa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95568,7 +95568,7 @@ } }, { - "id": "db107f6e-5011-4126-8232-bcec3debfcce", + "id": "b282d003-33ca-4f7f-82ba-cef094ba6f7d", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -95610,7 +95610,7 @@ }, "response": [ { - "id": "f17d0bbc-9db9-418b-8d46-497dece24665", + "id": "82529099-481a-493e-9b77-4a3599c146f2", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -95655,7 +95655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4658a08d-69be-403f-933e-453167c6bee6", + "id": "479640f2-91c6-43f9-8c5e-ad8f2192f196", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95700,7 +95700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b3a6a73-0db0-458e-9fae-ece5d93365a7", + "id": "946fb848-8713-4756-9376-68f5b6346085", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95745,7 +95745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a27163d0-5659-4aac-976e-a2e34ef4a8a0", + "id": "3152ff11-5e83-4b4b-8787-d464d28281be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95790,7 +95790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ed30632-cbb4-4f81-b524-7e44f6a9f73c", + "id": "22cf738a-2cd7-482a-a5a7-55d1cf38db9e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95835,7 +95835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfe2fcbd-eabd-4e20-850a-8a8ce4ab0f9b", + "id": "22916582-e342-42e1-85dd-6e97fe85af4b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95880,7 +95880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89eafbc4-2331-4060-95b1-381ca1841910", + "id": "dab6c0cf-5d0a-4471-95fc-084b0b574a50", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95937,7 +95937,7 @@ "description": "Use this API to implement and customize lifecycle state functionality.\nWith this functionality in place, administrators can view and configure custom lifecycle states for use across their organizations, which is key to controlling which users have access, when they have access, and the access they have.\n\nA lifecycle state describes a user's status in a company. For example, two lifecycle states come by default with IdentityNow: 'Active' and 'Inactive.'\nWhen an active employee takes an extended leave of absence from a company, his or her lifecycle state may change to 'Inactive,' for security purposes.\nThe inactive employee would lose access to all the applications, sources, and sensitive data during the leave of absence, but when the employee returns and becomes active again, all that access would be restored.\nThis saves administrators the time that would otherwise be spent provisioning the employee's access to each individual tool, reviewing the employee's certification history, etc.\n\nAdministrators must define the criteria for being in each lifecycle state, and they must define how IdentityNow manages users' access to apps and sources for each lifecycle state.\n\nIn IdentityNow, administrators can manage lifecycle states by going to Admin > Identities > Identity Profile, selecting the identity profile whose lifecycle states they want to manage, selecting the 'Provisioning' tab, and using the left panel to select the lifecycle state they want to modify.\n\nIn the 'Provisioning' tab, administrators can make the following access changes to an identity profile's lifecycle state:\n\n- Enable/disable the lifecycle state for the identity profile.\n\n- Enable/disable source accounts for the identity profile's lifecycle state.\n\n- Add existing access profiles to grant to the identity profiles in that lifecycle state.\n\n- Create a new access profile to grant to the identity profile in that lifecycle state.\n\nAccess profiles granted in a previous lifecycle state are automatically revoked when the identity moves to a new lifecycle state.\nTo maintain access across multiple lifecycle states, administrators must grant the access profiles in each lifecycle state.\nFor example, if an administrator wants users with the 'HR Employee' identity profile to maintain their building access in both the 'Active' and 'Leave of Absence' lifecycle states, the administrator must grant the access profile for that building access to both lifecycle states.\n\nDuring scheduled refreshes, IdentityNow evaluates lifecycle states to determine whether their assigned identities have the access defined in the lifecycle states' access profiles.\nIf the identities are missing access, IdentityNow provisions that access.\n\nAdministrators can also use the 'Provisioning' tab to configure email notifications for IdentityNow to send whenever an identity with that identity profile has a lifecycle state change.\nRefer to [Configuring Lifecycle State Notifications](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#configuring-lifecycle-state-notifications) for more information on how to do so.\n\nAn identity's lifecycle state can have four different statuses: the lifecycle state's status can be 'Active,' it can be 'Not Set,' it can be 'Not Valid,' or it 'Does Not Match Technical Name Case.'\nRefer to [Moving Identities into Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#moving-identities-into-lifecycle-states) for more information about these different lifecycle state statuses.\n\nRefer to [Setting Up Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html) for more information about lifecycle states.\n", "item": [ { - "id": "bbdd440c-3863-490a-ae57-cfb6bde94ec2", + "id": "00b3add4-1159-43be-bde7-f73904aed787", "name": "Lifecycle State", "request": { "name": "Lifecycle State", @@ -95959,7 +95959,7 @@ "variable": [ { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "identity-profile-id", "disabled": true, "description": { @@ -95969,7 +95969,7 @@ }, { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "lifecycle-state-id", "disabled": true, "description": { @@ -95990,7 +95990,7 @@ }, "response": [ { - "id": "21bfd22c-801e-4ce0-8a82-074c18c98fce", + "id": "1eddaed6-77e3-4936-a6bf-8bbc1a4d05ff", "name": "lifecycle-state", "originalRequest": { "url": { @@ -96036,7 +96036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93b5e217-66ea-47c1-9bd2-09dc09190c77", + "id": "c22e9826-4ba4-41bd-8f99-41e63c9f0520", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96082,7 +96082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b11955b1-ed6e-41fd-926c-40d9cdcee815", + "id": "ca2d21ee-b99f-49ab-b280-1bd280932fe2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96128,7 +96128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9753e57-c05b-4f46-a4ae-4634fcbaaa46", + "id": "5f2215a6-7de7-4889-af2a-93529ffe0a0c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96174,7 +96174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c59c38d6-d1f2-4700-a780-c9432fa2f57b", + "id": "8bb76175-9023-4b27-b4ed-03fa5b669935", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96220,7 +96220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e66b900-c1b6-4659-91c0-c9bad8572eb0", + "id": "0dc0d727-7b29-4d6d-a34d-c15456998094", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96272,7 +96272,7 @@ } }, { - "id": "af0088cf-cc76-4983-8b0d-5f56df5c7c83", + "id": "fac4cdf1-d723-4bfe-aa73-be69a580fe60", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -96294,7 +96294,7 @@ "variable": [ { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "identity-profile-id", "disabled": true, "description": { @@ -96304,7 +96304,7 @@ }, { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "lifecycle-state-id", "disabled": true, "description": { @@ -96338,7 +96338,7 @@ }, "response": [ { - "id": "9c0b1e86-a6f5-4c7b-916f-1e977852ba14", + "id": "cdb9ee52-9a16-431e-a684-450d94b60be7", "name": "Updated lifecycle-state.", "originalRequest": { "url": { @@ -96397,7 +96397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab36b562-2de6-4d46-bd67-9cb59f9d664a", + "id": "a60c045a-ddbc-4200-9dbf-e3d7828846de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96456,7 +96456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9077ff26-8ee8-47b5-a917-2fbbe94f0b35", + "id": "0ca47d46-f194-4db2-8260-b3afdae3286e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96515,7 +96515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcde17dd-c32e-4264-b5b4-641a286186cd", + "id": "dd679b1b-3069-4910-bae1-6e8677776d1a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96574,7 +96574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96894963-5e3d-4a47-8e96-4abae0c8d48a", + "id": "969c1a4b-2058-42b4-9023-63b3e1badc31", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96633,7 +96633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b677b865-fb57-4bd0-a10a-76b6469f3ee1", + "id": "e6ac7d7d-8546-4e39-bc20-a80db47a698b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96704,7 +96704,7 @@ "description": "Read and write operations for managing client data and statuses", "item": [ { - "id": "0d0475c4-ad9c-4381-a1d4-ca4fb0a3364b", + "id": "111847b2-86a1-4271-8aba-93205e14253a", "name": "Specified Managed Client Status.", "request": { "name": "Specified Managed Client Status.", @@ -96756,7 +96756,7 @@ }, "response": [ { - "id": "d88170b6-6669-4479-b296-3bee4569e631", + "id": "715c997d-8e80-46fb-b8a9-5ab60907032e", "name": "Responds with Managed Client Status having the given ID and Type.", "originalRequest": { "url": { @@ -96806,12 +96806,12 @@ "value": "application/json" } ], - "body": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "body": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "31ffc3f5-ef99-4331-840a-760b030e8063", + "id": "ce356b0e-ca39-41e2-a555-e1a79a69c2d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96866,7 +96866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc1a6f1b-f9b5-4686-9b32-8bf8ba29f228", + "id": "d2456479-f5a0-4913-824e-d02903d17dbc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96921,7 +96921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b71908aa-98fd-40a8-86ea-1068716c56a9", + "id": "789f1e16-f200-48af-9c79-dda34ca6b48c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96976,7 +96976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f67310a2-9dea-4ad6-b81c-1ca8b0016bbc", + "id": "cae42e94-3254-4ebd-945c-899874b7f847", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97031,7 +97031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20e7cc49-a568-4830-85a5-15f2012f628d", + "id": "a3e689d7-e08b-4cf6-91b7-304cc0a583da", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97086,7 +97086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a371c39-8aa9-4425-9c41-c1f2c71d89ef", + "id": "39a9e141-a8ab-4930-adbb-cd083088e801", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97147,7 +97147,7 @@ } }, { - "id": "47d65258-4ca5-4561-9f28-1e528e16bd62", + "id": "5439ee85-e3f0-4134-8444-abe3bd673026", "name": "Handle status request from client", "request": { "name": "Handle status request from client", @@ -97191,7 +97191,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -97202,7 +97202,7 @@ }, "response": [ { - "id": "6a6a7340-9924-44da-9eaf-aa7a24c095a9", + "id": "0f7c96a7-ee8b-4879-b45c-88402356a6ae", "name": "Responds with the updated Managed Client Status.", "originalRequest": { "url": { @@ -97238,7 +97238,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -97255,12 +97255,12 @@ "value": "application/json" } ], - "body": "{\n \"body\": {\n \"body\": {\n \"clientId\": \"1528\",\n \"clusterId\": \"1533\",\n \"orgType\": \"test\",\n \"vaDownloadUrl\": \"https://sptcbu-va-images.s3.amazonaws.com/va-latest.zip\",\n \"clusterJobCount\": 1,\n \"configuration\": {\n \"clusterType\": \"sqsCluster\",\n \"clusterExternalId\": \"2c91808876dd79120176f758af765c58\",\n \"debug\": \"false\",\n \"failureThreshold\": \"0\",\n \"gmtOffset\": \"-6\",\n \"scheduleUpgrade\": \"false\",\n \"va_version\": \"va-megapod-useast1-595-1627543540\",\n \"jobType\": \"VA_UPGRADE\",\n \"cookbook\": \"va-megapod-useast1-595-1627543540\"\n },\n \"connectorServices\": [\n {\n \"name\": \"EndToEnd-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-AzureADSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-OpenLDAP\",\n \"connector_host\": \"10.0.2.64\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"Dynamic-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcADSource\",\n \"connector_host\": \"10.0.5.187\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": [\n {\n \"serviceId\": \"540717\",\n \"date\": \"2021-02-05T22:58:15Z\",\n \"file\": \"temp7081703651350031905mysql-connector-java-8.0.11.jar\"\n }\n ]\n }\n ],\n \"jobs\": [\n {\n \"uuid\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"cookbook\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"state\": \"FINISHED\",\n \"type\": \"VA_UPGRADE\",\n \"targetId\": \"1528\",\n \"managedProcessConfiguration\": {\n \"charon\": {\n \"version\": \"345\",\n \"path\": \"sailpoint/charon\",\n \"description\": null,\n \"dependencies\": null\n },\n \"ccg\": {\n \"version\": \"415_583_79.0.0\",\n \"path\": \"sailpoint/ccg\",\n \"description\": null,\n \"dependencies\": null\n },\n \"toolbox\": {\n \"version\": \"6\",\n \"path\": \"sailpoint/toolbox\",\n \"description\": null,\n \"dependencies\": null\n },\n \"fluent\": {\n \"version\": \"50\",\n \"path\": \"fluent/va\",\n \"description\": null,\n \"dependencies\": null\n },\n \"va_agent\": {\n \"version\": \"89\",\n \"path\": \"sailpoint/va_agent\",\n \"description\": null,\n \"dependencies\": null\n }\n }\n }\n ],\n \"queue\": {\n \"name\": \"megapod-useast1-denali-lwt-cluster-1533\",\n \"region\": \"us-east-1\"\n },\n \"maintenance\": {\n \"window\": \"true\",\n \"windowStartTime\": \"2021-07-29T00:00:00Z\",\n \"windowClusterTime\": \"2021-07-29T01:35:24Z\",\n \"windowFinishTime\": \"2021-07-29T04:00:00Z\"\n }\n }\n },\n \"status\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "body": "{\n \"body\": {\n \"body\": {\n \"clientId\": \"1528\",\n \"clusterId\": \"1533\",\n \"orgType\": \"test\",\n \"vaDownloadUrl\": \"https://sptcbu-va-images.s3.amazonaws.com/va-latest.zip\",\n \"clusterJobCount\": 1,\n \"configuration\": {\n \"clusterType\": \"sqsCluster\",\n \"clusterExternalId\": \"2c91808876dd79120176f758af765c58\",\n \"debug\": \"false\",\n \"failureThreshold\": \"0\",\n \"gmtOffset\": \"-6\",\n \"scheduleUpgrade\": \"false\",\n \"va_version\": \"va-megapod-useast1-595-1627543540\",\n \"jobType\": \"VA_UPGRADE\",\n \"cookbook\": \"va-megapod-useast1-595-1627543540\"\n },\n \"connectorServices\": [\n {\n \"name\": \"EndToEnd-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-AzureADSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-OpenLDAP\",\n \"connector_host\": \"10.0.2.64\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"Dynamic-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcADSource\",\n \"connector_host\": \"10.0.5.187\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": [\n {\n \"serviceId\": \"540717\",\n \"date\": \"2021-02-05T22:58:15Z\",\n \"file\": \"temp7081703651350031905mysql-connector-java-8.0.11.jar\"\n }\n ]\n }\n ],\n \"jobs\": [\n {\n \"uuid\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"cookbook\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"state\": \"FINISHED\",\n \"type\": \"VA_UPGRADE\",\n \"targetId\": \"1528\",\n \"managedProcessConfiguration\": {\n \"charon\": {\n \"version\": \"345\",\n \"path\": \"sailpoint/charon\",\n \"description\": null,\n \"dependencies\": null\n },\n \"ccg\": {\n \"version\": \"415_583_79.0.0\",\n \"path\": \"sailpoint/ccg\",\n \"description\": null,\n \"dependencies\": null\n },\n \"toolbox\": {\n \"version\": \"6\",\n \"path\": \"sailpoint/toolbox\",\n \"description\": null,\n \"dependencies\": null\n },\n \"fluent\": {\n \"version\": \"50\",\n \"path\": \"fluent/va\",\n \"description\": null,\n \"dependencies\": null\n },\n \"va_agent\": {\n \"version\": \"89\",\n \"path\": \"sailpoint/va_agent\",\n \"description\": null,\n \"dependencies\": null\n }\n }\n }\n ],\n \"queue\": {\n \"name\": \"megapod-useast1-denali-lwt-cluster-1533\",\n \"region\": \"us-east-1\"\n },\n \"maintenance\": {\n \"window\": \"true\",\n \"windowStartTime\": \"2021-07-29T00:00:00Z\",\n \"windowClusterTime\": \"2021-07-29T01:35:24Z\",\n \"windowFinishTime\": \"2021-07-29T04:00:00Z\"\n }\n }\n },\n \"status\": \"UNDEFINED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "03479090-4cbe-48ac-b595-9756374ea82d", + "id": "6d8e4082-5e39-4508-82d1-9cf7db8ca67d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97296,7 +97296,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -97318,7 +97318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4f33ed8-eeac-4ecd-9615-3c0720f0abf3", + "id": "de6f7d99-2944-4d51-8fcd-96fba7c2eda6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97354,7 +97354,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -97376,7 +97376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2b06118-d4f5-4de8-88df-a7a51705a632", + "id": "80fcd04c-59e5-4fb1-a73a-7b8cb26d6410", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97412,7 +97412,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -97434,7 +97434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a029f8e8-ec25-41e8-ba96-669bf02cd5c2", + "id": "e6b39e3b-19c0-4c50-b1d1-1fc240ad3f32", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97470,7 +97470,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -97492,7 +97492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a505d33-f627-4e95-a3b7-e7d477ea6b8e", + "id": "60c99189-798e-40d0-a30a-6903ef3efd87", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97528,7 +97528,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -97550,7 +97550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "906ef90e-5287-4460-8ec8-2da5b3e62594", + "id": "4878ece1-e3ed-43dc-bb65-19b035424993", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97586,7 +97586,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -97620,7 +97620,7 @@ "description": "Operations for accessing and managing client Clusters, including Log Configuration", "item": [ { - "id": "c9fbe520-3bcd-42d8-98b2-c4f86cb58c87", + "id": "f57be094-8b93-4d3b-a9ab-e3b9a5465cb3", "name": "Get a specified ManagedCluster.", "request": { "name": "Get a specified ManagedCluster.", @@ -97661,7 +97661,7 @@ }, "response": [ { - "id": "13f9dbba-d49c-41b9-9425-ea6f8496b233", + "id": "722ac6ca-0b64-43ec-9078-f67d52a8eac6", "name": "Responds with ManagedCluster having the given ID.", "originalRequest": { "url": { @@ -97705,7 +97705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06d356a2-1c80-4171-8006-95a6bb853246", + "id": "e0aa51d5-2b17-46c1-ae53-8439594c0532", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97749,7 +97749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6afaeaa9-8438-4ec3-be2a-766c43e9d190", + "id": "1434252d-9397-4048-8ed6-55afefc506eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97793,7 +97793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa2447fe-7c92-4138-96cb-24829f6631a2", + "id": "fb5eb91a-1862-41e2-949f-25d8eeaad56d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97837,7 +97837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3b85ab7-6e02-43cd-a832-881895d8a4a8", + "id": "7d70d4e1-b5ef-4fab-94fd-4d6521040a2b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97881,7 +97881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5125e025-e5b9-41af-b679-c62f47f08deb", + "id": "65485f20-98bd-4b15-a42a-1143b1019855", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97925,7 +97925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02d1f9d8-1528-4657-9b8b-6137b617ea28", + "id": "162cb008-486f-4886-9d53-9b271d4bd86c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97975,7 +97975,7 @@ } }, { - "id": "738a39be-9e68-47ad-9872-923d680ec88c", + "id": "61ab17a5-a464-4bfd-83fd-730a6610d51b", "name": "Get managed cluster's log configuration", "request": { "name": "Get managed cluster's log configuration", @@ -98017,7 +98017,7 @@ }, "response": [ { - "id": "f407e203-7f1a-4f3f-b088-4d6e7c90ec05", + "id": "a3ad852e-5e02-447f-8798-ff51ada7cd91", "name": "Log configuration of ManagedCluster matching given cluster ID", "originalRequest": { "url": { @@ -98062,7 +98062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9ad291c-d6f3-4da7-b435-f4949b65fca9", + "id": "0558c878-d0ca-48ed-ab89-a9a82e4b131e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98107,7 +98107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd1c2687-2d9d-42fd-92f0-ffe07fb183e9", + "id": "d9df7a9c-3b1a-432d-9edb-3c98ccfd67da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98152,7 +98152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e481e66-9af0-4c9a-8d04-258ff109276f", + "id": "bb153118-a910-4dfc-9621-fbd9fc5396f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98197,7 +98197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f13c5f7-8c06-4ca1-a449-fcb943104be8", + "id": "d9b5cf7f-5925-4cf3-98c7-1200994a8b3a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98242,7 +98242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9481656e-0914-4a50-a9f4-a9718a566522", + "id": "8d6da397-2a16-419b-b1d8-8368538a182b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98287,7 +98287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aef3a8f7-422f-4285-8dfd-51b6178c5bfc", + "id": "19d6bf5b-36da-4a02-8213-3a3c01e39805", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98338,7 +98338,7 @@ } }, { - "id": "983cacdd-8fea-409b-86f5-9998fb1e9fe2", + "id": "4b089c1d-614e-4c0d-b017-3f562c2db762", "name": "Update managed cluster's log configuration", "request": { "name": "Update managed cluster's log configuration", @@ -98393,7 +98393,7 @@ }, "response": [ { - "id": "9ada7723-3d62-4a65-b773-ef5a4ab4fcd2", + "id": "0215a7b8-fd4b-43ca-bd33-90394f34b1c6", "name": "Responds with updated ClientLogConfiguration for given ManagedCluster", "originalRequest": { "url": { @@ -98451,7 +98451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15f6edd6-0667-490d-8f8f-eb933983bc84", + "id": "f4f5753b-a959-4bb1-b15a-6e2dd8e7c92a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98509,7 +98509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09d2817e-b8d4-457a-8228-4a0a698cb5cf", + "id": "15574ef8-c3e0-4df1-95ad-10971dec5d29", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98567,7 +98567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62a9561c-f476-4202-b8cb-1792b14374ac", + "id": "e01d4ed4-146b-4f8d-b47a-c0f2499551f8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98625,7 +98625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02b6cfa9-efa6-41c3-b227-e4f7fb2963bc", + "id": "d752b4c6-3a3f-4a8f-9ef0-f8a424b889b1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98683,7 +98683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e516f036-9a9d-46af-8485-45fb6838a0eb", + "id": "80a1b93f-2bd8-4b4f-8959-a76862c0dc0b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98741,7 +98741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bc19c78-26aa-4fa4-bd68-6e6fab333b93", + "id": "3cb3c751-1113-45b6-b5eb-51692cd2fdee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98805,7 +98805,7 @@ } }, { - "id": "3a735310-ed78-4e75-86e8-f47beb813f41", + "id": "e910706d-86e3-46a2-a9e9-4c47bf9e210d", "name": "Retrieve all Managed Clusters.", "request": { "name": "Retrieve all Managed Clusters.", @@ -98871,7 +98871,7 @@ }, "response": [ { - "id": "3cd404dd-6f59-4900-bc69-59d45f0aaae4", + "id": "ee81c04b-2936-4128-b3a5-8ba905f1e44d", "name": "Responds with a list of ManagedCluster.", "originalRequest": { "url": { @@ -98951,7 +98951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a8a97ac-4362-4432-aa0f-06aa58fba12e", + "id": "dc0cee27-a4b9-429a-93b1-57c3169ff9c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99031,7 +99031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1f1cd09-7def-4bdd-9e06-da5a56e37f45", + "id": "5723a7ef-c8b7-41a7-a5cd-52f42d1d53ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99111,7 +99111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d8906f-6d3c-4f04-b6df-0cbfb20926d1", + "id": "4bbfc0f1-f31f-4433-8940-462270e507b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99191,7 +99191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c6dc3fe-244b-4308-b989-db007d7df3ab", + "id": "cd801b74-9823-44bc-90e6-ee0bb63d8b18", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99271,7 +99271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38d3534b-cc69-447c-9b7d-1e2d29f8a64d", + "id": "a7af632a-9541-4b09-9ff4-8c992d07cbff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99363,7 +99363,7 @@ "description": "Configure and test multifactor authentication (MFA) methods", "item": [ { - "id": "c675a1a2-a0de-43c7-a420-ce1b10afcc68", + "id": "80a79b68-09c9-4fe9-a497-97059a0429b8", "name": "Configuration of Okta MFA method", "request": { "name": "Configuration of Okta MFA method", @@ -99394,7 +99394,7 @@ }, "response": [ { - "id": "59af4cc7-a858-4492-85db-c4a07ce74bdd", + "id": "fc36ca64-39c4-422e-9e1f-e1490dd3b66d", "name": "The configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -99439,7 +99439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae29a7c-86c2-4d0b-b778-43efd3283bdb", + "id": "e306a6f4-3d0c-4823-97e1-dcaa9c3ab5af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99484,7 +99484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "361119c7-86c4-4191-a66c-a242801afb32", + "id": "ef52b28c-9747-49b8-9ccd-dc5f37a133df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99529,7 +99529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e94e664c-3fe1-4fb6-8d89-92d85bae09dd", + "id": "4df24c38-c846-4563-afef-1b4d338d71b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99574,7 +99574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf12f0e6-f026-4bf1-8a3a-ee9995c1688a", + "id": "8f8d1472-d7c6-449a-9949-62b1b73d42d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99619,7 +99619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea14771e-880a-4da6-9fb0-e2b46d1c4de2", + "id": "dcee9034-de5c-423b-aeff-f991ed63f3b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99670,7 +99670,7 @@ } }, { - "id": "81a5df48-c365-41b4-aa6f-a3380caaf842", + "id": "7d3edeeb-563c-48ab-9f47-1eb0b8d6a445", "name": "Set Okta MFA configuration", "request": { "name": "Set Okta MFA configuration", @@ -99714,7 +99714,7 @@ }, "response": [ { - "id": "27ce7fe8-5c56-419c-8325-16a77cc4a411", + "id": "7ee536ac-3f30-4e7d-bc78-7749a9d503ae", "name": "MFA configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -99772,7 +99772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8814dcb5-e719-442b-9d98-2063e5622227", + "id": "1a1fbf1a-da7c-4b06-934d-6d7be6f8f3e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99830,7 +99830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62af05d6-2f1a-4819-8306-852bf08a2f60", + "id": "8427e88b-3cdb-4074-a8ee-99ba1022a9da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99888,7 +99888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c97481eb-6761-4f3c-b5a0-316298dc268a", + "id": "f41fb412-671e-4582-8c2b-4db042b6aaed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99946,7 +99946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1f70c92-98e7-4225-8050-777be1320ad9", + "id": "42883a35-31ae-4d27-a93d-fdd94a01e451", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100004,7 +100004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72775f21-06f3-49c4-b124-d1ac12043ed4", + "id": "67a694f4-28cf-45c7-bc48-e2e7fa9e033a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100068,7 +100068,7 @@ } }, { - "id": "5ce54cae-404a-426d-80de-7b3a563f47f9", + "id": "f9f627e7-d072-4ec1-8079-ba8814bdfbee", "name": "Configuration of Duo MFA method", "request": { "name": "Configuration of Duo MFA method", @@ -100099,7 +100099,7 @@ }, "response": [ { - "id": "c9c529b7-93a6-4da0-84fc-2d1fa237dfb1", + "id": "f84d4f4c-a172-4a61-a9d6-6ba58fe6db56", "name": "The configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -100144,7 +100144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "473f63c2-3038-46d1-8749-f9a898396dad", + "id": "8dfe67ef-432d-4bdb-b329-dd936632ae76", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100189,7 +100189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3ef9c67-45b0-4fc3-b764-fd2b46f71192", + "id": "a16064fc-1da6-4868-a595-a68d5c75059c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100234,7 +100234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "462baf9f-6fc4-4d73-a36b-fa1c07b3b54d", + "id": "8604e06b-4465-4c57-a379-690dc9b5619e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100279,7 +100279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "328aad09-b28d-456e-b086-2bca81d98aef", + "id": "32c0cc32-e0a0-4b94-9804-fbd38412776a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100324,7 +100324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18747e03-a18f-4f34-9edd-25c70fb19643", + "id": "8add53c7-9772-482a-8307-d1547cd26024", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100375,7 +100375,7 @@ } }, { - "id": "a3fb521b-fd1a-4ace-bdda-9cae1dd3a94a", + "id": "e6fa1102-a61b-456b-8439-736fc5d01b61", "name": "Set Duo MFA configuration", "request": { "name": "Set Duo MFA configuration", @@ -100419,7 +100419,7 @@ }, "response": [ { - "id": "2c4efeda-c5b5-4b1f-b91a-acbaf1e9bf26", + "id": "4a87c182-440e-447c-83b2-4c5ff2a6da20", "name": "MFA configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -100477,7 +100477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2596161-b733-4cb5-bc3a-0292a09d7d8d", + "id": "1f2ef7f5-0d0c-4bb7-93d3-86c51ba7c25a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100535,7 +100535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "760bc283-4582-45b9-9937-0daa3890d04c", + "id": "ceecc340-4029-4a99-92ea-3fdf622aee98", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100593,7 +100593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d27962f6-7d1e-40ac-92e7-ac6cad1abbfd", + "id": "f90ccdc0-964e-4f8a-9f0a-5baabe2495e2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100651,7 +100651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2d0f6fa-f07a-4c11-83d0-0b879e3c0829", + "id": "d1843461-e981-4b45-bfd7-b34bb5a320e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100709,7 +100709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "647d99a4-6260-4f19-a5e7-05ebc8daa637", + "id": "9068506d-bfed-47f0-8d3b-4c26c852f358", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100773,7 +100773,7 @@ } }, { - "id": "d446bc96-7a9b-4927-afa4-e5f532f3b064", + "id": "1e915d8a-758e-4706-8ba2-85e86618f40f", "name": "MFA method's test configuration", "request": { "name": "MFA method's test configuration", @@ -100815,7 +100815,7 @@ }, "response": [ { - "id": "cab0cd6b-be8e-4db4-ba1d-9d56b08bd335", + "id": "4a0c7c91-7974-4365-8b64-cbc17d13d847", "name": "The result of configuration test for the MFA provider.", "originalRequest": { "url": { @@ -100860,7 +100860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eb06fc6-0b57-40b6-b8ed-2a2e7613b5f8", + "id": "83e11c73-f8f4-457d-bd57-7784f76e97db", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100905,7 +100905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66b962c8-b3bb-4b67-879a-8cdedb45882f", + "id": "ab5b1113-795b-493f-8798-892728f36ab8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100950,7 +100950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "670398ae-ceab-4bb9-97c8-5cbd55969c80", + "id": "8088eb39-ede7-490d-abb9-2ab946917b86", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100995,7 +100995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "685fa52e-9de7-4211-aa3b-cd4c748f8bee", + "id": "ae31974e-4b2d-4f68-b381-e5acbea8d76f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101040,7 +101040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07892b83-80af-4886-9097-e4a2689902e1", + "id": "eae1006a-9436-4794-8923-a8629858d777", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101091,7 +101091,7 @@ } }, { - "id": "82d21a07-329e-45e8-ab0e-62d64fd6d25c", + "id": "897bf83f-e85c-402a-9326-231acb59c525", "name": "Delete MFA method configuration", "request": { "name": "Delete MFA method configuration", @@ -101133,7 +101133,7 @@ }, "response": [ { - "id": "e47ff59e-9b05-41f2-b780-54bb77c0501a", + "id": "60dd825c-8339-4723-890a-9ec4e79394d3", "name": "MFA configuration of an MFA method.", "originalRequest": { "url": { @@ -101178,7 +101178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2428811-c67b-48fe-bd93-e7fd85ccdd5b", + "id": "82e274af-8051-456c-b0d4-1e11f069b47c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101223,7 +101223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "646b4e16-8244-44b5-b9a5-117101211144", + "id": "cee3d9a5-130f-44a1-8bfb-828b89405d78", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101268,7 +101268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae23b33-e495-4f6c-a0d5-51ecfc74b2c4", + "id": "a159bfae-f7b6-426f-a53e-38bd2ed4a5a5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101313,7 +101313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f4719ef-b8ff-478f-868a-165daf826874", + "id": "4e98ac34-90ee-4776-850b-c232598bf2b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101358,7 +101358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20e22d35-52f3-4570-869a-8942a02205de", + "id": "a4429d3f-a38c-4e49-91fd-b58e26337fd1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101415,7 +101415,7 @@ "description": "This API used for multifactor authentication functionality belong to gov-multi-auth service. This controller allow you to verify authentication by specified method", "item": [ { - "id": "24dd4869-1b76-4167-969a-6bbe1993fc09", + "id": "7bc05b30-fd25-4b0f-8c2b-5ad21cb17aef", "name": "Verifying authentication via Okta method", "request": { "name": "Verifying authentication via Okta method", @@ -101459,7 +101459,7 @@ }, "response": [ { - "id": "dd619c09-20ec-44bd-a2a4-491c4108e31b", + "id": "aaf5a89d-c817-4684-9fe8-1532228d9897", "name": "The status of verification request.", "originalRequest": { "url": { @@ -101517,7 +101517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ede5ffff-e0a6-4661-8931-564f392b41f6", + "id": "473a1c95-37c1-41fa-9fab-1c05eefd9cd2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101575,7 +101575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1042e047-df5d-4653-a8b9-cbaa9c17f5c7", + "id": "af72f630-9aa4-4bc6-bd39-5e3005d347dc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101633,7 +101633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab7117a-5af2-4750-bf39-1817b63418bb", + "id": "2886d181-d415-4b87-8d8e-2cffa036f55a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101691,7 +101691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9960ccc-4ba8-4c66-8a1e-d62f83c1817c", + "id": "ee34599b-64c1-4be2-9b6e-070b20be2b9b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101749,7 +101749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5520b480-eb04-425d-ae79-66046f42afc6", + "id": "6583d9d4-50d2-474b-9e49-57eaff38f975", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101813,7 +101813,7 @@ } }, { - "id": "2e737835-254c-4289-9c40-b58cb2f3cbbb", + "id": "82084930-5307-45b0-9b8c-634b3766878e", "name": "Verifying authentication via Duo method", "request": { "name": "Verifying authentication via Duo method", @@ -101857,7 +101857,7 @@ }, "response": [ { - "id": "d2a80c8e-492c-4395-a8c1-5156e33ccc9e", + "id": "6420ec01-74b4-4549-9372-a4cf0a324e77", "name": "The status of verification request.", "originalRequest": { "url": { @@ -101915,7 +101915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92abd322-5ed4-4bf5-9726-97c53f9941eb", + "id": "146e3149-7dfc-4145-ba25-1fc613e2d1ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101973,7 +101973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "571526f8-7ecb-44d3-911f-68c94acad91f", + "id": "858900b4-8f83-4ad9-a0d9-d78d9a0f9ac5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102031,7 +102031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "953c3d75-1a0a-4150-bf21-1643156c5bf1", + "id": "104f4d92-efca-4118-b61d-d0cdd6e23602", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102089,7 +102089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b0e782d-e2cf-401d-8538-916771a9823a", + "id": "46d3bced-2296-469d-a215-3d897ddc475b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102147,7 +102147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbc4564f-5a03-4cc2-b037-2fbb2dfb43a7", + "id": "900fcdea-5806-46a4-b441-ab72d60c5e89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102211,7 +102211,7 @@ } }, { - "id": "b00b873a-efff-4720-b96a-8f828c0f2801", + "id": "c424b11a-8974-4537-9ae5-4c0b6ae3de31", "name": "Polling MFA method by VerificationPollRequest", "request": { "name": "Polling MFA method by VerificationPollRequest", @@ -102266,7 +102266,7 @@ }, "response": [ { - "id": "f32ebb0a-6cd5-4001-b14d-c46fc11ceb21", + "id": "5495b913-a1db-49a2-b486-9bcb2156e9b9", "name": "MFA VerificationPollRequest status an MFA method.", "originalRequest": { "url": { @@ -102324,7 +102324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "210da0fb-5f7f-4ab5-8afc-c7586a161ba3", + "id": "b396f736-f25e-4bbb-b75b-ccf80cdddb09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102382,7 +102382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "716e75fc-2e37-44d5-ab2e-7ceccc4932ca", + "id": "eea69246-0c4b-4626-bd8d-5c18554eb5d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102440,7 +102440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4f538d1-1976-4ab7-b974-8adb6ca6a575", + "id": "53bbddd8-4ef8-4bc3-8ad5-870d8e5f90d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102498,7 +102498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e253200-b782-4051-8911-1e8ae67218ad", + "id": "1fd56a64-079c-4c21-94dc-22d1471e65b3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102556,7 +102556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c279cce-ab74-47b3-9798-1c9700b14926", + "id": "c37ac882-220a-47f3-9873-5c64e8b59844", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102620,7 +102620,7 @@ } }, { - "id": "62e9e6eb-6bc8-4b7e-9b4c-8f5fa74fbc8a", + "id": "e52c4c51-1fc4-4ff6-93ea-3f9cb1e9e988", "name": "Authenticate KBA provided MFA method", "request": { "name": "Authenticate KBA provided MFA method", @@ -102664,7 +102664,7 @@ }, "response": [ { - "id": "1a503405-a47d-4f24-a555-06b1aad33f67", + "id": "36405487-8f2e-4212-9caf-d6b9388996a5", "name": "KBA authenticated status.", "originalRequest": { "url": { @@ -102722,7 +102722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f78e40b-88d5-47aa-b9d0-46a2cdaf8026", + "id": "d3225a96-56e0-4f07-9293-9eeb7ac1f237", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102780,7 +102780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a66200ee-6a9d-4068-8136-309d6870eccb", + "id": "8e00080d-2852-4d0c-aaa9-1fa6579c4ca7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102838,7 +102838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc79e82b-3d50-4a68-bec4-885844c54349", + "id": "6f9d578e-2eb5-4d99-a301-c78a3a53f165", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102896,7 +102896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a010a2d-0111-4f48-a166-23056c6356d7", + "id": "33a6f2ab-9b24-4736-8c79-cc4ed6b2d8cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102954,7 +102954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbfbb0e8-7a0c-45d9-b26d-fa59fd2e757f", + "id": "33c1a213-9f72-4428-afbe-0a2a4ee1546a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103018,7 +103018,7 @@ } }, { - "id": "60070439-b4e6-470d-85f7-b6327730beb5", + "id": "b246c0b8-1aef-498b-bfa5-9fe8d86c35f1", "name": "Authenticate Token provided MFA method", "request": { "name": "Authenticate Token provided MFA method", @@ -103062,7 +103062,7 @@ }, "response": [ { - "id": "6bd56101-483e-47bd-8ff4-0e2e24635a2a", + "id": "1f6427fc-3744-416b-ac3f-aeda0e47b1f3", "name": "Token authenticated status.", "originalRequest": { "url": { @@ -103120,7 +103120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed3b6689-5424-4331-a775-9300b1100aa4", + "id": "8befd108-fa4b-48a8-ab64-d1dd7f046071", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103178,7 +103178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba9cdb98-8ac0-423b-a5e6-62d702e7e037", + "id": "bf41259f-70b2-46b1-b189-8d56f180c9de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103236,7 +103236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9903498-73fd-4d65-8c91-73c12728dfd0", + "id": "3566c085-0c87-485e-8d4c-4d5a308b5d9c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103294,7 +103294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63cc1580-ccb1-419c-b1b2-eaf803d2bde4", + "id": "cfd90923-7394-48e7-8e77-005e6fd153a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103352,7 +103352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b7f2164-c67c-4279-b64b-2799fa183c2f", + "id": "90d6f9ea-149d-401d-affc-e74615424776", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103416,7 +103416,7 @@ } }, { - "id": "88292561-fb70-4cef-a38d-0ae4017e985e", + "id": "9ac836b5-0a51-44d7-8234-554ee0f7b5ee", "name": "Create and send user token", "request": { "name": "Create and send user token", @@ -103460,7 +103460,7 @@ }, "response": [ { - "id": "46371ea2-19ca-4bb4-a920-f932e614353e", + "id": "db71300f-1218-423c-beac-e06150878edd", "name": "Token send status.", "originalRequest": { "url": { @@ -103518,7 +103518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39045a8-bd37-4d5b-9aa9-86fc13af2f3c", + "id": "cef89d9c-14a3-48b8-86a2-d16a197523d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103576,7 +103576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07e7ce18-dcf2-4b85-b2ab-458e66ce29d8", + "id": "47a4f7b8-82d7-483e-a86e-5ee6f50763e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103634,7 +103634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69685d5f-7095-4e07-b8ff-734e2332cf93", + "id": "6b625939-9652-4db8-a500-2d1c90fa94b1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103692,7 +103692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60f8ca7d-236a-4e2f-a68f-8c5f8aa6fd13", + "id": "e3f7d2c9-a941-4fcb-81f6-f9931a3d2bbd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103750,7 +103750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcfd5916-0fc8-4975-9678-87402d05eb5b", + "id": "ffed8f35-d656-4a8f-9059-f47a8631e036", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103820,7 +103820,7 @@ "description": "Use this API to implement non-employee lifecycle management functionality.\nWith this functionality in place, administrators can create non-employee records and configure them for use in their organizations.\nThis allows organizations to provide secure access to non-employees and control that access.\n\nThe 'non-employee' term refers to any consultant, contractor, intern, or other user in an organization who is not a full-time permanent employee.\nOrganizations can track non-employees' access and activity in IdentityNow by creating and maintaining non-employee sources.\nOrganizations can have a maximum of 50 non-employee sources.\n\nBy using SailPoint's Non-Employee Lifecycle Management functionality, you agree to the following:\n\n- SailPoint is not responsible for storing sensitive data.\nYou may only add account attributes to non-employee identities that are necessary for business operations and are consistent with your contractual limitations on data that may be sent or stored in IdentityNow.\n\n- You are responsible for regularly downloading your list of non-employee accounts for all the sources you create and storing this list of accounts in a managed location to maintain an authoritative system of record and backup data for these accounts.\n\nTo manage non-employees in IdentityNow, administrators must create a non-employee source and add accounts to the source.\n\nTo create a non-employee source in IdentityNow, administrators must use the Admin panel to go to Connections > Sources.\nThey must then specify 'Non-Employee' in the 'Source Type' field.\nRefer to [Creating a Non-Employee Source](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#creating-a-non-employee-source) for more details about how to create non-employee sources.\n\nTo add accounts to a non-employee source in IdentityNow, administrators can select the non-employee source and add the accounts.\nThey can also use the 'Manage Non-Employees' widget on their user dashboards to reach the list of sources and then select the non-employee source they want to add the accounts to.\n\nAdministrators can either add accounts individually or in bulk. Each non-employee source can have a maximum of 20,000 accounts.\nTo add accounts in bulk, they must select the 'Bulk Upload' option and upload a CSV file.\nRefer to [Adding Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#adding-accounts) for more details about how to add accounts to non-employee sources.\n\nOnce administrators have created the non-employee source and added accounts to it, they can create identity profiles to generate identities for the non-employee accounts and manage the non-employee identities the same way they would any other identities.\n\nRefer to [Managing Non-Employee Sources and Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html) for more information about non-employee lifecycle management.\n", "item": [ { - "id": "e6975bae-2a2f-426d-9464-2acf21757f58", + "id": "e7e6da04-9cc9-4108-a8fd-122c866e8f95", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -103851,7 +103851,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -103862,7 +103862,7 @@ }, "response": [ { - "id": "2a5679ba-835b-40ca-8527-57bac27446c9", + "id": "03b2e1f8-0579-4cfe-8ccc-e8034e61dc69", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -103896,7 +103896,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -103913,12 +103913,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"et consequat amet ea sunt\",\n \"accountName\": \"sint aliqua incididunt ad \",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"ullamco__c\": \"dolore id veniam mollit\",\n \"ullamco_52\": \"\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", + "body": "{\n \"id\": \"veniam\",\n \"accountName\": \"velit do ipsum\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"Excepteur5c\": \"ea proident officia magna deserunt\",\n \"Duis0ee\": \"irure fugiat Excepteur velit deserunt\",\n \"mollit_e9\": \"ex\",\n \"Duis6ef\": \"proident culpa commodo\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9c0b9d9a-4b00-445b-98a0-4f6520401e79", + "id": "742aff0b-61bc-42d2-a160-e3b36f22dbb2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103952,7 +103952,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -103974,7 +103974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72733661-59c3-4822-a64e-e7adc4d06180", + "id": "bf7eb271-8041-487a-b6d7-693ffbc2ea0d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104008,7 +104008,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -104030,7 +104030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0db1dacc-9046-45b1-ae0e-edbaee041cfe", + "id": "dcd83d68-d528-4496-b013-ce35d5bb7552", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104064,7 +104064,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -104086,7 +104086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e985d3b3-e344-4cda-94fa-3a4596ade203", + "id": "861085f4-4ff9-46b1-a4c3-08dc679612bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104120,7 +104120,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -104142,7 +104142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c0041f8-2caf-4adc-9644-350533e00795", + "id": "73991aeb-2a04-42cc-9cd8-b39a709403c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104176,7 +104176,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -104204,7 +104204,7 @@ } }, { - "id": "59ac5f42-4663-4bcc-9479-465f07a59b15", + "id": "12339919-5385-4244-8d2f-33959a75cac2", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -104279,7 +104279,7 @@ }, "response": [ { - "id": "db83a607-254f-40be-b6ff-1bdb504c2559", + "id": "0a46cacb-0f8d-45aa-8e2a-42cde6066ee5", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -104363,12 +104363,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"fugiat consequat dolor pariatur irure\",\n \"accountName\": \"sint officia ipsum\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"mollitf0\": \"culpa\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"occaecat ipsum ea veni\",\n \"accountName\": \"dolor fugiat sed\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"consequat0\": \"id qui adi\",\n \"aute_aa\": \"qui quis\",\n \"quia1\": \"non laborum sed minim\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n]", + "body": "[\n {\n \"id\": \"nostrud qui ea\",\n \"accountName\": \"nulla officia\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"Excepteur_2\": \"sit Lorem est deserunt labo\",\n \"quis_f_\": \"officia\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"veniam pariatur\",\n \"accountName\": \"in adipisicing cillum\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"cilluma8\": \"laborum ea sunt ipsum\",\n \"Excepteur7\": \"Ut dolor veniam\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0659a75e-7abd-4c4c-8f3d-0d6a4cbe1bcb", + "id": "680790ec-66b7-4606-9ffc-dbb0386fc480", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104457,7 +104457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1744b0d-021e-479d-a65e-102b43dffd61", + "id": "8d1f0148-2654-48a3-a3e4-ee809a176048", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104546,7 +104546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00ffd507-5e44-4d13-a3d1-41949ff83b7d", + "id": "60d17e4d-64a9-4661-b4e8-eafff2b8303c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104635,7 +104635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69cfb861-787c-4658-bf1f-a3646740ba05", + "id": "6749d37f-c298-4475-9247-9478decdd3ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104724,7 +104724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b75a0a93-6cd3-4399-861a-e62b5d9558f5", + "id": "3adba758-116b-43d6-aff3-9679aad958bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104819,7 +104819,7 @@ } }, { - "id": "e790ac61-ef66-42fa-ad37-90890d111f44", + "id": "660cc277-9b9c-470e-8600-b59b943dc35a", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -104860,7 +104860,7 @@ }, "response": [ { - "id": "8f9ac46f-da62-4be9-a892-1409bc0d6073", + "id": "ff52d749-71b0-4feb-af7d-fb1a1e3034ac", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -104899,12 +104899,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"et consequat amet ea sunt\",\n \"accountName\": \"sint aliqua incididunt ad \",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"ullamco__c\": \"dolore id veniam mollit\",\n \"ullamco_52\": \"\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", + "body": "{\n \"id\": \"veniam\",\n \"accountName\": \"velit do ipsum\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"Excepteur5c\": \"ea proident officia magna deserunt\",\n \"Duis0ee\": \"irure fugiat Excepteur velit deserunt\",\n \"mollit_e9\": \"ex\",\n \"Duis6ef\": \"proident culpa commodo\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cf3f858f-0aa2-41cf-909a-74cc28578c6a", + "id": "a1d01ff3-9bcf-4631-82cb-c663174acb31", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104948,7 +104948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67486f2c-e04e-4125-9412-bd5e0d098882", + "id": "b0912735-96ff-4771-aea2-1b062e3f5faa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104992,7 +104992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "317278a2-3323-4e4c-9e33-c2f8932a2cfa", + "id": "b8409c9e-0f17-48ba-afa8-662694ff3373", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105036,7 +105036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1bf6d80-72d4-46f4-b803-5b35c62d8f1e", + "id": "fee1877c-e8d8-4f53-afd5-8fd23b2938bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105080,7 +105080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "806abb50-9d29-432f-9308-141339f49ca3", + "id": "e705adf8-0172-4306-9226-e715abc1114e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105130,7 +105130,7 @@ } }, { - "id": "b1dae70e-a33c-4ff2-b657-a558b0dea39e", + "id": "002b07d7-e860-4c2b-842f-6278cb63664a", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -105173,7 +105173,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -105184,7 +105184,7 @@ }, "response": [ { - "id": "5b75cb02-85ce-44ed-99a5-dcb65bec3c15", + "id": "1c4b2625-700f-43a7-bda2-fd8fddcee7eb", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -105219,7 +105219,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -105236,12 +105236,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"et consequat amet ea sunt\",\n \"accountName\": \"sint aliqua incididunt ad \",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"ullamco__c\": \"dolore id veniam mollit\",\n \"ullamco_52\": \"\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", + "body": "{\n \"id\": \"veniam\",\n \"accountName\": \"velit do ipsum\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"Excepteur5c\": \"ea proident officia magna deserunt\",\n \"Duis0ee\": \"irure fugiat Excepteur velit deserunt\",\n \"mollit_e9\": \"ex\",\n \"Duis6ef\": \"proident culpa commodo\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6b3fa0ac-bc79-4076-ad21-3ea0937e9c4d", + "id": "e9b45fe8-d90c-4e4c-8f28-934e3dca5af9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105276,7 +105276,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -105298,7 +105298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17ad1947-6c07-41e5-ba78-bf36ae7c2416", + "id": "4c0ed822-b75b-4684-b5a2-af360547e65b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105333,7 +105333,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -105355,7 +105355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f02e180-dfd3-4759-8a5e-d371b7c8b0a7", + "id": "58e3a147-f05e-4e4f-b54e-58383649f443", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105390,7 +105390,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -105412,7 +105412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "662bd388-e905-462d-b400-d7f25c0f0ce6", + "id": "857be1c9-300d-4eb4-a834-ad8b9971b3e1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105447,7 +105447,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -105469,7 +105469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ed232b1-892f-42ab-9fb6-40597dd2a34e", + "id": "23d71ef4-c6f7-4867-8f31-c019c363bc07", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105504,7 +105504,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -105526,7 +105526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48932240-dabd-4e85-b2b5-437ae11ee3bf", + "id": "b0c4ad01-b825-4ec7-bf1c-a904cbfaf652", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105561,7 +105561,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -105589,7 +105589,7 @@ } }, { - "id": "e930651d-e467-4079-b82a-7176cd8dbf73", + "id": "d4ad3056-3323-4648-911a-cde752c70205", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -105643,7 +105643,7 @@ }, "response": [ { - "id": "18cefaf8-faa3-4e66-b833-de92b35282fd", + "id": "8129b0ce-bd9c-4934-b7b2-f3d42c32b272", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -105695,12 +105695,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"et consequat amet ea sunt\",\n \"accountName\": \"sint aliqua incididunt ad \",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"ullamco__c\": \"dolore id veniam mollit\",\n \"ullamco_52\": \"\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", + "body": "{\n \"id\": \"veniam\",\n \"accountName\": \"velit do ipsum\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"Excepteur5c\": \"ea proident officia magna deserunt\",\n \"Duis0ee\": \"irure fugiat Excepteur velit deserunt\",\n \"mollit_e9\": \"ex\",\n \"Duis6ef\": \"proident culpa commodo\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ff39d1cb-dd70-4a34-9d6a-67333ff44dcf", + "id": "7ebddbf2-a65f-4ce1-a707-5eb089b0a53a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105757,7 +105757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30852d38-b3e3-42cd-954f-ec8d93cb8e38", + "id": "e6eebf90-55d0-4c27-96ec-f69566970d53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105814,7 +105814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "752a67fa-89c1-4e91-aa4e-7b20f10d0031", + "id": "92dcff72-921e-45f9-8ae2-f73e5658358d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105871,7 +105871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10f03b96-b7d1-4d79-b8de-65e947f2b33e", + "id": "0e2cb661-f76c-4781-a4e9-70969260f102", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105928,7 +105928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc193fe5-d4d6-4713-ab31-055db47df18d", + "id": "438c7439-3a69-4daa-865b-17d8d0018d98", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105985,7 +105985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35af220d-2447-4885-b4c7-2bbdcacd6f87", + "id": "fdf51443-e126-4bf9-933d-9bd0cac8bbec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106048,7 +106048,7 @@ } }, { - "id": "8b73afb4-9100-4775-bae4-003ab9149eb1", + "id": "85326c67-fa68-4e4b-974b-54fb5b743f65", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -106089,7 +106089,7 @@ }, "response": [ { - "id": "c4a99adc-b86f-435e-a477-67bc628ebe04", + "id": "2d9548db-1d83-44ee-a22d-a02178973206", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -106123,7 +106123,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e3021e1a-fc1b-4e77-9dc2-e3d27a11e924", + "id": "04bab375-b879-45f8-a9d8-33171bdfe984", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106167,7 +106167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd9a686e-05d8-4da9-8bb3-db10e485a8dd", + "id": "f1b181b1-7bae-43b5-9050-fd097275955c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106211,7 +106211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "594545b0-7606-47d4-ab55-798987c2438c", + "id": "f01e5195-979f-48dd-be23-2ce540c131dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106255,7 +106255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38273288-bb49-464c-89f7-0cd949fb44eb", + "id": "1c388580-169e-4bd4-b896-ad6a7f637459", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106299,7 +106299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2093bccc-ccfb-4a76-8a93-dffb2ac78e77", + "id": "e393f78c-dcd9-4ab5-a21c-a01856a87dbf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106349,7 +106349,7 @@ } }, { - "id": "adaa1dd4-b7df-4e17-aeea-0a9e0b8df8c1", + "id": "ba5ed0ca-0017-4031-8391-fa506ca49b74", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -106381,7 +106381,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:8eb794a7-8aff-a735-f1d8-408870bb5c4e\",\n \"urn:uuid:14c50c19-621d-90cc-7a17-0fc3be4178bc\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"67712d4b-50d1-2aef-0450-de7f200c544d\",\n \"urn:uuid:34d3985d-0ed6-dc19-733e-ea777c86fcc5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -106392,7 +106392,7 @@ }, "response": [ { - "id": "27706a43-0ee8-4f85-ba3c-9122a0c73c0f", + "id": "6f33f047-f3e7-4b8f-bc60-80e63e8f5022", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -106423,7 +106423,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:8eb794a7-8aff-a735-f1d8-408870bb5c4e\",\n \"urn:uuid:14c50c19-621d-90cc-7a17-0fc3be4178bc\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"67712d4b-50d1-2aef-0450-de7f200c544d\",\n \"urn:uuid:34d3985d-0ed6-dc19-733e-ea777c86fcc5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -106439,7 +106439,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c989d3ba-4d2f-4545-8cac-f4c236341af2", + "id": "b2ebc57a-f146-46f2-b455-aaaed6b4824f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106474,7 +106474,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:8eb794a7-8aff-a735-f1d8-408870bb5c4e\",\n \"urn:uuid:14c50c19-621d-90cc-7a17-0fc3be4178bc\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"67712d4b-50d1-2aef-0450-de7f200c544d\",\n \"urn:uuid:34d3985d-0ed6-dc19-733e-ea777c86fcc5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -106496,7 +106496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1abef98e-b8bc-414d-b53c-4c3cb71c42a9", + "id": "5f9eddb7-8263-44f9-bf8b-4dca83249d19", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106531,7 +106531,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:8eb794a7-8aff-a735-f1d8-408870bb5c4e\",\n \"urn:uuid:14c50c19-621d-90cc-7a17-0fc3be4178bc\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"67712d4b-50d1-2aef-0450-de7f200c544d\",\n \"urn:uuid:34d3985d-0ed6-dc19-733e-ea777c86fcc5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -106553,7 +106553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4df5cb28-c445-41a0-b560-343a539c5031", + "id": "0bd205e9-6f2e-4914-8561-1ad9505506ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106588,7 +106588,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:8eb794a7-8aff-a735-f1d8-408870bb5c4e\",\n \"urn:uuid:14c50c19-621d-90cc-7a17-0fc3be4178bc\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"67712d4b-50d1-2aef-0450-de7f200c544d\",\n \"urn:uuid:34d3985d-0ed6-dc19-733e-ea777c86fcc5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -106610,7 +106610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c17c5681-e838-429e-8108-61f759d3eace", + "id": "9f0b5297-796a-475f-964e-d18c96358edb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106645,7 +106645,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:8eb794a7-8aff-a735-f1d8-408870bb5c4e\",\n \"urn:uuid:14c50c19-621d-90cc-7a17-0fc3be4178bc\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"67712d4b-50d1-2aef-0450-de7f200c544d\",\n \"urn:uuid:34d3985d-0ed6-dc19-733e-ea777c86fcc5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -106667,7 +106667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8b56098-1e67-464f-b92f-3e1f2a5d37a4", + "id": "18b4f517-a2fa-4ce9-9d88-b27e18732327", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106702,7 +106702,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:8eb794a7-8aff-a735-f1d8-408870bb5c4e\",\n \"urn:uuid:14c50c19-621d-90cc-7a17-0fc3be4178bc\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"67712d4b-50d1-2aef-0450-de7f200c544d\",\n \"urn:uuid:34d3985d-0ed6-dc19-733e-ea777c86fcc5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -106730,7 +106730,7 @@ } }, { - "id": "52fd425a-1adf-43ec-bea5-84ae46eec0a5", + "id": "95da7e99-94ba-476b-befa-30dbc73415d6", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -106761,7 +106761,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -106772,7 +106772,7 @@ }, "response": [ { - "id": "cd5be1ac-7d8b-407e-ab3c-e7353dd2447e", + "id": "e05eab74-2edd-435d-ba12-daadd7cb86f8", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -106806,7 +106806,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -106823,12 +106823,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"nisi_6\": \"consectetur\",\n \"elita9b\": \"aute aliqua dolor laboris\",\n \"exercitation19\": \"anim minim\",\n \"qui_f21\": \"deserunt\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"ea sed eiusmod officia\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"nulla dolor et proident in\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"enim qu\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n}", + "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"site3e\": \"laboris nisi elit ullamco\",\n \"pariatur9\": \"aute nulla\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"laborum\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"dolore\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"anim\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "44c4b625-1b44-4bed-9fb8-5080724efb91", + "id": "7f3fe3a9-49e6-4e5f-9212-de183effeac0", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -106862,7 +106862,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -106884,7 +106884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cd1674a-0096-426d-a2f1-9f1170109a89", + "id": "05ee38fe-fd73-4648-bc30-c95ff4c9b933", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -106918,7 +106918,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -106940,7 +106940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f9574a8-6dbc-4a29-b057-b47900c59332", + "id": "b8bbca26-005e-4b41-82a6-469f14bf2443", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106974,7 +106974,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -106996,7 +106996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75fc3c6f-5674-4a42-8b93-de0d4a5052da", + "id": "fb25a022-0f8c-4471-90e9-d8fe099a8aba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107030,7 +107030,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -107052,7 +107052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28e8e74e-c425-4a65-aa4c-cc1078746d3a", + "id": "ed28bd3e-d5cb-44b4-b633-a20ac3fc6a40", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107086,7 +107086,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -107108,7 +107108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30e1eea1-d91f-4362-b3fa-f80a8e4c017d", + "id": "923209fa-8b19-4282-b83a-533046b4525e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107142,7 +107142,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"in7\": \"cillum\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"sint8\": \"esse et dolore nulla\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -107170,7 +107170,7 @@ } }, { - "id": "525bafea-e1ee-4d3f-bc84-e95dc0a6f545", + "id": "bf482cef-c49c-4cd2-a3f5-2091c0bcd24b", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -107254,7 +107254,7 @@ }, "response": [ { - "id": "134b57bf-e67f-41d4-afb1-6119b90f31ae", + "id": "76b5d073-0d32-43df-9169-a07d031cefe8", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -107347,12 +107347,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"commodo_f\": \"esse eu officia\",\n \"dolor_c6\": \"magna eiusmod ut tempor\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"cillum fugiat ut elit voluptate\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"laborum amet\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"incididunt adipisicing cillum commodo\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n },\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"ea97b\": \"Lorem ex qui ipsum\",\n \"elitd3\": \"esse tempor\",\n \"eaf\": \"Ut cillum\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"et amet\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"consequat\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"laboris reprehenderit minim\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n]", + "body": "[\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"sit_8\": \"aliqua adipisicing minim nulla\",\n \"qui4d\": \"eiusmod\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"elit Lorem\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"dolore officia\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"et\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n },\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"adipisicing0_\": \"sed aute\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"do Ut ea enim\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"reprehenderit sunt\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"sint commodo\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d8902fa5-7354-47ce-aa06-51eb567f6c52", + "id": "abfb37cc-af9b-47aa-86cf-2a47231511ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107450,7 +107450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96c24e1e-0843-4198-9fc9-000ce7663b3c", + "id": "0376c63c-718c-43d8-8fc7-409b62a6eb0a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107548,7 +107548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93234e16-c936-40bc-9c8d-9f722ad3e073", + "id": "8433d4a4-d42e-4560-9f06-f4c0e5a51a9b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107646,7 +107646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "846bd800-d18e-4612-b2c6-45b542794614", + "id": "69c0a7df-793c-4e7a-9de3-20d3ad888a1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107744,7 +107744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89caf774-9d24-4eb6-804a-a699db86d8c0", + "id": "75f59485-3276-4207-82d5-128d37480f65", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107848,7 +107848,7 @@ } }, { - "id": "5d79dc73-9cbd-460f-9c92-07e7da224ceb", + "id": "56fe11c8-5f63-4a70-91c2-a98933057c04", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -107889,7 +107889,7 @@ }, "response": [ { - "id": "c4362cf5-8f24-4e60-b5db-4a270a98854e", + "id": "a513ab72-c082-4a90-a99e-82a279cc0847", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -107928,12 +107928,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"nisi_6\": \"consectetur\",\n \"elita9b\": \"aute aliqua dolor laboris\",\n \"exercitation19\": \"anim minim\",\n \"qui_f21\": \"deserunt\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"ea sed eiusmod officia\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"nulla dolor et proident in\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"enim qu\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n}", + "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"site3e\": \"laboris nisi elit ullamco\",\n \"pariatur9\": \"aute nulla\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"laborum\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"dolore\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"anim\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bdc37f81-40bd-45ac-b78e-0298c9b700ea", + "id": "282011dd-086e-4f62-a386-bc5fe4685971", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107977,7 +107977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a442bcab-be57-4f31-996a-32e22bea0628", + "id": "519ed73c-12ee-418c-9878-f193f63a5de9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108021,7 +108021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf798e7d-c687-42ec-be38-45520e5a8df8", + "id": "49e9c18a-aef8-436f-9be9-f6faa7f3d1c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108065,7 +108065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf04bd88-07f7-4a70-9ac4-d96726220530", + "id": "92c72d31-98dc-4f10-aeb2-4c2063d01da0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108109,7 +108109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ad9fb52-f184-4fe6-b620-a7d7d7b67225", + "id": "7e1a5de2-b78b-4c4f-9975-57948e934ab6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108153,7 +108153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e126799-2e50-4085-90b7-4977509e86f5", + "id": "8ee1d24e-d112-44cb-a42d-cc44bda73e91", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108203,7 +108203,7 @@ } }, { - "id": "f4275f86-8641-481b-aea0-c892d9ccfd95", + "id": "40fb4de9-8cbb-4e35-94e6-1e1844001d05", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -108244,7 +108244,7 @@ }, "response": [ { - "id": "124c0f96-f643-4763-b122-b3c774a2b1ff", + "id": "29a5679f-2fbb-4c3a-bb7a-a9d246d22dc1", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -108278,7 +108278,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6b289056-1cbc-4d9c-84fb-1e17336937e3", + "id": "3055f45b-9fd0-4858-8801-65126d40a7f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108322,7 +108322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2af50b9e-7da5-4a93-a0cd-29a6dacdb69d", + "id": "052b41f0-8fa5-4aaa-a18b-d916b3328bc0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108366,7 +108366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f32a6fe-584e-416e-bd4b-ff5d921366c2", + "id": "234de12c-1617-46ae-951f-2e43316bee1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108410,7 +108410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3f7be83-6cfb-469e-83a2-d84dd85bbf6c", + "id": "8aecd268-706b-42ac-9d06-33f193255af7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108454,7 +108454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79953a15-ef22-4093-8878-afcb6b1085bd", + "id": "a5bc99ce-356e-4d64-85b4-9abcadd88f4f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108498,7 +108498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90236b11-b000-4bef-871f-05c3e67e1580", + "id": "7827374b-3674-48d9-80ce-98e0a6335b9e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108548,7 +108548,7 @@ } }, { - "id": "a96b29b1-f080-456e-a17d-d4c82e8011d9", + "id": "bd355d2c-dfc0-4d26-aa16-16714fd15bab", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -108590,7 +108590,7 @@ }, "response": [ { - "id": "fd987f25-633c-4d01-af05-fde9ed6cb729", + "id": "b94f4946-988e-4e8c-bf9a-a1e774a93762", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -108630,12 +108630,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": 37556502.99795583,\n \"rejected\": -69421413.29542953,\n \"pending\": -69595789.57343262,\n \"nonEmployeeCount\": 75580977.85508627\n}", + "body": "{\n \"approved\": -74981182.08673018,\n \"rejected\": -18752775.59599167,\n \"pending\": -13495199.404333442,\n \"nonEmployeeCount\": 64454756.42660537\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ef3b92ad-05f2-40e3-a95a-d7e1e567294b", + "id": "7804d01a-906f-493a-9001-636abffd6ce7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108680,7 +108680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3676aee-242e-4ccf-b0d3-93954c15fa2b", + "id": "4d189e83-86ef-48fc-9e7c-85b889fe6512", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108725,7 +108725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2e82563-0222-4973-9c08-c5816ee90df3", + "id": "b20084ef-e0f0-4ddf-a94f-352ec8e7f801", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108770,7 +108770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77980fa5-1704-4119-a2e3-94035f74a53c", + "id": "c568442d-4de6-4a8c-af0a-34e536ced7a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108815,7 +108815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f852467-c5f9-4297-a2b1-5ec39dc010c2", + "id": "b1351b79-6a1e-45e2-9b05-320ed9a9d177", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108866,7 +108866,7 @@ } }, { - "id": "9b58ef5a-9a61-464b-bbc0-ff29bffcc906", + "id": "1edb39ad-b51b-46e2-8f14-f5c82106cc0a", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -108908,7 +108908,7 @@ }, "response": [ { - "id": "b59c71bb-9a02-4e58-943e-943fa91e7ded", + "id": "df908234-1791-47ab-98ba-a3ac960998ea", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -108964,7 +108964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a732967-880d-49e7-879d-9748dae9d60a", + "id": "1c9ebc82-54bf-47e7-bb0e-b0691a835ffd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109020,7 +109020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd0fef60-40b0-45d8-9a36-d8ab6981bdb5", + "id": "23c32f6f-448a-4a09-bfe6-122b35cf3d72", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109076,7 +109076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d633fe50-2f28-49d3-b694-3c3aaa771bdd", + "id": "ad7645e7-a591-40a8-b3c2-1fb38211058a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109132,7 +109132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2890e57-a383-4d2d-b62e-78def2c86c94", + "id": "be880320-e669-4f92-9b07-05018f7ca993", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109188,7 +109188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aec0555-1833-425d-af9f-8dd56eecedd0", + "id": "a328fe84-8873-4737-98c7-75b1d6345d75", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109250,7 +109250,7 @@ } }, { - "id": "91c1b3d2-b24c-4405-ba71-0a5c644d5c6e", + "id": "c290ac9c-a182-4cd2-94d5-b48630816c5d", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -109334,7 +109334,7 @@ }, "response": [ { - "id": "51c2776f-2e4c-4472-84c1-16ceb3cfd596", + "id": "13cddf05-8245-493f-b979-ddbffa3168f7", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -109432,7 +109432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e4c4f25-f153-4831-b148-3039e56136e4", + "id": "54b22d9d-0f72-4a99-9ef8-51cda84fd85c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109530,7 +109530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5dd4277-6bd6-4c4d-b33d-b25ac107c08d", + "id": "a10e3ad8-70c4-497f-8500-e3692eb2bd4a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109628,7 +109628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f416ee4f-003a-40cb-ac8c-4083a42fe40d", + "id": "58be9aff-2d01-4910-8458-e70ee525bdb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109726,7 +109726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46fafb6f-0563-4a48-956a-99609e751bf2", + "id": "0aa1bdb9-ae2e-4238-87e4-2a79c4e7ad52", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109824,7 +109824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "feb64219-c91b-4909-885c-2e9353196022", + "id": "6d3742c3-8c6d-4031-9d30-e3e70acfc8cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109928,7 +109928,7 @@ } }, { - "id": "e95739af-8ed4-4b70-b8fb-3f70ff671979", + "id": "553ae716-c04f-4898-aa98-88192ea5799a", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -109969,7 +109969,7 @@ }, "response": [ { - "id": "0e106caf-9680-4c6e-8c41-0d464cf81d8f", + "id": "d57c4650-e681-48a5-a61b-39eaa7664878", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -110013,7 +110013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0aac4c6-9ad0-4295-8e39-74faefa9fd15", + "id": "38b3e040-5f33-4092-b2c6-241525e8febf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110057,7 +110057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be4389c3-a584-4579-9082-fe4df5e7ebca", + "id": "40c6fce7-60cc-4039-8eec-0937f0a0d3d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110101,7 +110101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8746c48e-ed18-4530-9e48-01a88e3fb83a", + "id": "a27c54d4-6974-4c38-b210-33d1e24ba454", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110145,7 +110145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b5ee908-b623-434d-871b-055af096c786", + "id": "8593e394-f868-43de-a423-5d68bb7c2d41", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110189,7 +110189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5ebc7b7-a546-4535-82e3-da6912537dce", + "id": "43e3aa32-7212-4579-9c3f-a852fa581ae8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110239,7 +110239,7 @@ } }, { - "id": "9410bdc2-18a9-41ee-9be8-a38a211bea8d", + "id": "da03dfcb-2fa9-4418-9bc3-bff36506a6a0", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -110293,7 +110293,7 @@ }, "response": [ { - "id": "d6466c78-77e1-498c-b05c-e08f90318996", + "id": "08208007-81fb-4651-b880-626f15418a67", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -110350,7 +110350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e42db4eb-8ce8-4a1b-b525-0d37bb3bbefc", + "id": "4a998cde-8969-496b-a827-921a7b2285e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110407,7 +110407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8d43b0d-39da-4e68-a713-ca57380233d0", + "id": "c62701b9-3824-4e25-8217-378119573ec7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110464,7 +110464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8de13bdd-3533-405f-8a97-f4252b5c0f21", + "id": "e0c81869-916a-49c6-898e-026111f5473e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110521,7 +110521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "962ee7e3-d576-4ada-9921-9c4aec06d7ee", + "id": "9dc5e69d-fdb5-48fd-ad72-42a63459a815", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110578,7 +110578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ab0d31f-db8b-42db-8ed4-322b8af48581", + "id": "3ab4b85e-ed00-4458-993f-676668fe4e68", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110641,7 +110641,7 @@ } }, { - "id": "83ca6276-0fbd-440b-8561-21fc1d80b73c", + "id": "4ddfa151-6356-471e-9531-c28ab8e355cc", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -110682,7 +110682,7 @@ }, "response": [ { - "id": "fbadbb1b-d5a0-4806-be55-5fc14f6c1dc5", + "id": "543b3a82-140f-442e-a69d-7c4c45a0cd13", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -110716,7 +110716,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5ad80dbe-f65d-4ae6-a52c-8f35a99ae598", + "id": "bdc1c893-c01b-446c-bba3-7b8b4b263c5b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110760,7 +110760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1d19b5f-5060-4281-933a-9da759c537a8", + "id": "8f5e2381-3d0f-43f4-bd0b-0f98ab9c78f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110804,7 +110804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e43c58b2-3ffb-4b29-b766-c3edbd5565ef", + "id": "7f38127b-8445-49ec-b6e9-ae9416f284c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110848,7 +110848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b11ae88-3510-4e60-8965-3e4f2d1be8c4", + "id": "bcedeb16-d6d8-4581-9372-39401c479750", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110892,7 +110892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c1adcad-be94-4374-be32-36895a44a457", + "id": "ff2ba7ac-8d4b-46df-aba2-d9b6198edb2f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110942,7 +110942,7 @@ } }, { - "id": "82246579-ea75-4d8a-80d1-434cf0b809bd", + "id": "6c185663-5735-451c-a955-a200bfeb36c1", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -110985,7 +110985,7 @@ }, "response": [ { - "id": "2515c1ca-2696-4b6f-ab9c-485d272238f9", + "id": "7c0fe767-8dc5-4ca3-b572-c23b94e56f06", "name": "Exported CSV", "originalRequest": { "url": { @@ -111031,7 +111031,7 @@ "_postman_previewlanguage": "text" }, { - "id": "133d3f43-4225-4787-b9da-3057596621f0", + "id": "5b32fa88-ad35-4bf2-b720-e67121501e21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111077,7 +111077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "600175a2-c153-430b-b3b4-643622a5c476", + "id": "72da2c05-fa28-487c-9eb5-b8cbbe490b8e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111123,7 +111123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8430246-ddaa-4d74-89c9-b6cabea82691", + "id": "4e6dab99-3946-404f-af81-8cbcc0c8d82d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111169,7 +111169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d3a7b7-78a8-4ef0-b2eb-aa29c7c53613", + "id": "cdf9c1fa-bc76-4be7-aad9-8fb789936633", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111215,7 +111215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aabd241-badd-4a53-b360-503ba43fbaa0", + "id": "a378b79c-3fc9-43a9-a802-c7197a480c2d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111261,7 +111261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "799887f8-e768-4b10-9c09-2e0f393c9e78", + "id": "72055891-2af4-452d-ac91-9f39c48513a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111313,7 +111313,7 @@ } }, { - "id": "79489229-9dee-415e-b4c1-d6312082265f", + "id": "5dd4bf95-70f2-41ec-9639-a7d75ca6f6ee", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -111364,7 +111364,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum proident", + "value": "et dolor exercitation", "type": "text" } ] @@ -111372,7 +111372,7 @@ }, "response": [ { - "id": "161c0774-7e02-43ad-a193-c1708ef1296c", + "id": "99325ee7-4443-4dec-9e95-f21055b73949", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -111415,7 +111415,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum proident", + "value": "et dolor exercitation", "type": "text" } ] @@ -111434,7 +111434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9143c6fa-b242-4f25-aa99-d373fc8aab6d", + "id": "6331d3b1-e7f2-4b9e-b7a3-60569577b7df", "name": "Client Error - Returned if the request body is invalid.\nThe response body will contain the list of specific errors with one on each line.\n", "originalRequest": { "url": { @@ -111477,7 +111477,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum proident", + "value": "et dolor exercitation", "type": "text" } ] @@ -111496,7 +111496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2536fa1e-0f5f-4e8a-b583-53a701a99792", + "id": "bf953ce1-d80c-4ecc-a00f-4ce611308ec3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111539,7 +111539,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum proident", + "value": "et dolor exercitation", "type": "text" } ] @@ -111558,7 +111558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c69911-a9e4-4f14-b53b-92ae932e942c", + "id": "e6fe7545-411d-482b-ab52-fcb7fce13379", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111601,7 +111601,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum proident", + "value": "et dolor exercitation", "type": "text" } ] @@ -111620,7 +111620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f99fa5bf-25ab-4493-913e-aab7f6ce6e04", + "id": "96650599-6440-445a-8f9d-e6970273f6e2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111663,7 +111663,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum proident", + "value": "et dolor exercitation", "type": "text" } ] @@ -111682,7 +111682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f761a9de-ed31-4149-894e-296139fddf50", + "id": "a8f1c43a-cbbb-4ea5-9776-c110d829de4a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111725,7 +111725,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum proident", + "value": "et dolor exercitation", "type": "text" } ] @@ -111744,7 +111744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f36d865-db90-427c-b9a7-850c3d029e73", + "id": "bd37f7a3-1038-4bd8-bf1e-dd72313193fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111787,7 +111787,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum proident", + "value": "et dolor exercitation", "type": "text" } ] @@ -111812,7 +111812,7 @@ } }, { - "id": "74dbac0c-58fa-4e9f-a2a9-6ac463ccfd17", + "id": "2226bae4-0b52-457c-bfcf-21ac7de557b0", "name": "Bulk upload status on source", "request": { "name": "Bulk upload status on source", @@ -111855,7 +111855,7 @@ }, "response": [ { - "id": "d35c08af-ea80-4957-ba86-ca69b11b2817", + "id": "fd7ffa9a-e913-415f-89be-ab5475bfd6df", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -111901,7 +111901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9272ade5-68fa-4506-8020-24d4db2cc706", + "id": "a57ac1f7-edd2-4a52-a902-ccfe2cf40d7f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111947,7 +111947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "972c9c76-0d5e-4672-9ebb-d9ca931f455f", + "id": "88a4d206-b1f3-4e91-b0bc-6af7c528d0ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111993,7 +111993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4b70257-53d3-4914-ac19-b3c65856adfd", + "id": "72d37449-dac4-453b-9334-c13b9b7e2b77", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112039,7 +112039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55be14a5-60d5-4d02-b7a8-5060aba78231", + "id": "1746061c-b58b-430d-abb5-e7a15675e0b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112085,7 +112085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd9675a0-2e39-437f-a7ad-15e700451169", + "id": "7baf03cc-363f-411b-8606-dbc93f7b4a0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112137,7 +112137,7 @@ } }, { - "id": "8f9155c5-e1c2-4b58-b87b-bbd27b87f960", + "id": "a3e0e43f-c5a5-4b98-8560-b2a2fbd127de", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -112180,7 +112180,7 @@ }, "response": [ { - "id": "f7354343-77c7-464a-b5dd-11e135988246", + "id": "ebc77f63-de03-4cde-9430-9c593725a99c", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -112226,7 +112226,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a5ef0d68-1bc5-4067-916a-fdcca9d85310", + "id": "cbcf4c9c-d950-4d72-9904-6a5f15d89178", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112272,7 +112272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1f336b7-4d35-4984-986b-48a97fd0247d", + "id": "3ec0bf4b-667f-435e-977c-2129ea25907d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112318,7 +112318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2700897-81a9-4873-9b72-19f481bb2c6b", + "id": "b8f5051a-6212-4a1a-914e-c172c7dabce0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112364,7 +112364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c945a17c-4e75-499b-9952-8f27315406b2", + "id": "ac6137b8-a802-407d-9957-a76db39dda2d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112410,7 +112410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e50a9559-4a45-4956-b15a-f5fbb0397564", + "id": "f3805c1f-28dd-476c-a742-053072b7f605", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112456,7 +112456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22a7af43-5584-4684-ba33-413c1387a717", + "id": "a80e0a67-52ce-4428-bfc1-992ea94f5bdb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112508,7 +112508,7 @@ } }, { - "id": "f741050c-5e2d-4993-8f7b-0999e6c2d616", + "id": "1fe2d798-0e59-452c-b9e7-0c895759a8b2", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -112592,7 +112592,7 @@ }, "response": [ { - "id": "832ae325-39d4-4f8b-a6da-90197d9a2e8c", + "id": "20e82fdf-2a33-4830-bbfa-126dc6b55990", "name": "List of approval items.", "originalRequest": { "url": { @@ -112685,12 +112685,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"adipisicing ullamco veniam incididunt dolore\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"sed est ullamco\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"mollit id aliqua proident\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"dolor ad\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n }\n]", + "body": "[\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"labore voluptate irure aliqua\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"nostrud proident eiusmod incididu\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"mollit deserunt\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"quis esse tempor sunt\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6b5eaef0-29de-4b33-8c97-18e8f5da6a5e", + "id": "f7b8011c-5837-4d1e-b0af-07faa5488748", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112788,7 +112788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edcd2909-028f-4871-a2f9-88b16dad486e", + "id": "82b3edab-0ac3-449d-8599-57f9b7c0c6a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112886,7 +112886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0b26e29-b5ef-4e03-a873-1705968a8247", + "id": "cf8293d3-7c55-4f5f-8987-96383dfb6946", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112984,7 +112984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a90fdbf-2369-4f88-88d2-a3f0f6e44cf6", + "id": "35bbcc01-e940-4eba-87f6-4422c88f8dab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113082,7 +113082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3895b49a-6c6f-4736-87c7-f23b63f40454", + "id": "672085fe-6f9a-4932-8cf2-85bbf3abbb89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113186,7 +113186,7 @@ } }, { - "id": "836664de-4118-49d2-bf02-251b47def7c0", + "id": "b2cc0651-c820-4a7a-9f43-6db987f1b308", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -113237,7 +113237,7 @@ }, "response": [ { - "id": "cc6abcc6-6551-4248-8fad-c075272bf71e", + "id": "fbb664b8-b669-4e75-9508-0a4f41c458ee", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -113286,12 +113286,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"aliqua irure quis do exercitation\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"aliqua sed quis non labore\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n },\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"schemaAttributes\": [\n {\n \"type\": \"IDENTITY\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n },\n {\n \"type\": \"DATE\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n }\n ]\n },\n \"data\": {\n \"tempor_b33\": \"fugiat ea Excepteur\"\n },\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"irure sit dolor Duis\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24\",\n \"endDate\": \"2021-03-25\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"cillum velit Duis laborum\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"nostrud\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n },\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"schemaAttributes\": [\n {\n \"type\": \"TEXT\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n },\n {\n \"type\": \"TEXT\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n }\n ]\n },\n \"data\": {\n \"nostrud_998\": \"est commodo occaecat reprehenderit Duis\",\n \"sit_7\": \"vel\"\n },\n \"approvalStatus\": \"CANCELLED\",\n \"comment\": \"laboris laborum deserunt\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24\",\n \"endDate\": \"2021-03-25\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5766c74f-2873-4a24-85e5-fe4ffa5813a0", + "id": "c4bd7162-ab84-4468-9cad-3576fb9917a4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113345,7 +113345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "286817cd-5a35-4dfd-91e1-6d1a8135fa62", + "id": "60af2270-637d-4025-bc76-61e6b7edf776", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113399,7 +113399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dac5c696-ca79-40b5-ac7f-185980cdf5ac", + "id": "b1060bdb-39e6-46b9-bfe3-a69f6198eed4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113453,7 +113453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4a3d8ad-c9af-4797-a877-cc7de5c3f890", + "id": "584fd80d-66b8-43c6-bcaf-c6cad3229523", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113507,7 +113507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e745d6f-d8d7-4b79-a989-fd375add2c26", + "id": "3dd671b8-26f9-4936-8857-bab0573a48d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113567,7 +113567,7 @@ } }, { - "id": "4636e4ba-a4d5-4531-99cc-5181ae1fc69f", + "id": "11146794-ba3a-41c2-9d54-c563587fcbf7", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -113588,7 +113588,7 @@ "variable": [ { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "id", "disabled": true, "description": { @@ -113611,7 +113611,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliquip mollit commodo\"\n}", + "raw": "{\n \"comment\": \"in est pariatur minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -113622,7 +113622,7 @@ }, "response": [ { - "id": "ddc67d3a-e2fe-4a27-b9fd-33cb3b38eeb5", + "id": "6cac63ee-17bd-4994-a39b-aacaf7c67475", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -113658,7 +113658,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliquip mollit commodo\"\n}", + "raw": "{\n \"comment\": \"in est pariatur minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -113675,12 +113675,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"esse a\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ex commodo\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"ut eu\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"et laboris amet id\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0ae27727-3e3a-4f67-b1fb-a0a6cb63e094", + "id": "92df243f-b5b8-444c-a20e-68c47f406cc9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113716,7 +113716,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliquip mollit commodo\"\n}", + "raw": "{\n \"comment\": \"in est pariatur minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -113738,7 +113738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1b71e65-daaa-4113-a5f1-ca2bf6349170", + "id": "3ac90a92-0984-4200-bf23-481d3551415b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113774,7 +113774,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliquip mollit commodo\"\n}", + "raw": "{\n \"comment\": \"in est pariatur minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -113796,7 +113796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef48d5c8-6bc3-454e-971a-d69ab3326836", + "id": "d2eafbe7-d3e0-46af-9910-8c5a1f42f3c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113832,7 +113832,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliquip mollit commodo\"\n}", + "raw": "{\n \"comment\": \"in est pariatur minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -113854,7 +113854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa81434a-462b-4974-9dea-fd790ddfe5f0", + "id": "d5043f22-f2d6-4eb7-a731-97c1a94f72eb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113890,7 +113890,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliquip mollit commodo\"\n}", + "raw": "{\n \"comment\": \"in est pariatur minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -113912,7 +113912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b81ab65-09d1-4170-9d80-fab328f24668", + "id": "fcfe20f5-8cd6-45e5-8cc4-5e68c1751b64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113948,7 +113948,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"aliquip mollit commodo\"\n}", + "raw": "{\n \"comment\": \"in est pariatur minim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -113976,7 +113976,7 @@ } }, { - "id": "69e8ec32-75a0-4210-ba99-987fde80e3d2", + "id": "376ae14c-e9f3-41dd-946d-aa5bd8f3ee0f", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -113997,7 +113997,7 @@ "variable": [ { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "id", "disabled": true, "description": { @@ -114020,7 +114020,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ad laborum esse\"\n}", + "raw": "{\n \"comment\": \"labore ut Lorem in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -114031,7 +114031,7 @@ }, "response": [ { - "id": "af179b1b-e7bd-487c-873d-f70cb30b3e0b", + "id": "7ab31e35-95bb-48a4-9ffd-1042641645a6", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -114067,7 +114067,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ad laborum esse\"\n}", + "raw": "{\n \"comment\": \"labore ut Lorem in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -114084,12 +114084,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"esse a\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ex commodo\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"ut eu\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"et laboris amet id\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "529e40be-11c7-4de1-ace2-ac05cc92b561", + "id": "6a518fbc-6299-4a8d-b2af-521304beea90", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114125,7 +114125,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ad laborum esse\"\n}", + "raw": "{\n \"comment\": \"labore ut Lorem in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -114147,7 +114147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65024cb2-706c-4ce7-aa04-4a82e34b131f", + "id": "e24517c2-78b1-4118-a6f0-0c9a7d190137", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114183,7 +114183,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ad laborum esse\"\n}", + "raw": "{\n \"comment\": \"labore ut Lorem in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -114205,7 +114205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1c28935-d787-49be-9458-d54b05e22c1e", + "id": "35ed261e-3597-47f6-8bfd-bf0ba30c37a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114241,7 +114241,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ad laborum esse\"\n}", + "raw": "{\n \"comment\": \"labore ut Lorem in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -114263,7 +114263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53aea359-38cc-47e4-b5e1-ce4aa90b77c7", + "id": "c3ff9a95-cfda-47dc-a8d6-196a297e96b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114299,7 +114299,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ad laborum esse\"\n}", + "raw": "{\n \"comment\": \"labore ut Lorem in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -114321,7 +114321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dc857c7-11b6-49c4-8dbe-78a0cf7b9049", + "id": "6c8fe182-1ec1-4928-ba05-d994e9e3d0a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114357,7 +114357,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ad laborum esse\"\n}", + "raw": "{\n \"comment\": \"labore ut Lorem in\"\n}", "options": { "raw": { "headerFamily": "json", @@ -114385,7 +114385,7 @@ } }, { - "id": "ee71a0f7-1ba1-4971-91fc-11234ca08d7a", + "id": "5d916f59-2044-4c39-8b5a-5a3a86cf62df", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -114427,7 +114427,7 @@ }, "response": [ { - "id": "bf4dd5cb-605c-4613-8f9c-af5d34ef3993", + "id": "d38a7392-5b2b-451a-be78-0975bfcd9f7f", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -114467,12 +114467,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": 23432308.388805375,\n \"pending\": 98611017.9193269,\n \"rejected\": -50281965.118344106\n}", + "body": "{\n \"approved\": 67895815.9587518,\n \"pending\": 58780314.87797898,\n \"rejected\": -88109475.29802063\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5a006af2-7375-4a25-8c83-f07c8f90b9f7", + "id": "8aeedb37-ad37-4ada-81fe-e5b3fed7cac2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114517,7 +114517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e3bda6-b0d6-4c8a-bf14-1a46a7accb32", + "id": "2f9b6981-57d5-4b6b-8841-28b167ffd6f9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114562,7 +114562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30b0f83a-cb82-4188-9c47-c71a52b82a39", + "id": "a36e5c7a-d48a-49f1-a800-df1693289e90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114607,7 +114607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c21594cc-fc04-41cb-a3e1-d2ab2e0dfee9", + "id": "9e609551-51cd-41bc-983e-79adfb7540b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114652,7 +114652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7515860-54f3-4571-bd8f-4f68859ee2e6", + "id": "3c54b7fc-c2fe-4888-a7c2-c7a1bcec5698", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114703,7 +114703,7 @@ } }, { - "id": "191accf6-0b33-4e83-a01b-37643d7fed8b", + "id": "e2e14172-950c-4769-94af-8d8be123dcc2", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -114745,7 +114745,7 @@ }, "response": [ { - "id": "b34a80e4-01f2-400f-828b-1fc6951e6a51", + "id": "1fbacfaf-77de-4ce7-a749-1c83b6609f30", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -114790,7 +114790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55db756a-d354-466c-a8eb-da2f38789d62", + "id": "4b47f6e6-b09f-4b87-86d2-bb33e0add997", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114835,7 +114835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea534413-429c-4d9e-9120-adaf66c72696", + "id": "854ce46b-e9af-45d3-ab19-2f76bf757985", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114880,7 +114880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51633979-0da9-47ab-abb0-b898d511409c", + "id": "ed283001-c3fb-4875-a5ab-179b8a15f967", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114925,7 +114925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ba5d2ff-f409-4da5-972b-305496aea934", + "id": "615ede90-b163-4381-b852-a01a09479cf9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114970,7 +114970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05b58be0-efb4-48f6-a6b4-63e3601afdbb", + "id": "0522de14-f3d4-4174-90f5-3200ee2f9a5b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115015,7 +115015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8913db22-fba9-4959-8726-5d1aa681c4e0", + "id": "bf144730-551d-4b96-8394-9e0927a999b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115066,7 +115066,7 @@ } }, { - "id": "9c8b1676-42a0-47ed-8696-2ed9784ac0bb", + "id": "1005e384-7f3e-44d2-9bac-45c63adabdfa", "name": "Create Non-Employee Source Schema Attribute", "request": { "name": "Create Non-Employee Source Schema Attribute", @@ -115121,7 +115121,7 @@ }, "response": [ { - "id": "920618c2-63d9-4428-82c6-9b20c1eb3480", + "id": "d33f6f4a-6eec-44bf-a6f6-1ab728bccada", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -115179,7 +115179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3bd5297-6b93-465f-b8e9-37a5f081d255", + "id": "33b4c46f-22da-43cb-9d82-fd84c7a921f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115237,7 +115237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0313f01-cab7-4ae0-82d6-79b3cbea6926", + "id": "1bf9b40b-13fa-484e-8625-41f3f765ff3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115295,7 +115295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a9f1771-fd2a-4596-af03-7911d3d1875a", + "id": "6c4f5eea-77b6-41f9-9bef-f61d7e07863b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115353,7 +115353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5af358a2-4284-4db7-a9cc-9f696b4d8f6a", + "id": "fce787d1-d202-402b-b88f-2c3766afed9d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115411,7 +115411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60a8b91d-1357-4d8a-8713-de8fd30ff132", + "id": "c3a2cf76-27b2-48f3-976d-f04b587f2e5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115475,7 +115475,7 @@ } }, { - "id": "707023ae-35be-4a33-bcf7-a347f24ef560", + "id": "5fb01b13-6c84-4149-8963-33b79abc175e", "name": "Delete all custom schema attributes", "request": { "name": "Delete all custom schema attributes", @@ -115517,7 +115517,7 @@ }, "response": [ { - "id": "581622a7-8927-40c5-b41b-074fa2ede4bf", + "id": "63158a1b-6299-4c2e-bcd4-2d8157aa1cc1", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -115552,7 +115552,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a0fc142b-4db9-4f2f-a154-74806b5c76f3", + "id": "476a7b90-30e8-468e-8013-6fe8766b86bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115597,7 +115597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4cd6444-a7c4-4c46-ad85-311768be276d", + "id": "8fe30e29-0a37-4eb4-8235-a664051b195a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115642,7 +115642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6aa2b80-58dd-4926-9ba0-c7935fc950b0", + "id": "450f8514-7eb0-4ae1-b42a-370864007f55", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115687,7 +115687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7df8b8b9-8580-4b46-b743-116527678749", + "id": "e1f17d34-4b51-4558-b0bd-991ae216dd99", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115732,7 +115732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77964c9a-c0c9-4f3c-a314-cec73dfe4197", + "id": "eead8950-d6a6-4611-8240-2af629533571", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115783,7 +115783,7 @@ } }, { - "id": "7c12d8d7-90c7-41e4-a67d-581137144b97", + "id": "8c5f5d70-fd98-4673-a7eb-b04abc777cd1", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -115836,7 +115836,7 @@ }, "response": [ { - "id": "2afc9ed0-f088-4ae6-850b-7ccad8f5dddb", + "id": "053ceff5-be1a-4c31-8ac6-c05b2c21c23e", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -115882,7 +115882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d315fde-f20d-4d19-9ff4-e2e08500a85b", + "id": "764f23fa-8432-498b-9841-289bb1539422", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115928,7 +115928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b9388c6-4657-4500-9240-efb7728b512a", + "id": "ffa80c41-5751-4b9f-9ded-07c71cbf2e3d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115974,7 +115974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f19de9ba-a42d-4d05-91e5-d2fee3a063cb", + "id": "11bbc346-ed9d-4d5b-8bd4-6eab0cf917b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116020,7 +116020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78dd1b1e-af1a-4142-ac4d-afac544a904f", + "id": "f40fbb19-820d-44d4-9ee5-e44df4ba5428", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116066,7 +116066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dde0dd6-8ccd-429e-beb3-b36ec3d5a12a", + "id": "5470f9d3-0d3c-4abb-86b3-fff5d04eb353", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116118,7 +116118,7 @@ } }, { - "id": "11b6f17e-fb68-4b8c-999e-88987026170f", + "id": "501f755f-76db-4815-8b5c-e047f27c4bf6", "name": "Patch Non-Employee Source's Schema Attribute", "request": { "name": "Patch Non-Employee Source's Schema Attribute", @@ -116184,7 +116184,7 @@ }, "response": [ { - "id": "62b75082-9945-41f9-8971-442eafaccf42", + "id": "62ed9aab-b17c-4f51-a73a-59467a2b58b6", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -116243,7 +116243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78617798-560c-409a-830c-25406b92d874", + "id": "df3da0f2-2b61-4d8f-84db-3f41d169ea75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116302,7 +116302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "662683f5-091d-4037-9241-9d2daec160b3", + "id": "981535bc-5b1e-4004-8f26-1430e71b8def", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116361,7 +116361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e6502d-f087-42ab-a585-5bd5e6b56314", + "id": "d8544d2d-c146-4ac5-8cf5-4178cc4497ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116420,7 +116420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba9ee557-cec4-4147-b42b-82b289196f23", + "id": "4e85b137-b5f8-4b2f-8432-75734017a06e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116479,7 +116479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e292c69b-7125-4eb2-8543-f33300dd6b6d", + "id": "b6517bfd-1926-4a66-b336-0ed417dce901", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116538,7 +116538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54a5b9c4-0abb-4aa4-aa3b-0c99b7435db0", + "id": "1ac91f3c-c2f8-4b47-9136-03239325146b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116603,7 +116603,7 @@ } }, { - "id": "2aaab99e-f18e-449c-9c5a-44af5d6f40d6", + "id": "4d10d6b9-3c4c-4a49-890f-c65f1878135e", "name": "Delete Non-Employee Source's Schema Attribute", "request": { "name": "Delete Non-Employee Source's Schema Attribute", @@ -116656,7 +116656,7 @@ }, "response": [ { - "id": "52d59e15-0124-4eb0-9efd-901549f9a410", + "id": "da23c26e-6805-4a22-8fb3-24037cfea7ca", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -116692,7 +116692,7 @@ "_postman_previewlanguage": "text" }, { - "id": "281a90cc-501a-4e58-ab39-bd8e739ce735", + "id": "4ad8b2f3-5b62-4401-a09f-60d791d151f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116738,7 +116738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cf60a57-ede0-4f11-b02e-d84c2b6717d9", + "id": "23126189-8261-47cb-82b7-7b39f93bfb86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116784,7 +116784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29da9e72-9bf9-44fc-8b15-928c7db3ef24", + "id": "b3a8bb4c-2167-4309-95ab-6e16b0748a8e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116830,7 +116830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18e46afa-ecf7-4635-9a40-f6648c605de9", + "id": "489b5596-c581-4193-9fbb-500a0b95ff27", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116876,7 +116876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27d48257-eaac-473b-8017-c0edbb8fe1f9", + "id": "88687d49-ebe7-4fda-a2bc-ae6146c4e2ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116934,7 +116934,7 @@ "description": "", "item": [ { - "id": "21053403-faff-42a7-a5a4-c1a160883df4", + "id": "808fe6cf-d82d-4eff-bd72-a92e271c1f28", "name": "Change MAIL FROM domain", "request": { "name": "Change MAIL FROM domain", @@ -116976,7 +116976,7 @@ }, "response": [ { - "id": "f383e706-5a23-4ae5-aa0a-62a933459057", + "id": "07b71586-ca2d-4779-b5d6-55ca83091546", "name": "MAIL FROM Attributes required to verify the change", "originalRequest": { "url": { @@ -117032,7 +117032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f36010a-983d-4c6f-a76e-ad1ab327d276", + "id": "71522af0-e9c7-45ca-b8b2-ba0dafbe3024", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117088,7 +117088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d25afad9-b719-4b09-bb67-e923f9c53d4a", + "id": "6a24ccf2-e76b-4aa9-adad-b646d8a8b6f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117144,7 +117144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b647b3b-f7e2-4128-9671-6903f829fba7", + "id": "caea3159-d16a-47f6-bb5e-46ee961e1630", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117200,7 +117200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bd6f2a5-8310-470c-9fce-1110600363e2", + "id": "d0960654-87b5-4e60-afcc-deafa2bd455e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117256,7 +117256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8573c491-8ba7-47f8-8867-5184fc960f60", + "id": "a433b332-1744-4aeb-a7ea-a94c0fc12560", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117318,7 +117318,7 @@ } }, { - "id": "7048c205-f251-4ba9-99e7-3b465b64746e", + "id": "6cec8b63-0dec-4c81-abbc-01800c2819db", "name": "Get MAIL FROM Attributes", "request": { "name": "Get MAIL FROM Attributes", @@ -117363,7 +117363,7 @@ }, "response": [ { - "id": "7383be68-d558-4fcc-905f-fda5b0580aa3", + "id": "4f60229a-bded-440c-a975-928c0424cf18", "name": "MAIL FROM Attributes object", "originalRequest": { "url": { @@ -117417,7 +117417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8021ea3-f143-4d36-8227-729f4e51eb24", + "id": "ecd150dd-456a-45f6-9a92-20c7340cd853", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117471,7 +117471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "928ffe90-ab54-4c6e-9215-4bc5a4c7734c", + "id": "cd6c9b89-7398-4983-8e6d-2190c077b47b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117525,7 +117525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50705bd3-9eed-4fe6-98db-85674a6a946e", + "id": "327885fe-9342-41e6-a2ff-7d4b86f38ebf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117579,7 +117579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbd52791-ce8d-4253-bd69-a4a4890f5f93", + "id": "3e602f94-2dce-4fe0-acef-efdcd4244dd1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117633,7 +117633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ba0990e-e321-44df-8ed9-31a630c2ed01", + "id": "e1f5df3d-3fcb-47b8-8e53-486765a38890", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117693,7 +117693,7 @@ } }, { - "id": "b8f133bb-1f01-49b2-811d-0deaf3146e25", + "id": "b8f8961d-3cc9-40da-a044-eb4ad4a6656b", "name": "List Notification Template Defaults", "request": { "name": "List Notification Template Defaults", @@ -117750,7 +117750,7 @@ }, "response": [ { - "id": "d00e261c-cad8-40a0-967b-59b5f4dbc81c", + "id": "9d5c7e83-2056-4f9a-a70e-56e36668f4b1", "name": "A list of the default template objects", "originalRequest": { "url": { @@ -117821,7 +117821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2f9c956-ea01-41e8-a45d-acbf243a1517", + "id": "bfa4330a-866d-471c-9242-e767872a5877", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117892,7 +117892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b34916a-8358-47c4-9274-9ad12d19aa60", + "id": "4acb57ad-76bb-4305-a746-81755782ffca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117963,7 +117963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "941b5c9d-e937-4ccf-a425-744808bafe72", + "id": "52b525fa-61f1-4e68-954f-1a41469977d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118034,7 +118034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe19b458-5c8a-44ae-b66b-89713d36e454", + "id": "5fef01e8-d7b3-4cc1-ba7a-2e8db79a5614", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118105,7 +118105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "828912c0-67ff-4fd9-9532-1bb57db60982", + "id": "3b3888f9-a319-4801-bbf0-975eb00517f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118182,7 +118182,7 @@ } }, { - "id": "1df576a3-df52-4209-9d44-748f00727244", + "id": "98025b27-12c1-44d0-8a22-538325fcdd7f", "name": "List Notification Templates", "request": { "name": "List Notification Templates", @@ -118239,7 +118239,7 @@ }, "response": [ { - "id": "02ef3b58-2022-4d42-9826-dfe69dbab316", + "id": "e9f72a19-8940-4763-a62a-71095ac1160c", "name": "A list of template objects for your site", "originalRequest": { "url": { @@ -118310,7 +118310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dafa6946-d124-4a45-9833-cd32a2e59f34", + "id": "5ec1a38e-7eaa-4d84-bbd2-5036f9449ac4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118381,7 +118381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f27feb4e-2b17-4dc2-b1c1-99a3139366eb", + "id": "25384628-d46d-4f22-8a30-a16e495c4cfc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118452,7 +118452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e2f823d-4d9a-4a59-a492-e210ca05484d", + "id": "3e763a51-b7c9-4f5c-98f9-6cbe9694a5f8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118523,7 +118523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc7d428c-0952-4e2d-b33c-33b5555da8f2", + "id": "12bd93de-b2b4-426a-a90c-6aa31b8b1555", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118594,7 +118594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1840a9fa-a623-4333-a370-9d787356c005", + "id": "a8cb46a8-d1aa-4365-b503-878c31f5966e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118671,7 +118671,7 @@ } }, { - "id": "95d77099-915f-424a-bda1-9c0af949e12c", + "id": "e467ce95-4db8-4676-9e2f-51f147072f39", "name": "Create Notification Template", "request": { "name": "Create Notification Template", @@ -118713,7 +118713,7 @@ }, "response": [ { - "id": "8077d1ee-33b9-43dd-bb59-11aa9b1b2d2a", + "id": "4ddc1e15-da08-4001-ad87-b3b7413f8a29", "name": "A template object for your site", "originalRequest": { "url": { @@ -118769,7 +118769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f1a524f-309f-4edf-9a1b-3a277569b080", + "id": "7d00ad98-a7c8-4f2f-bc7e-39a4ffb3c58f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118825,7 +118825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc2ad762-96a0-4798-b074-63b70b1f2ef1", + "id": "c1eccf8e-9315-4fcd-a4a6-8d9feb12cd65", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118881,7 +118881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f087c15f-7bec-4c85-bc6d-aeaa8d345870", + "id": "9f49c5a4-b198-4641-bc2d-0d29acb621ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118937,7 +118937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be4ba024-bd6a-40c5-ab56-00475f6c2a56", + "id": "5cdadf13-f317-40b8-9b67-11c743aeb76f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118993,7 +118993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0abdfb0e-2a90-4e69-af80-ebfa688cb250", + "id": "4a0a4351-37a1-4675-99a6-a152751c85bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119055,7 +119055,7 @@ } }, { - "id": "4c0d9e96-9b52-454c-ad82-4009b764eee5", + "id": "18dad7bb-019f-47a6-94ca-16e1e9334308", "name": "Get Notification Template By Id", "request": { "name": "Get Notification Template By Id", @@ -119096,7 +119096,7 @@ }, "response": [ { - "id": "ff37059a-2f07-4d9c-90e9-c0b9fdf8d4f9", + "id": "0faa99c2-5641-47bd-8ade-78b0943840cb", "name": "A template object for your site", "originalRequest": { "url": { @@ -119140,7 +119140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c05f0b46-06fc-4b26-a10c-494d9e88e1cc", + "id": "1e23c29a-ba14-414e-8e4d-b1ff5edb9dc1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119184,7 +119184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3848de58-16e8-4763-8c5a-1c93bcb87f07", + "id": "6e6ff3ad-17e3-48ed-9775-75764bdeffb3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119228,7 +119228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6184b5b4-75ae-4d6a-950c-87b26645c54b", + "id": "b7233bd7-d471-4319-b015-4f3a511489e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119272,7 +119272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f80e4c2-c6ed-4eac-98b5-c766f8ad0abf", + "id": "13b13700-6665-4c63-8ad5-01436479fc5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119316,7 +119316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e491a1d5-2a7f-48e7-93ac-8b90d3d2f61d", + "id": "f0ca239d-ed25-43dc-9002-39c5dcb65b73", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119366,7 +119366,7 @@ } }, { - "id": "90575660-32a8-4da9-98c4-04d4297547cc", + "id": "964758d0-5dca-43e6-9566-eff5fa0b8b83", "name": "Bulk Delete Notification Templates", "request": { "name": "Bulk Delete Notification Templates", @@ -119409,7 +119409,7 @@ }, "response": [ { - "id": "4ba1b3ae-1d0a-453f-b7be-30c48cd49586", + "id": "2c72c638-2a97-442a-86cb-14a884cc89ad", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -119456,7 +119456,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ecb89007-8372-4270-9d00-e45ff1679e3e", + "id": "679a4afd-af91-4101-8bd7-81c8b5437305", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119513,7 +119513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "181e5d91-3117-4828-83c0-91efb5db8158", + "id": "32fed06a-0021-402b-ae40-58a733316c3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119570,7 +119570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0613eea5-d1f0-49c2-b27a-895ca3e9c5a5", + "id": "cb16ad0f-5b51-497e-a451-104d633aff04", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119627,7 +119627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1c5c065-9a8b-4078-80ed-d8efd49740b2", + "id": "fbbc85d6-a5e8-455a-bc14-6581f5095f0e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119684,7 +119684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d70a6df9-48f4-4a6c-a4b3-d47473b60e41", + "id": "ced29609-9b24-4850-bc62-ce4fc8ce5589", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119747,7 +119747,7 @@ } }, { - "id": "101d182c-364b-488d-ab33-903099c27690", + "id": "e8ba1dd1-904f-465d-9a21-17f16ae11fe0", "name": "Get Notification Template Context", "request": { "name": "Get Notification Template Context", @@ -119776,7 +119776,7 @@ }, "response": [ { - "id": "73d60288-9c42-4f8b-b1c9-138553ad5273", + "id": "21f3c092-91f1-4b8c-b0e7-4e25a44eb0c4", "name": "Notification template context attributes for a specific tenant.", "originalRequest": { "url": { @@ -119819,7 +119819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c80b758-904c-4c6b-bf2f-56f3233e337c", + "id": "3ea2f1eb-727d-475f-a943-f7fb65bf5c02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119862,7 +119862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85844124-b759-4a5e-b608-8e34766cc869", + "id": "ea6a66f1-75b9-41c6-b1e8-e746eb55bf08", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119905,7 +119905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c7e9934-e5ac-4eaa-a371-2fb016053329", + "id": "900094b2-ec2a-4128-884d-f9f153fb1d39", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119948,7 +119948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "911b8615-d471-4ee6-85dd-8535ebde9213", + "id": "685d3781-1187-47ef-ba31-9ebb99200073", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119991,7 +119991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e435893-6b3e-44fd-aca2-ad3a88d6eb1d", + "id": "f75990af-cd8b-4e8a-b04e-d2719574ed0a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120040,7 +120040,7 @@ } }, { - "id": "8f7be4d1-a29f-4a90-b887-b9eb6068b56e", + "id": "b7edaa70-e06d-4e72-9f50-3dbebe65d5aa", "name": "Get Notification Preferences for tenant.", "request": { "name": "Get Notification Preferences for tenant.", @@ -120081,7 +120081,7 @@ }, "response": [ { - "id": "d8cc691c-fecc-4261-b9f2-bda3b6949a0c", + "id": "50e1283a-828b-4eab-8111-374614a3451f", "name": "Return preference for the given notification key.", "originalRequest": { "url": { @@ -120125,7 +120125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81557eff-ec2c-4f2a-82cc-e526b477afaf", + "id": "a01090b3-0c82-4fe8-9b14-04d41f6ce473", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120169,7 +120169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c6c7296-8b26-43b6-9941-c8a84683e1fe", + "id": "d60117d8-ed60-4d90-bb90-f9be55a55347", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120213,7 +120213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19de2ef3-a749-4de7-8f0e-000142c61aa4", + "id": "3e85c2dd-8067-4da1-804e-adc4218f35da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120257,7 +120257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7333e341-f2fa-4dbe-b299-0ad23708f25c", + "id": "ae775f29-af7a-4f2f-8447-f3d7cac198ea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120301,7 +120301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb9a42d7-ef27-47b2-8241-3b7d989cb928", + "id": "3d4864d4-67ad-4ee1-81cb-da7376cff3b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120345,7 +120345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e06168d8-ffd2-4329-aa66-12674dafec96", + "id": "7c9adc8b-fb38-4e3e-accd-e3a1cbcab49a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120395,7 +120395,7 @@ } }, { - "id": "586c0341-34f0-4530-93e7-71e9d9cfcabc", + "id": "83ac31f7-bbb1-4db4-aad7-04eab2a82ffe", "name": "Overwrite preferences notification key.", "request": { "name": "Overwrite preferences notification key.", @@ -120449,7 +120449,7 @@ }, "response": [ { - "id": "5b063f08-ee42-4ac5-bf79-0e04b912a6b1", + "id": "0d349127-4ba4-44ed-9251-b176e1c16a0b", "name": "The preferences were successfully replaced, and an echo of the new preferences are sent back to caller.", "originalRequest": { "url": { @@ -120506,7 +120506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1634a6dc-152e-4b8f-a585-55aafd3eafa5", + "id": "5ae1a211-413a-4c95-a6f5-a108897b7a03", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120563,7 +120563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc85782b-d2d7-4c44-b348-36827631b81f", + "id": "1cbb7b13-5d79-4a0b-a984-583f92709de3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120620,7 +120620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0608438-6bd0-4c24-b720-4c43106f04f7", + "id": "d5e28c98-46ba-43ec-a486-a112921d11f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120677,7 +120677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "839fe5e8-c0a9-4a5f-938c-04241e6b4458", + "id": "4887fd08-4826-411c-88d9-a2732a3319db", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120734,7 +120734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c966e619-3373-4cb1-bfde-8c9bcf0a916e", + "id": "78ff2eb7-cbb3-4096-bc51-ae5780048db2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120791,7 +120791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34838666-e233-409b-8435-924e682bca96", + "id": "9560fefd-959b-4dc5-9652-f25ae5737a5c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120854,7 +120854,7 @@ } }, { - "id": "fb88ecbd-5aca-41ce-9df5-6ac1a80fc5da", + "id": "abd5acff-29ab-4ccf-b3fe-c8ced804b85f", "name": "Send Test Notification", "request": { "name": "Send Test Notification", @@ -120896,7 +120896,7 @@ }, "response": [ { - "id": "f4d3903a-b2c3-4845-97bf-003c233e2bf2", + "id": "143e109e-f66e-46fa-a0d4-775292a75e96", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -120942,7 +120942,7 @@ "_postman_previewlanguage": "text" }, { - "id": "916e4f6e-fc47-4403-adb8-c5888fefbd7e", + "id": "c321be07-cc32-446d-b6ad-98c147aeb9fe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120998,7 +120998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4156ebd0-911f-4c41-9d1c-b6aec2c989bd", + "id": "10385d92-895f-4644-bef0-a1e1e221d290", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121054,7 +121054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcc66788-9402-46d5-bacc-c2dde0ee9283", + "id": "a37cf178-b991-4ade-a34a-3a0fba293f04", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121110,7 +121110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e0cfa52-07e7-4072-857c-f55fa431932b", + "id": "d37fcad2-ec15-4ec1-bd10-ec7abcf44cb3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121166,7 +121166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaf4b9a7-abd4-4ed7-9261-6082572bec6b", + "id": "0298275f-d4b4-4e5f-9c87-2283cc1c3ee1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121222,7 +121222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdd9d0d9-e36a-4fc0-8776-9bb647eabd45", + "id": "5aebcad3-527f-4134-b763-9014aa46aeab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121284,7 +121284,7 @@ } }, { - "id": "0769192b-eda9-4b27-8fce-b05a5df01338", + "id": "9e6af489-2d18-4864-a0ac-c707b53bd0aa", "name": "List From Addresses", "request": { "name": "List From Addresses", @@ -121359,7 +121359,7 @@ }, "response": [ { - "id": "2cbc9eec-9e01-4418-83a9-1cad567ddbbd", + "id": "67ea7434-55a9-4bc4-8e15-aa408ae45f4a", "name": "List of Email Status", "originalRequest": { "url": { @@ -121443,12 +121443,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"ut in do sit adipisicing\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"FAILED\"\n },\n {\n \"id\": \"nostrud aliqua ea\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n }\n]", + "body": "[\n {\n \"id\": \"nulla\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n },\n {\n \"id\": \"laboris in proid\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"FAILED\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d507614d-e017-422b-8abc-d1e439923bf8", + "id": "8c4bca52-b1d4-46fc-bc20-6040d4c76055", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121537,7 +121537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7923fed5-11fd-4852-8c60-0fc215bce8c2", + "id": "386821a1-7f1d-4ddf-b15f-c84086ae361f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121626,7 +121626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aebdcd33-a22b-432a-b1af-b3ce82e6a8ac", + "id": "2e96ac28-f671-455c-8fc9-f76680ecd3df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121715,7 +121715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25d40d2c-2adf-400c-8043-44178d3e9f88", + "id": "a89f0868-fe9f-4a0a-9197-06a29c7d6024", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121810,7 +121810,7 @@ } }, { - "id": "a7d34c37-07f0-4881-881a-228dd75dc71e", + "id": "52d48a06-129c-4426-8c43-f22df46997c0", "name": "Create Verified From Address", "request": { "name": "Create Verified From Address", @@ -121852,7 +121852,7 @@ }, "response": [ { - "id": "f68a4d06-1a26-43c9-8673-29775a947cb9", + "id": "c1448b34-9dd0-41ce-ab18-b42cab92939f", "name": "New Verified Email Status", "originalRequest": { "url": { @@ -121903,12 +121903,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"voluptate ea\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"SUCCESS\"\n}", + "body": "{\n \"id\": \"aliqua\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"FAILED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "07b4a292-da6e-40b0-91d3-87a5a477f47a", + "id": "6af6b06d-5d40-4538-a194-9b66a7e4a63f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121964,7 +121964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f72218c9-ef5b-4c9f-9986-42f0d59f7e52", + "id": "d18dbf04-02be-4e9f-8ade-6f521daf7359", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122020,7 +122020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8811af3c-1531-4839-9d84-12d2492cb3c5", + "id": "986a549e-8684-45c8-9790-6b472e27f10a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122076,7 +122076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46957687-92d4-4c14-8ab4-e7531bc67720", + "id": "d1e488f5-4cbf-4dea-ac71-940de2a49a47", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122132,7 +122132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbbe7505-f040-43e4-b8d5-47ede623dd1c", + "id": "d3019a7b-70c2-442c-824b-196aa0e2ea60", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122194,7 +122194,7 @@ } }, { - "id": "dd417754-8dbb-4df8-9baf-9c3368083448", + "id": "c88d362b-6854-41ca-b202-a6c2d0476855", "name": "Delete Verified From Address", "request": { "name": "Delete Verified From Address", @@ -122214,7 +122214,7 @@ "variable": [ { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "id", "disabled": true, "description": { @@ -122235,7 +122235,7 @@ }, "response": [ { - "id": "c5c79da4-ceff-4fce-acbd-f77d69e5b62c", + "id": "997c4341-8145-4097-9896-0bbcd8bd35eb", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -122269,7 +122269,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c89c01ba-fd7c-4af4-9edf-aeb4631f24a7", + "id": "ef12eb23-cc78-491e-887a-19e4e622e062", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122313,7 +122313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca44f7d1-710d-4ebe-bf43-eab605de4a16", + "id": "2a459ff0-a028-42e2-84f1-dd63e9f03f4a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122357,7 +122357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16879ab8-42b8-4a58-b1b1-e398037b0169", + "id": "80d9535f-7b68-4c3d-b737-9ee9c548ec7a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122401,7 +122401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6280844-f8b0-44c9-8158-98a7f47d71e2", + "id": "5604949c-a641-42e6-84ec-3089b265ef1c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122445,7 +122445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b372b018-0aad-45c7-86e4-059102c91d65", + "id": "4e9f4e73-54cc-4e97-80ba-89c93497270c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122489,7 +122489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25de5c70-d583-4e64-a18e-363d69a70d47", + "id": "8598cfbd-9790-4f4b-b2e6-2d5c3e929692", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122539,7 +122539,7 @@ } }, { - "id": "61acf2aa-eae3-4c65-859f-6429dafad9cb", + "id": "3111cfea-67bf-46d5-a321-5353e842536c", "name": "Get DKIM Attributes", "request": { "name": "Get DKIM Attributes", @@ -122568,7 +122568,7 @@ }, "response": [ { - "id": "f44a2d95-f0a7-41fa-9cd8-3660bba95ea2", + "id": "2ce7d987-c988-462d-bfe6-548f468110fc", "name": "List of DKIM Attributes", "originalRequest": { "url": { @@ -122611,7 +122611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a55df127-a3e8-40f2-b08b-cb1e63e0b57d", + "id": "5c864817-4fbc-43f4-873c-1437a93b7b4e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122654,7 +122654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e98c53e2-5559-4d4f-9790-5aa20f3642c7", + "id": "bc23946d-3ada-4897-b93e-6a8473ee65c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122697,7 +122697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56d65100-b9a2-4940-9fe1-d7dfe439f279", + "id": "e13c8195-d585-4993-a5ab-4f3e46d75681", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122740,7 +122740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d59a84b6-1109-4479-b7f5-1ea9d43eb280", + "id": "1bc9b719-dff7-4805-acea-42aeee2b9ca4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122783,7 +122783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6c5798b-44cc-4b61-bcba-e7b6127bbd5e", + "id": "c873f78d-4fdc-49c3-9509-6e8234d65a63", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122832,7 +122832,7 @@ } }, { - "id": "71866511-38c7-40aa-94d4-b99d601946e4", + "id": "0ea98805-6013-4c20-a510-01d2c27356aa", "name": "Verify domain address via DKIM", "request": { "name": "Verify domain address via DKIM", @@ -122874,7 +122874,7 @@ }, "response": [ { - "id": "073426a4-4f48-4cb7-8e61-a4ea7889e687", + "id": "058ba642-5f6d-464e-bd08-917c3ae7d538", "name": "List of DKIM tokens required for the verification process.", "originalRequest": { "url": { @@ -122930,7 +122930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16a3e570-d4b3-4fdd-9d5b-16ec525b2ab1", + "id": "b37ed8de-1dc4-443b-9826-3f32127edfb9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122986,7 +122986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "873a7441-16b0-4b1b-8210-c56d4bae4f42", + "id": "b35ea07c-d89d-471f-b6ac-6d480b9c094f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123042,7 +123042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "380d5d4e-e9e1-46de-a275-7570b6a4f296", + "id": "83a6f3be-574b-4baf-b88a-3ba420304049", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123098,7 +123098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e13ef2c-1d93-479e-bd46-1f1e5fc3e7ee", + "id": "4674193e-b205-4904-8b7f-6a2bd1e4e827", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -123154,7 +123154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "622b0e2b-4018-4d8a-9766-04941d520925", + "id": "26cd3a35-623e-4243-b186-7cd7817d599e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123210,7 +123210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0dc925a-c6bd-4fea-8440-1dd31731d84c", + "id": "ce9ac776-fa10-4781-9f50-840e55e02c7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123278,7 +123278,7 @@ "description": "Use this API to implement OAuth client functionality.\nWith this functionality in place, users with the appropriate security scopes can create and configure OAuth clients to use as a way to obtain authorization to use the IdentityNow REST API.\nRefer to [Authentication](https://developer.sailpoint.com/idn/api/authentication) for more information about OAuth and how it works with the IdentityNow REST API.\n", "item": [ { - "id": "899231b6-028f-4e4a-8d0a-23c10c838fac", + "id": "cb457f8f-9fea-440e-bc31-3bdac7ea9826", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -123317,7 +123317,7 @@ }, "response": [ { - "id": "1c9892a2-a8ad-4785-abc5-beab323d1307", + "id": "18df7840-b27f-428e-a722-f8835f982d8e", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -123370,7 +123370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb5653df-7425-48b8-b468-3d416ebf4aaa", + "id": "606a8887-a5eb-4328-b0e0-1c34339307f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123423,7 +123423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46da79ae-bc1b-48b7-be48-f1fa219effc3", + "id": "3974545a-3050-4e00-899f-10401a2ac608", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123476,7 +123476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2340b44-86b4-49a9-ae5e-0a26c51b75bf", + "id": "9b24a547-3c74-400c-b060-87637d8449a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123529,7 +123529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd5e70d8-7d70-4e5c-82fe-3ce0e5fd8a80", + "id": "3c327bec-7b15-4daa-87b9-a234c38dfe09", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123582,7 +123582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51a40608-e369-44af-8085-b931d060ee9b", + "id": "9e1eb125-fdf8-4a1b-889e-a07265075698", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123641,7 +123641,7 @@ } }, { - "id": "4032b992-1434-4bb4-a33d-cb99c71ea6fe", + "id": "8725af0c-6bd5-4126-994f-1eee8d137611", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -123683,7 +123683,7 @@ }, "response": [ { - "id": "ce55117b-395f-49b3-9def-c8e42c332765", + "id": "89b060a6-a2a3-42bf-ab25-41282138f51c", "name": "Request succeeded.", "originalRequest": { "url": { @@ -123739,7 +123739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af6e8cfa-881c-4573-8461-2a7fd247708e", + "id": "d5e20ff1-bef1-420d-b341-6cccae198779", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123795,7 +123795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36bcbd53-39d1-4cc5-9ef2-651255646e36", + "id": "fa06724c-07d4-4a0c-b2b1-7236e1e9f32b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123851,7 +123851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8db3e593-170f-4f6e-83bd-31e6f4d89d02", + "id": "80b93d26-a81b-4c27-a7cc-e305f3b8eb7d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123907,7 +123907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8cf80e4-79b2-4824-b709-cba1a7944b72", + "id": "ae1ca5f7-e1f9-401e-8c85-3ef49e77691f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123963,7 +123963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7cf57cb-1a96-439c-8cf3-f11ee52962c0", + "id": "b90fab0a-4505-4263-ae86-e22fd48acf62", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124025,7 +124025,7 @@ } }, { - "id": "0ce127ce-35ae-4bbd-b92a-2e943b5a0382", + "id": "82a1cdc4-d3a6-45f5-99f0-911061cff660", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -124066,7 +124066,7 @@ }, "response": [ { - "id": "6b7b391c-1912-4497-ab01-b4c2de247252", + "id": "695b4ba3-7b74-44e7-9e44-d3125a4dd0ca", "name": "Request succeeded.", "originalRequest": { "url": { @@ -124110,7 +124110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7a8bded-c544-4511-9109-b80aea9d723b", + "id": "b36d9508-0d0f-4ec7-906f-d12142034720", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124154,7 +124154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10701ed0-2ebe-4678-ab60-95e50cbacd1e", + "id": "5e45fe18-390c-44db-9a93-0ad7ea5000c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124198,7 +124198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3770fee8-b533-44a8-8b25-efc721ae5ec0", + "id": "6e4bb5e4-e9c3-48a9-80c1-8c29ad46b9b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124242,7 +124242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "317d636b-c069-49f7-8610-f4f5df700e01", + "id": "480a557b-559b-491a-a5e5-2533007aad91", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124286,7 +124286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61d339ef-4d76-4357-9dab-4a465e6f1226", + "id": "ec6de7a7-f0ed-4617-a953-b86b8dc0c073", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124330,7 +124330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea82c2e6-fe3c-4807-b418-dc45b0a00026", + "id": "4a3b220e-35b7-490c-8345-ce2d189660ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124380,7 +124380,7 @@ } }, { - "id": "13acb47f-04d8-4089-8fe6-b3cf66b33413", + "id": "69b7b79b-4439-4fe2-96fb-84fb1f80dc06", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -124421,7 +124421,7 @@ }, "response": [ { - "id": "c51c10e3-03ef-4c87-815a-8ea228c09177", + "id": "c3ce0aeb-c762-4d4f-8178-247d41db8c34", "name": "No content.", "originalRequest": { "url": { @@ -124455,7 +124455,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5343d489-2c7e-4b2e-99b4-14585d0b72d2", + "id": "1cf38f20-587b-48b2-9560-1b5877fe7209", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124499,7 +124499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca1e37e-2b72-46b7-8082-a926d305a876", + "id": "08e1e9ab-e2d2-4dc2-82c2-c140b79791e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124543,7 +124543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7871721-f9c0-45d8-a964-90f1b3114296", + "id": "c634ffd2-56d3-418d-b54a-aa4fcd90002b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124587,7 +124587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8ad88f4-b708-4ed0-8d03-26d03e427336", + "id": "c48e3a10-906a-4d27-b41c-01e2b9b6e525", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124631,7 +124631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c54eae5-1153-47a8-b6ae-a817c711cc31", + "id": "f4a9833e-3a2c-4ad5-8062-c47b30daf98b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124675,7 +124675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f900fc52-4357-4a74-a8a6-2daae4c8de2a", + "id": "a831d74d-d966-47b2-a3c4-8ff6796a32df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124725,7 +124725,7 @@ } }, { - "id": "7d678a61-193f-4bbd-8e19-a29c2a8bd3e6", + "id": "ab32dd44-d4cc-4b68-973f-7b098669a179", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -124779,7 +124779,7 @@ }, "response": [ { - "id": "7a22b7db-147e-4ba3-85a3-7cc9d675b2ed", + "id": "ea326619-38e1-401e-b57d-71a15f9fbf1b", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -124836,7 +124836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89d598e2-0de5-4d48-b920-0a742ca55064", + "id": "2c896582-2f47-43d7-a264-157e6052ffe7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124893,7 +124893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceac2c4f-0075-441f-8a31-6a041555e100", + "id": "81d5aa66-bd61-4b9d-8313-e8dfdd42e437", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124950,7 +124950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1bf8075-8370-459f-829e-dcbb9a465ece", + "id": "bb7af0c4-af9d-4a7a-a6dc-fe8e2a31ec51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125007,7 +125007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f6045a5-4794-4baf-8903-ee625c428ef8", + "id": "f4da630e-27f9-408e-991d-1e199fce1b7a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125064,7 +125064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4065d9d-1c40-4b3a-8f68-656b70f0b544", + "id": "d66927eb-a027-420e-8974-e2c351dafbba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125121,7 +125121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fac327c-fe0d-4d9e-bfc7-4ab2b653c750", + "id": "028e0bd1-604a-498a-aedb-0484fcbe3a44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125190,7 +125190,7 @@ "description": "Operations for managing org configuration settings (eg. time zone)", "item": [ { - "id": "71706bc6-c795-48a4-857e-76d986f40c76", + "id": "728c66e2-eb43-429c-9db0-c6d3ed2c26e4", "name": "Get Org configuration settings", "request": { "name": "Get Org configuration settings", @@ -125219,7 +125219,7 @@ }, "response": [ { - "id": "1ce0cbd6-f19b-4725-af1a-beecf05062c7", + "id": "b78843c1-0406-4b16-b83f-092ef74d5a57", "name": "Request succeeded.", "originalRequest": { "url": { @@ -125257,12 +125257,12 @@ "value": "application/json" } ], - "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"cupidatat nulla\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", + "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"aliqua elit occaecat\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5f1cf664-47e2-4d08-a749-0b707af447af", + "id": "fba9b786-5806-43f7-a49c-3de602d70103", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125305,7 +125305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7673922-cdcb-4788-a29d-e1f109d6dc26", + "id": "a44041ab-cd2f-4b76-ada8-a9a8e363e1ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125348,7 +125348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18e8c932-9241-4be3-b8bf-c1cf43f34e9f", + "id": "157fef9f-ae47-4406-88fa-b9862a386fc5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125391,7 +125391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4efcd24e-1004-4ac2-a817-e0db13871f34", + "id": "8f194969-5111-445f-a4c5-7a1812993139", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125434,7 +125434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d07d18-efc2-4489-8a31-936fcd28ab9f", + "id": "8bb4cb96-1307-485b-85cf-9fe2de993eb3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125477,7 +125477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cfbaedc-aa36-4cf5-a160-2e050484a1db", + "id": "1562c08b-f570-4570-8ff7-4df9dfe12272", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125526,7 +125526,7 @@ } }, { - "id": "c07449ac-bc70-4b65-9bf8-d7e422999992", + "id": "4ed3cd10-0feb-4a21-a0cf-7feebf6dc542", "name": "Patch an Org configuration property", "request": { "name": "Patch an Org configuration property", @@ -125568,7 +125568,7 @@ }, "response": [ { - "id": "a42d621c-8046-44ef-a21c-fd7511892e30", + "id": "fe94712b-e2d0-43fe-8792-3de439a09047", "name": "The Org was successfully patched.", "originalRequest": { "url": { @@ -125619,12 +125619,12 @@ "value": "application/json" } ], - "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"cupidatat nulla\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", + "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"aliqua elit occaecat\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bf278e8d-5cf5-427f-be99-b1a884fa5bf6", + "id": "9647500d-69f3-4cd6-ba01-95ecf31378ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125680,7 +125680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76947e4b-417d-48d4-83c6-c4e8366c5799", + "id": "af735241-6026-4f39-9e87-82ea64105a69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125736,7 +125736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fc6c3f1-b463-4817-b7f4-2417fe763a79", + "id": "90e596b0-ba8e-4830-b404-118996577869", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125792,7 +125792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6751da3b-29c5-49c4-8a4b-1b24517b3495", + "id": "d1c34fb9-7a8c-43f1-afd2-376f39d1f170", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125848,7 +125848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c46f7b67-17e1-4784-95b4-2f618c496f12", + "id": "78f91d4e-8f1d-40e2-91c2-56cd567ad212", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125904,7 +125904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96ab350e-7891-43f4-836d-bc3bb187ea6b", + "id": "2fac7643-4aff-41da-8718-8a6c024b619f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125966,7 +125966,7 @@ } }, { - "id": "78cbc8ea-3ed0-41d1-8ad0-d32a4ba2e4f3", + "id": "80e8d9cc-4e9a-478f-a44c-e6e8aa0d6620", "name": "Get list of time zones", "request": { "name": "Get list of time zones", @@ -125996,7 +125996,7 @@ }, "response": [ { - "id": "0ff6abea-de9e-4d82-9c2f-f6eb91f2934f", + "id": "8bdb7da8-3ec3-40fa-9f48-4542b6f9a240", "name": "Request successful", "originalRequest": { "url": { @@ -126040,7 +126040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c15374b3-15ba-4b3a-87ed-eefc4d149a5a", + "id": "383c5c89-f8bf-4eb1-88e0-53fffea5c56c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126084,7 +126084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "936c5c89-05c1-4dc7-bf1b-06b18bb4da42", + "id": "a1859b3d-4d5e-48bd-8b05-449e87d2305e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126128,7 +126128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "324a3e56-9db3-4c37-8eb5-dec96d3e0e27", + "id": "1fa2512d-2a12-45da-bb4c-6d8a61d69da9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126172,7 +126172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ba9e3bf-a007-4f6f-ae41-d50cc9aa1af9", + "id": "be5a2ac9-02c6-4174-81dc-3d7b12091fba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126216,7 +126216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f66ea13-e21f-46c0-b23b-246e1073d1d5", + "id": "ac5f1211-73da-4ffb-886d-1c0b582ce4a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126272,7 +126272,7 @@ "description": "Use this API to implement organization password configuration functionality.\nWith this functionality in place, organization administrators can create organization-specific password configurations.\n\nThese configurations include details like custom password instructions, as well as digit token length and duration.\n\nRefer to [Configuring User Authentication for Password Resets](https://documentation.sailpoint.com/saas/help/pwd/pwd_reset.html) for more information about organization password configuration functionality.\n", "item": [ { - "id": "7f6598f9-1f74-4939-9a58-9b888a2d9405", + "id": "921e26fb-30c3-4b95-9d89-0d614ed951ed", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -126301,7 +126301,7 @@ }, "response": [ { - "id": "ed59e622-a9c0-437d-a1dd-20fb13e70c47", + "id": "ade3dcde-5a39-4dc9-bd25-d9e7c69ffd93", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -126344,7 +126344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "786e38c3-e86a-4c0e-870c-a0c5ed82bda1", + "id": "dd1ff6ac-8691-44f5-8fcc-3d82db8160b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126387,7 +126387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc796f95-bfcb-4fab-a852-03ee185d20c0", + "id": "73302246-9281-481b-b1fa-158bfe1375f6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126430,7 +126430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7e091cb-7427-46e7-8884-540b712b967c", + "id": "20aaec78-b8c6-4c03-8dad-eaab561e2102", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126473,7 +126473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "488b429d-38ad-43f7-b76f-edcb566cc541", + "id": "eb86da1a-ce2e-4180-a557-1f48804c164c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126516,7 +126516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "506a0966-7a02-41ce-8211-a83d39771013", + "id": "31eb1fbf-0165-41d8-b529-b1027733a3fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126565,7 +126565,7 @@ } }, { - "id": "c33d9957-5213-47d3-a0f6-980cfc7f4ba7", + "id": "7a817972-b602-46f3-8aba-afb258822422", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -126607,7 +126607,7 @@ }, "response": [ { - "id": "a45f5aac-f722-453c-a2e6-bad414a5f18e", + "id": "1948bf01-200b-4880-bba2-bed9ec5737dd", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -126663,7 +126663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9d4388b-fcb5-4ec9-ace3-4ce3a446c02b", + "id": "cd95187f-2aae-4f7e-817a-5b7c6be90bce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126719,7 +126719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "508087ac-78cc-452f-b3ed-1fae61da6049", + "id": "1f890efa-3c80-41db-bbd1-084085add426", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126775,7 +126775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99d2b69e-afea-4757-b556-f7236ba322d9", + "id": "7b971d89-618c-464c-ba3e-66c5c7c301a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126831,7 +126831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66af0e72-e967-4fe7-88db-1cf4620051a2", + "id": "bbe4fdad-670f-4a95-abd8-19923054f8d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126887,7 +126887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ac0a0d5-95bf-478f-9d99-6f6954771e96", + "id": "fd4e3d18-44cd-4720-abd6-8edaf1613f94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126949,7 +126949,7 @@ } }, { - "id": "50d9541e-138a-4cbe-bfdb-5e0c893989ce", + "id": "aae15153-7d0f-4920-9f75-dc44556b242d", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -126991,7 +126991,7 @@ }, "response": [ { - "id": "4fc0bfbe-3e64-493c-924e-f4926f162ada", + "id": "7eb51f57-effe-408c-b9cd-c561d13e6b3e", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -127047,7 +127047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6380e55-a89f-4bd3-bbce-a461397df170", + "id": "be69b0fa-52ab-48ba-ab00-5c64f05dcc6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127103,7 +127103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51b4360b-d378-4955-8e32-2de3d1900591", + "id": "d5f359c4-6334-4c03-947a-c5aed415c070", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127159,7 +127159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be5fac63-35ef-4fe5-8173-9d079cf2164a", + "id": "a191b81f-8bff-4223-962d-1284d8ee9216", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127215,7 +127215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2617606b-dedd-4807-8139-a084ce4a005b", + "id": "aeb2a966-c40e-4121-8547-96f5c7a11a1a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127271,7 +127271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92b547c0-abd6-483b-8b23-ab6acd7d4b1d", + "id": "79e41695-6c45-4298-9f9b-52a85c888884", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127339,7 +127339,7 @@ "description": "Use this API to implement password dictionary functionality.\nWith this functionality in place, administrators can create password dictionaries to prevent users from using certain words or characters in their passwords.\n\nA password dictionary is a list of words or characters that users are prevented from including in their passwords.\nThis can help protect users from themselves and force them to create passwords that are not easy to break.\n\nA password dictionary must meet the following requirements to for the API to handle them correctly:\n\n- It must be in .txt format.\n\n- All characters must be UTF-8 characters.\n\n- Each line must contain a single word or character with no spaces or whitespace characters.\n\n- It must contain at least one line other than the locale string.\n\n- Each line must not exceed 128 characters.\n\n- The file must not exceed 2500 lines.\n\nAdministrators should also consider the following when they create their dictionaries:\n\n- Lines starting with a # represent comments.\n\n- All words in the password dictionary are case-insensitive.\nFor example, adding the word \"password\" to the dictionary also disallows the following: PASSWORD, Password, and PassWord.\n\n- The dictionary uses substring matching.\nFor example, adding the word \"spring\" to the dictionary also disallows the following: Spring124, 345SprinG, and 8spring.\nUsers can then select 'Change Password' to update their passwords.\n\nAdministrators must do the following to create a password dictionary:\n\n- Create the text file that will contain the prohibited password values.\n\n- If the dictionary is not in English, they must add a locale string to the top line: locale:`languageCode`_`countryCode`\n\nThe languageCode value refers to the language's 2-letter ISO 639-1 code.\nThe countryCode value refers to the country's 2-letter ISO 3166-1 code.\n\nRefer to this list https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html to see all the available ISO 639-1 language codes and ISO 3166-1 country codes.\n\n- Upload the .txt file to IdentityNow with [Update Password Dictionary](https://developer.sailpoint.com/idn/api/beta/update-password-dictionary). Uploading a new file always overwrites the previous dictionary file.\n\nAdministrators can then specify which password policies check new passwords against the password dictionary by doing the following: In the Admin panel, they can use the Password Mgmt dropdown menu to select Policies, select the policy, and select the 'Prevent use of words in this site's password dictionary' checkbox beside it.\n\nRefer to [Configuring Advanced Password Management Options](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html) for more information about password dictionaries.\n", "item": [ { - "id": "d2633806-7418-4c78-968d-ce798806ad44", + "id": "7a5c52a5-7f17-4f1c-b0ce-5cec71cf7443", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -127368,7 +127368,7 @@ }, "response": [ { - "id": "2570c5ca-50ee-4722-902f-733971404008", + "id": "00864457-a1be-4469-a743-6059b861e3f9", "name": "A password dictionary response", "originalRequest": { "url": { @@ -127406,12 +127406,12 @@ "value": "text/plain" } ], - "body": "aliqua pariatur ut aliquip", + "body": "aliqua amet", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "010e3657-b100-45e3-94f9-0770d9b6d906", + "id": "fce063c8-6743-4bbe-b9c9-1de82cde5050", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127454,7 +127454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee3ce40e-084f-4670-ae6f-3095c1229754", + "id": "16418a50-d9bf-4ee8-a29b-542788e89b74", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127497,7 +127497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "158d8f29-bb43-47ed-9e11-14128bb925c1", + "id": "8af1c72a-4cc3-45c5-8708-d81d29fc57a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127540,7 +127540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "def6cb75-a6de-4cc9-994f-1fef3e6dbad4", + "id": "d30ec339-6536-41e8-bb2d-dafe5c4d0cfc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -127583,7 +127583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eb0b7ee-7d69-414a-bb44-0c2b783a46bf", + "id": "63ea0bd2-3122-452b-9758-27b9cab070e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127626,7 +127626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02fbfb35-cbfe-4509-af20-dc33e3a3d426", + "id": "73e6edfc-4a29-4f62-bc5f-4e64228a70b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127675,7 +127675,7 @@ } }, { - "id": "ffd79eaa-f72e-459c-be3b-eb059de7ae98", + "id": "0028d5fb-f342-49d3-bef2-6ada3606da9f", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -127713,7 +127713,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -127721,7 +127721,7 @@ }, "response": [ { - "id": "1bd73db7-a162-4b0c-ba33-a99edf45fd0d", + "id": "b29453e1-79f5-456d-aecb-f270aa2e416f", "name": "Successfully updated.", "originalRequest": { "url": { @@ -127758,7 +127758,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -127771,7 +127771,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d3a0d98e-a579-4380-87c7-68b1cae02af7", + "id": "12657b06-cc84-4943-a607-c51c0bc5a899", "name": "Created.", "originalRequest": { "url": { @@ -127808,7 +127808,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -127821,7 +127821,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2636db8c-7159-4068-8c89-2bd81caef844", + "id": "f493bda5-416b-4943-9f87-f4a001cc732d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127862,7 +127862,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -127881,7 +127881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71dbfc79-6086-467c-9dca-2f63d60f89d0", + "id": "a3222c42-f852-43ff-ac35-913704b83d9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127922,7 +127922,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -127941,7 +127941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c99ed5df-6547-4199-b343-665bf1529c49", + "id": "dd3b68db-6396-44f1-b9ec-1aee73cf1d6c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127982,7 +127982,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -128001,7 +128001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "037f0137-45de-492c-89a9-335e86d51ec1", + "id": "062dd2e4-167c-4694-9d4f-4a9fd0069df8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128042,7 +128042,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -128061,7 +128061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "211b2fb7-b4c8-4a6f-aff0-3b97afaa1b67", + "id": "ce188574-e25c-4fa2-aeba-245dabe72884", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128102,7 +128102,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -128121,7 +128121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98358016-4121-4774-a039-661b41b75a82", + "id": "64c11836-9cb1-4b02-bf5e-e96774660dd4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128162,7 +128162,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -128193,7 +128193,7 @@ "description": "Use this API to implement password management functionality.\nWith this functionality in place, users can manage their identity passwords for all their applications.\n\nIn IdentityNow, users can select their names in the upper right corner of the page and use the drop-down menu to select Password Manager.\nPassword Manager lists the user's identity's applications, possibly grouped to share passwords.\nUsers can then select 'Change Password' to update their passwords.\n\nGrouping passwords allows users to update their passwords more broadly, rather than requiring them to update each password individually.\nPassword Manager may list the applications and sources in the following groups:\n\n- Password Group: This refers to a group of applications that share a password.\nFor example, a user can use the same password for Google Drive, Google Mail, and YouTube.\nUpdating the password for the password group updates the password for all its included applications.\n\n- Multi-Application Source: This refers to a source with multiple applications that share a password.\nFor example, a user can have a source, G Suite, that includes the Google Calendar, Google Drive, and Google Mail applications.\nUpdating the password for the multi-application source updates the password for all its included applications.\n\n- Applications: These are applications that do not share passwords with other applications.\n\nAn organization may require some authentication for users to update their passwords.\nUsers may be required to answer security questions or use a third-party authenticator before they can confirm their updates.\n\nRefer to [Managing Passwords](https://documentation.sailpoint.com/saas/user-help/accounts/passwords.html) for more information about password management.\n", "item": [ { - "id": "8aad2c3a-9eb7-4bfa-97ec-bcba2955beb7", + "id": "4248c44d-ce17-49e4-a814-2e2c2a55507d", "name": "Generate a digit token", "request": { "name": "Generate a digit token", @@ -128236,7 +128236,7 @@ }, "response": [ { - "id": "8140684a-98b0-4b22-9b70-c2cbfe3887ca", + "id": "db083157-dd2b-425a-bf80-d9959b486f6b", "name": "The digit token for password management.", "originalRequest": { "url": { @@ -128293,7 +128293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e741a44-9bd5-474a-8c09-8d4c40a8ce2f", + "id": "f04c4913-79a6-4c51-a0fa-201c1f95c408", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128350,7 +128350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90291a79-89b9-4e36-8a13-592445be197e", + "id": "c120e993-3ee8-4391-9a9f-640aacf0e710", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128407,7 +128407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d133f44-d327-449c-8cd3-6528397af6f0", + "id": "16d15641-0ac8-4e20-8a03-a38ba694d03e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128470,7 +128470,7 @@ } }, { - "id": "516b0cb0-a810-4457-a400-5772ab8ace29", + "id": "0b621c20-9742-4aa5-8dd4-04ca6476aa31", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -128512,7 +128512,7 @@ }, "response": [ { - "id": "efa02e0f-ef1f-437d-a3d8-3bea395aa358", + "id": "28e6658f-257c-4160-b81e-823ad4dd600e", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -128568,7 +128568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60e32a92-2af1-47b3-8a96-2c6479013ad4", + "id": "50b88a51-7b9b-4dfd-a9c0-ca2e50da237c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128624,7 +128624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b694e8a-a6b7-4124-b474-f59022431f58", + "id": "7c5b4da1-b6ce-4544-ad2f-9a9e03ac66bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128680,7 +128680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cb97e2a-db00-4d87-9076-eac030e64fa5", + "id": "ab06c56b-9228-4a5d-ab47-3e98613340bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128736,7 +128736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5bf7901-e5e4-429e-ba02-927bcb4004fb", + "id": "95219f2f-b93d-4c49-b573-58f708e3c605", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128792,7 +128792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fa0816d-6c3b-4425-ac0c-0c1174cb7008", + "id": "8855070a-0caf-4e11-99b8-a3609512d252", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128854,7 +128854,7 @@ } }, { - "id": "e801563c-90a2-4aad-ad2b-e69c3ffbccd0", + "id": "745dc006-0c61-434b-b031-1b15db0eb196", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -128896,7 +128896,7 @@ }, "response": [ { - "id": "e48099e4-bed6-43ce-b510-6386a0e9ed29", + "id": "80c6a606-922e-4f98-99c6-7391b8fa41fe", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -128952,7 +128952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bf390c6-9b3d-45e0-a009-3ed866035313", + "id": "f777a4c8-0025-47b0-909b-ec0e029eb7a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129008,7 +129008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ed8c1c2-d13d-4686-8692-1ec681d7d61d", + "id": "ca811991-5ebb-4b53-bb47-4a1c91b98f12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129064,7 +129064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0af238ae-6877-4969-8c4b-5faec581de2b", + "id": "a9563df4-2308-4dd5-8a5b-f51973c3eba6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129120,7 +129120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61ec0fca-9421-4b0a-a20d-920b88586428", + "id": "bcfd4cc9-e3f5-4b59-a8f9-a456a4ce4207", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129176,7 +129176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88da298e-de9f-453e-a773-3e5d901b11c9", + "id": "40938fca-7cc6-470c-b290-0c05c6bcbad8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129238,7 +129238,7 @@ } }, { - "id": "24d74d88-f541-40cb-97f0-310e5b31d837", + "id": "f89567f2-e0d9-4b3d-9a08-52058f7f2bde", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -129258,7 +129258,7 @@ "variable": [ { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "id", "disabled": true, "description": { @@ -129279,7 +129279,7 @@ }, "response": [ { - "id": "85450fad-d1b0-4024-a179-d5b147e70d48", + "id": "b75b545a-0253-476b-b9d0-608fd698c4a8", "name": "Status of the password change request", "originalRequest": { "url": { @@ -129323,7 +129323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3553a12-7cac-459f-b7b8-d086d63aa5da", + "id": "5b3793a7-4f05-4046-b680-77b774f28cd9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129367,7 +129367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fbb6984-e854-4089-b9c7-bd8b5a802fcb", + "id": "8ff6b84c-9058-45e9-982b-847778203c19", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129411,7 +129411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ccc50a2-dd88-4ad5-88e6-8dde1af989d8", + "id": "0df853c8-6548-4a20-aad8-9d438a273ddb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129455,7 +129455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a0871af-8fca-4516-b0cb-d5bac4e6aad8", + "id": "176c87ea-6dc1-42be-8ee6-b13b30509685", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129499,7 +129499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2595b4ad-2b97-480e-9c91-d613115d84d1", + "id": "0a3e8dd9-b04d-4ff5-b301-7793f3487037", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129555,7 +129555,7 @@ "description": "Use this API to implement password sync group functionality.\nWith this functionality in place, administrators can group sources into password sync groups so that all their applications share the same password.\nThis allows users to update the password for all the applications in a sync group if they want, rather than updating each password individually.\n\nA password sync group is a group of applications that shares a password.\nAdministrators create these groups by grouping the applications' sources.\nFor example, an administrator can group the ActiveDirectory, GitHub, and G Suite sources together so that all those sources' applications can also be grouped to share a password.\nA user can then update his or her password for ActiveDirectory, GitHub, Gmail, Google Drive, and Google Calendar all at once, rather then updating each one individually.\n\nThe following are required for administrators to create a password sync group in IdentityNow:\n\n- At least two direct connect sources connected to IdentityNow and configured for Password Management.\n\n- Each authentication source in a sync group must have at least one application. Refer to [Adding and Resetting Application Passwords](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html#adding-and-resetting-application-passwords) for more information about adding applications to sources.\n\n- At least one password policy. Refer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/policies.html) for more information about password policies.\n\nIn the Admin panel in IdentityNow, administrators can use the Password Mgmt dropdown menu to select Sync Groups.\nTo create a sync group, administrators must provide a name, choose a password policy to be enforced across the sources in the sync group, and select the sources to include in the sync group.\n\nAdministrators can also delete sync groups in IdentityNow, but they should know the following before they do:\n\n- Passwords related to the associated sources will become independent, so changing one will not change the others anymore.\n\n- Passwords for the sources' connected applications will also become independent.\n\n- Password policies assigned to the sync group are then assigned directly to the associated sources.\nTo change the password policy for a source, administrators must edit it directly.\n\nOnce the password sync group has been created, users can update the password for the group in Password Manager.\n\nRefer to [Managing Password Sync Groups](https://documentation.sailpoint.com/saas/help/pwd/sync_grps.html) for more information about password sync groups.\n", "item": [ { - "id": "27466d54-0a0e-432a-9fbc-c845d6dab0c1", + "id": "8c4996c5-ab8c-4a9c-9617-f8b4848a28ab", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -129612,7 +129612,7 @@ }, "response": [ { - "id": "3a283685-3fbf-46a8-8444-5e325c460aa3", + "id": "2936e5d4-067e-4f6d-9cca-689d61f7da20", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -129683,7 +129683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "250a065c-38d0-4434-896e-39ca5cfb7d42", + "id": "75f5d55e-fe18-420c-8c62-2adab2cc8546", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129754,7 +129754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7031066-5a1b-4831-aa86-84d917ec7f22", + "id": "48acd636-c5af-4e5f-a75f-21875fd71f61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129825,7 +129825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a88a5261-ae31-4026-87ad-3aca3e15812c", + "id": "b2e6ef38-3624-42a7-b97e-bf66a6f25046", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129896,7 +129896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9c5dd99-2dc1-4db5-9a0b-cddb77d72208", + "id": "06a781b6-6551-41d1-a2b6-52efbe1aff22", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129967,7 +129967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae806908-8126-43cc-8499-c7c08e1c4a6a", + "id": "800d3811-7c02-466c-9f1c-7c0be5ce86d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130044,7 +130044,7 @@ } }, { - "id": "5e1af36c-5936-450b-ab68-3c4b77b973ff", + "id": "9f608e4d-ba29-45f8-9d19-85122e441f04", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -130086,7 +130086,7 @@ }, "response": [ { - "id": "1fd263e4-886b-4ecc-9d3b-5dc452a23adb", + "id": "1d1fa8df-605a-4618-9b63-33eada39ae0c", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -130142,7 +130142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1192ff64-0bba-46d1-9f91-9f480725839c", + "id": "d89b3ce2-8abd-4e9a-ae74-69e407a1b4b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130198,7 +130198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e56aba8-7e76-4045-8daa-99674b9cf5de", + "id": "ced4eb9d-9a3e-454c-88ea-c330f6101500", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130254,7 +130254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54992ac1-572b-499d-96cd-f9d3247feea0", + "id": "6320ff69-d4be-40f7-b25b-0727018cee06", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130310,7 +130310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77ed412b-5dfd-435b-ae64-f490daef47c9", + "id": "de2e7486-dfaa-47fc-8bc1-a95ce0dde334", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130366,7 +130366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05e3145c-a0f4-4559-952f-1ebc3b7dfe5d", + "id": "5c323307-a04f-4794-8942-88f4cb9c70c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130428,7 +130428,7 @@ } }, { - "id": "4c4cf91d-9e60-46d2-930d-d0bd6e73e0a6", + "id": "5553080f-0336-452c-b54e-a00541aefd93", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -130469,7 +130469,7 @@ }, "response": [ { - "id": "2e18df53-8411-4080-a853-93274d9542a1", + "id": "4694ba26-2c26-4551-8416-119b3deae7d3", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -130513,7 +130513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbb5ab69-e3b3-4c31-96cf-453a65e5d8e1", + "id": "0442ff56-9855-4caa-9244-6283876ce042", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130557,7 +130557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3e09893-cd00-4b79-9c2b-000f3ba95fa0", + "id": "e7a38b8b-b5a1-422b-a657-35d742b81a30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130601,7 +130601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f0b8fa5-dc68-48b6-810f-8ff79d4c6670", + "id": "cbe96469-80d6-461c-944f-5c8ddb56e71d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130645,7 +130645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f0ee8e0-b2d7-4992-931b-63cbd2826430", + "id": "02707bce-6c45-48f1-af53-7dd3c001a07d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -130689,7 +130689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4573a0a-5b19-4444-8f4a-e3163a456fc2", + "id": "44e1b152-b19b-47db-8a03-552e12187c83", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130733,7 +130733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baa032ff-7db9-44cb-8b00-fd70f25c0551", + "id": "c978ec05-6104-47eb-8904-6ddf90ba901f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130783,7 +130783,7 @@ } }, { - "id": "6bccc398-ead7-445a-ad0c-1b4f2f053c1d", + "id": "e70a22dc-0d75-4049-8cc6-4730994aef2d", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -130837,7 +130837,7 @@ }, "response": [ { - "id": "201365b9-c920-4757-9ac0-6eaf483c9feb", + "id": "39947df3-4517-4a27-8bc0-3dd9604433b6", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -130894,7 +130894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a38683ff-86e5-4261-8ce6-252130d34797", + "id": "f6938b71-29c6-4c10-bd1e-68f62e4c2b78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130951,7 +130951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48e37469-2aac-4967-900f-be14bea3f378", + "id": "06780d8d-ea79-43b6-b98f-081ca05b64b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131008,7 +131008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a0bb6f4-f6c0-4670-81ad-3682bab43f68", + "id": "a8bead2a-9a60-4d95-81d5-a8b5e9ab230b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131065,7 +131065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d36af9fa-1455-4877-bcac-a6bb3146a9ec", + "id": "281aa8a9-8404-4c48-9a76-ee713357dd3d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131122,7 +131122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24a74aad-e3ec-4644-858d-c2618de7fa92", + "id": "3ffeaf45-c35c-4c36-a01c-972b5ab83e50", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131179,7 +131179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a737f946-a74e-4c4b-b1c4-0e0a5eeeccf3", + "id": "a099fb69-a096-4ef4-b213-f423d3f101c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131242,7 +131242,7 @@ } }, { - "id": "90bd6ba8-94f8-4151-ba34-710beede001d", + "id": "1aee7746-ee3b-4c97-9f6b-19496ae12e9c", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -131283,7 +131283,7 @@ }, "response": [ { - "id": "7d1edd46-b6a4-4e20-9c9d-ff3893462389", + "id": "7a03d4a6-6b93-44d1-857b-e5dc1a8045f8", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -131317,7 +131317,7 @@ "_postman_previewlanguage": "text" }, { - "id": "39014126-5d2c-4aad-a04f-23bc29da9473", + "id": "1d89dcf4-a2f9-4412-a21a-0dfb18a73b82", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131361,7 +131361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1e5e4fb-5bf8-4e9e-958a-de4d366de84f", + "id": "c94853c1-28a8-4a9d-8f8e-4005fa949f27", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131405,7 +131405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c16fc49-77ff-4b8f-a329-91ea5e5180a5", + "id": "4222809a-bca5-4252-8393-d37daded114e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131449,7 +131449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f63dddb-8e23-41cb-85a9-57804fd10c0d", + "id": "149461a5-4319-4d6f-afa5-979e160ca7a8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131493,7 +131493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "536fa17f-2e51-43ff-9cef-a2912bd92edc", + "id": "227c0f48-bf90-4586-b3f7-9ee16a898c77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131549,7 +131549,7 @@ "description": "Use this API to implement personal access token (PAT) functionality.\nWith this functionality in place, users can use PATs as an alternative to passwords for authentication in IdentityNow.\n\nPATs embed user information into the client ID and secret.\nThis replaces the API clients' need to store and provide a username and password to establish a connection, improving IdentityNow organizations' integration security.\n\nIn IdentityNow, users can do the following to create and manage their PATs: Select the dropdown menu under their names, select Preferences, and then select Personal Access Tokens.\nThey must then provide a description about the token's purpose.\nThey can then select 'Create Token' at the bottom of the page to generate and view the Secret and Client ID.\n\nRefer to [Managing Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/generate_tokens.html) for more information about PATs.\n", "item": [ { - "id": "02bfea4a-60dc-49ba-8530-f82d4049dae3", + "id": "98588c31-d8d6-4047-b2ae-62f82e80dd73", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -131597,7 +131597,7 @@ }, "response": [ { - "id": "653a74d3-21d5-45e9-bc1b-e3924ddf4a9a", + "id": "a32885de-4bf9-4603-8548-b697bc805204", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -131659,7 +131659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1c0dcb4-12cf-434a-99f6-bd726a5e09b1", + "id": "01809efa-2b93-468e-bf23-22be172c0652", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131721,7 +131721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c03de0f-2cad-4775-980d-e1d851a88973", + "id": "1afc12c6-64a5-414d-827e-f402eb734bc2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131783,7 +131783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91178e7e-2900-4a17-899e-388867ca4a31", + "id": "3da8fe4e-4348-4bd4-8357-e718d3d355b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131845,7 +131845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3ce22b9-d638-48aa-b432-8c2eaa15e876", + "id": "7d06ab47-d4f7-4a37-ad0c-1abd3d6df446", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131907,7 +131907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6363374e-2a33-428a-9f2b-dd1dbb6ccc67", + "id": "3f0c6071-5645-496f-9b2b-0cea5743549c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131975,7 +131975,7 @@ } }, { - "id": "8a6c3e3d-c72f-4d2c-9bfb-7a47d6579b33", + "id": "c10b4bac-7022-4d1b-9e78-d2596dd52ed1", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -132017,7 +132017,7 @@ }, "response": [ { - "id": "2447e967-fb71-4587-9a95-ef24f450f3b0", + "id": "6f13cb10-b263-4268-9fe3-ea757d3902e3", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -132073,7 +132073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae2efdc4-b305-4b44-8ee6-6f8d41000fa5", + "id": "4b6216c2-6dae-49ba-b5b3-03b54e484856", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132129,7 +132129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c62f6e-bc35-44dc-af5e-c81a9c775ef1", + "id": "29c78205-3145-4d0a-8c95-bd7c388d385f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132185,7 +132185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5553b17d-749a-4d73-a214-ed44514e16db", + "id": "f9d499c5-9607-4c87-a5c8-1828211fea0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132241,7 +132241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57fabb0f-cb1f-481e-8f15-49218c21b683", + "id": "001dd7e0-dc2b-4e33-a98f-0a9ed66aa6eb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132297,7 +132297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86b85edd-d1cc-401b-9f33-f1104fa363ce", + "id": "9da20d32-2c2c-4975-b485-d7af6f031d94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132359,7 +132359,7 @@ } }, { - "id": "810b8a02-8058-45be-a38f-02fb72f367df", + "id": "61a41ec3-42aa-4418-88d6-e40463e2e5b0", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -132413,7 +132413,7 @@ }, "response": [ { - "id": "3768bc76-1eee-41b9-9adf-c91fd2f8b439", + "id": "7b4e4780-0cd9-4c96-a45d-cbcfe09b3208", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -132470,7 +132470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e80e6d-8274-42a1-8f88-eeabb70423d2", + "id": "d1be059d-75a1-42e9-8ffa-0e66df8432d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132527,7 +132527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6444d7b3-949a-4501-9ca0-74408bdead05", + "id": "b3883d35-d188-4d74-8443-ec876267bcae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132584,7 +132584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bb46a99-2d03-4602-b819-f5b160b94292", + "id": "2c2ecb6e-33b1-4d4a-af29-d32d2f5d0455", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132641,7 +132641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8074c0b3-0d74-43e7-98cf-43591699c71a", + "id": "b4ebe10a-9b98-41c7-8536-e98199979199", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132698,7 +132698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2706d54-4995-4e3f-8f27-ebc44ed55f6f", + "id": "4ef908db-1a2b-44f7-b08a-a1a67691517e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132755,7 +132755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5dd2f3b-f27b-42ea-b5c4-a5a20bfcb61a", + "id": "cb06e3ea-a2ce-41bf-998b-373d28e97aca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132818,7 +132818,7 @@ } }, { - "id": "563f1780-0c47-409f-93e0-d49f201ae709", + "id": "3687803f-fab8-424b-b2f6-5eb2d489f689", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -132859,7 +132859,7 @@ }, "response": [ { - "id": "5d7eb44b-eac8-4a05-aacd-1881ed34729b", + "id": "9f10c52b-4bd5-4251-aa78-5387ea00b10d", "name": "No content.", "originalRequest": { "url": { @@ -132893,7 +132893,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5bfd7977-420b-4fdc-bb3e-67d512139607", + "id": "927f6734-6b6d-453b-a673-5661d9e44e71", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132937,7 +132937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "019a3612-5d7a-41c6-8cc8-0fb4b6e5b80f", + "id": "a42c8dee-8b3d-46a3-9afa-ec6f73dd1bb6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132981,7 +132981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "228b64f7-ea08-4e45-8ba2-992f3802d08f", + "id": "e88c15a7-ad1e-4a8c-aa9d-0c662315bd2e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133025,7 +133025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e8aa8d7-3771-4756-a09f-a408217dc10b", + "id": "ca79bc95-0d1d-4dc8-b82c-055889994cc1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133069,7 +133069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94ae679a-9494-4d6e-a6ca-50f0bafa3fcb", + "id": "c566fe05-6c85-4e95-8e15-1021bb15e541", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133113,7 +133113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3675b070-71e8-4ae8-9214-2bb9d39f354c", + "id": "d3b5da77-36fe-4a1e-b354-5e5b543d705b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133169,7 +133169,7 @@ "description": "Use this API to implement public identity configuration functionality.\nWith this functionality in place, administrators can make up to 5 identity attributes publicly visible so other non-administrator users can see the relevant information they need to make decisions.\nThis can be helpful for access approvers, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n\nBy default, non-administrators can select an identity and view the following attributes: email, lifecycle state, and manager.\nHowever, it may be helpful for a non-administrator reviewer to see other identity attributes like department, region, title, etc.\nAdministrators can use this API to make those necessary identity attributes public to non-administrators.\n\nFor example, a non-administrator deciding whether to approve another identity's request for access to the Workday application, whose access may be restricted to members of the HR department, would want to know whether the identity is a member of the HR department.\nIf an administrator has used [Update Public Identity Config](https://developer.sailpoint.com/idn/api/beta/update-public-identity-config) to make the \"department\" attribute public, the approver can see the department and make a decision without requesting any more information.\n", "item": [ { - "id": "39a0d064-b023-4895-a0d8-e23c64ed6919", + "id": "9ff31c21-eb6a-43d5-bcfb-6c3d60535bfb", "name": "Get Public Identity Config", "request": { "name": "Get Public Identity Config", @@ -133198,7 +133198,7 @@ }, "response": [ { - "id": "7c55e582-747a-493f-a250-1ad4a91ed0d9", + "id": "05f449d3-3520-4440-b113-7a0c939e8b64", "name": "Request succeeded.", "originalRequest": { "url": { @@ -133241,7 +133241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6432d483-8098-4232-95d6-87bed9f9f095", + "id": "b1477409-5cf1-4143-bcce-c570fd176685", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133284,7 +133284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07e10e05-a5ee-4c79-b3e7-7294d069e652", + "id": "00428127-c55e-4406-9d22-74323fee61b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133327,7 +133327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98a3ef5e-35f8-4a05-a481-acdb87377a8a", + "id": "20d58039-ca13-490f-bd37-3a91883092c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133370,7 +133370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a44417b9-58bc-4e62-b9e3-d7faffec5e6a", + "id": "481910fe-e38f-41a0-b622-cc82392877d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133413,7 +133413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c21d7666-fb58-45e6-b57a-22e5b9f99bcc", + "id": "61bcc5f7-e5d4-48c2-90b6-554f3e4a53f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133462,7 +133462,7 @@ } }, { - "id": "0d3ceb53-7093-4daf-beed-42e85b95b101", + "id": "cd979b4c-7d1b-4c65-989e-537a3c2b0507", "name": "Update Public Identity Config", "request": { "name": "Update Public Identity Config", @@ -133504,7 +133504,7 @@ }, "response": [ { - "id": "2783e7d3-98bc-4ab5-b89e-5b4bd328e48b", + "id": "5df1fa6b-5767-47cd-9a18-9f785455b268", "name": "Request succeeded.", "originalRequest": { "url": { @@ -133560,7 +133560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72ec57f5-d3b0-4c0c-929e-8152f50a037a", + "id": "5ba43fde-de19-4ede-97f5-a7d17cb9c4de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133616,7 +133616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8ec29e0-08fb-419f-a903-52fcdbb97c1a", + "id": "404539f0-8c43-408d-a871-0947f1e486a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133672,7 +133672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96f5715e-b757-41d5-ae7a-b030b94c3bce", + "id": "1e149e78-dfbd-4110-ac30-66b5637956ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133728,7 +133728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fd2f66d-8639-42e1-86ca-1638524c342d", + "id": "2630d4d8-e364-40a4-8d56-f15e1dc25c23", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133784,7 +133784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a863528-5bf9-4b48-b54f-5f469d325183", + "id": "24c350f7-c2a4-43e2-801a-545528d28ce0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133852,7 +133852,7 @@ "description": "Use this API to implement requestable object functionality.\nWith this functionality in place, administrators can determine which access items can be requested with the [Access Request APIs](https://developer.sailpoint.com/idn/api/beta/access-requests), along with their statuses.\nThis can be helpful for administrators who are implementing and customizing access request functionality as a way of checking which items are requestable as they are created, assigned, and made available.\n", "item": [ { - "id": "90c832a5-2de2-4777-b732-d9b8513705c1", + "id": "7eb4f9cb-8318-457e-a409-ce28e55a8a0f", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -133963,7 +133963,7 @@ }, "response": [ { - "id": "14c52538-5a70-4f75-af8c-8fbaf2820e72", + "id": "67000013-efb3-4e5b-9a52-8cc6199e6d3c", "name": "List of requestable objects", "originalRequest": { "url": { @@ -134088,7 +134088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d940dc6e-3d57-4e63-af98-7f88160f3c70", + "id": "f5dc62c5-15c2-4f13-9ccd-751965678158", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134213,7 +134213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed0e01dd-4986-473c-8976-beb83be9709d", + "id": "bdbc9c7f-7c2d-4627-9c63-8faaac3ac85a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134338,7 +134338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd79e086-3cb9-4cda-9954-5df568ffdf27", + "id": "69dd730b-9828-4a71-b329-2746318e5aef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134463,7 +134463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18c6fec7-11e4-485b-8283-63ed99bd37c8", + "id": "367356e7-253d-4489-852a-038989fef062", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134588,7 +134588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1c07790-6619-4778-8b8e-8ecb11ffdf77", + "id": "90e69b59-0734-4916-8652-6e0b76cb9dd3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134725,7 +134725,7 @@ "description": "", "item": [ { - "id": "f7eceadf-1213-4cd9-b68b-f82a5b24605b", + "id": "1dd9587e-c97a-4eda-aa20-a8f64e3c47f4", "name": "Generate insights for roles", "request": { "name": "Generate insights for roles", @@ -134755,7 +134755,7 @@ }, "response": [ { - "id": "bb15f0be-4832-442d-8cb4-9aee734a8fa6", + "id": "0b075bde-3d87-4d5b-b50e-98c92a1020f6", "name": "Submitted a role insights generation request", "originalRequest": { "url": { @@ -134799,7 +134799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b78d81f8-4259-4820-af58-d9efab54b368", + "id": "70fdecf1-cd8b-4005-a695-edce970bf9e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134843,7 +134843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abc00ca9-b4cd-4953-b239-540ba161af84", + "id": "ec016924-4d89-4d71-b99d-fdcbeb1207b2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134887,7 +134887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10152c30-4ca5-4ae8-8575-7ed081b1560d", + "id": "88bd9c6d-e4ac-46e2-9786-b9d1b826c9ff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134931,7 +134931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07f29d80-b62f-4e91-a96e-ba7d7b5b9947", + "id": "7faf4402-9c71-4258-9643-c52c719026ce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134975,7 +134975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06985453-41ad-4023-b4e5-faabcd29c07a", + "id": "4b35325d-b7ee-4809-86cf-292cae3699df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135025,7 +135025,7 @@ } }, { - "id": "8dd1d38d-6817-4611-b133-53c07cc1495f", + "id": "4b8bcb85-914d-40cf-bb12-554321d33b37", "name": "Returns metadata from prior request.", "request": { "name": "Returns metadata from prior request.", @@ -135067,7 +135067,7 @@ }, "response": [ { - "id": "1f9e7d0f-628e-4f5d-abd9-75ea8b5d815a", + "id": "01dfe7f7-96a2-4b7d-898a-49e908fb905a", "name": "Succeeded. Returns details of an earlier role insights request.", "originalRequest": { "url": { @@ -135112,7 +135112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b57fe2b-7d2d-4c0b-8664-7df28d631a74", + "id": "7f1b87a3-6be6-4c8b-a61d-25ca141c9e6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135157,7 +135157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cf1bd59-6f4c-4299-9f49-080b81462474", + "id": "de5b99a7-3c5c-4ed5-9aff-b3efa0d98ea2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135202,7 +135202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8adef4ee-2d3c-41da-8afc-a8e8d156e212", + "id": "46ba38d8-2f08-4c46-8db4-d4bccc167782", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135247,7 +135247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1463d07-c87a-4de9-b253-e5a04f374349", + "id": "7a573529-c787-40a9-8148-041ddf6bb770", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135292,7 +135292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49dcf491-b6db-42f7-a84f-f46b0ba0f5c3", + "id": "a65bdb95-f5c6-4b5d-ad4b-6243dec5a977", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135343,7 +135343,7 @@ } }, { - "id": "e647e91b-3eb3-49a7-84bd-b363ae800db1", + "id": "a0a8d0ab-6cbf-441d-aaa4-2f01c8a241e5", "name": "Get role insights summary information", "request": { "name": "Get role insights summary information", @@ -135373,7 +135373,7 @@ }, "response": [ { - "id": "6b206bbc-4b65-48dd-bba7-461d1bd012e3", + "id": "0f4c273c-ee8e-4683-9387-a1ebc8e039b9", "name": "Succeeded. Returns high level counts.", "originalRequest": { "url": { @@ -135412,12 +135412,12 @@ "value": "application/json" } ], - "body": "{\n \"numberOfUpdates\": 78417756,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", + "body": "{\n \"numberOfUpdates\": -30102285,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5bb5f076-b8fb-4f92-bc18-a395b7dc5c9a", + "id": "4ed6fe8c-eb4f-4c26-a59c-5eedaf6fa3e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135461,7 +135461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "143002e2-90fc-4b88-8eda-4f4a9f784c54", + "id": "c4089910-f0ef-4eee-bbef-5cac7487c125", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135505,7 +135505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2e95a48-83f4-4c5b-bd75-16404c240460", + "id": "6525eba8-5357-44bd-9e12-05abcbf7e348", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135549,7 +135549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15bcb174-7704-49da-b117-af184a69b1ad", + "id": "d78fc99f-5df0-4213-8d9f-c1ea49b7a3c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135599,7 +135599,7 @@ } }, { - "id": "f7ae23dd-7447-40a2-a26c-9fd6282b41e0", + "id": "fbf39040-6932-4421-b5d8-855e67904466", "name": "Get role insights", "request": { "name": "Get role insights", @@ -135674,7 +135674,7 @@ }, "response": [ { - "id": "e2ae50af-7d5e-4c6d-89e9-c008508f8f6d", + "id": "47acd437-cd2e-4b69-86ef-b2d56a670f55", "name": "Succeeded. Returns a list of roles with information about insights for each role.", "originalRequest": { "url": { @@ -135763,7 +135763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84d72a7a-df09-4d63-ba3f-0306af013aeb", + "id": "b8e0404f-96f9-49c4-8be4-65c3f24540f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135852,7 +135852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd68a567-12d6-44f8-9677-5ec13466e2c5", + "id": "7f630673-e1b2-43f1-9ce2-5519c1197301", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135941,7 +135941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84304b12-08db-481f-ba3d-10628fe95bde", + "id": "5cfe806e-602b-4fcc-a41a-71dd2bf5bb0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136030,7 +136030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca4aaf3b-e776-42d5-82df-0900fbdc645b", + "id": "7c5bc865-ea8d-4cff-87a2-67f3d4440cec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136125,7 +136125,7 @@ } }, { - "id": "eaa2b834-ea77-4c8d-912c-914859723c9d", + "id": "4c067045-2e95-4eb1-9906-a63c9685b260", "name": "Get a single role insight", "request": { "name": "Get a single role insight", @@ -136166,7 +136166,7 @@ }, "response": [ { - "id": "015b8de4-4289-4581-8ec7-a3d67a55d492", + "id": "a34b8f68-da0c-4b4b-ab1d-b8df3af97718", "name": "Succeeded. Returns information about insights for a single role.", "originalRequest": { "url": { @@ -136210,7 +136210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbfa8e9f-1d3f-45f0-96bd-22b25ad73c10", + "id": "99d39639-3137-495b-8812-787aa252c68c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136254,7 +136254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d90e6525-894f-4269-b7bf-37b9e2c2bc6e", + "id": "55c7dab0-f650-4124-af03-f8a6690eeed1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136298,7 +136298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92ed254c-01d6-4717-914a-79ab10965089", + "id": "44384b1d-915a-410f-9663-c89c46b10085", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136342,7 +136342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5211875c-4d65-4503-9eff-105a57b29c0f", + "id": "5eaf929e-d01a-40a1-8885-a6fbdcfecdce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136392,7 +136392,7 @@ } }, { - "id": "dd6803f6-331a-4a70-9dcd-be2d40ebcdb4", + "id": "3476a69f-264d-4f51-b3ea-fbfd08d605c2", "name": "Get entitlement insights for a role", "request": { "name": "Get entitlement insights for a role", @@ -136417,7 +136417,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -136453,7 +136453,7 @@ }, "response": [ { - "id": "ed3f22a4-8546-4c72-b5c4-28a124512dd5", + "id": "14f888c3-7a0d-4d0b-ac9f-d9b4b28d67b7", "name": "Succeeded. Returns a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -136473,7 +136473,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -136512,12 +136512,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"irure sit ea\",\n \"id\": \"sunt t\",\n \"description\": \"ir\",\n \"attribute\": \"cillum laborum reprehenderit ad\",\n \"value\": \"cillum dolore aliquip elit\",\n \"source\": \"anim occaecat elit labore\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n },\n {\n \"name\": \"amet reprehenderit exercitation et pariatur\",\n \"id\": \"veniam mollit\",\n \"description\": \"ad sit tempor in\",\n \"attribute\": \"Lorem exercitation\",\n \"value\": \"aliquip Ut\",\n \"source\": \"dolore est cillum irure pariatur\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n }\n]", + "body": "[\n {\n \"name\": \"minim et qui eu\",\n \"id\": \"officia fugiat dolor Duis sed\",\n \"description\": \"in sed Excepteur mollit ut\",\n \"attribute\": \"in reprehenderit\",\n \"value\": \"d\",\n \"source\": \"proident ad anim officia\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n },\n {\n \"name\": \"mollit\",\n \"id\": \"aliquip\",\n \"description\": \"fugiat\",\n \"attribute\": \"ex officia\",\n \"value\": \"voluptate quis\",\n \"source\": \"voluptate in\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8edae2cb-cf92-4a1a-92df-d8572ab3e213", + "id": "ffd3372b-c5a7-45a4-9def-1457e721d311", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136537,7 +136537,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -136581,7 +136581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21915f22-2162-4d52-b93c-ae47525fe423", + "id": "33b77519-8821-4c70-b9c3-04d8e4a8da4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136601,7 +136601,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -136645,7 +136645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e3069d1-9606-49b7-8238-8eb89e7d8bc1", + "id": "39179df0-3fed-4819-86c5-73b9a4f244b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136665,7 +136665,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -136709,7 +136709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baf518ce-cb1e-4589-8b92-723c60cb967c", + "id": "5ae0596d-bfe8-4afa-84e8-275585c9aa6f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136729,7 +136729,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -136779,7 +136779,7 @@ } }, { - "id": "c8c23303-cbaa-4fec-97ae-fbab4b2668f7", + "id": "1b49f9e2-ae17-4a6e-86d4-5b96da672559", "name": "Download entitlement insights for a role", "request": { "name": "Download entitlement insights for a role", @@ -136841,7 +136841,7 @@ }, "response": [ { - "id": "240cb02e-f457-4c21-bc49-5839d910405f", + "id": "cdc90abe-ef70-4e19-bcb1-3f2b9f08c3be", "name": "Succeeded. Returns a csv file containing a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -136901,12 +136901,12 @@ "value": "text/csv" } ], - "body": "aliqua pariatur ut aliquip", + "body": "aliqua amet", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "bce76ea0-1911-4296-880b-3fdc2ef411fc", + "id": "5bb359ea-ddff-42e9-a749-d89bcceb39d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136971,7 +136971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "792c1aba-0703-4f5a-82f6-54a441464248", + "id": "064c314b-94b9-4ac7-af98-bc1d8d1ca94a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137036,7 +137036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "225826dd-74f7-4df8-b266-17f3c94dd3cb", + "id": "f2621aa9-db61-4078-93ae-d8abd0385316", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137101,7 +137101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b09a6d3-0d0f-4ef5-bdcd-96c04f880943", + "id": "9d97f11a-af73-4f84-9adb-f032e0d9cb8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137172,7 +137172,7 @@ } }, { - "id": "a4bb7b01-0ef4-40a0-a354-eb4a90977472", + "id": "efec16a2-5e21-4851-b1ac-b78fd6d556f2", "name": "Get current entitlement for a role", "request": { "name": "Get current entitlement for a role", @@ -137224,7 +137224,7 @@ }, "response": [ { - "id": "76a1245d-944d-4e3e-9cc1-86b778c1ca81", + "id": "7481144a-a50e-4a82-b38c-c345ba303bfd", "name": "Succeeded. Returns a list of current or pre-existing entitlements for a role.", "originalRequest": { "url": { @@ -137279,7 +137279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01b6356d-8ea9-4161-8337-ca4986038fb2", + "id": "d9fa6b59-07ae-4b4d-8740-2485fca45202", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137334,7 +137334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d24342f9-0cb9-4bbc-b191-992511c593ad", + "id": "18ab6794-7e7b-4102-ae67-5a71bd7b6572", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137389,7 +137389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8119b83f-8737-4711-851f-e5ae7bfe6a25", + "id": "b788b5fd-525d-474c-be18-bfd1a321fad4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137444,7 +137444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "968f6290-04e8-427e-8dec-c2c0dcc5f4b3", + "id": "e0e62ec2-53b5-4182-bb37-c43aa8146b63", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137505,7 +137505,7 @@ } }, { - "id": "3fdc35f9-8c66-4398-90fc-c2941965cada", + "id": "06ac4372-da74-4572-a772-fbb144d23a00", "name": "Get identities for a suggested entitlement (for a role)", "request": { "name": "Get identities for a suggested entitlement (for a role)", @@ -137614,7 +137614,7 @@ }, "response": [ { - "id": "f02ca172-a767-4576-bc36-607d9fb272e6", + "id": "3715b6d2-4e27-4565-aeae-4f53101bd95a", "name": "Succeeded. Returns a list of identities with or without the entitlement.", "originalRequest": { "url": { @@ -137716,7 +137716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b5f00a4-2654-4793-8c25-05a37ebd6972", + "id": "4de4fe6f-9ec3-4232-a4c7-a5d3deea7b51", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137818,7 +137818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8cd5fec-b130-4980-93c4-396c247bf8a9", + "id": "db8085af-675e-4986-9630-a921819d0877", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137920,7 +137920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32cedcf2-3a82-4bde-83f0-f11b7b04cec8", + "id": "666292f6-01e2-46e4-8d3b-79eebec8f3ad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138022,7 +138022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "928556e9-880c-4b0e-b76d-69419cb7d615", + "id": "a12d662e-567c-4d50-9636-9c6e6066a816", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138136,7 +138136,7 @@ "description": "Use this API to implement and customize role functionality.\nWith this functionality in place, administrators can create roles and configure them for use throughout IdentityNow.\nIdentityNow can use established criteria to automatically assign the roles to qualified users. This enables users to get all the access they need quickly and securely and administrators to spend their time on other tasks.\n\nEntitlements represent the most granular level of access in IdentityNow.\nAccess profiles represent the next level and often group entitlements.\nRoles represent the broadest level of access and often group access profiles.\n\nFor example, an Active Directory source in IdentityNow can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both.\n\nRoles often represent positions within organizations.\nFor example, an organization's accountant can access all the tools the organization's accountants need with the 'Accountant' role.\nIf the accountant switches to engineering, a qualified member of the organization can quickly revoke the accountant's 'Accountant' access and grant access to the 'Engineer' role instead, granting access to all the tools the organization's engineers need.\n\nIn IdentityNow, adminstrators can use the Access drop-down menu and select Roles to view, configure, and delete existing roles, as well as create new ones.\nAdministrators can enable and disable the role, and they can also make the following configurations:\n\n- Manage Access: Manage the role's access by adding or removing access profiles.\n\n- Define Assignment: Define the criteria IdentityNow uses to assign the role to identities.\nUse the first option, 'Standard Criteria,' to provide specific criteria for assignment like specific account attributes, entitlements, or identity attributes.\nUse the second, 'Identity List,' to specify the identities for assignment.\n\n- Access Requests: Configure roles to be requestable and establish an approval process for any requests that the role be granted or revoked.\nDo not configure a role to be requestable without establishing a secure access request approval process for that role first.\n\nRefer to [Working with Roles](https://documentation.sailpoint.com/saas/help/access/roles.html) for more information about roles.\n", "item": [ { - "id": "3daf59df-cfe7-4d07-b6f5-890691f9afd0", + "id": "3e790d87-25da-4717-89dd-39efbeffc5e3", "name": "List Roles", "request": { "name": "List Roles", @@ -138238,7 +138238,7 @@ }, "response": [ { - "id": "6ed3a594-0782-4e86-af06-a39c4c70c4be", + "id": "a656c6c4-9371-4d64-bd4a-fefbb57ef11c", "name": "List of Roles", "originalRequest": { "url": { @@ -138354,7 +138354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "403127b1-4cfa-48a2-b550-773f02c4fdf8", + "id": "09aa7b82-180c-480f-bc28-5422eba832a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138470,7 +138470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f09044c-005f-4547-8df0-d35dd7b0ff0c", + "id": "b836a487-cf8b-4e20-b8c0-be3f75445892", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138586,7 +138586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67477634-b0a4-4b33-97de-abfff435f3f7", + "id": "a535aa5e-b787-4189-bbaf-6ce39aecc188", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138702,7 +138702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7e00993-6755-4f8a-b3ae-fc90521095dd", + "id": "199784b1-ee15-419b-b1db-2bdfb2c6fcb8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138818,7 +138818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "902e0d04-007f-4014-8740-fcd48a038eb2", + "id": "68ccdabc-bbd0-46da-87fa-a4f762d0410c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138940,7 +138940,7 @@ } }, { - "id": "7df2911c-476a-4d4c-b936-5ac37ce1cfa6", + "id": "4b76df4d-d7bb-4bb0-97fd-4f6544e45d71", "name": "Create a Role", "request": { "name": "Create a Role", @@ -138982,7 +138982,7 @@ }, "response": [ { - "id": "8740bbd6-893c-4da1-8a31-be175487ac50", + "id": "e81ceb70-feae-4935-9680-039fcffe566d", "name": "Role created", "originalRequest": { "url": { @@ -139038,7 +139038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7a78116-7605-4ff9-b5b5-cd3bb39cde3f", + "id": "86edf891-86bf-4f08-afcf-56fa0da9b90f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139094,7 +139094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16d7825a-2a14-4a49-8c25-02f1a087164e", + "id": "3a4b1e4b-a88f-4c72-b50f-fc5648b73b94", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139150,7 +139150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e7c5434-b4b8-4641-a84c-39d69d4fcae8", + "id": "a80f6170-b73e-473b-9641-f93b52ad45db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139206,7 +139206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "527e65e3-e165-482a-a431-fd6a9f147908", + "id": "6c2991d6-9adb-4651-b521-0ee863cc35b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139262,7 +139262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2efe3cf5-471a-483b-ba39-79e56de95ac3", + "id": "377ed454-0c64-4f27-93b9-b9a9058df3e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139324,7 +139324,7 @@ } }, { - "id": "89705eb6-d299-41fa-a1fe-3514538f63e6", + "id": "ccf3fa6c-fe02-47a2-90b3-6f62e5296622", "name": "Get a Role", "request": { "name": "Get a Role", @@ -139365,7 +139365,7 @@ }, "response": [ { - "id": "8066ecb8-0819-4c21-8e15-4decac892115", + "id": "a06ef393-f230-4f64-a26f-2313f2ac09c5", "name": "List of all Roles", "originalRequest": { "url": { @@ -139409,7 +139409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89402c61-83a1-4e04-b528-53fae0217a29", + "id": "6e0d9de3-7ba6-470d-b3e7-b64a8e40158f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139453,7 +139453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b530c23f-e195-49ad-a806-4fda436eee4b", + "id": "3b878534-a79c-404c-8cba-5c960b52a4c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139497,7 +139497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80f87978-44d3-4056-aa64-58cfbdb98523", + "id": "fc391d47-0d0e-4ab5-8f60-11b58f71349c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139541,7 +139541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6a43831-41d3-453d-ace9-f06b61c6c58c", + "id": "04096b24-f4a2-4630-bd7c-a2e834e31391", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139585,7 +139585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a62d25f-8e22-47e0-8cb2-ddf657843e8d", + "id": "3fe3b629-e163-4030-9462-842c0dac30c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139635,7 +139635,7 @@ } }, { - "id": "1230d936-67aa-411f-8275-702a21cea1e1", + "id": "b1d4e300-efaa-47b2-95bd-2a518769be15", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -139689,7 +139689,7 @@ }, "response": [ { - "id": "75b92dbe-a08e-4ab5-8b3b-ebcb5acfdcf9", + "id": "d58b329c-10fb-46ea-8599-5624ad66e99b", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -139746,7 +139746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1b59f89-997e-4ab8-93bc-bdb6bdcb72f9", + "id": "06a0f175-031c-40ef-b79f-a893952f362d", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -139803,7 +139803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e61babac-908d-40f5-9532-a2d805025053", + "id": "cbaaadbf-41d7-4067-af0a-7c1485d3d087", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -139860,7 +139860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1827884b-b3c3-400d-af3f-7cbb00c481a6", + "id": "a9dabe46-4ce7-4f42-b3dd-faf1c644de52", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -139917,7 +139917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07ac0fdf-fe83-4169-b5e4-98ae9b54e1d2", + "id": "380b7687-696c-4bee-9687-f7d7b0d04609", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -139974,7 +139974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b1e9aeb-c5a0-457c-8b53-177b4b2b3170", + "id": "980e4f1c-ff06-4c71-bdd6-a89712966fa2", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -140031,7 +140031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0d6d0b3-1cb4-4e9c-9a49-28bfa503c9ff", + "id": "9eb4a593-6f24-4325-b1de-affdb0151a5c", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140088,7 +140088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3b1f9d8-0524-4e60-b9af-2cf0f37067b5", + "id": "117c5e55-1bab-4d24-b0d6-f4db9857a65b", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140145,7 +140145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79661d07-3757-4798-a44b-a968708071e8", + "id": "d63f16f5-44bd-4cd7-8f38-13c363c07d73", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140202,7 +140202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d000186b-8366-46a9-8bae-47c730893a3d", + "id": "00db68ac-9891-44ec-9ccf-1a70dbc2bdd4", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140259,7 +140259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56a44ff7-2ea7-4f7f-9c3a-1933a8b2835e", + "id": "d08a5980-15c7-4d62-8fab-8e66fa6edb04", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140316,7 +140316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45c1d7a1-9fb8-4498-902d-ce0154aeb969", + "id": "e5a977ec-28f5-4ece-aaf1-9315e208ef5b", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140373,7 +140373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f9f412d-0c4d-49b7-983d-a105c92e6921", + "id": "54f82351-0318-47dd-90d4-5bb6bde96bb1", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -140430,7 +140430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8feb80ad-a347-4177-865e-36735c6bcba6", + "id": "2136fc0b-ca8d-4c07-b988-87193ff9c2e4", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140487,7 +140487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1a072ae-5540-4fd2-b40d-86e174b4647f", + "id": "02059d54-fa97-46b5-9b5c-48a6cf742643", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140544,7 +140544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45edd752-1d08-46e4-9f8d-6d91164ed2b9", + "id": "32ddcc0a-d65b-4b97-955b-302ed35e1ec7", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -140607,7 +140607,7 @@ } }, { - "id": "5c65e91b-3e1b-4b5a-a433-f62f321140b2", + "id": "a42a0381-7e7c-4615-9e50-e50fc6de2a98", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -140648,7 +140648,7 @@ }, "response": [ { - "id": "bb30a9d6-4738-4bd5-befd-909405b21df0", + "id": "3fbb43e4-820b-43e3-8361-6836e861d665", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -140682,7 +140682,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d01dd628-ec2e-4134-ab5e-1a57f1b42575", + "id": "f0a6ccb6-87b9-40a0-8b67-889d28775a64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140726,7 +140726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e54905-5306-4dc0-9318-eef5b509cfee", + "id": "01daed40-9d1b-410e-9457-5c7c6b5ef6ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140770,7 +140770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "620a9570-ddc2-4786-98d4-c91a2561f3e4", + "id": "93b14926-731c-4582-adab-245f7ac15889", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140814,7 +140814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd6f3216-805a-43b8-81ad-c2a474362124", + "id": "8fa2f64a-6ccf-46b7-8640-2837c7afa5f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140858,7 +140858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6afc31d2-afe2-4037-b17e-2b7b3080b8f0", + "id": "ad4c06c7-2ab0-4c24-ae27-78037c92de3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140908,7 +140908,7 @@ } }, { - "id": "fc1dde84-7ccb-4589-ab80-9e287562303d", + "id": "af624285-0004-41a4-ba48-da5f11df30dd", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -140951,7 +140951,7 @@ }, "response": [ { - "id": "7a1041ac-30c3-485d-9f86-5c1e0f5315d1", + "id": "43ce8231-a090-4052-b898-51b1ef33c9d8", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -141008,7 +141008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e97a6487-73da-4cfa-9587-bf3617a9678e", + "id": "9ac3606c-f274-4c35-9bdd-94925a656ce1", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -141065,7 +141065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d81109f-12eb-44c0-881c-b122bbeca998", + "id": "ad290cf9-a6c4-4538-8853-fd0d0d6358e4", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -141122,7 +141122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45a68f62-9fc8-496c-9daa-487ec2ce93cc", + "id": "8a8d39e8-ad93-47ab-ad2c-c4c0eb8661e8", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -141179,7 +141179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "852b4244-880f-487f-a23d-86cee93ae069", + "id": "97529528-5996-4e3b-bbf0-bc13c6fce0f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141236,7 +141236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b04000c5-1918-4bda-8e8e-fda5bdccbd1d", + "id": "b64eb051-d554-4484-a8ac-819a5fd5be34", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141293,7 +141293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38753e64-df0e-4ddc-a1fa-aca83c049aaa", + "id": "0e9b9bc2-7fe9-4aee-9496-25900e9bdb09", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141350,7 +141350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c897086-8eb8-46b2-8f1d-4b31d66fef8f", + "id": "ee86ee07-cb35-4600-b513-1ffa0dad5aac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141413,7 +141413,7 @@ } }, { - "id": "4f198146-994a-4044-9cb2-885933d33417", + "id": "c69652d4-b995-444f-a77d-3aca97923717", "name": "Identities assigned a Role", "request": { "name": "Identities assigned a Role", @@ -141498,7 +141498,7 @@ }, "response": [ { - "id": "86f908e7-3442-44b8-886d-459915522589", + "id": "2329f655-d4eb-4b1f-8d09-b0a3de9bb1f0", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -141589,7 +141589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e14a1a6-69b4-4e48-8771-fd4e8b870ffc", + "id": "feab79d9-256c-43b0-b18e-88078a8c8ffa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141680,7 +141680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3ed1edc-9a5f-41b7-a27f-3f74bfb71f4a", + "id": "607569cd-196b-43ec-ad01-dd52af5e386a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141771,7 +141771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "067f497f-3f21-416a-ab73-0d6f0c9c2789", + "id": "a24ca794-3312-4c9c-9ef4-f87b92833930", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141862,7 +141862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e2ff6c8-1944-483d-a2e0-9a7dea41ed90", + "id": "dc1c571f-a636-45c4-8ba6-37374ea10878", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141953,7 +141953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "891cb32a-7f8c-465e-992d-11e575f8bb03", + "id": "5f26b782-8f8b-49fe-8e58-27e253a2636b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142050,7 +142050,7 @@ } }, { - "id": "b78fbbb6-e54f-41ee-8bd3-5a4a71d599c6", + "id": "86508b4b-a1b0-403c-86b7-89e79dbbba21", "name": "List role's Entitlements", "request": { "name": "List role's Entitlements", @@ -142138,7 +142138,7 @@ }, "response": [ { - "id": "8c357397-45d9-4fc6-857b-675283615ee2", + "id": "b4ecca21-f7c5-4cc2-a9aa-cfc648411218", "name": "List of Entitlements", "originalRequest": { "url": { @@ -142229,7 +142229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17489881-7c46-4179-995b-50b95b0655ae", + "id": "bdfe51c3-eb4d-4355-b43c-2fe9cb18ada9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142320,7 +142320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b27b3fd1-1721-4e64-b164-0121a0cd748d", + "id": "e18442b6-71f7-44fb-9b68-bc3265c74520", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142411,7 +142411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a4f51d2-7244-4519-a83c-ac93bd970df3", + "id": "041d0080-228a-45a2-8594-fe374312d801", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142502,7 +142502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4d4dbaf-9db3-4ed9-9bc7-08c192eee870", + "id": "eb881d4c-13d3-40a3-b464-9d9d1451a7a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142593,7 +142593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e9c6e40-704e-4249-b628-acabd7a1f319", + "id": "0325f50a-c4a0-40ae-bac4-29ed64f0ca65", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142696,7 +142696,7 @@ "description": "", "item": [ { - "id": "bc5bc591-849e-44b8-979a-3196a59dd480", + "id": "fcc5de61-a2e4-4411-9986-207339b16ff7", "name": "Configure/create extended search attributes in IdentityNow.", "request": { "name": "Configure/create extended search attributes in IdentityNow.", @@ -142739,7 +142739,7 @@ }, "response": [ { - "id": "8c50c5dc-9228-48fd-a5ef-66c5bee75eaa", + "id": "1a852ef6-9633-4759-bad8-94ffe0bbe08c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -142796,7 +142796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3568a3-97ac-4528-94f4-ccd9c9ffb409", + "id": "2eae4a13-d645-4dff-9aec-d81211507287", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142853,7 +142853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ef7b5c0-4979-450c-bfd2-a45802acfc6e", + "id": "939ab177-7e14-4bfa-b92f-4f52185aff10", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142910,7 +142910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5060f0a0-e130-4fc0-8743-388b27ab9aa9", + "id": "5568c0cd-0311-4f5d-a57b-a41d9ee737e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142967,7 +142967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd57f12f-1028-4484-ad95-8591cdbfc49b", + "id": "dfa33071-60b0-4038-9da7-69a50b3ac736", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143024,7 +143024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1947361f-927a-4c60-acb3-b130c38809f0", + "id": "9bce7bac-fdbd-4417-8145-3ae3f5736452", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143081,7 +143081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a1c7cc0-999a-49b9-88d1-320f94a1b9cc", + "id": "1a9207d7-fdda-43f5-afa3-a7b60502d70d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143144,7 +143144,7 @@ } }, { - "id": "3c139384-80ac-4f9b-bf0e-58d8db26b2da", + "id": "d8a31fe6-dc46-47d1-a435-369036aa53ec", "name": "Retrieve a list of extended search attributes in IdentityNow.", "request": { "name": "Retrieve a list of extended search attributes in IdentityNow.", @@ -143174,7 +143174,7 @@ }, "response": [ { - "id": "95f7eac2-3570-421e-a0ea-f88d26ac3300", + "id": "69945673-a5dc-466e-a6e1-7fed959bdaac", "name": "List of attribute configurations in IdentityNow.", "originalRequest": { "url": { @@ -143218,7 +143218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "181183dd-5a08-45ba-a422-73f42337f44b", + "id": "418c4f9b-fb63-4bbe-b804-00f5d39ff7e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143262,7 +143262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "434dc91c-c77b-4328-b4e5-8a32fa34c88a", + "id": "079a7174-2c01-4140-b460-d80ae52214ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143306,7 +143306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d788eccc-3cc9-4d65-9eb8-7e9d8c7cc122", + "id": "b3e5f3cc-8bb4-41ff-aae4-c5cceb78a166", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143350,7 +143350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "731814d1-ebdb-4931-853b-47f3afd143e4", + "id": "37dc3d2b-aee2-4849-8cb6-088323c743f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143400,7 +143400,7 @@ } }, { - "id": "5b81691d-53d2-429e-8a60-38f54001ed34", + "id": "02b89be0-eb7c-4cc3-9b78-41ddf0c7c0cf", "name": "Get the details of a specific extended search attribute in IdentityNow.", "request": { "name": "Get the details of a specific extended search attribute in IdentityNow.", @@ -143442,7 +143442,7 @@ }, "response": [ { - "id": "e0d7ad48-0cb6-4a6a-a4cb-defcc5368985", + "id": "ecccae31-091e-4062-955a-fa28f9f54b14", "name": "Specific attribute configuration in IdentityNow.", "originalRequest": { "url": { @@ -143487,7 +143487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b5bdc56-61d5-4bc4-ae51-a8ffa2b6c8ec", + "id": "c035b6be-0d92-4f78-aa51-8e86d389fe4a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -143522,7 +143522,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6eec74ce-58c2-43da-89a2-6ef122de40dd", + "id": "78f9a67b-11bd-49de-b295-209b263668e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143567,7 +143567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6db265d6-323d-4a54-81dc-919a4446d367", + "id": "aca9a49c-0930-40e7-871d-762df0589762", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143612,7 +143612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cef5fcba-62eb-4d32-a4c1-5d6e2136f135", + "id": "c2f68b2d-6941-4065-b322-ecb8ac530068", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143657,7 +143657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2424f2b3-47a8-41c5-abfa-5cbeaa2c0f68", + "id": "d8f0d750-cc95-4118-8be5-b5afd55dc749", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143702,7 +143702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3395dec5-e1af-42e1-b062-6693a02ae697", + "id": "bb94e4fb-54a8-4591-b42d-48206380bafc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143753,7 +143753,7 @@ } }, { - "id": "294ed4f3-a6e0-4519-951d-239d826d23b1", + "id": "901b5062-4e28-49b0-9cf8-cd32bce13452", "name": "Delete an extended search attribute in IdentityNow.", "request": { "name": "Delete an extended search attribute in IdentityNow.", @@ -143795,7 +143795,7 @@ }, "response": [ { - "id": "aeab279e-903e-422d-9219-7e78f0250f4e", + "id": "ef5c24aa-d90f-4678-b1d9-247fe81f79b0", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -143830,7 +143830,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6de189af-740a-49ac-a59f-9bbb106d8267", + "id": "4d55b6e2-d4b5-4e2d-a358-8f2c52df35b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143875,7 +143875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29fccad3-075f-4d03-8757-b9f66a662c39", + "id": "42d313e4-b1c1-4c5c-ac17-f77328c2b50c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143920,7 +143920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2a34b6b-bdab-4093-a564-35dd55fa3b6a", + "id": "86f9ea53-8e81-4b8c-91b7-22ada5b85622", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143965,7 +143965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d853909c-ce37-4f87-b62b-dafbd45e3222", + "id": "28b1308d-3c42-4fa8-8af6-a39deed1e774", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144010,7 +144010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1daf07ae-a167-4b95-83eb-cf643105c434", + "id": "83bb2a72-0c94-4020-8582-36d8cac59bc6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144061,7 +144061,7 @@ } }, { - "id": "06da56f5-7fc1-4a9a-8248-dd12688dbd92", + "id": "8b85b6c4-4589-456a-86d6-6d16a0ca6f34", "name": "Update the details of a specific extended search attribute in IdentityNow.", "request": { "name": "Update the details of a specific extended search attribute in IdentityNow.", @@ -144116,7 +144116,7 @@ }, "response": [ { - "id": "0c8190d2-db34-4b18-b363-91b86fc34d7a", + "id": "7bcf8b19-5e15-4412-86e6-3491e918d125", "name": "Responds with the Search Attribute Configuration as updated.", "originalRequest": { "url": { @@ -144174,7 +144174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "075aea6b-1a9d-44e1-8acc-471497905d81", + "id": "31dea891-3f8e-4940-b96a-d7051db6746d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144232,7 +144232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ee3a0f9-bad5-42ba-b024-4a1530125dad", + "id": "438d8b92-e4de-4b9e-8aa8-750c5c1b73ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144290,7 +144290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69eaa6d1-4314-440d-ab3e-9ba4b49d987e", + "id": "de69082e-5db5-4f8e-ab6f-5c1c076d055f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144348,7 +144348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dc78994-31e8-44ba-a8fd-4b12daf65261", + "id": "495e3efd-e27e-42f6-baa8-a26911fadeb5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -144406,7 +144406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21347ee4-c7c2-4099-98c6-56f0b4352464", + "id": "8e360a86-dfce-4162-aa3f-7097ff1bf248", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144464,7 +144464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f44c0302-02e2-44e7-be58-4ec124229ca2", + "id": "52e3f801-e980-4a1d-8703-6ad59a9ce8c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144534,7 +144534,7 @@ "description": "Use this API to implement and customize access request segment functionality. \nWith this functionality in place, administrators can create and manage access request segments. \nSegments provide organizations with a way to make the access their users have even more granular - this can simply the access request process for the organization's users and improves security by reducing the risk of overprovisoning access. \n\nSegments represent sets of identities, all grouped by specified identity attributes, who are only able to see and access the access items associated with their segments.\nFor example, administrators could group all their organization's London office employees into one segment, \"London Office Employees,\" by their shared location. \nThe administrators could then define the access items the London employees would need, and the identities in the \"London Office Employees\" would then only be able to see and access those items.\n\nIn IdentityNow, administrators can use the 'Access' drop-down menu and select 'Segments' to reach the 'Access Requests Segments' page. \nThis page lists all the existing access request segments, along with their statuses, enabled or disabled. \nAdministrators can use this page to create, edit, enable, disable, and delete segments. \nTo create a segment, an administrator must provide a name, define the identities grouped in the segment, and define the items the identities in the segment can access.\nThese items can be access profiles, roles, or entitlements. \n\nWhen administrators use the API to create and manage segments, they use a JSON expression in the `visibilityCriteria` object to define the segment's identities and access items. \n\nRefer to [Managing Access Request Segments](https://documentation.sailpoint.com/saas/help/requests/segments.html) for more information about segments in IdentityNow. \n", "item": [ { - "id": "69308c25-dc26-44bc-b67e-9c39ab9c6cc9", + "id": "9f8871c2-f191-4af4-a5b9-330a49fb262f", "name": "Create Segment", "request": { "name": "Create Segment", @@ -144576,7 +144576,7 @@ }, "response": [ { - "id": "e7f9ff91-dd16-4380-bc62-f9540b8378e2", + "id": "5ad9c4e4-b0e6-485d-9cf3-89b5d23626d4", "name": "Segment created", "originalRequest": { "url": { @@ -144632,7 +144632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b31d51c7-a7b2-4ba7-ae9a-b8dffa648053", + "id": "a77b2cc5-ad58-48fa-863f-229a71a8c010", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144688,7 +144688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e193035-15e4-44ff-9746-2d94b7b71075", + "id": "6f31b177-1bef-4a9f-9e11-795d6f79ba18", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144744,7 +144744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "973fbc90-5215-4b96-a580-672df3a06b8a", + "id": "31073672-5b45-4dce-8aec-3d4bb3319128", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144800,7 +144800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9d6cea7-3ae5-40c0-b98f-a851f0c8489a", + "id": "d01109d9-8b0e-4c45-a2d0-d8f0d79ddd85", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144856,7 +144856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9a8aee6-e793-4754-a925-87e00f0de22b", + "id": "5774a4c7-7638-4b5e-963d-54f1d063bff8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144918,7 +144918,7 @@ } }, { - "id": "9f3c55e5-564d-449f-b81a-020829a29363", + "id": "d105765c-8e3c-4c6c-b1ee-64fbab17bbda", "name": "List Segments", "request": { "name": "List Segments", @@ -144975,7 +144975,7 @@ }, "response": [ { - "id": "8cf7b7a0-a884-44a5-80c9-60dc306eaec1", + "id": "082f60c8-f66c-4051-841d-553c3938ea9d", "name": "List of all segments", "originalRequest": { "url": { @@ -145046,7 +145046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08758315-6f79-4cdb-8506-da755ab1a847", + "id": "266971b3-9dd9-443d-8a7d-9bc6f3ad1a80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145117,7 +145117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79d6a9f4-978d-4e74-b56c-506438d64396", + "id": "f4e48094-11ce-4954-86cf-b54f5014c770", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145188,7 +145188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b81aea02-ebae-4574-9c8e-a1ac050edb77", + "id": "87480459-b499-4a61-bd50-592293f714ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145259,7 +145259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae40bab-322f-46f4-b3a1-5a21dde4aa90", + "id": "0a8d217a-0c8f-4790-a17c-a64fa69b9d30", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145330,7 +145330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64c37c65-fe53-4fbf-9a47-0d02803b86f6", + "id": "571b7846-35fa-45f6-8bfc-049c5808bdc0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145407,7 +145407,7 @@ } }, { - "id": "a214b498-8344-4ace-85fb-6aa3785f01df", + "id": "add2ce10-11e0-4bc0-ba37-325592ae8d87", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -145448,7 +145448,7 @@ }, "response": [ { - "id": "f97d9c54-1071-45d0-a6b4-f6929a35b92d", + "id": "d65e5a42-c35f-46cf-8e70-e5bfcfe8d76e", "name": "Segment", "originalRequest": { "url": { @@ -145492,7 +145492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d256787f-1cb1-409d-b913-ea60a8fb9f1c", + "id": "117a9c13-f6cf-46de-bdf5-48a84f1f6e09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145536,7 +145536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea25e09b-47a7-402f-8cbb-bcc1855fcc30", + "id": "718333d1-af90-4052-bcd5-58c7dbba0468", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145580,7 +145580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25153157-6a84-492f-beae-8212724f1a36", + "id": "86ab21e0-7167-4f3a-a166-ec249cabfd83", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145624,7 +145624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4f8423f-ccb3-4243-8a2a-259b9f8691a0", + "id": "eabf5afc-1f67-4f15-94d2-3b087b6bea21", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145668,7 +145668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b56568b7-ac34-4526-a605-132b372d5ed8", + "id": "9b9f7446-5dce-4a8f-b4d6-b9aeba5f4744", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145712,7 +145712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e63fe6cb-f8e1-43eb-bcab-7a5f8d7401c0", + "id": "6bb73702-e964-4c8c-9685-22c7a59e069b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145762,7 +145762,7 @@ } }, { - "id": "c3f082bf-e396-4d6e-87ac-73c7eb02e205", + "id": "fceeffe2-f0e2-4b85-b2c9-d2adf5c4d6d8", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -145803,7 +145803,7 @@ }, "response": [ { - "id": "58584410-da66-406d-8e54-af3f81e91ef8", + "id": "8c267aa5-2abf-45b1-a060-819b81f6782b", "name": "No content.", "originalRequest": { "url": { @@ -145837,7 +145837,7 @@ "_postman_previewlanguage": "text" }, { - "id": "18ac337b-3777-43b1-81a5-3a30faf48d69", + "id": "1592c6f5-8431-4457-828d-e57bbdf9d261", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145881,7 +145881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e9ace9c-677a-44fd-b8ee-f17a911c9b9c", + "id": "757c4a6d-f12e-4028-b8c8-5c94b7d5bf93", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145925,7 +145925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d7d599e-532d-4cdd-9bb5-bf27fb12a007", + "id": "b6e976d9-b8a3-4201-aa7a-54eb41ad5d02", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145969,7 +145969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dc2dc0e-6690-41bc-a7e3-8ad211aa9939", + "id": "3e60f73e-335e-444c-8b3e-ecb8dd4be08e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146013,7 +146013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa39fbce-a2b2-43db-ae9b-550368438060", + "id": "7f93147c-2c15-4d45-83c3-ec93701eac3c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146057,7 +146057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6632e0f9-50c6-4dec-be75-aac90bd927d3", + "id": "edb01be2-4c75-4125-aeab-8577fc0482e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146107,7 +146107,7 @@ } }, { - "id": "054b1987-f332-4fcf-88cd-3d1c9d808bcb", + "id": "54e78642-ae95-439c-9d5f-7594779ca54d", "name": "Update Segment", "request": { "name": "Update Segment", @@ -146161,7 +146161,7 @@ }, "response": [ { - "id": "fa3cf079-2fc5-4241-b7bc-2ebcb40f5453", + "id": "5291180f-bb87-43a6-b0fb-675509f3730d", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -146218,7 +146218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4214f994-297c-4078-8cb3-34b13d5c3cec", + "id": "ee0ddf5e-cde0-4d59-bff6-d4fd9ecba542", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146275,7 +146275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6bd877d-e682-4a07-ac42-68ff3f30944d", + "id": "04c6e584-7de1-4a51-ba82-716db32d76d4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146332,7 +146332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfe1a860-9451-40c3-9aa9-8e8c9e2c153a", + "id": "143aa037-4b05-40e3-b390-5b2cb2743c27", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146389,7 +146389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "309e5f79-9df2-4a7a-a361-b52bf0128370", + "id": "0d909e6d-9c83-4fe7-9dc8-d0eae6b33173", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146446,7 +146446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4a98687-c80c-4607-9c0d-80034704054b", + "id": "112e9b8c-839d-4309-aafa-969a72e98ea2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146503,7 +146503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61b7d232-d347-495a-ae5a-ea3ab2820931", + "id": "0bccbdf4-af33-46e8-a48a-0df5fcbbcc38", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146572,7 +146572,7 @@ "description": "Use this API to build an integration between IdentityNow and a service desk ITSM (IT service management) solution.\nOnce an administrator builds this integration between IdentityNow and a service desk, users can use IdentityNow to raise and track tickets that are synchronized between IdentityNow and the service desk.\n\nIn IdentityNow, administrators can create a service desk integration (sometimes also called an SDIM, or Service Desk Integration Module) by going to Admin > Connections > Service Desk and selecting 'Create.'\n\nTo create a Generic Service Desk integration, for example, administrators must provide the required information on the General Settings page, the Connectivity and Authentication information, Ticket Creation information, Status Mapping information, and Requester Source information on the Configure page.\nRefer to [Integrating SailPoint with Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html) for more information about the process of setting up a Generic Service Desk in IdentityNow.\n\nAdministrators can create various service desk integrations, all with their own nuances.\nThe following service desk integrations are available:\n\n- [Atlassian Cloud Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_cloud/help/integrating_jira_cloud_sd/introduction.html)\n\n- [Atlassian Server Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_server/help/integrating_jira_server_sd/introduction.html)\n\n- [BMC Helix ITSM Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_ITSM_sd/help/integrating_bmc_helix_itsm_sd/intro.html)\n\n- [BMC Helix Remedyforce Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_remedyforce_sd/help/integrating_bmc_helix_remedyforce_sd/intro.html)\n\n- [Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html)\n\n- [ServiceNow Service Desk](https://documentation.sailpoint.com/connectors/servicenow/sdim/help/integrating_servicenow_sdim/intro.html)\n\n- [Zendesk Service Desk](https://documentation.sailpoint.com/connectors/zendesk/help/integrating_zendesk_sd/introduction.html)\n", "item": [ { - "id": "4a16f19e-58a6-4882-9cc8-85bb3dfe493a", + "id": "f7ecd37f-3dc5-47c1-bed8-791ed03eab0a", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -146647,7 +146647,7 @@ }, "response": [ { - "id": "0e823bef-f352-4fe7-bd66-cc6b0f2886bc", + "id": "36c39b20-ddcc-411c-9ff4-c2797e56bc21", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -146736,7 +146736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deab20d1-1fe8-4c50-a4bd-88197e18c74f", + "id": "5378fe62-4705-4eb9-8f13-0a10284b24dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146825,7 +146825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "523308b7-6e9b-42df-9443-d5b3bf3dfcc0", + "id": "23ea6237-7ba5-4619-9a90-e0229f5e941b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146914,7 +146914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63fbf309-372a-4caa-9ba0-32f1babefb8c", + "id": "2031e675-de85-4e8c-b18f-d1576035b21e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147003,7 +147003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18945766-d998-47ff-8196-5cbe19411ee3", + "id": "c0e77606-4a63-4767-9517-8607cec7d636", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147092,7 +147092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3274166a-3995-47d4-99da-b6d888afa162", + "id": "cb338802-f952-4ceb-8359-1f4ca4aadb8d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147181,7 +147181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "437b0e79-0ee4-4bfd-9088-228a9d8e87d1", + "id": "d4dfef25-0d26-4f3f-91f0-1b6cd2205fae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147276,7 +147276,7 @@ } }, { - "id": "462537c6-84ee-4c23-a926-f759079bb145", + "id": "ff8364d0-1ab3-4daa-9443-c8d615c34b8a", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -147318,7 +147318,7 @@ }, "response": [ { - "id": "a8e1ab50-39cf-4a06-8816-c3752581fd0a", + "id": "facf9d62-ca46-4ee9-9743-875197908d2d", "name": "details of the created integration", "originalRequest": { "url": { @@ -147374,7 +147374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0f07eea-dcc6-4ed3-9fa8-333c8648c33e", + "id": "08cd2d89-0249-4837-b17b-f8ab65026889", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147430,7 +147430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3561c227-ba96-49c5-9a56-6b886ec4f7a5", + "id": "a7c46336-806b-4549-ab68-94bd6bb696ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147486,7 +147486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f95506d1-022a-440e-b0a6-c582edd5a032", + "id": "5f7324e0-6dd0-486d-bb41-1e589d23cafb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147542,7 +147542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e1ae50f-821d-4be9-934f-35baf01c0d83", + "id": "d3a143e5-97eb-400e-87e7-bfce2c8f8619", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147598,7 +147598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9e60be4-8b88-4cfb-98f1-cf93f0c800b7", + "id": "bf86c059-021a-4a40-8a99-5de3ffbe92f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147654,7 +147654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df7aa7b8-232f-4df1-b87c-b7efe2280399", + "id": "b9ce5b70-7715-4d70-bc62-fc3174392bd4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147716,7 +147716,7 @@ } }, { - "id": "41858cea-e48c-4ebd-b8e1-8d5b7e09cd2e", + "id": "22e8a80b-d9bb-43b0-bada-7827e6367492", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -147757,7 +147757,7 @@ }, "response": [ { - "id": "abb8764a-a35b-4cc8-848d-bb524e656912", + "id": "3b4fb604-51cd-469a-9ae4-fcb6a55bfc79", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -147801,7 +147801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bc4c672-0f52-488e-a92a-e153dd746590", + "id": "50795a7c-8e73-422c-8f74-0d8379950fcc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147845,7 +147845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ddcb0d6-2b05-400f-b8e6-39ee0a62baca", + "id": "95b0b5ea-c41e-4da6-a0aa-e4023d4020b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147889,7 +147889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9660b01-8ddc-4e91-8780-8a6189844418", + "id": "3b86f6ef-4328-4cc8-9dc5-afb7548f12c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147933,7 +147933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f958050-5c34-470e-ab49-70fe41418b96", + "id": "cde882fa-efdc-40af-aa25-4bb34283b7a3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147977,7 +147977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7acea8ca-6286-411f-bda3-551a0772ec60", + "id": "03c8ee5a-ec34-48de-a36a-adce7817658c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148021,7 +148021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddd08de7-a73b-43e4-a19d-1894baf2d7db", + "id": "57af528d-87c6-4cd7-aa00-34e8112fd79d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148071,7 +148071,7 @@ } }, { - "id": "5c0e8103-5426-4cd6-91a7-822fde0d7a99", + "id": "64123bd5-04c8-4b89-89b8-271b64f9fc00", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -148125,7 +148125,7 @@ }, "response": [ { - "id": "15f6cb0d-fd10-4876-bf80-191c66563148", + "id": "49a03932-be48-419b-8c3d-530955ca37e7", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -148182,7 +148182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfec4de0-3599-421e-b16a-7dd891495f7a", + "id": "6c6de314-3932-4dab-8db1-81baa2bde25e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148239,7 +148239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bef78e22-14bc-4c85-b887-83ee3b9fdea8", + "id": "3af66ed1-34c2-4d8b-bf18-781bbf15379f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148296,7 +148296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b659d9e-0b06-4cf0-9338-c986ee90b139", + "id": "a1cb22d7-9067-4a52-81bf-819549b0b4df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148353,7 +148353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f371c869-939b-4122-9c98-0e159822e363", + "id": "ece04126-cf88-482b-b183-20301d8b0524", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148410,7 +148410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d569f1e-67bf-4b0e-b87f-0b0e3b83acac", + "id": "ad27d6be-98be-4c9c-a37a-61f315e9e2ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148467,7 +148467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c04d105e-266d-42d4-8497-3b0200548f38", + "id": "a1ce4cc2-b097-47e5-82e2-3535afa2f85d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148530,7 +148530,7 @@ } }, { - "id": "50c9e53c-2644-4bfe-a335-2a4cb6dd3b78", + "id": "81014b72-24fd-4797-8041-a11f48a55f74", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -148571,7 +148571,7 @@ }, "response": [ { - "id": "eb89fe81-2933-4a63-8db8-bda19fc866b0", + "id": "974c7102-85d6-49b0-96bc-b87770f7b093", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -148605,7 +148605,7 @@ "_postman_previewlanguage": "text" }, { - "id": "34f970cd-92ad-4bbe-9271-a23872768e1d", + "id": "3c88bf72-fd44-4784-963d-ca24b07491e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148649,7 +148649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40a530e9-d3d6-427e-adfd-983df640994e", + "id": "ed6f46b2-d28c-46bc-ad33-7833d827c75b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148693,7 +148693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffbfb17a-9d35-4625-9c27-7a143628b3aa", + "id": "62294e48-3012-46b6-a191-a8ae93fd515d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148737,7 +148737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3a8770f-81d4-4fd0-97ea-51800b4dca2f", + "id": "f0140af1-03a7-4e09-8f3c-ea1ce36cbab5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148781,7 +148781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0524db35-c8b8-49e0-9efc-0c20e2f32baa", + "id": "b46d4e97-6ef9-464b-a968-eb20efd2e8fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148825,7 +148825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a419d5b7-3301-4d48-8a2f-72590c4b54ed", + "id": "603c1783-0361-48ef-ad5b-4ee8cda511de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148875,7 +148875,7 @@ } }, { - "id": "c69f7c9f-4394-47e0-beb2-adf2d548bdfa", + "id": "cea90638-44b1-4e05-8c3e-23f45a87f4f2", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -148929,7 +148929,7 @@ }, "response": [ { - "id": "41778099-09f9-4687-a192-61b5409cc571", + "id": "ba446de1-21e4-48d8-a882-ee39e1afdc0c", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -148986,7 +148986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d46270a4-654d-47e5-92c7-7323944574e0", + "id": "ab54e786-897e-40bd-afd4-7d0db3825646", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149043,7 +149043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a8e5376-f2be-4025-8068-4c57812b5787", + "id": "b09f1e45-ae86-49ee-b060-09e021cb7f68", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149100,7 +149100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eb6c459-12e0-4c9a-b813-390eb24e4336", + "id": "7216a452-6dc3-4e4b-b76a-a5881ee07a20", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149157,7 +149157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0aab371-6a4e-40ce-b6af-adea1793571b", + "id": "142c26b3-b2a0-44c2-8834-1e9538d71f11", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149214,7 +149214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a95328c0-fe76-496f-9d5f-0ec5eecb7cd6", + "id": "aedc36bf-406f-47e7-86f3-facd4ea1d174", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149271,7 +149271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "634e92d8-62fe-4514-9979-ca1b52bf505b", + "id": "5a31dd32-2f8c-498a-906e-e951abe9d92f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149334,7 +149334,7 @@ } }, { - "id": "a9fe8a7b-0a8c-448c-9848-6fd2eaf15e3c", + "id": "649c3790-68ae-4ab4-a182-65c257c71cf2", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -149364,7 +149364,7 @@ }, "response": [ { - "id": "c99b6492-3b60-4d48-8840-857df13c4a44", + "id": "2e23635d-9731-41c1-aab2-2b7c01ae3511", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -149408,7 +149408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fa59f41-447e-41c9-a633-d2a7435f1f6c", + "id": "526713c1-345e-4a84-850a-475c9b71f227", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149452,7 +149452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6eaf205-cad3-4775-aea8-402f55599369", + "id": "5ca4affd-c9de-4a2e-8619-d53f9bbfe976", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149496,7 +149496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fe88927-352f-47db-933f-1d382097741e", + "id": "3a5c2abf-6250-445d-bcd5-bfbcfbbf55dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149540,7 +149540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80c6083b-12bb-4883-9605-e397d209ee72", + "id": "3c07ab9c-2141-4514-9d86-5d2c93b42a28", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149584,7 +149584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "420da722-3d7a-41c8-bb7d-693f2eb517e6", + "id": "f9c69d49-45d9-44f6-911a-940dd6babc6c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149628,7 +149628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cca35082-8eb7-459a-b1f8-b59eae7d739c", + "id": "12caccfb-065f-453b-b780-a83b4642717b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149678,7 +149678,7 @@ } }, { - "id": "41970396-e3a3-451d-ab70-1fbf6f002e86", + "id": "374ba027-ec29-43ef-b89a-c025fe6e47d1", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -149720,7 +149720,7 @@ }, "response": [ { - "id": "6dee6eaf-df16-4d67-a271-38eb680c2d8a", + "id": "ad287c3d-eab6-45a7-82de-55e24c9dea53", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -149760,12 +149760,12 @@ "value": "application/json" } ], - "body": "{\n \"attributes\": {\n \"ut_e2\": \"velit dolore\",\n \"laborum_8\": 69864043\n },\n \"name\": \"aName\",\n \"provisioningConfig\": {\n \"universalManager\": true,\n \"managedResourceRefs\": [\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 1\"\n },\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 2\"\n }\n ],\n \"planInitializerScript\": {\n \"source\": \"\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n Before Provisioning Rule which changes disables and enables to a modify.\\\\r\\\\n \\n\"\n },\n \"noProvisioningRequests\": true,\n \"provisioningRequestExpiration\": 7\n },\n \"type\": \"Web Service SDIM\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\"\n}", + "body": "{\n \"attributes\": {\n \"amet26\": 81809121,\n \"sunt_d\": true\n },\n \"name\": \"aName\",\n \"provisioningConfig\": {\n \"universalManager\": true,\n \"managedResourceRefs\": [\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 1\"\n },\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 2\"\n }\n ],\n \"planInitializerScript\": {\n \"source\": \"\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n Before Provisioning Rule which changes disables and enables to a modify.\\\\r\\\\n \\n\"\n },\n \"noProvisioningRequests\": true,\n \"provisioningRequestExpiration\": 7\n },\n \"type\": \"Web Service SDIM\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a4ce1f47-79af-4ea3-9149-c8001469ee55", + "id": "548c601c-6a28-4757-bbe1-a9d5eea26d41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149810,7 +149810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18e78afd-9d3e-4bf3-868b-81ec1c9dcf1c", + "id": "966456be-6ac0-42a5-9d29-2ff5e10c2834", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149855,7 +149855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3fac602-a129-445d-ba30-89f636a984bb", + "id": "e2213dfe-b197-4ed0-accf-028ebd6a476d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149900,7 +149900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eeff8d8-2e61-472b-9278-465dbddab792", + "id": "3e8aab29-f923-44d5-aa6d-eec12ecbd720", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149945,7 +149945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be55aba4-9b7d-4c23-9f32-22022ca43d33", + "id": "f59fdec4-9ab9-4537-88a6-a523b1fbbbe5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149990,7 +149990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fb7645d-1b98-4243-8bac-efe80028227c", + "id": "384d89c0-59e6-4f99-a806-1d9b68e090df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150041,7 +150041,7 @@ } }, { - "id": "cfe14bef-d85c-4a71-bcaa-90817a7c74a8", + "id": "338083d6-cfa4-400d-ba5a-9d212ad63702", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -150071,7 +150071,7 @@ }, "response": [ { - "id": "a201b16b-9dc0-4be3-b2ed-a23dcad35092", + "id": "f777d9ed-b987-4997-a566-af5e26de746a", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -150110,12 +150110,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"qui culpa\",\n \"provisioningMaxStatusCheckDays\": \"voluptate est\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolor\",\n \"provisioningMaxStatusCheckDays\": \"in qui magna\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f798d0ea-5f94-4e33-a59a-37df507e1889", + "id": "682c332b-a9f2-4c59-88bd-e939ce1399f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150159,7 +150159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed1ab148-6384-4017-95cb-cc006a7bd9dc", + "id": "b85aacbf-f9d3-4943-a70f-e75b3f79d4a6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150203,7 +150203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55559d4f-6b3f-4032-bbc5-cb175c56b693", + "id": "1550bbfc-30a4-435d-9db9-4fa9201bff02", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150247,7 +150247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7743230-695e-4cee-a2e1-336608f2d463", + "id": "3f27d131-b24a-4c4b-ad2e-2738bb32d1c3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150291,7 +150291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f16437bb-798d-455d-90e1-d2cfd9c8b110", + "id": "ed53969b-dff6-46e0-bf8e-ccbd91f9e3f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150335,7 +150335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a31cad28-1948-473e-a939-89049bbb5135", + "id": "ab2680a9-6ad9-4b2b-a11c-66677221a6dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150385,7 +150385,7 @@ } }, { - "id": "05c1918c-9f09-4755-80b7-59ac297f6fcf", + "id": "b8ae05b0-a66e-440c-8157-e1b98d40ea48", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -150417,7 +150417,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"qui culpa\",\n \"provisioningMaxStatusCheckDays\": \"voluptate est\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolor\",\n \"provisioningMaxStatusCheckDays\": \"in qui magna\"\n}", "options": { "raw": { "headerFamily": "json", @@ -150428,7 +150428,7 @@ }, "response": [ { - "id": "1f589bcf-4dcf-4d4c-a6a0-7d09463b5256", + "id": "95995035-f4e0-458b-a712-f592f1c0c50d", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -150463,7 +150463,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"qui culpa\",\n \"provisioningMaxStatusCheckDays\": \"voluptate est\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolor\",\n \"provisioningMaxStatusCheckDays\": \"in qui magna\"\n}", "options": { "raw": { "headerFamily": "json", @@ -150480,12 +150480,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"qui culpa\",\n \"provisioningMaxStatusCheckDays\": \"voluptate est\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolor\",\n \"provisioningMaxStatusCheckDays\": \"in qui magna\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "15ffd0bc-7e50-4925-b606-1a1962265272", + "id": "b2754441-dfe8-4987-a489-f7871cdc1bb6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150520,7 +150520,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"qui culpa\",\n \"provisioningMaxStatusCheckDays\": \"voluptate est\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolor\",\n \"provisioningMaxStatusCheckDays\": \"in qui magna\"\n}", "options": { "raw": { "headerFamily": "json", @@ -150542,7 +150542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90e576b1-b338-4ce7-9d56-01dd57d02519", + "id": "aca6a8dc-38b7-4c05-8cf6-9fa7fbe9929d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150577,7 +150577,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"qui culpa\",\n \"provisioningMaxStatusCheckDays\": \"voluptate est\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolor\",\n \"provisioningMaxStatusCheckDays\": \"in qui magna\"\n}", "options": { "raw": { "headerFamily": "json", @@ -150599,7 +150599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cefbb8a-8a63-4248-a252-74bd0bb993bf", + "id": "39441baf-8ad5-4447-a761-18c78d87c9b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150634,7 +150634,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"qui culpa\",\n \"provisioningMaxStatusCheckDays\": \"voluptate est\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolor\",\n \"provisioningMaxStatusCheckDays\": \"in qui magna\"\n}", "options": { "raw": { "headerFamily": "json", @@ -150656,7 +150656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03fe4c79-b31f-436d-81d0-17233cef10c7", + "id": "135e9b60-a74f-49ef-9224-2ffdbe05482a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150691,7 +150691,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"qui culpa\",\n \"provisioningMaxStatusCheckDays\": \"voluptate est\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolor\",\n \"provisioningMaxStatusCheckDays\": \"in qui magna\"\n}", "options": { "raw": { "headerFamily": "json", @@ -150713,7 +150713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94f73b8d-ae9a-46e5-acf8-a90867bb33ff", + "id": "a68b2e4d-4b40-4be1-98a8-827873b51c5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150748,7 +150748,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"qui culpa\",\n \"provisioningMaxStatusCheckDays\": \"voluptate est\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolor\",\n \"provisioningMaxStatusCheckDays\": \"in qui magna\"\n}", "options": { "raw": { "headerFamily": "json", @@ -150770,7 +150770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6c23fa6-2e91-4b24-ada7-ffae44367a92", + "id": "638a96e4-abed-432f-b047-b316ffa06c8a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150805,7 +150805,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"qui culpa\",\n \"provisioningMaxStatusCheckDays\": \"voluptate est\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"dolor\",\n \"provisioningMaxStatusCheckDays\": \"in qui magna\"\n}", "options": { "raw": { "headerFamily": "json", @@ -150839,7 +150839,7 @@ "description": "Use this API to implement and manage \"separation of duties\" (SOD) policies. \nWith SOD policy functionality in place, administrators can organize the access in their tenants to prevent individuals from gaining conflicting or excessive access. \n\n\"Separation of duties\" refers to the concept that people shouldn't have conflicting sets of access - all their access should be configured in a way that protects your organization's assets and data. \nFor example, people who record monetary transactions shouldn't be able to issue payment for those transactions.\nAny changes to major system configurations should be approved by someone other than the person requesting the change. \n\nOrganizations can use \"separation of duties\" (SOD) policies to enforce and track their internal security rules throughout their tenants.\nThese SOD policies limit each user's involvement in important processes and protects the organization from individuals gaining excessive access. \n\nTo create SOD policies in IdentityNow, administrators use 'Search' and then access 'Policies'.\nTo create a policy, they must configure two lists of access items. Each access item can only be added to one of the two lists.\nThey can search for the entitlements they want to add to these access lists.\n\n>Note: You can have a maximum of 500 policies of any type (including general policies) in your organization. In each access-based SOD policy, you can have a maximum of 50 entitlements in each access list.\n\nOnce a SOD policy is in place, if an identity has access items on both lists, a SOD violation will trigger. \nThese violations are included in SOD violation reports that other users will see in emails at regular intervals if they're subscribed to the SOD policy.\nThe other users can then better help to enforce these SOD policies. \n\nTo create a subscription to a SOD policy in IdentityNow, administrators use 'Search' and then access 'Layers'.\nThey can create a subscription to the policy and schedule it to run at a regular interval. \n\nRefer to [Managing Policies](https://documentation.sailpoint.com/saas/help/sod/manage-policies.html) for more information about SOD policies. \n\nRefer to [Subscribe to a SOD Policy](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html#subscribe-to-an-sod-policy) for more information about SOD policy subscriptions. \n", "item": [ { - "id": "12ccbeec-76ec-4614-8685-1b68d93725ae", + "id": "b281d9e0-c0b6-42fd-b67b-297affe93f1b", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -150881,7 +150881,7 @@ }, "response": [ { - "id": "b3ec0154-634d-4439-aa85-e65a0fa2071a", + "id": "b92fea28-8f20-4d2c-92ff-497906d060b3", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -150937,7 +150937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffdaf85d-e9cc-4f3d-a1fd-f3ad6e547d3c", + "id": "4371de78-585e-4092-81db-34ccd4238f00", "name": "General Policy", "originalRequest": { "url": { @@ -150993,7 +150993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9995cd5-610e-475c-bc53-e4093ecaf6b8", + "id": "58da9d96-b169-4942-ab52-ec907e44e142", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -151049,7 +151049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a80c40a4-e513-4ca5-ba90-858a84d802ea", + "id": "6d4113d6-f3a8-4a6e-9934-e082679c9b76", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -151105,7 +151105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e7777f2-c0d2-4feb-afc4-ad46148147bf", + "id": "de058abb-fd3d-4724-b18d-cd2efa59c016", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -151161,7 +151161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13ab844f-c8f4-4cbf-96c2-e9bd3fd4f733", + "id": "c9996be1-c639-4a35-8346-dad177ee5fbe", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -151217,7 +151217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbaa9a9f-dd7a-44c2-b9aa-8c6498338e7e", + "id": "1bf21ab8-d38e-402b-87cd-85fa6fc7d50b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -151279,7 +151279,7 @@ } }, { - "id": "0547b490-bd75-44f1-a799-1c1447a57ebc", + "id": "739c40e9-fd44-4a9c-8e60-554da93c4f89", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -151345,7 +151345,7 @@ }, "response": [ { - "id": "56917c33-4344-4f4f-b6e9-be4eb3f625ef", + "id": "1ea92cff-17fd-4d69-a99f-c688edcda9fd", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -151425,7 +151425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8719e662-79dc-492c-9753-9025e4f7d9ac", + "id": "d25dd6a2-2f0b-4f3a-92e2-f9bf75572efe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151505,7 +151505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55559b1a-d2e4-4462-8771-f8685b99b035", + "id": "8be28640-4383-446f-8fa8-93347755b7a8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151585,7 +151585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1e16787-6fc3-40ec-9a69-2f3234644364", + "id": "96d2eaf2-eeae-479b-93da-1976aed02147", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151665,7 +151665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44dbc5b7-2e42-4ee5-bac4-a555af56483d", + "id": "9993e83b-75a4-4c45-89f8-bf7871cae476", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151745,7 +151745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c236d92-0f3d-4f4f-aaf8-9e95e876efe8", + "id": "78b6404a-b372-456f-939c-4979ae60c7dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151831,7 +151831,7 @@ } }, { - "id": "0605dbcc-3e6d-404f-a0b9-8c5793435ed2", + "id": "f99c412d-b6d2-4166-86f1-221748a36988", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -151872,7 +151872,7 @@ }, "response": [ { - "id": "093afe21-7021-4e56-b916-5d466b567ec9", + "id": "8e1c6905-5877-4585-a5e3-48ed4cb167f4", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -151916,7 +151916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca75c44b-d6bf-48e5-a07b-e8dd2737dc1e", + "id": "f0094a6e-975d-4034-ac08-a3b65868499d", "name": "General Policy", "originalRequest": { "url": { @@ -151960,7 +151960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fa15ac6-26c9-4449-ae53-62bd4b4104c2", + "id": "3eb3c75a-716a-4e32-82a1-8b4c6d8f4655", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152004,7 +152004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fe10a3d-54fd-4e96-9a4c-205f8b38e975", + "id": "2acdd1e9-fd9e-4d3c-91ac-bc452bc63eed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152048,7 +152048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5121f7d9-6314-4833-b2d0-ec03c13ef963", + "id": "02a08082-925a-4c5a-b1c0-707037404208", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152092,7 +152092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7773ea5e-d4de-4dc3-bf3a-306107fd1998", + "id": "512094e9-0765-459e-aef8-dec2bfe583ee", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152136,7 +152136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b593c01-506d-49a0-a1d3-b129da0aa59f", + "id": "9ca7cc29-18f8-420d-ac41-58a69ae86c19", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152180,7 +152180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4901dd21-ec69-42e9-8dd7-9f115688ebdf", + "id": "98c22733-906f-41a6-bc8c-985cfe61e065", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152230,7 +152230,7 @@ } }, { - "id": "42f8a67b-030f-44f2-a2c0-02c92b349899", + "id": "9fe9d257-7170-4de4-9d5c-ba9f9b4802d3", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -152284,7 +152284,7 @@ }, "response": [ { - "id": "dc80674f-cf4d-456f-a8f9-7d75b74ec888", + "id": "1867775c-1805-417f-9c3d-5a71789b03b9", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -152341,7 +152341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "179d527d-9679-4bba-b965-19f7c0d7192b", + "id": "33e24450-6c4b-416f-ab56-8358839917a7", "name": "General Policy", "originalRequest": { "url": { @@ -152398,7 +152398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20044ea1-5d80-46d0-9e27-63895857f3a4", + "id": "d410992e-517a-46e0-b820-9ca277327bcf", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -152455,7 +152455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a35074d2-6244-4d05-a23d-3b597e26b937", + "id": "b9b34078-dc49-448c-839e-e0ca9640620a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -152512,7 +152512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e17bffc0-5b2a-483f-8a0c-fe9ff82e1345", + "id": "f974d062-1b43-4894-93eb-3a0909758f94", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -152569,7 +152569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b29002b7-fb9c-4426-8ef9-b5ce7c11bc79", + "id": "0f1c1d5d-16dd-44e9-a82a-d7be768ffbb6", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -152626,7 +152626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76c1c9e0-0fb8-44cb-a086-5af541a8b7ca", + "id": "4eb5aab8-6793-42a2-aaa3-0571f59d2cfb", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -152683,7 +152683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25da43db-100c-469e-8aa6-2f70734054a5", + "id": "104cca60-1cd3-49b7-8486-673ce9eb836b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -152746,7 +152746,7 @@ } }, { - "id": "2adbb50c-fc9f-4f3a-9132-f31a7f4e9f6d", + "id": "b225ef53-bf78-4103-ad90-757ba7a4d928", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -152797,7 +152797,7 @@ }, "response": [ { - "id": "619760ea-c31d-435b-808e-56d80e84b4c5", + "id": "9feea006-8986-433e-8501-7095330fe46a", "name": "No content.", "originalRequest": { "url": { @@ -152841,7 +152841,7 @@ "_postman_previewlanguage": "text" }, { - "id": "17243c9f-c96f-41dd-bcb7-54afc830d6dc", + "id": "547a5745-3f10-4dfc-b461-61515fb17bc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152895,7 +152895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a200286-4f98-473a-8f81-f4f9dd7d409f", + "id": "f4a5b2ce-a50e-49a0-88a8-5d28608d0fef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152949,7 +152949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab0fafb1-c1f0-48c8-9d3f-00f91afa8337", + "id": "13578e6f-cec0-4399-a103-3c9013eeebc0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153003,7 +153003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26b9f852-b418-4cb6-81f4-c20b88cc1d7d", + "id": "4ada6654-fca3-4faf-bafd-1c487b4b0645", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153057,7 +153057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd2093bf-e1d7-4495-8e4d-f5c5e9f25ce5", + "id": "6641bd1c-02ff-4584-a2b8-2fc080ec64a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153111,7 +153111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48a31985-854f-48ad-ba1e-e330d2213e1a", + "id": "46b24476-8d7c-4ef4-a3de-84d676b92551", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153171,7 +153171,7 @@ } }, { - "id": "ac72b389-e0ed-4258-9a61-550c2c61d6dc", + "id": "8430032f-b1bf-4fcf-ab35-3f4a081ee6f5", "name": "Patch a SOD policy", "request": { "name": "Patch a SOD policy", @@ -153225,7 +153225,7 @@ }, "response": [ { - "id": "01a35486-31d8-42b8-9974-d384053214c6", + "id": "eaa1fb0d-62ca-4b72-b9f6-f75c28dc596b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -153282,7 +153282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2df9277-8c6e-453e-a5f1-cc3d4bc5a08b", + "id": "7ede3365-af73-4c0f-a75d-81add0846372", "name": "General Policy", "originalRequest": { "url": { @@ -153339,7 +153339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eae3a39-3ea0-4303-b08c-8ee9721f84a8", + "id": "49434da0-381b-4518-ab2e-c4853996451d", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -153396,7 +153396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a59c1d2-cd0c-4cfd-a481-f66a44bb94df", + "id": "0e5c5eaf-b4aa-4c42-ba78-e9f298b93c42", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -153453,7 +153453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8000982-90ce-4e02-8c5c-6bd11c86dfb1", + "id": "0f3d0194-8525-4dc6-81d6-ffa8a6d0015e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -153510,7 +153510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa77aab-c4c7-4a22-80ba-63dbc3154c54", + "id": "c6201be1-ba9c-47f7-a370-6ccc92d09d38", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -153567,7 +153567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e3b77d-c1e1-42a9-8b3a-dfc4d90e4339", + "id": "27e757f0-8134-4b36-b2c5-1e78e9692d87", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -153624,7 +153624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "076bcddf-a3a7-415f-8149-a2f63cb3d61d", + "id": "8d61445d-b80e-4543-af78-91c9a0d20a97", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -153687,7 +153687,7 @@ } }, { - "id": "21d4301a-47a4-4c3e-afc6-1d02cf294a70", + "id": "3712cca2-6bd6-4db5-b48c-7199e7eccf91", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -153729,7 +153729,7 @@ }, "response": [ { - "id": "43b77d6d-de2e-4cca-a87a-524744bc31d3", + "id": "031f4d3d-2671-4c58-afcf-a9027fa27c1e", "name": "SOD policy ID.", "originalRequest": { "url": { @@ -153774,7 +153774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6ee8453-18bf-4d10-8289-3f0280502338", + "id": "3284d6ce-db8a-435c-8272-16aede17d3f6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153819,7 +153819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f68758e-810e-4c67-934b-afc033bc8343", + "id": "6db06db2-e042-4ddf-b5db-397b25c8e4b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153864,7 +153864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51a69b2d-48a1-49aa-a611-8b0b4c9fdb44", + "id": "22862d59-f637-481a-ab65-f51719b3320d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153909,7 +153909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eef5a9aa-4a71-4717-a94e-c729e4d3befd", + "id": "dfeeac9a-b5a5-4985-897a-5f6118b74b30", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153954,7 +153954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a494ce62-945c-42ce-90c9-e0fe88215c76", + "id": "f200ab5a-22f0-461f-96bb-b47cbbab9b55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154005,7 +154005,7 @@ } }, { - "id": "119bb70f-8125-4f89-a17a-1284cd6ef3e1", + "id": "d017c215-61e3-4882-ac5d-ccf0f44ca165", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -154060,7 +154060,7 @@ }, "response": [ { - "id": "ff137917-6731-456c-8923-7a1372ca0ec2", + "id": "fda2c87b-5c5a-46b2-be7f-4a7ae0e51444", "name": "SOD policy by ID.", "originalRequest": { "url": { @@ -154118,7 +154118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e71d76c7-5899-40ec-a9a5-754319987a86", + "id": "2f2fa5b4-0daa-4c17-a2a2-2d89425f2b9d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154176,7 +154176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17af579f-f791-46b8-a6fb-394637083b8b", + "id": "fdf91bd7-0a59-4028-86c4-0b168db92a20", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154234,7 +154234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeaf34f7-5e23-44bd-8c93-36bb7c8539fe", + "id": "e57afc40-c41f-45ed-b5dc-34fedb1b8fbf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154292,7 +154292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3f44347-0c3e-4bf5-a96a-3d3023fd290f", + "id": "da610d06-d308-4dc8-a418-f2eb7f4f00ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154350,7 +154350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb4884d-5949-46ad-8d6e-b7de9b809b25", + "id": "f360b1cf-487a-445a-af57-5a17ac5c3097", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154414,7 +154414,7 @@ } }, { - "id": "fd66e012-b024-4341-99bd-f2ef01448150", + "id": "5b5e3fb0-8dd2-421a-bbc0-6bf7f89fc5fd", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -154456,7 +154456,7 @@ }, "response": [ { - "id": "51b34d75-6aa6-4c5f-a666-65e595730753", + "id": "9fd319ae-757b-4716-b428-4f9ec4dd8c0a", "name": "No content.", "originalRequest": { "url": { @@ -154491,7 +154491,7 @@ "_postman_previewlanguage": "text" }, { - "id": "216de07f-1b7a-43f0-985a-0c8dcbf84361", + "id": "d04db7ee-2625-4f67-b9da-1a1e3bca8395", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154536,7 +154536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db3ed83c-3890-47a2-af96-d2d8d2746d8d", + "id": "5d85cc4e-ff66-4095-aab5-de4ee13c6e3c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154581,7 +154581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abd49157-d56e-4f65-8943-6f4989955797", + "id": "f9d079d7-2584-4437-8217-c60ea1e6b171", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154626,7 +154626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c2ec428-d8f5-4bb4-9e89-3858e4bcca8b", + "id": "1a355a14-171c-44a6-96ae-27e049fce36b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154671,7 +154671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3f8aa24-7d39-4317-8f83-5ac083c6290b", + "id": "923890ff-26fa-4e24-8876-b09e9676ecda", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154716,7 +154716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0350c80d-bfec-4048-8200-1482cd07cb8a", + "id": "a2326a1b-7107-4fa7-9506-673189fcd4df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154767,7 +154767,7 @@ } }, { - "id": "f54ffa78-be8f-49ad-8b5d-6f98e15c78cf", + "id": "de075c9e-1fe5-47ab-950d-aa98db9f9ee7", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -154810,7 +154810,7 @@ }, "response": [ { - "id": "88a5e151-478a-42b5-8f89-e18de48dd002", + "id": "af157396-9b3f-4395-8d69-5f7d877fe033", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -154856,7 +154856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3a5d0f3-2385-4524-96e8-24d1b7282c54", + "id": "58f033ec-1a75-49e9-b7d8-503c01372901", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154902,7 +154902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28844d49-2ec0-4727-a2e2-c20bcb82bfff", + "id": "744cf2f3-6dd7-4c2a-acaa-4fac8f846688", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154948,7 +154948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "733c0862-fd97-4bc8-89d3-466eeaa10c67", + "id": "cac59e2e-420b-4501-8202-23ffb6542c48", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154994,7 +154994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fb470d0-facf-44d9-a98d-b5316df025ff", + "id": "85add12f-c28f-45da-9dcb-046afa622227", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155040,7 +155040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505f4149-8075-4c2f-96fa-b920597d6679", + "id": "6da09253-1014-4ad8-a4a5-b9b7def80cdc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155086,7 +155086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8fa664c-e7d2-488e-b06f-834e47432eba", + "id": "631403dc-4c5d-46f3-94cb-dea7da9d48e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155138,7 +155138,7 @@ } }, { - "id": "e6b0ca2b-bf1b-4dfb-8b8c-580cbb419615", + "id": "8ed2a1df-4441-4952-8190-d43b7a44a3f4", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -155180,7 +155180,7 @@ }, "response": [ { - "id": "6a0ea9e6-a45e-41cf-ba45-b425ee297771", + "id": "7ecce59d-146d-4a13-b378-8fa666a8abc4", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -155225,7 +155225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "877837fb-54d9-4fee-8f87-1de4c621c1c7", + "id": "ed546a28-4b06-4d05-bd74-ee0e511d3c96", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155270,7 +155270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3b3e914-bd15-4826-b533-9fc2ba3116f1", + "id": "605533ef-9c74-4800-8af4-609085601427", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155315,7 +155315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c25eab7e-7c8d-40d6-9eda-17137ef66beb", + "id": "dee0eaf6-fb55-48e6-ab42-53b948a72799", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155360,7 +155360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08256917-f66e-492f-a77b-2d22b0f78c89", + "id": "8d90a651-7165-452a-96aa-8e5fe32bbe6b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155405,7 +155405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e12d619d-9a49-46b6-a783-52b172754754", + "id": "b563b7c3-11d7-47fd-b0ed-7334e16131b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155450,7 +155450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e51a3912-1513-4063-a983-c6f832968398", + "id": "e1aaca75-9b28-4901-b20e-3a97ff8c1824", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155501,7 +155501,7 @@ } }, { - "id": "5c326c90-632d-4139-9b00-a7a03918582b", + "id": "f093b662-47e6-4dca-8af1-370b25211ed1", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -155543,7 +155543,7 @@ }, "response": [ { - "id": "fa9cc473-cf20-4bcd-94f9-1c88369abc17", + "id": "fb65588c-5531-4e5d-ba64-9fb7b4e8d8eb", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -155588,7 +155588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81ca930d-a8e2-44a7-aab7-189c7790928c", + "id": "97c10dde-b8bb-43b3-b38a-27ea52b0ed1a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155633,7 +155633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47e3ee28-490d-4773-aa99-1fd26f2e114b", + "id": "9fe4dad7-eaf4-499d-9d09-796f0b899287", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155678,7 +155678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c33f2b5b-a13e-4885-baed-4a217ad00751", + "id": "449d2682-4804-4ce2-b9cb-d83c4eab1ff2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155723,7 +155723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2486db2-cb52-4956-8129-8fd316f1b51e", + "id": "542e0ef4-cc36-4258-bee4-75439dccfe12", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155768,7 +155768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c13ad32-9221-4c05-9d58-cb7d955649be", + "id": "37275e31-fa44-442e-b900-32848b0f9276", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155813,7 +155813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d73d1c02-db4c-4ca3-9782-6ec66e673043", + "id": "1f82573e-f192-430b-bb96-38608ae72779", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155864,7 +155864,7 @@ } }, { - "id": "07144860-ed34-436b-a5a2-b428f9140877", + "id": "41cb54e6-31b5-4b51-9459-9acf869b17f6", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -155907,7 +155907,7 @@ }, "response": [ { - "id": "b251c23d-8e37-4b25-bd9e-8a0a8d323802", + "id": "2897c1a8-55d5-4650-b06a-ea0a3e8efe0d", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -155964,7 +155964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2738e1b0-969a-43f6-8526-18e54c55b28f", + "id": "c225bb14-9b84-42ee-b548-36c88e081f7a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156021,7 +156021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96a5fdf3-c5f8-47a9-9917-c2e072780e14", + "id": "01b14ff2-f457-43c4-8425-33a04fd53eab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156078,7 +156078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16c2775d-2d45-443c-9138-02f1ea4631a5", + "id": "4d6a0106-4c5d-4e3b-a089-6918543b240d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156135,7 +156135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c59ab4c-f474-4ffa-954e-827b8f00c580", + "id": "206d21fa-b0ee-44c0-bcd6-bac9cf5b0f5b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156192,7 +156192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52669c9c-86a2-4f56-b427-e20ef1cb497e", + "id": "75a3f397-feb3-4c2c-b7e9-b66f168e0440", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156255,7 +156255,7 @@ } }, { - "id": "4aa66843-3160-4199-9105-25ce9f793043", + "id": "f641134c-cc25-490c-a712-38473b2f5866", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -156284,7 +156284,7 @@ }, "response": [ { - "id": "6404f633-87c8-4f00-9691-08da8eeb3f6a", + "id": "378971e0-4bf6-4004-9b90-5c0a16f541de", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -156327,7 +156327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49ccc169-b039-43ab-9e7f-c2bd050f4037", + "id": "c09c8cc0-f355-474d-b144-f986739cbe2e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156370,7 +156370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2485cd8e-f848-4d3f-bb59-35d5d0b6a73d", + "id": "60bb024f-be92-4858-8fc2-a7c292e97154", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156413,7 +156413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbce52a3-381e-4c08-8ce6-e40cdd0a7ac7", + "id": "cb1b8eee-629f-4de7-b651-c0dd10cfe024", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156456,7 +156456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "220c9bdb-5b59-4eae-8fb5-c51aa760faf8", + "id": "504416a2-de18-4409-825b-43357862eb5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156499,7 +156499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d78437c4-803d-446c-a29c-9fe34389d8ba", + "id": "8957369e-c052-4061-85ba-720442704343", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156548,7 +156548,7 @@ } }, { - "id": "9fc1ab29-0ba7-4a4f-ae1c-621e53097165", + "id": "6896c899-c612-4354-baee-97fad7ce27de", "name": "Download violation report", "request": { "name": "Download violation report", @@ -156590,7 +156590,7 @@ }, "response": [ { - "id": "0b50802a-b1cd-4174-b395-a165024f7dbb", + "id": "a1836759-ee5a-4607-9c85-b216ccd7854b", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -156630,12 +156630,12 @@ "value": "application/zip" } ], - "body": "aliqua pariatur ut aliquip", + "body": "aliqua amet", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "b2ef8587-70c1-4902-b7f5-0bf9c7765e37", + "id": "a4e0e3de-83d2-42d5-8411-96c1364c1fb6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156680,7 +156680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cba2a07-5f98-421e-aff2-9b9ac2a915d5", + "id": "7726e015-4e1e-4c6b-b3d6-e276b8fd5cfc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156725,7 +156725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9415965-29df-4131-9d1c-f78c7132129b", + "id": "9f4cdda2-853f-4440-9c80-ef692036981f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156770,7 +156770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73f59e43-cdf4-4000-8ffd-7bb0106c40ae", + "id": "ceccf51f-c61d-4b00-b8c6-1a05a98e7253", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156815,7 +156815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc8c3d14-ab0e-4d82-91c7-72d7964d2be6", + "id": "e58ddb7a-3a4d-40ff-a0eb-2bbaee2ed45f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156860,7 +156860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d1e7c32-6d1e-40ed-8423-b8e6719d9be0", + "id": "a716a737-bf36-4666-b048-18dcc7c3cf76", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156911,7 +156911,7 @@ } }, { - "id": "c3506c0e-ba52-4c3d-91ab-3cd7f6b87c0f", + "id": "71fa1944-a6a4-481c-a2bf-0186b94cd4d8", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -156964,7 +156964,7 @@ }, "response": [ { - "id": "17a96b6a-9193-4a11-afd2-513f91be8ee2", + "id": "da3edc01-63a7-4ac6-86d6-e4e5726639af", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -157005,12 +157005,12 @@ "value": "application/zip" } ], - "body": "aliqua pariatur ut aliquip", + "body": "aliqua amet", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "0f68e246-78ab-41c4-9689-78d2840c908d", + "id": "8ad5300e-d63f-4a61-a56b-ddcfe53d3f7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157056,7 +157056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73cfa2d5-1877-4906-acbf-84fa76c19ed1", + "id": "91db8aa3-68eb-4a2d-b3c8-07223278153c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157102,7 +157102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a4a10a8-0fee-485c-8ff0-14b090d638d3", + "id": "76af014d-f747-477e-8f60-8ff8e5739693", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157148,7 +157148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57c607bf-e8b0-4d68-a9d2-c2af0ede5690", + "id": "3a38fded-57e7-46a3-bbf9-b17a61a4688e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157194,7 +157194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf1f5c79-32db-4652-8ab0-64beda5fec5b", + "id": "64384f70-fa9f-45fa-95a0-acd9b210c4f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157240,7 +157240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f444507-3c06-4f50-9929-b52015d99753", + "id": "78970000-5fd6-4c54-8592-bf0911b92de3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157298,7 +157298,7 @@ "description": "Use this API to check for current \"separation of duties\" (SOD) policy violations as well as potential future SOD policy violations. \nWith SOD violation functionality in place, administrators can get information about current SOD policy violations and predict whether an access change will trigger new violations, which helps to prevent them from occurring at all. \n\n\"Separation of duties\" refers to the concept that people shouldn't have conflicting sets of access - all their access should be configured in a way that protects your organization's assets and data. \nFor example, people who record monetary transactions shouldn't be able to issue payment for those transactions.\nAny changes to major system configurations should be approved by someone other than the person requesting the change. \n\nOrganizations can use \"separation of duties\" (SOD) policies to enforce and track their internal security rules throughout their tenants.\nThese SOD policies limit each user's involvement in important processes and protects the organization from individuals gaining excessive access. \n\nOnce a SOD policy is in place, if an identity has conflicting access items, a SOD violation will trigger. \nThese violations are included in SOD violation reports that other users will see in emails at regular intervals if they're subscribed to the SOD policy.\nThe other users can then better help to enforce these SOD policies.\n\nAdministrators can use the SOD violations APIs to check a set of identities for any current SOD violations, and they can use them to check whether adding an access item would potentially trigger a SOD violation. \nThis second option is a good way to prevent SOD violations from triggering at all. \n\nRefer to [Handling Policy Violations](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html) for more information about SOD policy violations. \n", "item": [ { - "id": "a4a3afcd-104b-4ddf-b63a-b37354faf767", + "id": "8e69bb4b-7e3f-41bb-a945-68198f6c3ae5", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -157341,7 +157341,7 @@ }, "response": [ { - "id": "c54ad444-183b-4362-9e9c-383fae8422f3", + "id": "59ef001a-6096-4fdd-8c86-e235ede1aa0a", "name": "Violation Contexts", "originalRequest": { "url": { @@ -157398,7 +157398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3a48b34-ae4d-4d10-96a8-c3eea1e802ac", + "id": "22b5380f-9f06-4f57-9424-7af5cb55573c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157455,7 +157455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccfac527-e233-43a1-956b-7922bac6b2da", + "id": "0a4ecf97-9eb4-4905-bd34-888d6dc50aac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157512,7 +157512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6844027-3efe-4da7-be89-c8a2d6a5c3d5", + "id": "7d993a6c-4a25-4ad7-a8dc-9fde5ee0cf77", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157569,7 +157569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fcbe2be-73cb-4120-a869-2d2ed38a66ab", + "id": "aea63e17-0d1a-49a2-b4cc-87a88729e348", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157626,7 +157626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94166e0a-772b-4a0a-88f1-4cc6eb936de9", + "id": "1ec5b274-592e-4395-bd7b-4001d57d054b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157683,7 +157683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb037105-c06c-4bc4-8036-ea3ad3c2518a", + "id": "bf47fda0-acbe-41fa-8a40-f41b374982d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157752,7 +157752,7 @@ "description": "Use this API to implement source usage insight functionality.\nWith this functionality in place, administrators can gather information and insights about how their tenants' sources are being used.\nThis allows organizations to get the information they need to start optimizing and securing source usage.\n", "item": [ { - "id": "a04db309-592c-4fa8-9129-a49770c24ffe", + "id": "2eba6cfa-418d-44d8-acc0-554edd9183a8", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -157794,7 +157794,7 @@ }, "response": [ { - "id": "2d47374f-4862-4645-9280-bfaecf008fcc", + "id": "bbba369e-bf13-4efa-8c03-f62f0f86ac94", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -157839,7 +157839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a78afafa-5a7a-48f6-987c-96337322e737", + "id": "74b42d59-a4b3-4da1-93d8-03c0d3d0fd9e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157884,7 +157884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4b77e54-bb85-4124-af0e-2f755359d064", + "id": "3992f362-4b5f-4ed7-84b8-b1e634886a12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157929,7 +157929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "615377ee-e8fd-4920-8823-10c87c193fe6", + "id": "7e41e485-477b-4b3f-991d-503e4ce9a285", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157974,7 +157974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34e49924-7c08-458f-8b7f-cc7f7cdf0cca", + "id": "21225824-0146-45e4-8b08-2b967587d965", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158019,7 +158019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeff7d59-b2b3-4b28-bf92-f3881c7cfa59", + "id": "3950e097-7808-461b-9bd1-ca2d7a30dd7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158070,7 +158070,7 @@ } }, { - "id": "120471d5-6e63-466e-9e78-e3f1b85927b5", + "id": "b5881d90-c885-46dc-ac4f-568cfc5c72f1", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -158149,7 +158149,7 @@ }, "response": [ { - "id": "7470eb7d-f9c5-4940-829c-54ef2d0d0ab5", + "id": "04f09e97-2b1d-4ec9-a9d5-7391e2995f25", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -158231,7 +158231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e830ed46-85f0-4984-8782-c2e3b3bf5212", + "id": "7b5c9cc6-6941-485c-8881-faa131849974", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158313,7 +158313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08ebef12-4533-4320-86f0-1ff3a6b3844b", + "id": "800ed193-be6d-4ca7-a215-62562d186b30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158395,7 +158395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37003152-3547-4d79-8620-dbc226d7e600", + "id": "e4a9767c-d895-41f9-915b-7b5c6e89cdf5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158477,7 +158477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fb67758-4196-431c-888a-d02965f32468", + "id": "1fa6a159-8d14-4ff3-8e8e-8bfdf4e7c9e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158559,7 +158559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de38a7b7-12f5-40fc-840d-e60ba7a9b764", + "id": "a4f33a58-5b83-4291-a173-f1ed2b2a52b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158653,7 +158653,7 @@ "description": "Use this API to implement and customize source functionality.\nWith source functionality in place, organizations can use IdentityNow to connect their various sources and user data sets and manage access across all those different sources in a secure, scalable way.\n\n[Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) refer to the IdentityNow representations for external applications, databases, and directory management systems that maintain their own sets of users, like Dropbox, GitHub, and Workday, for example.\nOrganizations may use hundreds, if not thousands, of different source systems, and any one employee within an organization likely has a different user record on each source, often with different permissions on many of those records.\nConnecting these sources to IdentityNow makes it possible to manage user access across them all.\nThen, if a new hire starts at an organization, IdentityNow can grant the new hire access to all the sources they need.\nIf an employee moves to a new department and needs access to new sources but no longer needs access to others, IdentityNow can grant the necessary access and revoke the unnecessary access for all the employee's various sources.\nIf an employee leaves the company, IdentityNow can revoke access to all the employee's various source accounts immediately.\nThese are just a few examples of the many ways that source functionality makes identity governance easier, more efficient, and more secure.\n\nIn IdentityNow, administrators can create configure, manage, and edit sources, and they can designate other users as source admins to be able to do so.\nThey can also designate users as source sub-admins, who can perform the same source actions but only on sources associated with their governance groups.\nAdmins go to Connections > Sources to see a list of the existing source representations in their organizations.\nThey can create new sources or select existing ones.\n\nTo create a new source, the following must be specified: Source Name, Description, Source Owner, and Connection Type.\nRefer to [Configuring a Source](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html#configuring-a-source) for more information about the source configuration process.\n\nIdentityNow connects with its sources either by a direct communication with the source server (connection information specific to the source must be provided) or a flat file feed, a CSV file containing all the relevant information about the accounts to be loaded in.\nDifferent sources use different connectors to share data with IdentityNow, and each connector's setup process is specific to that connector.\nSailPoint has built a number of connectors to come out of the box and connect to the most common sources, and SailPoint actively maintains these connectors.\nRefer to [IdentityNow Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about these SailPoint supported connectors.\nRefer to the following links for more information about two useful connectors:\n\n- [JDBC Connector](https://documentation.sailpoint.com/connectors/jdbc/help/integrating_jdbc/introduction.html): This customizable connector an directly connect to databases that support JDBC (Java Database Connectivity).\n\n- [Web Services Connector](https://documentation.sailpoint.com/connectors/webservices/help/integrating_webservices/introduction.html): This connector can directly connect to databases that support Web Services.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/idn/docs/saas-connectivity) for more information about SailPoint's new connectivity framework that makes it easy to build and manage custom connectors to SaaS sources.\n\nWhen admins select existing sources, they can view the following information about the source:\n\n- Associated connections (any associated identity profiles, apps, or references to the source in a transform).\n\n- Associated user accounts. These accounts are linked to their identities - this provides a more complete picture of each user's access across sources.\n\n- Associated entitlements (sets of access rights on sources).\n\n- Associated access profiles (groupings of entitlements).\n\nThe user account data and the entitlements update with each data aggregation from the source.\nOrganizations generally run scheduled, automated data aggregations to ensure that their data is always in sync between their sources and their IdentityNow tenants so an access change on a source is detected quickly in IdentityNow.\nAdmins can view a history of these aggregations, and they can also run manual imports.\nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about manual and scheduled aggregations.\n\nAdmins can also make changes to determine which user account data IdentityNow collects from the source and how it correlates that account data with identity data.\nTo define which account attributes the source shares with IdentityNow, admins can edit the account schema on the source.\nRefer to [Managing Source Account Schemas](https://documentation.sailpoint.com/saas/help/accounts/schema.html) for more information about source account schemas and how to edit them.\nTo define the mapping between the source account attributes and their correlating identity attributes, admins can edit the correlation configuration on the source.\nRefer to [Assigning Source Accounts to Identities](https://documentation.sailpoint.com/saas/help/accounts/correlation.html) for more information about this correlation process between source accounts and identities.\n\nAdmins can also delete sources, but they must first ensure that the sources no longer have any active connections: the source must not be associated with any identity profile or any app, and it must not be referenced by any transform.\nRefer to [Deleting Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html#deleting-sources) for more information about deleting sources.\n\nWell organized, mapped out connections between sources and IdentityNow are essential to achieving comprehensive identity access governance across all the source systems organizations need.\nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about all the different things admins can do with sources once they are connected.\n", "item": [ { - "id": "ba35ae5c-3d54-49fc-8b3f-3f327be408b0", + "id": "4067698d-7784-4ba6-ab16-705ae87934fb", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -158737,7 +158737,7 @@ }, "response": [ { - "id": "1850b23c-cd48-4ed7-95c2-a43d7d3eb779", + "id": "44c3b649-ec28-4f6c-bef7-a49e776c3f07", "name": "List of Source objects", "originalRequest": { "url": { @@ -158835,7 +158835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db0fcf1b-9c4b-4fc8-b06c-8cd53154da1d", + "id": "20c3f05e-2e6e-46ed-9c50-9acea95cae81", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158933,7 +158933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5de4a221-56ca-4dc4-8af8-0db8fafc1ebb", + "id": "323ec843-eb10-42e9-9b8d-00ed22f8fffe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159031,7 +159031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b487f01b-94ec-46da-a85d-6b77b49e3b5d", + "id": "85c6fb63-47a3-48e3-a84f-a75f27850236", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159129,7 +159129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6437a672-b94a-4f6f-b229-e0d93453e48f", + "id": "8035ff30-37c3-4544-86cf-63edd10ecec5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159227,7 +159227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e1962aa-3633-4a11-82cc-766f1099a92b", + "id": "02c86635-fe87-42cb-ae70-8b566549aad1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159325,7 +159325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eb1bf25-17e0-480f-9362-27fa376f8140", + "id": "b35a5fa6-eb80-42a8-acb6-f2a9801371e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159429,7 +159429,7 @@ } }, { - "id": "329e7dce-891c-424d-94d0-fa20d4a616ea", + "id": "bd6855b7-3f96-4221-b4d8-4dc0dfd9cb0b", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -159481,7 +159481,7 @@ }, "response": [ { - "id": "ad6c496b-8184-4aa8-b8a6-3ec1ce26855a", + "id": "7da73c8a-4ecc-41cf-becd-d9fce9519dec", "name": "Created Source object. Any passwords will only show the the encrypted cipher-text, as they are not decrypt-able in IdentityNow cloud-based services, per IdentityNow security design.", "originalRequest": { "url": { @@ -159547,7 +159547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc08462c-c180-40df-9b09-304cb7c9d0d1", + "id": "dc0793b2-2e2e-4aa6-bc3a-7b41a11d421d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159613,7 +159613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a01d4dd-ded0-4603-ba5d-8fae3bd1c871", + "id": "6f8fca88-aa39-448b-8322-3dc87fb7c736", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159679,7 +159679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee6434b0-a77f-4171-ba40-c8a5ef51b4a0", + "id": "1a805e4b-dd1b-40ac-b633-33c68ed68bfd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159745,7 +159745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64ba38b7-02ee-4fc3-a2d2-9276911c3909", + "id": "97d3e868-8b69-464b-ba9f-b085c17b0f1a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159811,7 +159811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2db8ba8-6ba2-4529-8160-802fedf2ea24", + "id": "64287a02-711f-4661-b923-b3ed9563198a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159883,7 +159883,7 @@ } }, { - "id": "f063bca8-48b6-48d5-ba45-4982aa22dec2", + "id": "99c4dcc1-b1d0-4382-84ff-6c0136974c8f", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -159924,7 +159924,7 @@ }, "response": [ { - "id": "52d9534c-b081-4ae3-ae23-633c38221db2", + "id": "d52c0068-bfdd-4a82-8dc5-57ca9ac5c32f", "name": "A Source object", "originalRequest": { "url": { @@ -159968,7 +159968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83cf709c-d6e5-4f00-b434-67581ee3cfb9", + "id": "1c9a3e1c-ea67-4d71-9c5c-ecc2fffe383c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160012,7 +160012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a26f4556-2c2f-4bc3-8135-207613f2317c", + "id": "326ccafc-dde5-4853-bb3e-f54d2a3c8c14", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160056,7 +160056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1628223d-0503-4f79-9e92-f6f9b3c39b84", + "id": "cff9045c-f53d-46e6-b092-719e168fc980", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160100,7 +160100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "099da069-662f-4e7b-9d90-de32151c5695", + "id": "32aa2132-5b39-4dab-991e-f8c3d07c770f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160144,7 +160144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "927467de-9a11-4730-b13c-e1dadfd13337", + "id": "f6fa1cd8-13ab-4069-bb71-4e1585e8124c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160188,7 +160188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f1010a5-4ce4-4655-bd9d-ca54de857de1", + "id": "5e91e2d2-ecfa-48d0-8a57-095583767a8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160238,7 +160238,7 @@ } }, { - "id": "9a9e21c5-69f6-415e-85fd-b5699f2e2334", + "id": "1d692292-4cc0-4d36-a941-8044fc8e6b7a", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -160292,7 +160292,7 @@ }, "response": [ { - "id": "5bba5d66-0488-4adc-a0b2-b4bac985a359", + "id": "93b1ed1b-ec1b-42f0-bb64-a943c72ba62d", "name": "Updated Source object. Any passwords will only show the the encrypted cipher-text, as they are not decrypt-able in IdentityNow cloud-based services, per IdentityNow security design.", "originalRequest": { "url": { @@ -160349,7 +160349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d6ada3a-43c2-4852-b80d-54a7adde9970", + "id": "138657e7-6085-42f0-8494-6062455e0d9d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160406,7 +160406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b46b66b1-f4ce-4f34-b23f-202bfb83adf3", + "id": "0e2e6bb2-5279-4bbf-a6aa-9ceec4e7e2c6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160463,7 +160463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d4b163b-fce6-4b67-b611-db19e7d5ee17", + "id": "05731d84-9d31-4c20-8e0a-0fd423e20be8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160520,7 +160520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e610493f-fc53-4180-82ca-66ae17211e7d", + "id": "2b35e9c2-cfba-41f4-a76f-12ea65b29e18", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160577,7 +160577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b0fd119-a1b1-4c84-a68b-a7c1f2f0cb3a", + "id": "3a52f047-a90a-4d27-a912-1b7d526f79fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160634,7 +160634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f80ce045-7ae9-4174-a070-1e69d8768d65", + "id": "f7eac503-0c25-4ede-953a-956960c231e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160697,7 +160697,7 @@ } }, { - "id": "6ddbf3b5-4faf-42ee-be2b-9f863bfca74c", + "id": "d0baf183-4676-4efa-b10b-458e870ab246", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -160751,7 +160751,7 @@ }, "response": [ { - "id": "0733f542-4864-47cf-b1b5-0352b4411a90", + "id": "803ec4f7-9608-4165-b42f-314921528a24", "name": "Edit the source description", "originalRequest": { "url": { @@ -160808,7 +160808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b927390-a88a-43d7-bd4c-03d9e3a683ab", + "id": "49eef3a7-016d-4b6e-9754-f79d1ac60eb8", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -160865,7 +160865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2b5ec1d-7f78-46a6-9726-11eb0d1eec55", + "id": "bddd6b8c-968b-4838-8f1c-16ea3e070a6e", "name": "Edit source features", "originalRequest": { "url": { @@ -160922,7 +160922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a01e0663-6801-4d5c-8fa9-a24a7d40b543", + "id": "807d5877-62a8-4bd2-970e-5ad826230a10", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -160979,7 +160979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35dce986-d9c4-450a-8553-a7d44db6da5d", + "id": "46a4aeda-ead4-4985-8e4a-0c5378496368", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -161036,7 +161036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7ed05ec-bbe4-4484-ba76-cf846ed7f505", + "id": "d981121c-319f-439f-8f59-5227cc287b81", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -161093,7 +161093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c2781a9-a6df-4f52-8742-b0e7ca7d1029", + "id": "9d2ee5f6-0b87-4b4e-a3ed-5475cb2d083a", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -161150,7 +161150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75cae9f4-cedc-4a03-b35b-a49252bdb5c9", + "id": "d8b2b25f-7976-4f57-b94a-27463b6585bc", "name": "Edit source features", "originalRequest": { "url": { @@ -161207,7 +161207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1409adbf-f048-4549-af14-5b11a82525e1", + "id": "20bb7193-903c-40b1-9c64-e7266161deee", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -161264,7 +161264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a206ef87-ff9b-4ccf-8ec3-fa648bb85e69", + "id": "028bd49e-897a-4d07-ba06-426bc56d192a", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -161321,7 +161321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "579b137d-fe81-459c-a7d9-845a5b309887", + "id": "a4e637c7-8cb2-46ac-8e21-f1c70dad0802", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -161378,7 +161378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1668b9b2-dc79-4798-9dcf-a6ab05db9fc1", + "id": "92554623-5134-4556-9fbb-bcec41ae3a6e", "name": "Edit source features", "originalRequest": { "url": { @@ -161435,7 +161435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4646d001-1573-4aa1-a8e2-84fee416aa36", + "id": "c2290ff0-ff84-429f-97dc-15a8888c4df5", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -161492,7 +161492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa0e7659-2b40-4e7a-9016-94b6d3ed31e2", + "id": "f20a1bf8-fcb1-42c0-84af-5c7cb693a84f", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -161549,7 +161549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aa17cd3-69e2-4964-b5f5-6f192a04eee5", + "id": "77440dc2-651d-4d94-bbab-d8b249b97891", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -161606,7 +161606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83584242-ac0a-4e1b-afb6-6bcd8bfcc4e5", + "id": "4f212ba4-bdc1-464b-b052-461b37e59370", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -161663,7 +161663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7ff76b3-92ce-4e02-872b-df2843b071d1", + "id": "02ce3d5a-228e-439a-8acb-1d5051034924", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -161720,7 +161720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "971f5aff-ce16-4e9e-8570-55a16d50ea75", + "id": "d8152350-d7dd-44a5-82d7-7ab30c340c3a", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -161777,7 +161777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e458d4b6-db95-4e53-90ab-c48b285f0bfe", + "id": "86703416-90c5-493d-aa16-1dfbf0de02d2", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -161834,7 +161834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad33447c-751b-428e-aeb0-fd584d6c06d8", + "id": "b0b649e2-099a-40ce-b9d4-5cddfa51e4bc", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -161891,7 +161891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dba8d86-a2cd-440a-bec3-c6e2357181c2", + "id": "95e51070-22ec-4690-8390-0cdca6048917", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -161948,7 +161948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "338a7cca-2b44-4e27-a859-21b9cde41577", + "id": "9aa42546-f5a0-42e9-bf46-1648eb3cd52f", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -162011,7 +162011,7 @@ } }, { - "id": "4427557f-acac-4f90-9d4d-797a31d0b38c", + "id": "ee2cbd07-b457-4229-aeee-babeddc7f955", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -162052,7 +162052,7 @@ }, "response": [ { - "id": "76fff782-69e4-4a90-a385-376abc50c505", + "id": "ef7e2ec0-e5c1-4dfb-b51d-a24aa148b6c1", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -162096,7 +162096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "751fb836-ebc9-4cf5-966d-74d4c0c49728", + "id": "989eea63-4185-465b-87fb-9502c29ad61f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162140,7 +162140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d80c724-7e03-41d2-8ddb-cda827aa4c04", + "id": "e64071c2-1c7b-45a8-b4f5-b47e261c48b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162184,7 +162184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a326914-4316-4a3d-908a-48ee85a58118", + "id": "e3b3700c-ce68-4d5e-b4fb-5d19a680d8ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162228,7 +162228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d053a898-1928-4598-a3c8-2b6f0f2f1cb6", + "id": "2b5c884b-733e-44e5-9519-a41247e5190f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162272,7 +162272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d4e8e95-4642-49b2-8a7c-98f3672732f4", + "id": "1185c325-4f51-4bcc-bae7-433628aa08a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162316,7 +162316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68c93a97-f867-4146-b338-e2a18118eaca", + "id": "5b5eb858-c451-47eb-a7d2-cf4161b73f87", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162366,7 +162366,7 @@ } }, { - "id": "2cb3e9bd-8d66-45f6-8438-eeef2c615429", + "id": "87a3fffd-0267-4423-9435-ae7eefb0358d", "name": "Attribute Sync Config", "request": { "name": "Attribute Sync Config", @@ -162408,7 +162408,7 @@ }, "response": [ { - "id": "90587c9f-aa47-4cd9-a285-1ffd06b13103", + "id": "ebe946d7-c407-469a-8f2a-8828731293a5", "name": "Attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -162453,7 +162453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6db7e62b-43f1-4e87-9590-02bc15b2ca55", + "id": "1c8a2bb5-f6ab-494a-af5a-6a4d355c3cde", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162498,7 +162498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e440babe-a7b3-4000-8494-1aabe9cefd0f", + "id": "d34c378c-9739-47ff-84c4-60e42859dc53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162543,7 +162543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12e9cda5-4028-4648-9d56-aa1084a9f24d", + "id": "8e49dbe0-04d7-4e0f-9a17-bb7d1e2149e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162588,7 +162588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7fc52b1-ccf7-4bb5-bed5-069db62cbb7a", + "id": "c95422d3-85b6-48d6-9970-754e292502df", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162633,7 +162633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e173d42-a878-4ee4-9993-f0e951752571", + "id": "141c6185-06f3-4089-a1a3-7e677aef9407", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162678,7 +162678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66824617-67f5-4499-8ea3-4e2f8badc319", + "id": "25126107-46c3-476b-a3a7-145157f4f5bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162729,7 +162729,7 @@ } }, { - "id": "0b768972-210a-4994-8d28-418c3612fd21", + "id": "00925878-5c63-423f-a9ee-be3a894d68c0", "name": "Update Attribute Sync Config", "request": { "name": "Update Attribute Sync Config", @@ -162784,7 +162784,7 @@ }, "response": [ { - "id": "0b49397c-462c-44cb-9b7c-5420126e9eb7", + "id": "fe48ae83-5c2b-4a86-aad7-cf5758335210", "name": "Updated attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -162842,7 +162842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39c7c469-04d1-4700-b8a8-3f6b125710e9", + "id": "2b2d6884-0085-4b68-830a-26064b45d496", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162900,7 +162900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80e16df0-ce7c-4bd0-91e4-6c7d32cb0301", + "id": "5ae9368e-458a-4792-aa17-db6bbd95ec7a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162958,7 +162958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d84f8b6f-ef57-448c-8eb9-366ff184d494", + "id": "3ef79c67-ef7f-421d-abbe-76fc599fb5f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163016,7 +163016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a2c1ff8-db11-453f-bce5-16cf4a2ae24e", + "id": "f504c699-2874-4b78-b981-8b4cfbc29f1a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163074,7 +163074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f465deb5-3a1b-4002-8b16-a72cee32c98f", + "id": "e1b4942f-cca7-42a1-8874-3a05f9bf77b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163132,7 +163132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff296d2d-ce78-4b37-accc-1d7a39a58ec7", + "id": "4be5b7c1-561a-4760-a609-0a3a26831d38", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163196,7 +163196,7 @@ } }, { - "id": "7813c23f-93c0-4f81-a77f-2ac9b7ee164d", + "id": "3d9658b2-66e1-4f63-8bef-c882a8833c02", "name": "Check connection for source connector.", "request": { "name": "Check connection for source connector.", @@ -163239,7 +163239,7 @@ }, "response": [ { - "id": "d112b98c-897e-48c6-a38b-d87cdef06696", + "id": "8847ce9b-7658-40d5-b890-39d7169ca5f5", "name": "The result of checking connection to the source connector with response from it.", "originalRequest": { "url": { @@ -163285,7 +163285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "332b83a2-713a-4bbe-a1b6-4f700edf5e3d", + "id": "a3bd0dc4-659d-4756-9975-d772455a1198", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163331,7 +163331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e93a745-f98e-4f58-8141-17f6f7b1c8d8", + "id": "ce77de0c-cf97-4744-82b5-b685ae1ea30e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163377,7 +163377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77478129-1fab-443c-b611-801f51b4500e", + "id": "1f599cf6-63c6-4599-b69f-d12a67504cc8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163423,7 +163423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f14fbba-ed78-4933-80f7-01f8c935e4ad", + "id": "20da14f2-d0d5-4ed6-8e78-98ac312db1cb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163469,7 +163469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57bd5612-ed73-4fa1-bf84-6cb276f8b32a", + "id": "629995c2-2a8c-4649-bc0c-3bce0be6b706", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163515,7 +163515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c57b95af-3ac6-4cab-b6b1-918bff84bf9a", + "id": "e5593efa-e1c4-4b52-9839-46efdd079fda", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163567,7 +163567,7 @@ } }, { - "id": "acbfcaa2-5999-433e-a72f-bfe65c7dde2a", + "id": "21ec9e5e-da67-4fdc-9fbf-8df644aee9c0", "name": "Peek source connector's resource objects", "request": { "name": "Peek source connector's resource objects", @@ -163623,7 +163623,7 @@ }, "response": [ { - "id": "e7f3c35f-514e-44de-b03c-c4dbebe37fe6", + "id": "4ec2255b-b4bc-401d-a249-6f493cff23f2", "name": "List of resource objects that was fetched from the source connector.", "originalRequest": { "url": { @@ -163677,12 +163677,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"ODS-AD-Test [source-999999]\",\n \"objectCount\": 25,\n \"elapsedMillis\": 1055,\n \"resourceObjects\": [\n {\n \"instance\": \"ad id ea amet\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"quis aliqua\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n },\n {\n \"instance\": \"aliqua adipisicing\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"mollit ipsum\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n }\n ]\n}", + "body": "{\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"ODS-AD-Test [source-999999]\",\n \"objectCount\": 25,\n \"elapsedMillis\": 1055,\n \"resourceObjects\": [\n {\n \"instance\": \"cupidatat Ut in\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"minim ex commodo ea\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n },\n {\n \"instance\": \"aliqua ipsum nulla Excepteur laborum\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"culpa minim\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "82c04317-65ba-4ece-8cec-9227908c3b49", + "id": "f0d69da2-d43b-45dc-ad27-0ce15ab4c4be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163741,7 +163741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1eeb8155-d488-4031-9c62-3985c94f7955", + "id": "20c9e56b-85b9-4d3e-9d48-1ec80927d308", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163800,7 +163800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed0fd311-2049-49fc-8f37-1d3c47a783fd", + "id": "e93a4830-05f8-445a-897f-463b25cf183e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163859,7 +163859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6851e4ad-7a46-4094-958a-2b0e4b7e2b54", + "id": "376e7f29-1729-417a-a4d0-7d16ffd03078", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163918,7 +163918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37704fd4-4fb1-4e63-aa06-22ad04d64307", + "id": "3c2b3085-26db-462d-a491-12fee48722d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163977,7 +163977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20a79173-ec30-466c-95a3-9f4b93398339", + "id": "34be5ced-d36d-4a34-8930-75bf6cc77c2e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164042,7 +164042,7 @@ } }, { - "id": "1cb37a31-caeb-4408-b8cd-731a2309c57a", + "id": "8fc2fa55-f819-4ecc-8905-8377f093c316", "name": "Ping cluster for source connector", "request": { "name": "Ping cluster for source connector", @@ -164085,7 +164085,7 @@ }, "response": [ { - "id": "ed8d1e12-ef01-4f29-8839-5a1095ce9f96", + "id": "309b461d-95a0-49d4-a4ae-4b7701ef841c", "name": "The result of pinging connection with the source connector.", "originalRequest": { "url": { @@ -164131,7 +164131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9da5487-341e-4905-9789-3cc2a1645a44", + "id": "a878897f-3cc0-4e80-8617-95885e8a6bb0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164177,7 +164177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f44f776f-50c8-47b3-bb03-5d8cd61671ce", + "id": "97e1da13-7c3c-4570-9a0d-4d1787a08580", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164223,7 +164223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30d5de32-b8a5-4d57-8045-a37343f2afa5", + "id": "2fd38f0d-a7cb-459c-9216-043c3f61a388", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164269,7 +164269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d2257ff-504d-4f05-b495-f6db8a2ef6f4", + "id": "e908fdba-2867-48b1-965e-405fd5b00c6d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164315,7 +164315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "128e72c1-689f-46d6-bdd2-0cbfdaf015f5", + "id": "a834c5bf-fd52-4c89-9fc8-18cf174f74a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164361,7 +164361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d005ba93-4aa3-478d-8146-51d56a439064", + "id": "91abea19-4ae3-4033-a7ee-b997e5d08515", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164413,7 +164413,7 @@ } }, { - "id": "1657e0bc-ebca-4fc3-8ce0-4a4ce565a930", + "id": "c3c769c9-4db1-456d-8e88-b7fd53bb4ec4", "name": "Test configuration for source connector", "request": { "name": "Test configuration for source connector", @@ -164456,7 +164456,7 @@ }, "response": [ { - "id": "1d11b2aa-4cbf-432f-b6aa-c532dd21cf27", + "id": "8d2c7652-e6a3-4b2b-b2ab-a7e91fe8b3de", "name": "The result of testing source connector configuration with response from it.", "originalRequest": { "url": { @@ -164502,7 +164502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6c4ea5a-263b-429d-b3a1-80c3086b82bd", + "id": "88e08907-1fdf-4548-839f-dee4414956f6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164548,7 +164548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "018c05b4-f08c-4412-8505-834b02992a3a", + "id": "40335650-bd2b-4e39-ae38-ea9d96f6bbf3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164594,7 +164594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "312f2e00-7eac-4da7-9655-5645ea6d6ce8", + "id": "c22f93ce-6b02-4b3d-99e6-ccda2afb7000", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164640,7 +164640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89c18e4d-00f6-4868-9d66-bb24ea60538d", + "id": "fa31682a-1c28-4eaa-bcaa-e7e1479f89b4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164686,7 +164686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a53c633c-71d2-4e2f-8421-99172087c8cf", + "id": "e418e3ac-52a6-41ce-9acb-18e5a861d077", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164732,7 +164732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "857bda30-7a82-4407-bef7-8fee1f707884", + "id": "cf59e2cc-d63d-42c5-be0d-20949e4635ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164784,7 +164784,7 @@ } }, { - "id": "3623219f-5480-4992-8fc6-9d1cb7c71927", + "id": "d5f0f19e-e4c1-4f33-a05c-adca5a14ba80", "name": "Gets source config with language translations", "request": { "name": "Gets source config with language translations", @@ -164810,13 +164810,13 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "fi" } ], "variable": [ { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "id", "disabled": true, "description": { @@ -164837,7 +164837,7 @@ }, "response": [ { - "id": "efb46014-e06f-4afc-9b61-9d65debdf7fb", + "id": "6f511563-af44-4c65-998e-7cb754c24c67", "name": "A Connector Detail object", "originalRequest": { "url": { @@ -164858,7 +164858,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "fi" } ], "variable": [] @@ -164888,12 +164888,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"Ex\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"fugiat ut\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", + "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"dolor a\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"Ut Lorem aute elit\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7705ea68-e8d4-44ef-8815-5b74d6a8e944", + "id": "bc15d9a7-644f-4cd1-9649-ebc034d388f9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164914,7 +164914,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "fi" } ], "variable": [] @@ -164949,7 +164949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "febfd794-29fe-41e2-86aa-4382bafaa561", + "id": "26de7e43-d903-4f0e-9746-459cce754956", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164970,7 +164970,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "fi" } ], "variable": [] @@ -165005,7 +165005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eba5aeba-21f0-4175-8739-ca07ad3fe32e", + "id": "d5796454-f750-4924-a68c-67ef5b3e3dda", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165026,7 +165026,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "fi" } ], "variable": [] @@ -165061,7 +165061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc090bf-ed46-4c25-a233-87ee5ae98716", + "id": "51b0d649-a611-4986-9c7f-7ae3e95e5eff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165082,7 +165082,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "fi" } ], "variable": [] @@ -165117,7 +165117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51c0ba42-5b67-4e44-ac18-1054e0516c6c", + "id": "7ab7a9d3-20d2-4ff2-8218-7d071dcca719", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165138,7 +165138,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "fi" } ], "variable": [] @@ -165179,7 +165179,7 @@ } }, { - "id": "c4e4e0f5-c1a6-47d0-bda2-62a771d0b3f3", + "id": "0b84b52f-78ee-44c6-b2bf-1b8891198c37", "name": "Native Change Detection Configuration", "request": { "name": "Native Change Detection Configuration", @@ -165225,7 +165225,7 @@ }, "response": [ { - "id": "7c5fe65a-b4dd-4fb6-bf2c-89348a75d5ac", + "id": "8fa3268d-0698-4dd7-9068-4b883ccb9f23", "name": "Native change detection configuration for a source", "originalRequest": { "url": { @@ -165270,7 +165270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b0e6ba6-0a0c-446b-ab06-b9650dd462ed", + "id": "0e023d39-f8ac-465d-b628-bb6fb713a57a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165315,7 +165315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58199da6-4c81-4e76-91eb-c43713dc225e", + "id": "f92cf65b-3602-41bc-aea8-57e5c13dcdf7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165360,7 +165360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16c486d2-2960-40ad-bd80-1e0249b326d0", + "id": "2e362a92-6445-49d8-8469-a2c933aa5c06", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165405,7 +165405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7de9c55-7ad2-4816-ab66-65057fb999ee", + "id": "7d56cc5f-ace7-4223-8a1d-9ce18c7fbce4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165450,7 +165450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a03afa45-8d2d-4090-9a1d-9f036a36c6a4", + "id": "814531f2-dd39-4c00-b058-52859f9cd907", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165495,7 +165495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d40f88d7-9aa9-404f-9683-c8bec349d0a5", + "id": "78823f53-9892-46cd-a21b-cd608065fe87", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165546,7 +165546,7 @@ } }, { - "id": "e06a1df3-0fe2-40b9-9bdc-505004c6809b", + "id": "fbfa2077-e3a2-4f91-8b6c-9006ceb5c0e1", "name": "Update Native Change Detection Configuration", "request": { "name": "Update Native Change Detection Configuration", @@ -165605,7 +165605,7 @@ }, "response": [ { - "id": "cb233eba-96a2-46cb-90e0-e05d9c22cef2", + "id": "35ca411a-79ee-4897-8dee-c07cf0378da4", "name": "Updated native change detection configuration for a source", "originalRequest": { "url": { @@ -165663,7 +165663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fc811ff-01bf-4dd1-aae6-c9344d67c310", + "id": "89441fd6-8fa7-4ffd-83cc-56465c1c2288", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165721,7 +165721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a508dbf0-6ccd-4ca7-8e63-02fed8b419e4", + "id": "2f8c7196-ef04-4c0a-99c9-e8de3a6ab069", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165779,7 +165779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18421444-8994-4c32-bfe8-dc2db753ccc9", + "id": "a19727c7-723a-4305-b506-db50cf2dcbbe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165837,7 +165837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0c69708-2b51-44c0-8498-92ed01b82c4b", + "id": "1fdc2d3a-d789-4104-8b9d-67497d72b2af", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165895,7 +165895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1c979a2-bc39-4fcc-a439-fb8ac07e6a8c", + "id": "62fc9754-ed3f-4f99-b5be-e2dfd61f505d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165953,7 +165953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cdf4104-44c7-41d2-b9d7-f347cf31fbcf", + "id": "363961ea-0a2b-4bb3-8c4e-c29ae6957b31", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166017,7 +166017,7 @@ } }, { - "id": "2cfbb2d4-140c-4267-9e63-8f415ddf02f7", + "id": "93b71943-fd83-4d51-b795-ad973ab7120f", "name": "Delete Native Change Detection Configuration", "request": { "name": "Delete Native Change Detection Configuration", @@ -166063,7 +166063,7 @@ }, "response": [ { - "id": "229220fe-9eea-464e-be54-2662592ff9f3", + "id": "bdd006be-f954-419e-9560-fccbc9f3a611", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -166098,7 +166098,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fe87a7a2-ad5a-40db-ae05-ad7f6de3f433", + "id": "598437d4-ef29-4bd8-8501-4e6908c38362", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166143,7 +166143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59351486-aaaf-4d10-a960-2d11d090bfb0", + "id": "0e5cb659-cc72-4c0b-a757-73261de088e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166188,7 +166188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ee8067a-2437-443b-8092-55a9a8798d88", + "id": "1f219b7d-3bc8-4a66-8ba2-cf8bec44948f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166233,7 +166233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a817a18f-eb38-4256-92ee-b0b36edeebea", + "id": "db997a0f-7c14-4de1-a2ee-983a6e1032db", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166278,7 +166278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0b3bf43-bbfb-4b97-9f06-ad121d36ff46", + "id": "709de979-63e2-4ad1-87be-e47b45a07660", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166323,7 +166323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7054c23b-86f8-40cb-9591-a6ead7856b74", + "id": "eba61b8e-7898-4f0c-816f-297bb3fa4c30", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166374,7 +166374,7 @@ } }, { - "id": "40cf3ffa-4d55-47cd-bee0-cfd87d9247b7", + "id": "b45db8a9-c2af-40f4-93a0-f8e4d925ddf7", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -166416,7 +166416,7 @@ }, "response": [ { - "id": "59215572-02bb-4c09-b50e-0136af05eb3a", + "id": "8a49c865-4d0a-427d-af4e-b5f902174798", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -166461,7 +166461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76ca9eba-a822-4838-ba5d-609a35881d58", + "id": "f0c5e8bf-5320-47a3-b8cd-8ad6118d11e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166506,7 +166506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53cb7870-4421-450a-a494-dc268549d22c", + "id": "58f74c06-60ec-4698-9ce7-047f5bd3ff2d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166551,7 +166551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7f31792-c748-4bb9-9f7a-2ec0255bba4d", + "id": "16766384-f258-4a96-a4af-f9962e59dc67", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166596,7 +166596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c623d8-aa1d-42c4-8e72-66da7bf5711a", + "id": "475424f0-eadf-4026-bdc2-2898625d1caa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166641,7 +166641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2113906d-a6c5-433c-9f7c-01e739508dbe", + "id": "f4a2e60e-83f6-4948-bd4c-bf1b77559fe8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166686,7 +166686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46f6b808-d133-4ea0-8eeb-eaf7844aa90f", + "id": "ede2770a-173a-4c74-843f-b379882dcaa2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166737,7 +166737,7 @@ } }, { - "id": "ade55695-8050-4e62-9b8d-4b676da47405", + "id": "fe501331-c1cd-4cfc-8bfd-73775bd0a3f9", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -166792,7 +166792,7 @@ }, "response": [ { - "id": "f064a8bb-f832-41a7-bc66-d0999fda6c8e", + "id": "ba95d9f0-81e8-4fb9-a063-2e8665f9fced", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -166850,7 +166850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48eb334a-057f-4821-bac2-23a112c5bdd7", + "id": "8a33f214-1d5c-4dd2-a6c7-d69f8520aa80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166908,7 +166908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ad26bfe-04a9-4f57-9969-2f68b9db8ba2", + "id": "0deca7f9-22ae-4b27-a16d-4c8db9de287d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166966,7 +166966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "727c1b9b-705a-452f-9600-88a180000438", + "id": "30e84cb6-f7dd-42fb-8f4e-9cda1d92f2d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167024,7 +167024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00ffa267-9674-41fc-88ea-7eaac5c3e329", + "id": "5553ffb7-175c-4f97-9307-bdace68e9019", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167082,7 +167082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "448c4abe-1582-4870-bd37-b811e17ca1af", + "id": "01a99f34-a0c1-4494-8785-1424c7467b16", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167140,7 +167140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "140512c3-e1ee-46d3-b3f4-f33b15cc0e5a", + "id": "988b2401-438c-4104-9557-d7de95f93dbe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167204,7 +167204,7 @@ } }, { - "id": "cbbb56c6-ca6a-4850-b557-886d18a2bdd1", + "id": "43fc8d37-95bc-4408-9eaa-3e73277554d5", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -167257,7 +167257,7 @@ }, "response": [ { - "id": "af2b5d25-c0a9-4ebb-8fe9-f5cf189bfa07", + "id": "1bdcd839-6b7a-487c-b322-7eeac591b704", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -167303,7 +167303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac22e174-d8c6-47c6-8317-a5a4b000c776", + "id": "7a773257-5d46-48d5-93bf-abfd26f21d6b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167349,7 +167349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d939de3-ab4b-4846-8eac-aebf9a64ab41", + "id": "e9d89832-a56a-413c-80f5-6d8b61553e27", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167395,7 +167395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9b7f293-b245-4cf0-abea-97997b99fb10", + "id": "771aab67-11a1-4706-832c-eb4e1fd6910c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167441,7 +167441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33487e26-b559-43ca-b6a1-71e2be249986", + "id": "19a37476-770f-4dcc-89e4-57b94d5c2d20", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167487,7 +167487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc36ebf3-45ca-4f60-9b6a-eaaad693e1e2", + "id": "8a098870-e8de-4755-aeee-b34f24cc8624", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167533,7 +167533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1af6b94-6fc3-4a10-a190-41f92f8fc80a", + "id": "34b516a5-6ca3-485a-be05-90bb4e0abf4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167585,7 +167585,7 @@ } }, { - "id": "e7ba8f02-966c-4a92-83f3-a713465bf58e", + "id": "6ddc5826-58c4-45a9-be90-7e2246ebe22f", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -167651,7 +167651,7 @@ }, "response": [ { - "id": "7402c17e-3712-4f03-8c80-cb5b30bd1c9b", + "id": "c54dbfc5-886b-4900-80db-8586431f3898", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -167710,7 +167710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3347cf84-9132-44e3-82ed-b58f018d94b4", + "id": "00b8f8cc-e253-4042-a401-bbb9b0ad4c94", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167769,7 +167769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fef9829-67f0-4287-b014-171b99138ccc", + "id": "7ca7f597-3dd7-4984-92b5-1da0e350a0b2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167828,7 +167828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2321457-547a-4ec2-9388-a8fb1aa0f01c", + "id": "78b1121c-1a38-4674-ab41-2dea24c8a858", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167887,7 +167887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5ca91fb-b0f3-4c75-b299-9ab538299571", + "id": "c98bc07f-415d-4f33-9593-3cccd7312f79", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167946,7 +167946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7febabb7-a7a7-438b-9c1e-01d85f7616a9", + "id": "9b71f377-b047-459d-b8f0-b9e3d6f7cf2e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168005,7 +168005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d61537b-1408-47cb-89c4-82fa821f20b4", + "id": "5687ea08-2c73-4555-ad71-658c92866d17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168070,7 +168070,7 @@ } }, { - "id": "6a1a332a-7565-4203-a943-b98527e55e5b", + "id": "ee66b161-64f1-4319-9785-84ead890db6a", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -168136,7 +168136,7 @@ }, "response": [ { - "id": "c4b78389-df98-4844-ae83-040b60366628", + "id": "85d2a729-e2dc-46ac-9ab5-c5e2933c0de2", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -168195,7 +168195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "873bfb60-48e4-4629-ad82-61e8ee0c6335", + "id": "3f7bcf1d-1bd5-4976-a614-4ec814e1361d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168254,7 +168254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb834950-4d29-4e60-84dd-e1e40e189502", + "id": "6710e58c-81b0-4661-b1b1-665927070a5c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168313,7 +168313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2916604a-36e4-4783-bdac-a442b411568b", + "id": "f3b7a5e8-58b3-4cde-b025-3da42dfc8006", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168372,7 +168372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50935efa-e6c4-417e-9445-c536c24cc122", + "id": "651d4e62-4b2e-4008-9501-2f4271a3f764", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168431,7 +168431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cd92138-7424-4d6d-bb50-53da098058e7", + "id": "e21a4ac8-c490-43e1-8f92-9e427c2c095d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168490,7 +168490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3ff6769-9603-4775-84d1-911c6ffb7a5e", + "id": "6a824fb7-f391-4ab8-9278-5aefefca30f1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168555,7 +168555,7 @@ } }, { - "id": "1816e3fa-2b01-4c91-bf45-a5afd278b532", + "id": "d26e9062-e7e0-488d-adf4-e143c3bf671c", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -168608,7 +168608,7 @@ }, "response": [ { - "id": "3d9f6635-d62e-461c-9504-62411e910df8", + "id": "8052bf81-379c-41ce-8963-00622a93a45c", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -168644,7 +168644,7 @@ "_postman_previewlanguage": "text" }, { - "id": "bd0cc328-2181-4fce-b827-dc8a736cbd96", + "id": "47d0b382-eadf-475e-8deb-b3f97e4ed952", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168690,7 +168690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e60b3b25-cf0a-4025-9d96-3b8c427289fb", + "id": "af59f592-11ca-4f38-b1fc-c15220e4085f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168736,7 +168736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "980b7a2d-a190-4a0c-a848-3d1b172cefc4", + "id": "ac2e4c36-b0d9-4529-a1bb-11a111fff152", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168782,7 +168782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffa72fe8-0aa9-43b9-8da5-8f78cdada536", + "id": "51848718-c76b-44e4-b7ee-aa620da05401", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168828,7 +168828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b847e958-b4ef-46e4-8c00-0631afc34631", + "id": "8a1a131c-c268-466b-8c49-9bed8b109d4e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168874,7 +168874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6f8a1d3-595a-493c-9cc9-c9b33037d5f3", + "id": "12d4b83c-6330-482d-b679-fc791f087548", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168926,7 +168926,7 @@ } }, { - "id": "75fb112a-7742-428c-98f6-3b9cdfedc009", + "id": "730994df-97ae-41b5-8098-8a308168a262", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -168982,7 +168982,7 @@ }, "response": [ { - "id": "1c08d310-ebf1-4f84-b024-a1b867ff8d06", + "id": "7460bc42-9250-4ac6-a719-132ee6d485ca", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -169041,7 +169041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fcc6c08-c8e0-4e8c-abf9-5b71f4d97389", + "id": "78f5a541-0bac-441a-85de-402c9b0b683b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169100,7 +169100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4419ed8-eab0-4194-93ba-e1bf7183684b", + "id": "c1c7c9c2-ff46-479e-827b-a4f445e0e3b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169159,7 +169159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "957557ee-e04b-41fe-81e6-367403fc4fd6", + "id": "e2ec450a-dc69-4781-88a4-45b07d59a1af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169218,7 +169218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de62f151-7042-40e0-ae69-8c6e434e2a68", + "id": "e5773048-d87b-4a2e-bbcf-36376a844904", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169277,7 +169277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e86c656-f528-413f-a515-6aa20942ea15", + "id": "4463c45d-1e67-4e64-8e1f-f9d6f721874a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169336,7 +169336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83d4b4e5-63f5-43be-98da-1b863a0f5fb0", + "id": "5839c41f-3435-4346-80c6-de94978d00b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169401,7 +169401,7 @@ } }, { - "id": "e332e4e6-972f-4aba-9268-031821fb5956", + "id": "d3578248-446d-42cc-b04d-a9cb8356702e", "name": "Lists the Schemas that exist on the specified Source in IdentityNow.", "request": { "name": "Lists the Schemas that exist on the specified Source in IdentityNow.", @@ -169450,7 +169450,7 @@ }, "response": [ { - "id": "c49da410-78c8-4616-ac90-dbf33fcd3101", + "id": "eb93359c-1c11-45dc-9315-ed65efb140be", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -169505,7 +169505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8561e662-4230-48e3-8dbf-33645275903e", + "id": "af0e5fbf-8442-4ec0-a43d-c60fcef9dd7c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169560,7 +169560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbc8f2ca-0289-4c41-b062-703c638ed46f", + "id": "929abb3f-d3e5-4213-affb-6e243b2cdd30", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169615,7 +169615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29002095-b17c-4493-bc27-01dee36e4585", + "id": "a850f566-dc47-4f77-97fc-979ae1ddcafa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169670,7 +169670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d11f5597-a79b-410e-b53a-00af81fad993", + "id": "2af11a16-062e-40e6-8cd1-31192b9f56b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169725,7 +169725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20ccad45-dab6-4a80-8ee5-8c4eb6501302", + "id": "7bff4b4b-a516-4790-a8c4-93baae002e6d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169786,7 +169786,7 @@ } }, { - "id": "1705b13a-5acc-43af-bbcd-26328b0c5af1", + "id": "c5cb68fd-6e21-474d-8890-c88cea848752", "name": "Creates a new Schema on the specified Source in IdentityNow.", "request": { "name": "Creates a new Schema on the specified Source in IdentityNow.", @@ -169838,7 +169838,7 @@ }, "response": [ { - "id": "5b6b46e6-bc61-4913-9668-11323c4b0916", + "id": "c57133ba-b8c8-4d2e-99e5-ae5ef7f40286", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -169896,7 +169896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79b71b79-463b-4c4f-ba81-0a12bbc06ce6", + "id": "973af323-d95a-416f-8954-83db075b8d80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169954,7 +169954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "219e6c89-219e-4383-8a4d-e09f6e3732b0", + "id": "9ac864c0-f407-4377-9596-2325b8f8bf6a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170012,7 +170012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3909ffc5-17a0-4ba0-87ba-fd20751e9bb7", + "id": "a2bb7705-7604-4ec3-a295-73c9129d118c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170070,7 +170070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05e30a83-d13a-48cb-9f6c-9a6f22f70c2e", + "id": "d8ecb551-c1f0-4a1c-8a40-8b3b5213ff87", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170128,7 +170128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "747176e0-a2a7-48dc-b2e0-f309553a67e1", + "id": "5b467a1e-ae1f-4ed6-908a-7c747cadf78f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170192,7 +170192,7 @@ } }, { - "id": "bef7bfbf-5103-4e3a-b4c3-ed1c674ddd6a", + "id": "c73e2866-3815-4112-ab29-5c8cd3a2bd72", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -170245,7 +170245,7 @@ }, "response": [ { - "id": "cacd3953-b1f8-4856-b7b2-2a7d2ec4de8b", + "id": "8429c77e-604d-48fe-b6f8-29bae53ef3c3", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -170291,7 +170291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9c68c70-fd3e-4926-9873-deadff101b2d", + "id": "41137a04-8e14-46b9-a149-41cdab875791", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170337,7 +170337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be429ce3-beea-4dee-ac5f-884735ead8ac", + "id": "e125180f-38cf-4b4f-a5ff-3d3b51ad47ca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170383,7 +170383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e42f9743-34b9-4cf2-91e6-0ba65946c608", + "id": "f177d10d-dd04-42ed-90bf-353f71a02903", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170429,7 +170429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3133b7fe-6e6a-4a05-8257-e4b2d136c7b3", + "id": "9b0d39fa-338c-4936-8ba8-7aa003c52bee", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -170475,7 +170475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "badf2678-71e5-4e6c-8cef-b9b341b1952d", + "id": "d3ab9b85-1bb8-4ac1-8542-e653e5f210d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170521,7 +170521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cce63fb5-a088-40bb-b42d-b43e925bf956", + "id": "3658fcaa-84ff-49d9-b4c7-5898a698b397", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170573,7 +170573,7 @@ } }, { - "id": "a0ef85a4-8312-430f-9268-e077be7fc758", + "id": "088d6379-5f71-4080-aba9-26c67edaa081", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -170639,7 +170639,7 @@ }, "response": [ { - "id": "0fa11f33-715b-41f2-947b-1329e957fc73", + "id": "47cee355-2074-4434-9b5e-753487968406", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -170698,7 +170698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "541d266b-e652-4157-bbd4-da4659ffbb4f", + "id": "67164e7d-c7f6-4d59-8166-9dfa347ada1f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170757,7 +170757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfaec42d-2d4c-4026-915b-ee729207bbec", + "id": "78789b85-ea98-49b8-8914-007871928ade", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170816,7 +170816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25e2e121-7de6-4346-86ce-6d87f88d0619", + "id": "f2ca4f18-0775-4116-ae8f-0b67cf6b1022", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170875,7 +170875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6f112f6-5a19-4c5b-8b4c-60b0e4a2cf30", + "id": "8cd92d56-625a-4d51-923f-cd43f7cbb996", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -170934,7 +170934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3c8926f-0e08-4af3-a67f-1a6367ad5fa1", + "id": "33fd2307-f7d2-4b53-bc62-0bc84e354eaa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170993,7 +170993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c25eb90-9241-4af5-afa5-39e316fcf53a", + "id": "c73cd8c8-11ee-49f0-8766-2636f1608a6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171058,7 +171058,7 @@ } }, { - "id": "4b795bbd-c6d5-43b4-9f00-11d9700d3a64", + "id": "fcafe187-bbdb-4313-a4d5-2dca9d8ef0ec", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -171124,7 +171124,7 @@ }, "response": [ { - "id": "4597e244-2e92-4f5d-ab00-787c39dec1e3", + "id": "b5c24e6c-8896-4ba0-9652-827a1bfe85b8", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -171183,7 +171183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "887aaa99-42ea-44e6-9c34-361f85c66a23", + "id": "1acf4836-d75f-4669-b184-ced83a5b236e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171242,7 +171242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a4e1908-fa7e-40c9-8f88-29afe71f4be7", + "id": "c7466af5-a56e-4ba7-b9d6-4b39077c59aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171301,7 +171301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c88104a-8333-4ae1-871a-6061eaa5bd41", + "id": "6bc3ff66-971b-418d-a7d3-f3e765d56503", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171360,7 +171360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3fb0d6a-8eb6-4a6a-b2f3-9154b0d1dc7e", + "id": "a84cfa13-7ee2-4815-a2cb-1e8e56fa27ef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -171419,7 +171419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "807c19de-a0cb-4d83-9e00-4c792dd37b78", + "id": "74ce6b53-c53d-400e-a397-a19d33a3fb33", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171478,7 +171478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce2f9207-b4fb-4677-a3f4-9c44256e84c6", + "id": "a10cad69-e2ba-42a6-8ea9-207b9ef6e974", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171543,7 +171543,7 @@ } }, { - "id": "b8a23962-6bea-430a-997f-8825388b7991", + "id": "d1d7818f-8162-4735-abc6-22e837114c75", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -171593,7 +171593,7 @@ }, "response": [ { - "id": "a26a270b-df90-402b-852f-214448cb1a72", + "id": "21340612-03d5-4610-826f-06d14d24b0da", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -171629,7 +171629,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9c6b17e4-a082-4ebf-9863-463d726e5632", + "id": "4e36bab7-a031-4131-84e2-36898724c4f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171675,7 +171675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07c6273a-d26f-4aef-8259-e302bfe30eb9", + "id": "d495a679-c5ba-426d-919a-d079a2f4c680", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171721,7 +171721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb8f903b-237f-404b-8e11-538fcb9d8613", + "id": "1e5d9fb7-27b8-4b1b-8142-b518dce32723", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171767,7 +171767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6cee8b3-84c2-4311-810c-37335a1c0b80", + "id": "ec8050be-c800-45a5-8f00-df1a4e1d3187", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -171813,7 +171813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b389bd17-4ab5-4512-9b02-1fc24e406e61", + "id": "5ed59962-599c-4d90-8a9a-fd20b37e3227", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171859,7 +171859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c87b221-17d7-4291-b219-461b9c95d884", + "id": "55425112-3c7c-4a9c-b7ae-c458d53ff187", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171911,7 +171911,7 @@ } }, { - "id": "a84ace96-a3ce-4205-a852-b37a5bffad7e", + "id": "4ab57a90-82df-4002-a21b-c191e4b1791e", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -171951,7 +171951,7 @@ }, "response": [ { - "id": "98bfaa4f-9feb-4521-9cf7-66c3a0e48f39", + "id": "c76feff0-be17-429d-aac8-ec33c6c2a1c3", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -171997,7 +171997,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a0f35770-c82b-4f1e-9cda-cbe37f6c703c", + "id": "6f66fde3-3bc9-46c2-b740-ba253e85e70e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172043,7 +172043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb3ac20b-783a-4078-a468-ccd13d4ae643", + "id": "780a4bb1-a3d1-4102-9e6a-181f907e8d56", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172089,7 +172089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c8c00b0-9abb-46fb-b678-a25be4212622", + "id": "19f261a8-4953-4f5a-839b-90c77902f2bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172135,7 +172135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e62a7905-aa9f-42b1-aab5-63e1e4b30d2b", + "id": "0588e0b7-35ca-49f0-b2f0-88f560aab886", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -172181,7 +172181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f626248d-9792-4aed-8544-feabb80032c1", + "id": "94155649-eee8-431e-992a-7bb232a22d4a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172227,7 +172227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc0266a7-b388-46d4-b065-60f364c558e8", + "id": "2f167c53-9488-48ee-8c07-784f359199c7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172279,7 +172279,7 @@ } }, { - "id": "59ee847b-7f16-48a0-8ea1-19045c50436c", + "id": "ed2527e2-4b6a-4187-a038-5efa795e596d", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -172331,7 +172331,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -172339,7 +172339,7 @@ }, "response": [ { - "id": "9739c858-3c48-43d0-bd5c-313063450d39", + "id": "3513f896-cb3d-494f-b6da-7dfa23e0a80a", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -172383,7 +172383,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -172402,7 +172402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9da0c2f1-7c3e-4ba4-8293-548051d36a71", + "id": "8084b9e9-7ea2-49bd-a365-abc3858cd25e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172446,7 +172446,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -172465,7 +172465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0522ff2-a6e0-422e-addf-fc108f67414b", + "id": "c48e8009-d187-4629-9e0f-cd2362322a44", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172509,7 +172509,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -172528,7 +172528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54556198-05a6-4ea0-8edd-8c6a38d2acac", + "id": "434e49bf-1015-4c42-8258-8a5bd0990260", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172572,7 +172572,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -172591,7 +172591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2dad10d-f4da-4cb5-9d47-6c53cea121fb", + "id": "e334091b-4fce-41e5-9ab7-1b6f92967b9d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172635,7 +172635,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -172654,7 +172654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96cb90a1-6ebf-4787-8f38-1aeac345a9cc", + "id": "ec055e20-3870-4f2b-b109-3ca2ab95376a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172698,7 +172698,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -172723,7 +172723,7 @@ } }, { - "id": "d7b2ae30-e8ad-471b-886b-0e4ca1b42691", + "id": "119d69ac-b6ac-40a0-bc21-f49e339dab4c", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -172773,7 +172773,7 @@ }, "response": [ { - "id": "32bb5370-eb4f-49cd-82a4-4709c211d238", + "id": "531b4feb-d258-41ad-9a70-b1b73f28ad1a", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -172829,7 +172829,7 @@ "_postman_previewlanguage": "text" }, { - "id": "82556b33-2a72-415d-a689-4f5bfd5c3705", + "id": "f32da1fc-ef54-4cac-b039-5648e141d908", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172885,7 +172885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15eab2e6-2cef-4e1a-a7e4-7622122e1c72", + "id": "7641f13f-fef1-44d7-8853-15942d9a5e37", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172941,7 +172941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4e09e8d-11e8-4c0e-b737-5a246b37ec49", + "id": "402e78b1-9d3f-4999-b71d-69482404faea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172997,7 +172997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a1b1e6c-4f8a-4ce9-b6c9-6b0f1ba646f0", + "id": "b6f60e53-bd6c-414f-a9ef-25ac1db43a53", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -173053,7 +173053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d235d55a-4d4e-4139-a3fc-0142d8fa5c92", + "id": "476b771f-4451-4105-a8f3-95903395fce4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173109,7 +173109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6ad510c-0560-4a86-bc07-1ccab1d821da", + "id": "d88a70be-b72e-46ee-88b0-836f2096319b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173171,7 +173171,7 @@ } }, { - "id": "9d27e196-82ad-493f-96b9-04f892bfddf1", + "id": "87f881b2-aae9-4ffb-94a6-03a280d30036", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -173233,7 +173233,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -173241,7 +173241,7 @@ }, "response": [ { - "id": "a421a008-ad87-4625-a703-e83f3eeed18e", + "id": "af475bb2-4ca2-4dbb-8f6d-9924728a0b3b", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -173295,7 +173295,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -173314,7 +173314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b62abb20-c821-417a-958f-145f1cf313bd", + "id": "58178af9-32d6-4b41-b99f-21cf4f61b5a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173368,7 +173368,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -173387,7 +173387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc89c7b1-0ba1-4beb-a3e7-abc3fffbf1b1", + "id": "69e48734-e8e2-44b6-b7ae-def3408cfeaa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173441,7 +173441,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -173460,7 +173460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa181f62-d239-483f-b65a-73016222f885", + "id": "b0d0853f-c629-4c64-a78f-949c0ef5ea72", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173514,7 +173514,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -173533,7 +173533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a77305cd-52c4-4643-a850-4a64165a5014", + "id": "c131ed7d-7082-4cd8-ba71-1e4577c6bde8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173587,7 +173587,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -173606,7 +173606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58b903ff-eb48-4254-8c1e-8119387304b4", + "id": "b0854ea1-e806-49b1-a0b0-de653c37834a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173660,7 +173660,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -173685,7 +173685,7 @@ } }, { - "id": "f18fafd6-9fab-4fa5-8ee8-f81da7c6d3f7", + "id": "7d53ec8b-e1d1-42c2-9551-cee54883a201", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -173736,7 +173736,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -173744,7 +173744,7 @@ }, "response": [ { - "id": "a7c7d90b-0bff-4ddd-b155-14f91eb423a1", + "id": "b2d7c732-6547-49a0-8f9c-4ea7fe541ff6", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -173787,7 +173787,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -173806,7 +173806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "500c09c9-5a0c-4e8d-85ee-741d29c8f5e2", + "id": "da28d33d-dfd3-4614-bd89-ebcdd117efec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173849,7 +173849,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -173868,7 +173868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffdd334c-2e54-462f-8b24-a3c730281f9e", + "id": "42f49818-700a-4ee9-a8bc-9e8aadeff376", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173911,7 +173911,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -173930,7 +173930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2ee08b7-7d46-4440-a644-1702e74e9734", + "id": "e33daa6c-341c-4bca-8353-25b64369f34f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173973,7 +173973,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -173992,7 +173992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a677a4c8-0b28-4eae-a5d3-53b828cf8d06", + "id": "fef74132-c5cb-4ffe-93c4-d970f48bf2a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174035,7 +174035,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -174054,7 +174054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2ccdb46-a610-4c81-8c36-cd41fdf712f8", + "id": "d856d131-20c8-438b-81b5-e7f364c1f219", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174097,7 +174097,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo elit dolore consequat do", + "value": "sint", "type": "text" } ] @@ -174122,7 +174122,7 @@ } }, { - "id": "12f5de1f-42bb-42bd-96af-867e81d96ec8", + "id": "d9e6b2df-ad7d-4e61-97ea-e6e64cd385c8", "name": "Synchronize single source attributes.", "request": { "name": "Synchronize single source attributes.", @@ -174143,7 +174143,7 @@ "variable": [ { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "id", "disabled": true, "description": { @@ -174164,7 +174164,7 @@ }, "response": [ { - "id": "a8d93baa-7154-4ca6-9495-17ff0231db6c", + "id": "e17b85a8-fe3e-45b8-8f76-d5b05cadc6dc", "name": "A Source Sync job", "originalRequest": { "url": { @@ -174209,7 +174209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0524b2d-d77d-4cd7-8823-1b0a61408509", + "id": "9f2661e2-064c-4425-9e94-b44e0bcb2cc7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174254,7 +174254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b42113b5-9e18-44c3-b08d-44b48642c2dc", + "id": "bc14ac1d-626f-4350-83a1-b1ca57f4dd9f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174299,7 +174299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21117043-f8b6-4fbc-b298-9e526956f923", + "id": "ea289aff-1414-49cb-83e7-9e9b647c2d5c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174344,7 +174344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0476ca86-5c1b-47c1-946d-703e7eb494a8", + "id": "7d17b990-6341-4ac9-94cc-3ed26d5c5325", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174389,7 +174389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1722e8c-fbe2-4721-82e4-cf82642dd3eb", + "id": "638ba57e-df0f-47ce-a093-1abd118388b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174434,7 +174434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2be91714-10de-4022-aa84-81e9bdce7e87", + "id": "010bf021-91f9-48fe-878e-114a87bfaabb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174485,7 +174485,7 @@ } }, { - "id": "4569f01a-ea7e-4f15-85e7-a25d1fa81ff2", + "id": "3a4ebb73-cc9c-4956-a608-7bf436c71685", "name": "Get Source Entitlement Request Configuration", "request": { "name": "Get Source Entitlement Request Configuration", @@ -174521,7 +174521,7 @@ }, "response": [ { - "id": "45f4974e-cd38-4a62-aa67-0787eae89dad", + "id": "f6fff499-666a-42c6-af69-a6eb05dae158", "name": "Get default config", "originalRequest": { "url": { @@ -174566,7 +174566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22ba5abd-2e41-44b7-a62f-769c4b52f823", + "id": "4ede2e09-f4d1-4b41-aefe-01e60e163103", "name": "Get config with one approval", "originalRequest": { "url": { @@ -174611,7 +174611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21fdde3b-cbc0-48df-b1e9-b65e96c021ad", + "id": "bc135c7b-78c6-453d-b33f-d753a97ab850", "name": "Get config with multiple approvals", "originalRequest": { "url": { @@ -174656,7 +174656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1062c99b-9693-40e8-a3af-7af393d09d15", + "id": "44c4593a-177a-47f3-85c2-e527e5789fac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174701,7 +174701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af36eb4f-0059-4fd7-aa14-db82d2250b31", + "id": "18dc8cba-1fd3-4bd4-8950-48b327a201bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174746,7 +174746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ce758b5-c123-433f-8fe9-e1b453391ea4", + "id": "c049d4d6-160f-4d44-809e-042569f696ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174791,7 +174791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b63ccfec-b3f6-417c-8ac2-c0d6b1027d94", + "id": "d14372c1-818d-48ae-8178-a9ce32ae1af1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174836,7 +174836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbcfcd1e-c5e7-4e44-8554-71e2ca439338", + "id": "e81cdaac-c31a-450e-93bf-f0523d892532", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174887,7 +174887,7 @@ } }, { - "id": "f0ebb249-0561-4492-b4f1-8d9f326a9d98", + "id": "3a373a50-f76b-4600-88e9-cd279156b3ad", "name": "Update Source Entitlement Request Configuration", "request": { "name": "Update Source Entitlement Request Configuration", @@ -174936,7 +174936,7 @@ }, "response": [ { - "id": "45201751-b26c-45a5-802e-9a1cc32b8bae", + "id": "3a921d9c-5bce-42e1-9355-f124ef5c7a62", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -174994,7 +174994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d8f1d62-64ab-42c5-9330-7969fa61971d", + "id": "1c73b9ce-4b71-4b8e-846e-fed5adc92b6a", "name": "Set config with one approval", "originalRequest": { "url": { @@ -175052,7 +175052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f56ddd0-86ee-420b-ac3c-1ae25d1037ed", + "id": "79f0c064-3997-4b02-b746-49ae348b3380", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -175110,7 +175110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4391bc83-62f1-4020-a79e-34de3ad178b3", + "id": "b4b2de58-6c89-4d4e-baae-f30327afbd69", "name": "Set config with one approval", "originalRequest": { "url": { @@ -175168,7 +175168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a62a522-9db6-42b0-8935-1231f549a44a", + "id": "c0dfe9e1-6d95-4e38-a359-377033a3da28", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -175226,7 +175226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3c24ccd-5b1d-4545-91ea-fd63f99a4c87", + "id": "f1e697ee-85f0-40cd-89cc-f8be3c517336", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -175284,7 +175284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b4dff16-69b7-4d18-819a-90988584a1b6", + "id": "f0edbc89-8eff-43e9-895b-824145b1e3e2", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -175342,7 +175342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "700a019b-f28b-4f23-8bfb-e369770fe3cc", + "id": "dd25d58d-fae7-48d2-8741-de4b57a91bb5", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -175400,7 +175400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cb92775-9009-4046-914d-411c8e57893e", + "id": "e545b921-f2c9-4a1c-832d-caf91b97d8dd", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -175470,7 +175470,7 @@ "description": "Import and export configuration for some objects between tenants.", "item": [ { - "id": "75f6bb29-05f2-4b74-8478-68599140c7c9", + "id": "df06c07e-b608-4872-a50a-3ecea11cbb5a", "name": "Initiates configuration objects export job", "request": { "name": "Initiates configuration objects export job", @@ -175513,7 +175513,7 @@ }, "response": [ { - "id": "ad100708-cacd-4a18-9301-1c7838cac537", + "id": "6ef818b9-a7f7-4b79-b95d-56bbbae0e526", "name": "Export all objects available", "originalRequest": { "url": { @@ -175570,7 +175570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cac825d-8808-47a1-af1a-923427011e72", + "id": "dfa67795-e175-494a-83cd-dcfbc484c52c", "name": "Export sources by ID", "originalRequest": { "url": { @@ -175627,7 +175627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e6037b5-b483-4c09-b7d6-ef2efc9d321c", + "id": "8f4c5d72-9bfe-419e-9af7-3112dfc27c2d", "name": "Export transforms by name", "originalRequest": { "url": { @@ -175684,7 +175684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "905ee6f6-5cca-4e06-af80-f585ca0e1ddf", + "id": "08bf6a85-7139-482f-98e2-ce29a1574f92", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -175741,7 +175741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e73936d5-cc33-49a5-b29d-97dd93268d66", + "id": "5c999dfb-4944-42b2-9887-9e97c6692ec9", "name": "Export sources by ID", "originalRequest": { "url": { @@ -175798,7 +175798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54706d12-f86e-46af-a132-ca2066969b9a", + "id": "e484f02e-3c78-482b-9d58-38c1b7fb9fc1", "name": "Export transforms by name", "originalRequest": { "url": { @@ -175855,7 +175855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c95f73f-fe1c-49ad-93d2-c2b1be393a73", + "id": "4d6b6f18-96c2-46c3-aa5a-71cbccc81114", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -175912,7 +175912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d49be4e-9c83-4e94-a6c9-43507a71af32", + "id": "b49c99ba-37c8-4bcf-ac1a-d583dd6fd13a", "name": "Export transforms by name", "originalRequest": { "url": { @@ -175969,7 +175969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9b25fa1-37d2-454b-88b6-34bbc20fe73d", + "id": "44751bf0-2576-4025-b988-210235c8ec5c", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -176026,7 +176026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3a82f2a-b72c-4c5b-9174-beb09ce3a284", + "id": "bd5e11c3-0bab-4302-a554-e4f846d209fc", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -176083,7 +176083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6db7f244-6f41-4d6c-a326-afaefa8f63b5", + "id": "934d6cc1-3902-4916-ba0c-3dee92ecc543", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -176140,7 +176140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "803ef5f5-9d38-43bc-8d87-8dfb600695cc", + "id": "ee2ae961-c76d-4f92-906e-7759ce7f82b1", "name": "Export all objects available", "originalRequest": { "url": { @@ -176197,7 +176197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1822cf49-db73-4628-a0d9-527f48660feb", + "id": "dd572aa8-a541-43af-b515-ee76d51c6ad5", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -176260,7 +176260,7 @@ } }, { - "id": "6c0f71e6-3d65-4b3e-99a4-78709c7ace8a", + "id": "994ba002-970e-433c-9b05-b1ca9fb629b0", "name": "Get export job status", "request": { "name": "Get export job status", @@ -176302,7 +176302,7 @@ }, "response": [ { - "id": "28ae623d-0044-4c6e-9757-b0109db82acc", + "id": "0d3b115c-3ad7-4b9e-b8a0-af2213e58fb6", "name": "Export job status successfully returned.", "originalRequest": { "url": { @@ -176347,7 +176347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "709d041e-cad5-4e14-9dae-ad9a087a9009", + "id": "e3cd7753-0824-4570-983e-6b162460adc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176392,7 +176392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68d04dfb-b921-45f9-8569-15dffc0f750b", + "id": "440027b8-e351-4bc7-ab95-ce2a6c8ddb80", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176437,7 +176437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e79d776-d56b-4b98-9d0e-3fe5b36c69aa", + "id": "8c91b68e-7df7-42a7-9f22-e9977e05af6e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176482,7 +176482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "055ca716-a9be-4114-859e-4eacaa0a9c6f", + "id": "0119b3ba-25de-41b3-a03f-c631a38e6956", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -176527,7 +176527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5abdaab4-77a6-4151-94b0-ab393d810508", + "id": "1ece2be9-edb6-4e50-86dd-d0305ca53c66", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176572,7 +176572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e15e706a-e223-41e3-a089-8f23c539cefd", + "id": "521bd8e8-792b-405c-9035-8f598860fd66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176623,7 +176623,7 @@ } }, { - "id": "a0f4ed62-20df-44ed-b535-24ec4b75b4d9", + "id": "d4ecfd84-60af-4631-9bd6-a2d85cae3303", "name": "Download export job result.", "request": { "name": "Download export job result.", @@ -176666,7 +176666,7 @@ }, "response": [ { - "id": "8586297c-6aed-43b8-b8da-cd19b0946d7f", + "id": "60fa5d6d-0a34-4a57-878e-82193d56a5e8", "name": "Exported JSON objects.", "originalRequest": { "url": { @@ -176707,12 +176707,12 @@ "value": "application/json" } ], - "body": "{\n \"version\": 1,\n \"timestamp\": \"2021-05-11T22:23:16Z\",\n \"tenant\": \"sample-tenant\",\n \"description\": \"Export Job 1 Test\",\n \"options\": {\n \"excludeTypes\": [\n \"SOURCE\",\n \"SOURCE\"\n ],\n \"includeTypes\": [\n \"TRIGGER_SUBSCRIPTION\",\n \"TRIGGER_SUBSCRIPTION\"\n ],\n \"objectOptions\": {\n \"TRIGGER_SUBSCRIPTION\": {\n \"includedIds\": [\n \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n ],\n \"includedNames\": [\n \"Test 2\"\n ]\n }\n }\n },\n \"objects\": [\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"sit2\": -51815754\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"adipisicingeb\": \"exercitation\"\n }\n }\n ]\n}", + "body": "{\n \"version\": 1,\n \"timestamp\": \"2021-05-11T22:23:16Z\",\n \"tenant\": \"sample-tenant\",\n \"description\": \"Export Job 1 Test\",\n \"options\": {\n \"excludeTypes\": [\n \"SOURCE\",\n \"SOURCE\"\n ],\n \"includeTypes\": [\n \"TRIGGER_SUBSCRIPTION\",\n \"TRIGGER_SUBSCRIPTION\"\n ],\n \"objectOptions\": {\n \"TRIGGER_SUBSCRIPTION\": {\n \"includedIds\": [\n \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n ],\n \"includedNames\": [\n \"Test 2\"\n ]\n }\n }\n },\n \"objects\": [\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"magna40\": -6510408.496597946\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"adipisicing_8\": false,\n \"commodo_a5c\": 74912828.13531438,\n \"culpa47\": -91695472.77200532,\n \"mollit_90\": 65841782\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "77cc394c-39b4-49f8-b597-ec93069e3bea", + "id": "9e63608c-a5bc-43ea-902c-5dd2d54414fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176758,7 +176758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99bf158a-eaf2-482d-bc77-8f1f1ca6d134", + "id": "eb899893-1fec-487f-8cc8-d3a13a86758c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176804,7 +176804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "630072f2-ccdc-44c4-b32a-710b024789e5", + "id": "a939e727-995d-47f5-b166-e09823ecd4ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176850,7 +176850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a486e305-e68b-41d3-b08e-4e5b0b16dc78", + "id": "15aacaad-33ed-4c97-b6fb-237f0e6756a8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -176896,7 +176896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64c7b3c3-4cba-453f-b655-3423e9d98885", + "id": "8551de16-e888-4433-bbdd-eac9901ae677", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176942,7 +176942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1ac3968-2d3f-4112-ac26-8d944e52b03b", + "id": "2982b2ad-9361-4df3-a0dc-16642e985f1f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176994,7 +176994,7 @@ } }, { - "id": "15457f35-6e0a-43ab-afac-2c3b4a2b05b5", + "id": "91ba1c85-89d2-4069-b8be-4ebadf3b49f6", "name": "Initiates configuration objects import job", "request": { "name": "Initiates configuration objects import job", @@ -177043,7 +177043,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore", + "value": "dolor dolor sint tempor", "type": "text" }, { @@ -177060,7 +177060,7 @@ }, "response": [ { - "id": "13aaf62a-6a6b-4010-8fa2-327da26c595f", + "id": "bcc7de8e-8dd3-4b36-b0e9-958be011eac0", "name": "Import job accepted and queued for processing.", "originalRequest": { "url": { @@ -177112,7 +177112,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore", + "value": "dolor dolor sint tempor", "type": "text" }, { @@ -177140,7 +177140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9266bf6-db3b-4dd0-bc27-f10dcc254529", + "id": "df78fe63-36f7-497f-8656-8b0443cc1d58", "name": "Client Error - Returned if the request body is invalid.\n", "originalRequest": { "url": { @@ -177192,7 +177192,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore", + "value": "dolor dolor sint tempor", "type": "text" }, { @@ -177220,7 +177220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2989cee8-b3c9-4f1b-b744-7998dc26df8d", + "id": "0f09a6d4-d3cd-47be-b924-2033eb714295", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177272,7 +177272,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore", + "value": "dolor dolor sint tempor", "type": "text" }, { @@ -177300,7 +177300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e3d5a2c-154a-488b-9e7a-11b6afc0a5df", + "id": "71ac10d6-0fe0-45b6-a0d9-a1857835cc47", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177352,7 +177352,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore", + "value": "dolor dolor sint tempor", "type": "text" }, { @@ -177380,7 +177380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5cd5a6e-bb42-4692-8918-b1715e57dd6f", + "id": "85e77354-0eed-4589-aced-afe205f12c00", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -177432,7 +177432,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore", + "value": "dolor dolor sint tempor", "type": "text" }, { @@ -177460,7 +177460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02787769-32be-4de8-8fc6-1c851625f4d3", + "id": "5d1555ad-238d-4a0a-bc9c-fefeb31b6a4c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177512,7 +177512,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore", + "value": "dolor dolor sint tempor", "type": "text" }, { @@ -177540,7 +177540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37476e4f-bc50-46a6-ad6b-e18c58619fd2", + "id": "2c95afd6-a9ad-4287-bf7e-eca32ddcae24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177592,7 +177592,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore", + "value": "dolor dolor sint tempor", "type": "text" }, { @@ -177626,7 +177626,7 @@ } }, { - "id": "416e83e9-cbf3-4df3-9018-f451fbfb00d8", + "id": "9c9792ae-4c53-4c7b-ae2d-fb5777dfd5fa", "name": "Get import job status", "request": { "name": "Get import job status", @@ -177668,7 +177668,7 @@ }, "response": [ { - "id": "073d4c28-5ebd-4248-8901-8fd58ccc6a28", + "id": "f1038aa8-8f54-4d4d-bb6c-d695003446d7", "name": "Import job status successfully returned.", "originalRequest": { "url": { @@ -177713,7 +177713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "609c74cb-b95f-482b-8b28-99df68107a6b", + "id": "b35651cb-d750-4f3f-9e4f-5280ccaa689b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177758,7 +177758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee66a239-2859-4b5f-8154-0fe1e19922ef", + "id": "d88cb1d5-6bef-41a5-8de6-1f752dd00f0b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177803,7 +177803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf78680a-c708-456e-a40c-05bf4ef33b29", + "id": "771e26a2-aac1-4f4a-ab7a-87eb03b84ae2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177848,7 +177848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4198c92c-ece5-48c7-bf00-74a7a195ec7a", + "id": "393a3e4d-ff31-4aca-a79d-232da1537975", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -177893,7 +177893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2db7821-6375-45c1-afeb-17242f06a4a5", + "id": "9304100b-3707-4f6f-955d-8c68448015a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177938,7 +177938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53b7ffaf-b809-46a6-9e7a-1042259918c8", + "id": "3120bb6f-7647-4b22-b3ba-18c9be4165af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177989,7 +177989,7 @@ } }, { - "id": "b8471c21-59aa-4c51-9dce-33ec4ccf1844", + "id": "25ee9718-1b5b-47db-9b07-9797156ca212", "name": "Download import job result", "request": { "name": "Download import job result", @@ -178032,7 +178032,7 @@ }, "response": [ { - "id": "ce561784-922b-4ef5-9a44-3180a9103a68", + "id": "90dcb53f-720e-41c9-8778-f41614d11ff4", "name": "Import results JSON object, containing detailed results of the import operation.", "originalRequest": { "url": { @@ -178073,12 +178073,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": {\n \"non8\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"Ut_68\": {},\n \"enim2c\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"amet_710\": {},\n \"cupidatat5a_\": {},\n \"do_07\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"mollit_99\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"occaecat_c9\": {},\n \"ea0a\": {},\n \"aute_c\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"Lorem_b\": {},\n \"in_6\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"nisid\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n },\n \"Duisa\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"exercitation21\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"reprehenderit_3\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"non_9\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"Ut1f\": {},\n \"et6a9\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"enim_f\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"dolore_a\": {},\n \"nisi_02\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n }\n },\n \"exportJobId\": \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n}", + "body": "{\n \"results\": {\n \"eu29d\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"laborume7\": {},\n \"esse3aa\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"nostrud__\": {},\n \"nostrud_f\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"ade_\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"estfd\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"et9f_\": {},\n \"nulla_5\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"qui_8\": {},\n \"exercitation_a\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n },\n \"consequat_9\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"aliqua_a\": {},\n \"in__\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"dob6\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"labore3d_\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"elit5\": {},\n \"ea_87\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"indc\": {},\n \"in_b\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"do_3da\": {},\n \"ut8\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n },\n \"laborume92\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"officia01d\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"laboris8be\": {},\n \"nulla442\": {},\n \"laboris0b\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"cillum_f\": {},\n \"Excepteur_b\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"reprehenderit_\": {},\n \"sit_1f\": {},\n \"ex_4_\": {},\n \"enim_2\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"autec9b\": {},\n \"ullamco__7e\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"sunt_09\": {},\n \"proident783\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n }\n },\n \"exportJobId\": \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "efdfab24-07ca-400b-8cd4-722d0c13c524", + "id": "6eee47c7-2e46-45d8-801d-f78906db4c21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178124,7 +178124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae79d60-7e6c-4ae3-b215-294c0220450e", + "id": "ba85493a-39ce-448e-bcee-57b37bdedae3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178170,7 +178170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26b56c04-4717-457a-b8dc-9edbfcb9bcf4", + "id": "f502e16b-6854-4ca7-93a9-d11e4fbc9452", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178216,7 +178216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "337b5f1a-6887-4010-acae-ed2a787be12d", + "id": "7210bdd9-1ac7-42ff-a499-aa4d27ca9cfe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -178262,7 +178262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1e43ac1-f1da-4eca-845d-0bf0b74abea7", + "id": "494b08b3-42e5-4b5d-9861-48ddb5cbe81f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178308,7 +178308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "884029e9-9f29-416d-a3f6-88b888b75baf", + "id": "95c13e8f-3636-41f1-8dcb-f0fc164d7037", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178360,7 +178360,7 @@ } }, { - "id": "b6f33819-46d8-41d8-96f6-54845eb2a6c5", + "id": "ea3ccb38-901a-4be7-b557-4e7f8db99172", "name": "Get config object details", "request": { "name": "Get config object details", @@ -178390,7 +178390,7 @@ }, "response": [ { - "id": "70855bef-ab93-4903-81fb-eecdb3755c70", + "id": "c5adfea4-531b-4f93-beef-bed3d9b87691", "name": "Object configurations returned successfully.", "originalRequest": { "url": { @@ -178434,7 +178434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07370b90-c537-48c8-a25d-b0e7888477a6", + "id": "83cc56b7-0251-4067-a949-5604aa7f14ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178478,7 +178478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65021f83-076b-455e-b8dd-ef8762d7be1f", + "id": "acd04a52-bd1f-4d60-91c3-b50715d44fb5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178522,7 +178522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ce50ec7-6ab8-465d-8e15-ecada24ca0d6", + "id": "83e7bca9-87c9-4fd6-a7b7-bd4af0710491", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178566,7 +178566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eb8f011-80af-42e7-89e6-58c92301e449", + "id": "e0c12ceb-e785-4d22-855f-71b2872efb75", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -178610,7 +178610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b45e1db-e433-434c-bef0-e5e7a660961a", + "id": "bc329df1-4ea5-4a3d-aec2-a050f925af53", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178654,7 +178654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcde8606-3767-4358-9067-2fb3d62e9fc4", + "id": "46709e8c-e075-4f91-89be-fc48bd6f2c82", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178710,7 +178710,7 @@ "description": "Use this API to implement object tagging functionality. \nWith object tagging functionality in place, any user in an organization can use tags as a way to group objects together and find them more quickly when the user searches IdentityNow. \n\nIn IdentityNow, users can search their tenants for information and add tags objects they find.\nTagging an object provides users with a way of grouping objects together and makes it easier to find these objects in the future. \n\nFor example, if a user is searching for an entitlement that grants a risky level of access to Active Directory, it's possible that the user may have to search through hundreds of entitlements to find the correct one. \nOnce the user finds that entitlement, the user can add a tag to the entitlement, \"AD_RISKY\" to make it easier to find the entitlement again.\nThe user can add the same tag to multiple objects the user wants to group together for an easy future search, and the user can also do so in bulk.\nWhen the user wants to find that tagged entitlement again, the user can search for \"tags:AD_RISKY\" to find all objects with that tag. \n\nWith the API, you can tag even more different object types than you can in IdentityNow (access profiles, entitlements, identities, and roles). \nYou can use the API to tag all these objects:\n\n- Access profiles \n\n- Applications \n\n- Certification campaigns\n\n- Entitlements\n\n- Identities \n\n- Roles \n\n- SOD (separation of duties) policies\n\n- Sources \n\nYou can also use the API to directly find, create, and manage tagged objects without using search queries. \n\nThere are limits to tags: \n\n- You can have up to 500 different tags in your tenant.\n\n- You can apply up to 30 tags to one object. \n\n- You can have up to 10,000 tag associations, pairings of 1 tag to 1 object, in your tenant. \n\nBecause of these limits, it is recommended that you work with your governance experts and security teams to establish a list of tags that are most expressive of governance objects and access managed by IdentityNow. \n\nThese are the types of information often expressed in tags: \n\n- Affected departments\n\n- Compliance and regulatory categories \n\n- Remediation urgency levels \n\n- Risk levels \n\nRefer to [Tagging Items in Search](https://documentation.sailpoint.com/saas/help/search/index.html?h=tags#tagging-items-in-search) for more information about tagging objects in IdentityNow. \n", "item": [ { - "id": "851a37c1-1cf9-4f9d-8e85-81b3864b4e19", + "id": "5efeaa7d-90ce-4a5d-a677-110af08c8edc", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -178776,7 +178776,7 @@ }, "response": [ { - "id": "8e1711eb-9f80-429c-8923-488e378a4f9e", + "id": "a7ce4f6f-10c9-41b7-8a26-09f5b32ddcb4", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -178856,7 +178856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16ce8ade-4a52-4df1-97cc-3e71274b2089", + "id": "0d32f8db-4e07-44cc-8967-098c7cf5e02f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178936,7 +178936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b9eb52f-5fa0-432b-aa65-1673361037fd", + "id": "84cd3a7d-d4b6-41a2-8936-1143a24903ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179016,7 +179016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d76c54fa-f146-4168-98fa-4960e9fbc601", + "id": "9da55830-8baf-4203-ab2a-984adc7c64de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179096,7 +179096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8dd1041-557c-4a96-b60d-edd14c4e2f66", + "id": "8bea4825-bed6-47be-9660-bd11794f3a13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179176,7 +179176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa418357-de89-4a11-bbb0-331d7f59f7f4", + "id": "d4a7a4c8-d9c7-4e31-834b-b303814ef593", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179262,7 +179262,7 @@ } }, { - "id": "1ae2c78e-205d-4dc7-b8bf-8d60d0441522", + "id": "5da18723-ebf3-4f6a-b6da-160f3d77f26a", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -179304,7 +179304,7 @@ }, "response": [ { - "id": "2e092679-fc57-4d24-9d7f-bf695fbda176", + "id": "38ce2b64-2870-4a5d-8758-8dd6db47644b", "name": "Created.", "originalRequest": { "url": { @@ -179350,7 +179350,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d7aa0686-15b0-40c1-a92e-7ad559cc3754", + "id": "34a5bcbd-38c9-4b47-b6bb-1a3ae6fa99bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179406,7 +179406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93080653-ec4c-425c-ac24-4f9e5a679b42", + "id": "44fe3d21-10fa-4b35-949b-d0aa892328f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179462,7 +179462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54eea2bf-0c41-4692-b03e-3fa5b397a5de", + "id": "8fe1938f-4ac4-4fd3-98ea-6f6fa6a7e78e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179518,7 +179518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc173af2-f229-4f57-bf4d-00a316285ccc", + "id": "21ab329e-af1c-41c2-af42-587e05f78bc4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179574,7 +179574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a83a1ae-f555-405c-96f6-12ae791462db", + "id": "4987d580-f095-4762-8421-189f454308f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179636,7 +179636,7 @@ } }, { - "id": "d308582d-71d5-4e59-8c03-3050efebabd9", + "id": "b086d3c8-bf02-48fd-a912-c4c76e1c6094", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -179714,7 +179714,7 @@ }, "response": [ { - "id": "6df62758-22d5-489c-bf1d-eed5ea83615f", + "id": "a5ab5fdf-5779-4a59-92ce-0f4bff9a047f", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -179795,7 +179795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad286162-6bce-41d9-a96e-6c3b21b8f449", + "id": "697972fc-8d32-4da4-9b25-f20afb38713c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179876,7 +179876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a806339-ed6a-4287-a186-3fd1fe5e1a14", + "id": "2e0ab61c-e2ca-46e1-9547-7e9a317e56ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179957,7 +179957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87d3a3be-585d-4e93-b40c-2bb2307a948e", + "id": "155e87aa-43fd-4fd2-b6e4-ec215d07d664", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180038,7 +180038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7753bfe3-9a9b-4292-801e-13d17a103350", + "id": "dac97c00-09fd-4ea1-89d5-02cb588f7947", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180119,7 +180119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7501cde-7ad6-4999-9e95-b8ce5108871d", + "id": "251e6b32-6b1c-481b-96e4-f9eaee514d3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180206,7 +180206,7 @@ } }, { - "id": "908de6c5-0787-4ffd-83ad-126700aefd7e", + "id": "98859205-8de8-4288-8ffe-a0fcda44bc19", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -180258,7 +180258,7 @@ }, "response": [ { - "id": "d2966c98-66ce-4ece-abce-db26bddf317e", + "id": "132aac1f-42a3-4509-b63d-a30fcf8ff5e8", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -180303,7 +180303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "192565a7-53d9-409c-86b6-4d6f0133b944", + "id": "5a3eadf8-bfc1-4f0a-af84-53d662a93213", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180348,7 +180348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46f8e0dd-b5ef-4645-8dbb-e350a77db5e2", + "id": "9f5afd71-2bc8-4d34-b561-92156cd564fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180393,7 +180393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7246dba1-7b61-467a-ac04-06657018ffd9", + "id": "5b2db7f6-7f26-49b0-a335-83034485a007", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180438,7 +180438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df9c8934-e789-4d35-ad44-892a29f81626", + "id": "8567171b-d52a-48d9-93a8-3447265ecab7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180483,7 +180483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0161e4a1-df89-4efd-b3f6-96190d6388da", + "id": "e733d1df-5ecb-4eee-b792-24b7fddc2e51", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180534,7 +180534,7 @@ } }, { - "id": "b62a8abc-6ec4-452b-a46b-c6db1a5d18d0", + "id": "357b8957-5f03-4167-acd8-9eb33ac83927", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -180599,7 +180599,7 @@ }, "response": [ { - "id": "74f57d13-ec08-4e33-800f-a3901ca4c8c5", + "id": "dd619d6f-538d-4795-9279-5d62d591f92b", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -180657,7 +180657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c055b42-2de3-4d1c-8895-8761a1f63a4b", + "id": "633d4921-7ded-44c8-bd2e-d9b703275bce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180715,7 +180715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1df28a12-66f8-4c96-825d-3b3981fc83b6", + "id": "4a936aec-aee3-47a9-980c-dff7fdb80fed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180773,7 +180773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e72a7ea-533d-435e-a680-18c11379c7c5", + "id": "c9c4fee9-e1e6-4178-bc5a-60d164c964f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180831,7 +180831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1074e4c9-a89e-49cd-b07a-bda61466ce1b", + "id": "8a3e7f24-cb7e-4ee2-97f3-dd618f8d1cfd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180889,7 +180889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54d40018-2df7-46b4-8733-2ac5b53d24aa", + "id": "85feabd6-0747-409f-8b78-03187a1a530c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180953,7 +180953,7 @@ } }, { - "id": "172440a7-b726-4d40-b626-752ac85429d2", + "id": "a7da725e-c325-4c75-b09f-b6f6a3c549cb", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -181005,7 +181005,7 @@ }, "response": [ { - "id": "27fd6655-e58b-4a91-ab0f-9ccebdc49938", + "id": "9989e20a-bedc-46ac-a242-27609389bdca", "name": "No content.", "originalRequest": { "url": { @@ -181040,7 +181040,7 @@ "_postman_previewlanguage": "text" }, { - "id": "582aadee-4234-4f66-9317-dd80792751a7", + "id": "87caa353-1c6d-404e-b2d4-f9d4fadb6765", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181085,7 +181085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb68a015-774b-438a-b2f8-e61f9be72fcc", + "id": "c60ba2f7-0fc3-4852-aa35-25e93d9d864e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181130,7 +181130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "904de60a-4ed9-42e2-bc17-2382f1d3e04e", + "id": "d147ce44-3327-41f0-b664-027335be4996", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181175,7 +181175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6530227f-b234-4bc9-a960-4f3f988b5318", + "id": "171b454d-ab59-4a2c-92b5-6fbe6ee10d2b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181220,7 +181220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01800546-3d3c-4d01-b31f-d9e93905242c", + "id": "388463f2-437b-4e85-ae57-b39d8e670ea3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181271,7 +181271,7 @@ } }, { - "id": "5e1fbce7-1f6f-4325-b9b9-a722709992e3", + "id": "ba95c831-267b-49dd-82cd-86f80a01a03e", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -181314,7 +181314,7 @@ }, "response": [ { - "id": "89833477-3074-49a6-9894-448187c3d5d1", + "id": "d7bda7ac-42a1-4fd5-ace5-baa8b7fdb804", "name": "Request succeeded.", "originalRequest": { "url": { @@ -181371,7 +181371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dfe263a-a5e5-4db8-8073-14e270570c27", + "id": "159815a2-2338-439c-8b9e-3fc85c1a88e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181428,7 +181428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "910764cd-f16b-4ccd-ac55-80d7024a4b8d", + "id": "8790dd77-dd1f-48d8-af84-83e7fa06c42c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181485,7 +181485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65397531-7101-47fb-94f5-72d843aeb81e", + "id": "4628259b-6783-432f-8a1a-b8b8a02cabd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181542,7 +181542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1b46dce-df38-489d-a19c-97538edd10fb", + "id": "9b50f1b8-2831-4364-90d9-c9fe81cd5cc6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181599,7 +181599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41bbd856-0f24-49fc-95a8-e9a2709a9786", + "id": "dc06f4b8-ed79-44ca-8e72-fa4bec538582", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181662,7 +181662,7 @@ } }, { - "id": "ccc18f2a-6d20-4c07-a890-9a6ce94f5d24", + "id": "c796a3a3-9ea4-4128-96ea-bf9f88848768", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -181705,7 +181705,7 @@ }, "response": [ { - "id": "7ad109ba-f901-4e7c-8e6b-cdd810dd4b6e", + "id": "21a7ed19-df1d-4837-81ff-e4c99d9acb72", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -181752,7 +181752,7 @@ "_postman_previewlanguage": "text" }, { - "id": "081acfb9-a8f5-4899-be52-fe9dcdf399e6", + "id": "ecf44c68-8951-46a7-9e19-4a06ba90cb01", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181809,7 +181809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ff77f25-e3df-4228-85c0-ec84378071ab", + "id": "c2c6c0f8-0c97-4bd1-8d6e-704e1698acf4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181866,7 +181866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca1215a5-2f9b-425b-b8a4-96ac3ddf948c", + "id": "4f5cd4d0-1ec6-4a16-bb33-243302dc4dc9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181923,7 +181923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "637c8536-28cf-434d-8190-ae849e559d96", + "id": "8ce03621-c01b-4692-801c-917464ccf4aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181980,7 +181980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22204cd9-75fe-473e-855e-b6aea06df32f", + "id": "9efc987f-d1b1-4798-8e05-d5d9534a91c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182049,7 +182049,7 @@ "description": "", "item": [ { - "id": "6dd7a262-2024-4e54-90cf-6f6494577e72", + "id": "57d7fa25-8958-4e48-8654-7f16927da5a6", "name": "Get task status by ID.", "request": { "name": "Get task status by ID.", @@ -182090,7 +182090,7 @@ }, "response": [ { - "id": "7840dfab-2cab-4d59-9e5c-31ac3e20272b", + "id": "4e857070-fe51-4061-88f2-7bc9d6c505a2", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -182134,7 +182134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dda7ec34-0b26-4821-a009-c70b70ddce6b", + "id": "0697ddfb-abda-4c2c-bcef-6e40c1ec5826", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182178,7 +182178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "531e9493-3cb8-430b-a5ec-899cc0e799e0", + "id": "24177d5b-6499-4674-b9f6-46d9999584f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182222,7 +182222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fe54932-0626-4d59-8ee8-5eef1bb65705", + "id": "e000f62e-bb79-458e-803d-36fa673bf456", "name": "Forbidden, generally due to a lack of security rights", "originalRequest": { "url": { @@ -182256,7 +182256,7 @@ "_postman_previewlanguage": "text" }, { - "id": "81e76dad-ec44-4066-bd9f-fa49c32e62b3", + "id": "37eb9c7b-f2b4-4c7c-ab2a-b5b41d61e88d", "name": "TaskStatus with the given id was not found.", "originalRequest": { "url": { @@ -182290,7 +182290,7 @@ "_postman_previewlanguage": "text" }, { - "id": "81215795-448a-46e0-b07b-20218ad49745", + "id": "dfc750d5-ef8e-43b7-a857-cb6b95f8db27", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182334,7 +182334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9455cd07-1a14-460f-bad7-42f92bbb5a11", + "id": "e140a669-a99f-4b6f-93a8-d7e890c4b46d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182384,7 +182384,7 @@ } }, { - "id": "928f4d55-e1e1-40ca-82bb-fdc1c1e090ef", + "id": "1c834d87-a78b-48f4-8366-92f07379e710", "name": "Update task status by ID", "request": { "name": "Update task status by ID", @@ -182438,7 +182438,7 @@ }, "response": [ { - "id": "d60621e8-7e1e-4ec9-a8f5-23686c628dff", + "id": "d06330c8-6bf7-46a8-87ff-299c35344845", "name": "Responds with the updated TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -182495,7 +182495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6285bdb8-0fa1-4b3e-ad50-47452a842fbd", + "id": "9b96520c-b9db-42ad-be6b-9f5a764f17f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182552,7 +182552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "626562f3-3e94-40da-83a6-aec7a98a8b1e", + "id": "a96d689d-f564-4bec-b35f-0c7cfc1d422b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182609,7 +182609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "323d6f15-d544-4448-8136-ee46a1dfc11a", + "id": "92be61f2-4077-4511-9e31-c03143f37fe3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182666,7 +182666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d84b338d-7ebb-4d67-8887-116df149de39", + "id": "ac5afc04-43a6-4d55-b946-cbd586ca280c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182723,7 +182723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beae9938-e4c3-444b-9c46-6170f43fcf08", + "id": "b111a1d7-e069-46f1-93d0-1e49ef42cf44", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182780,7 +182780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb169e9a-383b-4b3b-833a-a1c99c9d4d9d", + "id": "caa13dec-2a53-4f24-a23c-40a340853f74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182843,7 +182843,7 @@ } }, { - "id": "95ad91fb-a3fb-4fa3-8c91-fd5e1455a457", + "id": "d5ef128c-4c54-4969-8835-26dfd9e4fb59", "name": "Retrieve a task status list.", "request": { "name": "Retrieve a task status list.", @@ -182918,7 +182918,7 @@ }, "response": [ { - "id": "6ebe9eb0-04c8-4d66-b943-e11ae2de07e6", + "id": "98f9c619-d729-4566-9d12-46c01e4cf33a", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -183007,7 +183007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ea65638-fc26-4ba3-bb8d-25c5d39f6a9f", + "id": "ec3cecc6-90d7-4aba-b961-3417030e4d30", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183096,7 +183096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aa8148c-d983-41b4-b504-38624fcd0760", + "id": "b70f6f07-153a-46b5-8728-53c63067381a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183185,7 +183185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a14241d-ce21-424d-9ddc-fccf91af35b4", + "id": "02bf42f4-8cf6-4569-8bbe-ce83f13e4f83", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183274,7 +183274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eda089ce-62ab-4ab0-a7a7-52b2127c9a04", + "id": "9030b8b3-e4f3-4f21-a4b5-4a24855b8676", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183363,7 +183363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af54d930-a409-47f3-aac8-2c4a34d03d4a", + "id": "f72b0278-249d-4dd7-8887-8b84ea1cf818", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183452,7 +183452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6005cfc-d0c5-4b07-83a7-eba60de51f8f", + "id": "106b1fa5-a726-43bf-88db-d74c15e8779d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183547,7 +183547,7 @@ } }, { - "id": "df6c45e9-c968-4211-995e-812b7f736c07", + "id": "9bb39310-ea4c-4088-89d0-5829b7e24949", "name": "Retrieve a pending task list.", "request": { "name": "Retrieve a pending task list.", @@ -183605,7 +183605,7 @@ }, "response": [ { - "id": "729a9baf-a858-4820-8751-02ae194d083f", + "id": "6a9b33d6-8bb4-4cbc-a488-623a977a25e7", "name": "Responds with a list of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -183677,7 +183677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95105e56-09fa-49a4-97d0-a68a1c519397", + "id": "913e6cd8-9d4e-4707-89d4-9b7ec9136f3d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -183739,7 +183739,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2e7d9a37-6572-4185-a727-00c44223cc72", + "id": "55afd2dd-efe9-43e1-92e6-de3b3d648b76", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183811,7 +183811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "133c9e78-087d-4371-bd4f-8f46323591e7", + "id": "e8e242fb-8d41-454b-a0d6-a6a0a8d6ab3a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183889,7 +183889,7 @@ } }, { - "id": "18fbba7b-ed8a-4f47-ad3b-f1c19eb1bb64", + "id": "0bcbc365-cfe2-4afe-b5be-c62a74ad7d9d", "name": "Retrieve headers only for pending task list.", "request": { "name": "Retrieve headers only for pending task list.", @@ -183947,7 +183947,7 @@ }, "response": [ { - "id": "117ba363-a2ee-4d23-8594-60433676b448", + "id": "6faf3336-f09a-4696-9be0-29c887e8ef28", "name": "Responds with headers for List of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -184009,7 +184009,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9aeb47df-6724-49bc-ada7-ce6b4cf979f3", + "id": "141ce478-2972-4f7b-8227-db1930b8ede6", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -184071,7 +184071,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3c087616-2eb8-4748-bd13-a0aa5619bdb4", + "id": "8594af5f-02ad-4bbb-aecb-829ff21f61bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184143,7 +184143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c41137d-9a6b-4022-a751-071645330c0e", + "id": "8b35b674-8214-4940-8393-552344a6ba51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184227,7 +184227,7 @@ "description": "API for reading tenant details.", "item": [ { - "id": "97f7c9f3-f857-4eae-8118-5efe6530a433", + "id": "e4a3e34f-cac7-4747-aeae-5684471d8423", "name": "Get Tenant Information.", "request": { "name": "Get Tenant Information.", @@ -184256,7 +184256,7 @@ }, "response": [ { - "id": "5134c9b0-b30b-47e2-903a-d9273e200653", + "id": "5dc6d5dd-a570-485c-8d0a-60fb2fedc651", "name": "Tenant Info", "originalRequest": { "url": { @@ -184299,7 +184299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14ae5b61-386a-49c5-b0b4-3cf6d2084f0b", + "id": "8625b917-6737-4425-abb5-dd48a646ef13", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184342,7 +184342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8dba32b-6ed8-4c4b-98b7-16191dbfdc3a", + "id": "c1a1afdc-c9eb-4021-98e0-dd5698cb5ed6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184385,7 +184385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94a27235-1a69-4122-ab0b-7fc8f6014016", + "id": "f8e1f8de-9c9d-4a35-ae62-8d86d3ef7ff9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184428,7 +184428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91e7e425-3215-499f-bf0b-6d92b600eb9e", + "id": "3bbe9cbc-43dc-4a3a-a69f-8ecbc120bc45", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -184471,7 +184471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11919c78-660e-4443-8265-a62270ad506e", + "id": "a8ae5186-8ef0-4789-bc70-f646c9d94b3e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184514,7 +184514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15bf2e29-1caa-46e9-981e-7d9cdb8032b3", + "id": "b1c8b372-629e-4911-bc10-d752d23c2c39", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184569,7 +184569,7 @@ "description": "Operations for creating, managing, and deleting transforms", "item": [ { - "id": "5f8a9738-86d4-4b1b-b1ae-9c8dfeb5f541", + "id": "07e48a3a-3219-4cc0-9367-218ace11a562", "name": "List transforms", "request": { "name": "List transforms", @@ -184644,7 +184644,7 @@ }, "response": [ { - "id": "7ab032dd-c78c-4598-aece-4dcc4d48233c", + "id": "4eef9d41-ec49-4e67-81cd-b3eaaf8f9525", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -184733,7 +184733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "570ee633-28fc-46a6-b856-8fcf20b756e3", + "id": "a908a75e-d9cc-477a-b757-45e3db7535dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184822,7 +184822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6caac6db-f3d5-4826-8961-55e788be30cb", + "id": "aa6f87bf-37b2-494e-a789-52a18df526d4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184911,7 +184911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c04968c9-eb0e-4530-baa3-87bc016ef10a", + "id": "a9d67597-55b8-4dc4-a815-dff3964e1440", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185000,7 +185000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "794d395d-c9d3-4b1a-b308-ee1f019175c4", + "id": "8ea523fc-4f0b-4125-89ae-d71923810e3b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -185089,7 +185089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36039f9a-ae9f-421b-8376-e69e4cf2e8a3", + "id": "9663426f-af64-410a-b74b-d469912e9c24", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185178,7 +185178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee175aaf-829b-4131-aa4a-82d7f154cf66", + "id": "3c8a1d31-b46a-4212-835c-1ae760eae85a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185273,7 +185273,7 @@ } }, { - "id": "ee16524f-4bf7-4078-a094-901b03dc6baa", + "id": "95459c18-47d4-4797-bd7b-76d21f433b43", "name": "Create transform", "request": { "name": "Create transform", @@ -185315,7 +185315,7 @@ }, "response": [ { - "id": "b0a17e28-d7a5-479c-9932-252b7e81c746", + "id": "aaf912a9-88f9-42db-af88-0e65e2efa3f8", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -185371,7 +185371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be9ead4c-0f43-42e3-a690-45ae7c5ff0eb", + "id": "edffe434-fc78-4592-b37e-91e912d09097", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185427,7 +185427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d99614ad-9d9f-4b57-90b3-5d072af944a4", + "id": "5b785209-727c-48c0-afa3-e9d2e15ca3b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185483,7 +185483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1fd783f-44a3-49c6-ada3-4996b41e3348", + "id": "75609f09-d782-43f5-a648-350fbfa930ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185539,7 +185539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43da2102-4d32-45ed-b888-7a39c6472e54", + "id": "98876644-70c6-4eb3-86a9-10284b4a9d32", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -185595,7 +185595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a56fd10a-6fed-40db-bf05-84bbd56636b7", + "id": "73685458-7441-4af4-846b-0a905ebc49de", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185651,7 +185651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06393a7c-b7a0-49d3-8864-e71a4e37e48c", + "id": "044285ca-1fc8-4c7c-80ae-89ddcb39926b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185713,7 +185713,7 @@ } }, { - "id": "6e67d35b-890b-4599-bbae-7b8e6d74929d", + "id": "d1d8fc1f-4682-4719-86ee-1de624b8005d", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -185754,7 +185754,7 @@ }, "response": [ { - "id": "beb35d37-a124-4bc1-9e47-403e5f47538f", + "id": "64d67d12-ef7d-4677-b220-6657e97a67c4", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -185798,7 +185798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfcc5d49-0ed6-40e4-8ce9-6c9b73d7c705", + "id": "3546d98f-1d07-4fe9-bd37-703204315525", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185842,7 +185842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7d5de08-6546-483e-ab6a-02c713ad9a20", + "id": "53b031c8-27c9-49c8-94aa-a939b1d5893a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185886,7 +185886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d043bfa-79c7-46af-a3b6-216226892e7f", + "id": "7a88ac9e-b8a3-4a77-9649-3c02fca0ae4e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185930,7 +185930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "178a2fca-4422-4a09-9dc0-719b220ecfe7", + "id": "a5b4937c-a017-4833-be26-8f6ee683bc5c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -185974,7 +185974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8115a0d6-719a-4f6c-92c3-aab90dd79d0c", + "id": "30fc3a5b-d109-464d-9c9d-cadfed34d3ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186018,7 +186018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5d2c094-f501-4a13-9589-343d69769fea", + "id": "fe17556b-5278-4137-8fde-44a65dbc71b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186068,7 +186068,7 @@ } }, { - "id": "0d88f9bd-0ba1-41a4-a557-4c3a22e26ba6", + "id": "1ef88147-9e2d-4005-9efa-ca93b5410df1", "name": "Update a transform", "request": { "name": "Update a transform", @@ -186122,7 +186122,7 @@ }, "response": [ { - "id": "b951973a-0b52-4a6d-841d-d20decfe0a0f", + "id": "f8672125-7a79-4fb1-bab7-b8f19a50d7a7", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -186179,7 +186179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "228edf3f-0c53-4757-9a00-b594ce24f939", + "id": "4219dd88-2d7c-48db-a97a-c28a8f8b88c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186236,7 +186236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0d0df3e-d9f8-4c7c-98b3-0a28955b694d", + "id": "56216426-9e8f-427d-8efe-899d8cd617d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186293,7 +186293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a229743c-15f8-4c70-91f2-821d3d1d442b", + "id": "1edcb009-1e47-4362-b6f2-67d71aaad3b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186350,7 +186350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5dd1e74-2aa4-4b59-ad5b-ba43c91feb85", + "id": "24ede57d-d36c-4a43-b3a1-30bd8b2e561c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -186407,7 +186407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cef98bf-45f1-45ba-98a9-d15e07b7e492", + "id": "d8a02658-f753-40c7-a475-40cd920636a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186464,7 +186464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ca23007-f461-4939-aa4b-c4029e41c57c", + "id": "8ef1dc7d-f106-4a13-a648-d33aca77c875", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186527,7 +186527,7 @@ } }, { - "id": "b4a1f00b-d582-4271-a376-843b2b214a92", + "id": "9face749-041e-4583-8613-05929f799062", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -186568,7 +186568,7 @@ }, "response": [ { - "id": "1c296585-3a06-4d79-a977-07846e84e5e0", + "id": "a86162c0-c357-4e79-933f-a05c459b4c5e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -186602,7 +186602,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ed806817-a2d4-4ce9-8cf6-b13b59aacb4e", + "id": "1bc9b41b-dafd-4725-9bf8-b2f7ffd2baaf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186646,7 +186646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "839f5da9-3aa0-47dd-a19d-e4a58a0c4fbc", + "id": "0bb30b28-ac78-4a4e-9f12-65dc83d0f2d9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186690,7 +186690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53a30863-2feb-4839-a3a8-0a661804d279", + "id": "b6212c1e-cf5d-420a-b6c6-05e1320a1872", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186734,7 +186734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98d82532-dc31-4ce6-beba-826afac1e05a", + "id": "0ee01534-3c47-4d90-8588-6042cec5b37a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -186778,7 +186778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f81e21a6-2d7d-46d3-b7e2-49d9581d620c", + "id": "9363b9cb-2b76-438d-90fe-20a47083934e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186822,7 +186822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be21b7eb-5da5-4fa1-8cd6-8a920ebd3601", + "id": "5a0f4b32-7f45-44fe-ab73-31cbb9828829", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186878,7 +186878,7 @@ "description": "Event Triggers provide real-time updates to changes in IdentityNow so you can take action as soon as an event occurs, rather than poll an API endpoint for updates. IdentityNow provides a user interface within the admin console to create and manage trigger subscriptions. These endpoints allow for programatically creating and managing trigger subscriptions.\n\nThere are two types of event triggers:\n * `FIRE_AND_FORGET`: This trigger type will send a payload to each subscriber without needing a response. Each trigger of this type has a limit of **50 subscriptions**.\n * `REQUEST_RESPONSE`: This trigger type will send a payload to a subscriber and expect a response back. Each trigger of this type may only have **one subscription**.\n\n## Available Event Triggers\nProduction ready event triggers that are available in all tenants.\n\n| Name | ID | Type | Trigger condition |\n|-|-|-|-|\n| [Access Request Dynamic Approval](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/access-request-dynamic-approval) | idn:access-request-dynamic-approver | REQUEST_RESPONSE |After an access request is submitted. Expects the subscriber to respond with the ID of an identity or workgroup to add to the approval workflow. |\n| [Access Request Decision](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/access-request-decision) | idn:access-request-post-approval | FIRE_AND_FORGET | After an access request is approved. |\n| [Access Request Submitted](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/access-request-submitted) | idn:access-request-pre-approval | REQUEST_RESPONSE | After an access request is submitted. Expects the subscriber to respond with an approval decision. |\n| [Account Aggregation Completed](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/account-aggregation-completed) | idn:account-aggregation-completed | FIRE_AND_FORGET | After an account aggregation completed, terminated, failed. |\n| Account Attributes Changed | idn:account-attributes-changed | FIRE_AND_FORGET | After an account aggregation, and one or more account attributes have changed. |\n| Account Correlated | idn:account-correlated | FIRE_AND_FORGET | After an account is added to an identity. |\n| Accounts Collected for Aggregation | idn:aggregation-accounts-collected | FIRE_AND_FORGET | New, changed, and deleted accounts have been gathered during an aggregation and are being processed. |\n| Account Uncorrelated | idn:account-uncorrelated | FIRE_AND_FORGET | After an account is removed from an identity. |\n| Campaign Activated | idn:campaign-activated | FIRE_AND_FORGET | After a campaign is activated. |\n| Campaign Ended | idn:campaign-ended | FIRE_AND_FORGET | After a campaign ends. |\n| Campaign Generated | idn:campaign-generated | FIRE_AND_FORGET | After a campaign finishes generating. |\n| Certification Signed Off | idn:certification-signed-off | FIRE_AND_FORGET | After a certification is signed off by its reviewer. |\n| [Identity Attributes Changed](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/account-aggregation-completed) | idn:identity-attributes-changed | FIRE_AND_FORGET | After One or more identity attributes changed. |\n| [Identity Created](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/identity-created) | idn:identity-created | FIRE_AND_FORGET | After an identity is created. |\n| [Provisioning Action Completed](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/provisioning-completed) | idn:post-provisioning | FIRE_AND_FORGET | After a provisioning action completed on a source. |\n| [Scheduled Search](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/scheduled-search) | idn:saved-search-complete | FIRE_AND_FORGET | After a scheduled search completed. |\n| [Source Created](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/source-created) | idn:source-created | FIRE_AND_FORGET | After a source is created. |\n| [Source Deleted](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/source-deleted) | idn:source-deleted | FIRE_AND_FORGET | After a source is deleted. |\n| [Source Updated](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/source-updated) | idn:source-updated | FIRE_AND_FORGET | After configuration changes have been made to a source. |\n| [VA Cluster Status Change](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/va-cluster-status-change) | idn:va-cluster-status-change | FIRE_AND_FORGET | After the status of a VA cluster has changed. |\n\n## Early Access Event Triggers\nTriggers that are in-development and not ready for production use. Please contact support to enable these triggers in your tenant.\n\n| Name | ID | Type | Trigger condition |\n|-|-|-|-|\n| [Identity Deleted](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/identity-deleted) | idn:identity-deleted | FIRE_AND_FORGET | After an identity is deleted. |\n| [Source Account Created](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/source-account-created) | idn:source-account-created | FIRE_AND_FORGET | After a source account is created. |\n| [Source Account Deleted](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/source-account-deleted) | idn:source-account-deleted | FIRE_AND_FORGET | After a source account is deleted. |\n| [Source Account Updated](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/source-account-updated) | idn:source-account-updated | FIRE_AND_FORGET | After a source account is changed. |\n\nRefer to [Event Triggers](https://developer.sailpoint.com/idn/docs/event-triggers/) for more information about event triggers.\n", "item": [ { - "id": "31cf5325-12e6-448c-a3fb-2a51b8701230", + "id": "161c74b0-daa9-4dc0-940e-3ae414885f1e", "name": "List Triggers", "request": { "name": "List Triggers", @@ -186953,7 +186953,7 @@ }, "response": [ { - "id": "a69aebd9-ee3b-48c2-b3f7-c2c47f946538", + "id": "33b87d3c-0f85-4436-902b-4a8f60789bff", "name": "List of triggers.", "originalRequest": { "url": { @@ -187042,7 +187042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdd0e391-e407-46fe-a132-e26f8e695f69", + "id": "66cffe7a-b32b-4412-91d5-61ee0b81862f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187131,7 +187131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbb1486f-6212-4438-9cb2-10b0255637c9", + "id": "03a9d373-a9b7-47b5-b6f9-4c754ca51c71", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187220,7 +187220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3a3c535-f4e4-494b-aa87-793d2d90293d", + "id": "e23d741d-fb91-494f-bd0a-d1c400a5e5d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187309,7 +187309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cb8c1c9-6e6c-4da9-8f29-3fe0f2e1b461", + "id": "05257fdd-0b28-4047-8cd1-858937d6327e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187398,7 +187398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3542ff33-d5a2-4feb-a97f-cd416075ffd3", + "id": "20cdd2e8-b855-4fc4-a57a-0ec0daa728a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187493,7 +187493,7 @@ } }, { - "id": "b55846e4-9364-4dc0-ac7e-d3f13fca1dd4", + "id": "717b11ed-ff1e-4926-9150-08d5500fb758", "name": "Create a Subscription", "request": { "name": "Create a Subscription", @@ -187535,7 +187535,7 @@ }, "response": [ { - "id": "fad161d8-a0fe-4777-9a5f-ebd1408a958d", + "id": "f0b04143-347a-4da7-b271-c15e68e03299", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -187591,7 +187591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54024aca-640c-44b6-8a3c-0b1c74494360", + "id": "7ed34e04-b63e-404a-80f4-a2cb4dd883f8", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -187647,7 +187647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a939d3f-987a-4f33-8063-83c7018da628", + "id": "bfffc27c-2566-415a-82f3-02b947f9baaa", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -187703,7 +187703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf51cad7-8867-4c1f-b395-18bb2067b570", + "id": "a84fd481-07f3-4c44-a418-0b09881901ad", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -187759,7 +187759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7671c5cb-44e1-430a-9b1c-a11d52384b6d", + "id": "4e873739-2957-414d-9ee9-796e65c096be", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -187815,7 +187815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53ca3bc4-bfe4-451f-9b22-5144c5f481fe", + "id": "6b940747-b363-44d5-b4f1-6e84f9101e46", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -187871,7 +187871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "290ade08-8001-473c-8b9c-f610bb9fb516", + "id": "ab6adc40-3963-4a69-a56f-bf3fd51fd92c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -187927,7 +187927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90178451-4826-46bf-85c2-978565c56311", + "id": "5735226d-1057-4e4e-ad4d-c3bdf3da51be", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -187983,7 +187983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db36ebb0-f985-4203-af58-9a391fe7bf7d", + "id": "f48ba0ff-9b8c-4363-960f-38bf9883d89d", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -188045,7 +188045,7 @@ } }, { - "id": "f33f6536-0fdd-47e4-8ce8-c436d1cde3b3", + "id": "2324c75f-710b-45f6-beaf-6dd2294445ce", "name": "List Subscriptions", "request": { "name": "List Subscriptions", @@ -188120,7 +188120,7 @@ }, "response": [ { - "id": "79a56d4a-18ec-446c-b3df-8072b315c064", + "id": "0de2801f-c462-46e3-a4a0-fc59d49b9f34", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -188209,7 +188209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3cee162-47d9-45ba-bf51-6488270b10ed", + "id": "60e76d0e-8d76-4e7d-988a-bbd5f302c5ad", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -188298,7 +188298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "316bdc2f-9536-4eea-9593-063bc2d127e6", + "id": "4beb18dc-cc35-4af1-a01e-29b5e5f75a10", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -188387,7 +188387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0aaa9e9-615d-462f-8b49-51ae6e3c0078", + "id": "6f20c58a-c4b6-424b-aa76-f4ea846fa7e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188476,7 +188476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cfaa64f-3ec1-42e6-89a1-86d76f51ead5", + "id": "fe76a562-ee41-49bd-bc4d-e9da3494fcce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188565,7 +188565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf9ac20d-a97d-489c-9c0f-9f7846df8229", + "id": "e22a3090-bd63-4052-9684-793a469d78f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188654,7 +188654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae62a22b-ad4d-4c69-8757-71a7d9585dd7", + "id": "aaca799e-d682-410d-885a-f3bbfab0162a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188743,7 +188743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f546790-64bd-4671-9002-40756e618af5", + "id": "c94c26c5-f598-4545-9b83-6b45cfe94b67", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188838,7 +188838,7 @@ } }, { - "id": "48842992-3000-4b9f-8fd6-fe1cfd11b901", + "id": "93ffed8c-e5e9-4276-8d02-fe54e31c3433", "name": "Update a Subscription", "request": { "name": "Update a Subscription", @@ -188892,7 +188892,7 @@ }, "response": [ { - "id": "cc4e204d-1c11-431e-8e2d-c5c52ef48c19", + "id": "fb946800-c112-4b92-83d1-1f1d142c84e0", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -188949,7 +188949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c49ac661-4da8-4c32-9453-d8214833b1c2", + "id": "59d25ae7-11b3-4327-808e-147a89d4cd7f", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -189006,7 +189006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74529dcf-21de-409b-8c37-38d18e5b1be8", + "id": "e90e6e79-0577-4a22-9062-7980a85ec209", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -189063,7 +189063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "defba1b9-59f0-431b-8447-b28ef31562dd", + "id": "8eb78b88-a8c3-44a0-acd2-7d3c2a85f71d", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -189120,7 +189120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88f783fe-e079-4549-9d12-3631e12b0e83", + "id": "c426d592-5d34-4cef-8d94-9484da5c8fcf", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -189177,7 +189177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d73cef2a-8711-4d3d-adfb-163330e1675b", + "id": "697916dd-870b-4ba9-9d39-d40efbb46fed", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -189234,7 +189234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bca9346c-8482-4ab0-b07a-b3264a5894c2", + "id": "46274409-405b-4f70-b547-bf1c733e98c7", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -189291,7 +189291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76ec3a03-9125-4dc7-b6e4-9424fd5cfc0d", + "id": "f538ae9a-0c5e-459a-8d3a-564020ebc2e4", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -189348,7 +189348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dac18a04-2f6b-49ca-b06a-e6d66a5ed99b", + "id": "417afe0a-8bac-41d9-a28e-cfa1e2dbb5f7", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -189405,7 +189405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92c311df-8137-45a7-b26d-680d856b5402", + "id": "25fe7d0a-4f60-425b-b0f5-22aeb31607b5", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -189468,7 +189468,7 @@ } }, { - "id": "a4bc7367-7652-40c0-9be1-620267251a05", + "id": "2e38f8bb-665e-4564-b00c-dde18e390759", "name": "Patch a Subscription", "request": { "name": "Patch a Subscription", @@ -189522,7 +189522,7 @@ }, "response": [ { - "id": "f16f0f9e-59ca-47fe-9374-dbe7e5106a24", + "id": "e44c34a0-d87f-4f75-890b-4aca0990c865", "name": "Updated subscription.", "originalRequest": { "url": { @@ -189579,7 +189579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10494a5f-7a6b-49aa-8ddb-52100c58f0eb", + "id": "de929c34-4db8-4c08-b67c-859229a5a664", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189636,7 +189636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76c8cc8c-daa4-4a3c-b13e-a1ee1f145adb", + "id": "509ad6bb-aac2-43fa-8801-5c189a9a2019", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189693,7 +189693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcc4c526-1f6e-44fe-9640-1473e03a96eb", + "id": "1a7102ca-e543-423c-a10e-24db1830bf17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189750,7 +189750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb18ccb6-e1c2-49ef-8561-a2235c0584f7", + "id": "608da7ba-4935-4641-9c72-f09d1440e8d7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -189807,7 +189807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6140d64f-ca28-440d-9848-1457a77dec5f", + "id": "65dd10fa-9450-4647-89b2-45b48013abc1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189864,7 +189864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "546ea922-f8b2-4be4-b988-8751829901da", + "id": "d408bd56-5cca-45f8-822f-e5712c334add", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189927,7 +189927,7 @@ } }, { - "id": "66b5c6f7-0bf1-4d20-83b7-be2cec5a1871", + "id": "cf861937-f0f1-43b2-bc49-7211aa0e69d6", "name": "Delete a Subscription", "request": { "name": "Delete a Subscription", @@ -189968,7 +189968,7 @@ }, "response": [ { - "id": "e31341eb-abc8-4657-b905-f06f5b32844d", + "id": "3f2c532a-ab45-4d43-bf3c-e6292166af25", "name": "Subscription is deleted successfully.", "originalRequest": { "url": { @@ -190002,7 +190002,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fa4fd32e-b603-4956-89b5-7a9d938da320", + "id": "bb46bedb-33f2-4ef6-952e-ea6c1eb67898", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190046,7 +190046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aa38a1e-bf94-4f05-bc1b-36e244f80da4", + "id": "c84c0555-30af-4831-b0b2-800172bc7450", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190090,7 +190090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "831de712-9e19-486d-a769-05c23002887d", + "id": "bb89dc1b-89d8-4912-b3c8-741800cc243f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190134,7 +190134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5304a839-492e-49ae-b844-0d0dc6001da9", + "id": "ea43023f-4130-43cb-8bf6-f7b670c5af82", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190178,7 +190178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fca0b41d-75cf-4215-a723-f0f884c75550", + "id": "6e800789-93af-41fe-a061-fb7ca2c0a08b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190222,7 +190222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "815c529b-269a-4aad-827d-3b8718b86936", + "id": "b760e4b6-2af6-4d8c-9721-06fffe6d7e27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190272,7 +190272,7 @@ } }, { - "id": "758ff48b-2261-4488-8470-b3b7e8d3a57a", + "id": "6c4fd14a-c318-4418-b618-04cf9a58807f", "name": "Validate a Subscription Filter", "request": { "name": "Validate a Subscription Filter", @@ -190315,7 +190315,7 @@ }, "response": [ { - "id": "2ebb781b-3c65-422b-a963-a5e26145424f", + "id": "9a35bc08-ba8e-4084-9a13-e60da4aeb41e", "name": "Boolean whether specified filter expression is valid against the input.", "originalRequest": { "url": { @@ -190372,7 +190372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85022865-9043-4060-b386-486464fef0fd", + "id": "3bef7999-81a0-4481-8a84-6dbf923c9986", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190429,7 +190429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49747ba0-5b7c-49ba-838c-ff0d8990baaa", + "id": "5ee81492-794a-4da0-bd47-72047bad04a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190486,7 +190486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4b8b16f-ca3d-44d6-a07f-772299fe3056", + "id": "85fe1cfd-b588-4543-8970-a30c66855795", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190543,7 +190543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "244449ce-b096-4262-a4ae-5d3def2b0626", + "id": "f89ae450-21f4-46d9-ba91-0ebe81c88a0a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190600,7 +190600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbf7af1b-3727-479a-9216-9111f394f096", + "id": "445ffdae-3055-43cf-944e-46549f08e470", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190663,7 +190663,7 @@ } }, { - "id": "767731be-1471-456b-91a3-816ecd2b3934", + "id": "5b042071-42dd-4f41-9676-8afb4d6b2b84", "name": "List Latest Invocation Statuses", "request": { "name": "List Latest Invocation Statuses", @@ -190739,7 +190739,7 @@ }, "response": [ { - "id": "b3565ca0-a585-496a-abe9-79d414297bf3", + "id": "203f28bd-6540-421a-ab01-177e44ad2a0c", "name": "List of latest invocation statuses.", "originalRequest": { "url": { @@ -190829,7 +190829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f91234db-ed33-4fff-83f8-e5804bea7e7a", + "id": "15ca3373-7619-4b40-b96d-82fecb69387d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190919,7 +190919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5278c645-1c73-48a0-88fd-b65517425c95", + "id": "4e2a0a5a-9447-448d-93bb-c5c8098f6ccc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191009,7 +191009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01bebe93-63a0-4088-83d4-4173806cf21c", + "id": "90a518da-c481-4b5c-8386-6ad344e62b94", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191099,7 +191099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ad484e8-6aaa-485e-b0da-6204eccf094b", + "id": "c4ea2916-b3f3-46b4-bcbb-fb9e33ed5887", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191189,7 +191189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "155970c6-6de1-41a0-b233-0549954c8f44", + "id": "16075888-7807-449d-8840-796a087b7981", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191285,7 +191285,7 @@ } }, { - "id": "093c8d5f-aff8-4dc5-be24-9c1d5ab3090b", + "id": "5f441b08-a622-4042-8667-a52bf92ef1ab", "name": "Complete Trigger Invocation", "request": { "name": "Complete Trigger Invocation", @@ -191340,7 +191340,7 @@ }, "response": [ { - "id": "6699b176-e606-4b26-af60-92c61b81bf0e", + "id": "3d551037-763f-42f6-8ea1-f40e7e8d5aea", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -191388,7 +191388,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2469359c-f273-4006-ae15-b681925c21b8", + "id": "abadfaee-260b-4a07-a425-35fa06486292", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191446,7 +191446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c7badd7-e930-48bc-b44d-22440659f2cf", + "id": "37cb018e-0a44-410f-baa7-020e0bf3b74b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191504,7 +191504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "008ff49d-80e7-408c-ae3e-fe21511c301a", + "id": "de042644-7ee3-4942-9700-8e718c8012f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191562,7 +191562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4163a5c8-cb30-443c-b46a-e6af1a2b37e4", + "id": "232daa2a-0e2b-4445-9e50-285eafd6b136", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191620,7 +191620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c7b2ded-a7b3-459e-aeba-e16eeda9cc28", + "id": "e79ffa2b-2d07-46d8-bbf9-bc461af260cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191684,7 +191684,7 @@ } }, { - "id": "ee5a5451-25d6-45d0-87e7-41a9aef9cba3", + "id": "3fc701e8-daed-4855-bf54-03f95f699a73", "name": "Start a Test Invocation", "request": { "name": "Start a Test Invocation", @@ -191727,7 +191727,7 @@ }, "response": [ { - "id": "76d9dd20-a92e-43bd-9306-4c08dd49a8ff", + "id": "5c1c4b19-78d3-4746-aedc-764936b9357c", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -191784,7 +191784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd108594-d335-496f-84d8-514e62418a84", + "id": "def6df43-c23b-47fb-8acd-aeb890bc731a", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -191841,7 +191841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e88adcd3-6f4f-4807-bc36-5c802ec302ab", + "id": "564f9fb5-ca9b-412b-8b3e-5872145db797", "name": "Trigger invocation is skipped, because tenant has not subscribed to the specified trigger.", "originalRequest": { "url": { @@ -191888,7 +191888,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d32ba7e0-4340-463b-8563-c366e05b6bf9", + "id": "8b774ad6-b2ca-4e01-95e5-8c5c0eeaa148", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -191945,7 +191945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99a1e07a-03e2-4a8a-83eb-17ca517d11e8", + "id": "45d059d3-56b9-467e-a524-2d9873483c92", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -192002,7 +192002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e568cfd-db66-4d05-b83a-dce480860306", + "id": "4b07efc3-9959-4204-bf45-e90eee76711a", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -192059,7 +192059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "889e2500-a971-49b8-85e8-e234bdb5facb", + "id": "39b44549-6efc-4847-a30c-fd0ac05c0b4f", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -192116,7 +192116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0683a04a-3e69-4309-bafc-5fd0c42e5cca", + "id": "ba8e6ff9-7a66-4ae7-8b23-6fbc73a09408", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -192185,7 +192185,7 @@ "description": "Use this API to implement work item functionality.\nWith this functionality in place, users can manage their work items (tasks).\n\nWork items refer to the tasks users see in IdentityNow's Task Manager.\nThey can see the pending work items they need to complete, as well as the work items they have already completed.\nTask Manager lists the work items along with the involved sources, identities, accounts, and the timestamp when the work item was created.\nFor example, a user may see a pending 'Create an Account' work item for the identity Fred.Astaire in GitHub for Fred's GitHub account, fred-astaire-sp.\nOnce the user completes the work item, the work item will be listed with his or her other completed work items.\n\nTo complete work items, users can use their dashboards and select the 'My Tasks' widget.\nThe widget will list any work items they need to complete, and they can select the work item from the list to review its details.\nWhen they complete the work item, they can select 'Mark Complete' to add it to their list of completed work items.\n\nRefer to [Task Manager](https://documentation.sailpoint.com/saas/user-help/task_manager.html) for more information about work items, including the different types of work items users may need to complete.\n", "item": [ { - "id": "92287df0-bd50-42d7-bd29-4a1b3fcdd90f", + "id": "1eef58f5-4d73-43cd-85fd-be162b62fbed", "name": "List Work Items", "request": { "name": "List Work Items", @@ -192235,7 +192235,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -192251,7 +192251,7 @@ }, "response": [ { - "id": "c69a335d-0f5c-413e-8d80-48a325a515f1", + "id": "51e7d32e-0134-4dbb-bd54-f0ec35aab75e", "name": "List of work items", "originalRequest": { "url": { @@ -192296,7 +192296,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -192331,7 +192331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51281d53-2a80-4c1f-9d74-2267f27447bd", + "id": "10961b14-d0ea-4de5-a061-f8dc98a66440", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192376,7 +192376,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -192411,7 +192411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f793060c-970d-4b16-82b4-713fd1248576", + "id": "ab736d60-b765-46a3-a525-c39ad6b2520d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192456,7 +192456,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -192491,7 +192491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31fcf5b0-3475-4472-b968-4ada49719dc4", + "id": "6c33c108-77d0-49d7-9148-434f04227421", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192536,7 +192536,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -192577,7 +192577,7 @@ } }, { - "id": "71714c7f-5a55-446e-93e4-6c2575fd2433", + "id": "9894e6c5-e254-43c3-8803-8348b9844d41", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -192601,7 +192601,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -192644,7 +192644,7 @@ }, "response": [ { - "id": "ef289afb-ddde-4714-8ac4-099778a98bcd", + "id": "48a5363c-f502-466e-b2c2-a8a02fcf18ea", "name": "List of completed work items.", "originalRequest": { "url": { @@ -192663,7 +192663,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -192725,7 +192725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bcd0db7-bdea-4d74-b7be-baba4630bf95", + "id": "dd8dd886-d0c7-48a2-ad03-d4c716b14a76", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192744,7 +192744,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -192806,7 +192806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "070f53d9-798c-4f25-bdc7-d9161a1c3d52", + "id": "d12d8626-767e-433a-b9e1-5e2713170e97", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192825,7 +192825,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -192887,7 +192887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe27ecb7-aec0-4e5e-ae2a-3685bb3a61a7", + "id": "aad73a14-2344-4e3c-a2f0-5cd752f2b8e0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192906,7 +192906,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" }, { "disabled": true, @@ -192974,7 +192974,7 @@ } }, { - "id": "3e5c11fb-fb65-4ca4-bdea-03d3ceb157f3", + "id": "3c7edf72-a88d-4f3d-b22d-bdde63805506", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -192998,7 +192998,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193014,7 +193014,7 @@ }, "response": [ { - "id": "55c212fa-619c-46fe-9d73-a20dfa2420a0", + "id": "74b50839-b0ee-4f39-89d7-c10109051970", "name": "List of work items", "originalRequest": { "url": { @@ -193033,7 +193033,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193068,7 +193068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e680fe6-360f-46e0-87d7-d9071e6562dd", + "id": "56361881-4854-4299-af9b-3d88ed34d0ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193087,7 +193087,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193122,7 +193122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ecde070-b8c3-47ca-bcd9-67d4abded16c", + "id": "47936cbd-550f-4353-a99c-e7a9d4a3cefc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193141,7 +193141,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193176,7 +193176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53f95cc0-8887-4ebe-bb27-f98a1f6d3718", + "id": "2644737d-f6c6-4f30-8597-f380e7b03112", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193195,7 +193195,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193236,7 +193236,7 @@ } }, { - "id": "c719c29f-6a79-4250-bd14-533e45eb619c", + "id": "1150a41d-13a3-48f6-8c57-a8275d70ad8d", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -193261,7 +193261,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193277,7 +193277,7 @@ }, "response": [ { - "id": "4d2feb10-58b1-4fd4-97e7-3cd6a7b0cb5a", + "id": "4379f677-a22b-4865-ab10-15d02a536c1b", "name": "List of work items", "originalRequest": { "url": { @@ -193297,7 +193297,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193332,7 +193332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "303afb55-39ef-47f2-9468-fb9ae421e874", + "id": "416ab0a4-df3d-4dde-b48d-554b9aebc5c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193352,7 +193352,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193387,7 +193387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad75b752-0266-4c93-97dd-84b4e3e377e6", + "id": "dec369d4-883c-4e27-9d5e-d4496a00784a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193407,7 +193407,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193442,7 +193442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cb745bb-8815-4544-bd21-c557b8ec3e51", + "id": "547d9026-8e8c-4235-b621-f6bb13838a1a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193462,7 +193462,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193503,7 +193503,7 @@ } }, { - "id": "bb546d93-e790-4acd-8910-020a3e4250e4", + "id": "26fa64a9-5f24-4fad-a179-c0a025b6df9c", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -193527,7 +193527,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193543,7 +193543,7 @@ }, "response": [ { - "id": "486e0d6c-8349-4863-9ad8-db27f1008717", + "id": "eec0e719-ffaa-4607-8bba-ca4fe5936c5c", "name": "List of work items", "originalRequest": { "url": { @@ -193562,7 +193562,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193597,7 +193597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cd649ec-16c1-46d6-ae5c-252b80df3c26", + "id": "deb6d98f-6032-4301-aef1-17c8b2256a62", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193616,7 +193616,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193651,7 +193651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba72ddf5-b570-4178-89f0-6481296c31d4", + "id": "1779d992-e5a5-4ea3-8afb-ff4a2b10aac7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193670,7 +193670,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193705,7 +193705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fb90559-d50e-4859-8da8-d04fe3181745", + "id": "c3128a17-3ce6-4fdb-ae8a-9f0551ec1cba", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193724,7 +193724,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193765,7 +193765,7 @@ } }, { - "id": "5cdc1cd1-919d-4705-8d7a-539e3ff52c2e", + "id": "d08c9ddc-4425-45d7-891f-db57a169b7c5", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -193789,13 +193789,13 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [ { "type": "any", - "value": "aliqua pariatur ut aliquip", + "value": "aliqua amet", "key": "id", "disabled": true, "description": { @@ -193816,7 +193816,7 @@ }, "response": [ { - "id": "5eacfeca-acbd-4fb2-84a8-713a74fed31c", + "id": "54346950-7e35-4668-96bd-c45c51dca714", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -193835,7 +193835,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193870,7 +193870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f424e92-1969-42e3-a190-f008feec2673", + "id": "524ee416-b16b-4c46-b443-b44dbb4cd95d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193889,7 +193889,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193924,7 +193924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f0ceceb-0d26-474d-81a1-fadecf7c6230", + "id": "0bb172d1-fa90-48b7-9c67-71c8d3f8116f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193943,7 +193943,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -193978,7 +193978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a0fb988-9c82-49aa-aef4-abb2c293726d", + "id": "8318482a-c689-41c8-b6c9-abe892a8da20", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193997,7 +193997,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "aliqua pariatur ut aliquip" + "value": "aliqua amet" } ], "variable": [] @@ -194038,7 +194038,7 @@ } }, { - "id": "b652ab1b-1bf5-413a-a024-b5911841eec6", + "id": "5fd6ec59-def4-4255-b051-ddd3fb933671", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -194079,7 +194079,7 @@ }, "response": [ { - "id": "d4956da9-73d7-4c38-9c73-f6125c808ccc", + "id": "64d33516-d8ae-4055-8b5f-e1b156eddfaa", "name": "A WorkItems object", "originalRequest": { "url": { @@ -194123,7 +194123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55b23580-e1f1-4d75-9c25-b2a8de3800f1", + "id": "3dfc32a1-06e3-421b-8d69-7e7be0be087e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194167,7 +194167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34d616a6-e0e0-44f2-9055-031fd36630de", + "id": "6516106a-27db-4515-89c4-3d6e9c3168ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194211,7 +194211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f285467b-dc06-456a-9f2b-1e9062c9d964", + "id": "e3a51a6b-041f-4cf7-93dc-650638f5423d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194261,7 +194261,7 @@ } }, { - "id": "f71fd658-1587-4f39-96a9-4746833780e0", + "id": "17194307-31f2-438c-a3b0-7367fb8fdb15", "name": "Forward a Work Item", "request": { "name": "Forward a Work Item", @@ -194316,7 +194316,7 @@ }, "response": [ { - "id": "dbf205dc-3ea1-40f8-9db0-d126ced10b11", + "id": "d08d9934-8250-4ed4-9b07-2303c9b1d46a", "name": "Success, but no data is returned.", "originalRequest": { "url": { @@ -194364,7 +194364,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5b88ebf9-1acf-4d83-aa94-9cae2206b381", + "id": "d8329c42-af57-4b73-9e01-fbe3a09dfbe8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194422,7 +194422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a228ce84-9366-40bb-9f44-23a3f83966da", + "id": "dc086623-4b92-42dd-87fc-f94b64558347", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194480,7 +194480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30694165-4cdc-44d1-b44c-57171ebe2693", + "id": "00caf030-d25e-4ba8-8201-4ce0e9d74cd8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194538,7 +194538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1202aee-6776-4008-b341-53313740fac7", + "id": "3838ac1f-ca1d-4c02-952a-7474121129c9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194596,7 +194596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da21c57c-b19b-4f62-a04a-94d2a90a42dc", + "id": "9847d39b-6906-4646-bb1c-313d7092119a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194660,7 +194660,7 @@ } }, { - "id": "610e79c3-4c69-450e-b742-af118d2faf2a", + "id": "d11a8744-82e0-41f0-9620-1535f2133c5d", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -194713,7 +194713,7 @@ }, "response": [ { - "id": "0dd9661d-734f-4300-bb4f-6a504cf22009", + "id": "2ab137b5-dcb7-47a1-a321-96c3690da863", "name": "A work items details object.", "originalRequest": { "url": { @@ -194759,7 +194759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31d41c4e-53de-48b1-8ad8-11fa4142f4a4", + "id": "65c56f5e-d705-41f1-b51d-92d0df5ace9e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194805,7 +194805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c0ceff6-7c07-44d6-89c0-da5dac4f1327", + "id": "bfd8ab2b-ca3b-4b5e-8378-2b5e3b324b54", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194851,7 +194851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91c8761f-6766-430a-bc37-b7706c5c3120", + "id": "80af31b4-c2ea-420c-b70b-b2e3b92600a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194903,7 +194903,7 @@ } }, { - "id": "7a362aa2-8491-4108-b837-657e94342c6b", + "id": "d440ba6a-8fbd-48c6-87bb-6401e818653f", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -194956,7 +194956,7 @@ }, "response": [ { - "id": "7e572f73-63a1-4542-8802-fd28695a8480", + "id": "b049de4c-5765-4cde-ba39-71ff5e20cc7b", "name": "A work items details object.", "originalRequest": { "url": { @@ -195002,7 +195002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b67ce5-bd27-454f-8b70-b8a76dff33c7", + "id": "2b6d0503-126d-4e67-a097-45452a658417", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195048,7 +195048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9228d991-9b04-424b-830d-4bdda07e849d", + "id": "193e9d64-cd23-460f-8d68-14f4366033d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195094,7 +195094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3abe92e-0f69-402e-be97-4daa17e173de", + "id": "d2ecb234-315b-44fd-9727-73451b26b68a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195146,7 +195146,7 @@ } }, { - "id": "9bdcbd81-32ec-4df0-b7bc-7619531bb796", + "id": "d14b7b17-4dd7-4952-9c04-2dca9307aa83", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -195188,7 +195188,7 @@ }, "response": [ { - "id": "42a951ba-2f62-4c48-9a8c-e8a7c90f9873", + "id": "3f7fa78a-f51b-4369-8f2b-0b3813f0a608", "name": "A work items details object.", "originalRequest": { "url": { @@ -195233,7 +195233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad00fdf9-f965-4241-8dfb-02b92244d39e", + "id": "b57c8654-a13e-4320-ac27-8da91d5d57d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195278,7 +195278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6bcec05-4584-449d-a588-6f33c3fb47d8", + "id": "eb661826-baa3-4100-8ab7-9d3080c70747", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195323,7 +195323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25cb8df5-7142-4625-bf0c-ece34fb61961", + "id": "37b59ccf-cc0c-4469-bdf2-3ea6cdc320f8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195374,7 +195374,7 @@ } }, { - "id": "80b99f6f-252d-4833-8538-f18bb4de0f1f", + "id": "187b1658-9407-4f3e-b0cf-f4488c2b45d0", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -195416,7 +195416,7 @@ }, "response": [ { - "id": "bfca09cb-4dd3-490b-826e-3cf618fe398d", + "id": "dc57772a-2a64-46ea-92f5-85847c28d33a", "name": "A work items details object.", "originalRequest": { "url": { @@ -195461,7 +195461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13cca3bd-8649-4257-9658-d3169a4baaad", + "id": "31693cbd-1b87-47a4-8644-4cd795a331ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195506,7 +195506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8c5f5cd-86b8-4cb9-beda-3fc1610f81bf", + "id": "2b593f9a-08ce-4a19-a00d-543182d30b43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195551,7 +195551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc523d50-ed5c-47b7-82f2-ff43c9b5fb1f", + "id": "39289660-bf4d-400a-bdc8-9ad71c94275d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195602,7 +195602,7 @@ } }, { - "id": "58a165c8-87a4-4a7b-be76-288ca02992a0", + "id": "f01f5733-8d99-434b-a928-e8196b27cec8", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -195657,7 +195657,7 @@ }, "response": [ { - "id": "21f7df4d-15b3-4a76-bf97-0cf77b5a78e7", + "id": "286b7082-2307-4fca-9209-21f66c52fa45", "name": "A work items details object.", "originalRequest": { "url": { @@ -195715,7 +195715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e3bed25-2b54-4d50-a9f1-7b69d6a17285", + "id": "3d25f661-b89b-46b5-9e0c-7a346872a52a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195773,7 +195773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25b86be1-e7af-4dea-90f7-bf62c397bc9a", + "id": "438bf063-49fc-4b47-a84a-a70b33d6a42e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195831,7 +195831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9703b6d5-2775-43d4-8bf2-c7430a64bb4a", + "id": "3cca6aea-afcb-4839-91ac-cd94828fa54f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195901,7 +195901,7 @@ "description": "Use this API to implement work reassignment functionality.\n\nWork Reassignment allows access request reviews, certifications, and manual provisioning tasks assigned to a user to be reassigned to a different user. This is primarily used for:\n\n- Temporarily redirecting work for users who are out of office, such as on vacation or sick leave\n- Permanently redirecting work for users who should not be assigned these tasks at all, such as senior executives or service identities\n\nUsers can define reassignments for themselves, managers can add them for their team members, and administrators can configure them on any user’s behalf. Work assigned during the specified reassignment timeframes will be automatically reassigned to the designated user as it is created.\n\nRefer to [Work Reassignment](https://documentation.sailpoint.com/saas/help/users/work_reassignment.html) for more information about this topic.\n", "item": [ { - "id": "446f2800-4536-4739-a168-217ff4896ecb", + "id": "b5a7907e-06ad-414e-90eb-751817efa75f", "name": "List Reassignment Config Types", "request": { "name": "List Reassignment Config Types", @@ -195931,7 +195931,7 @@ }, "response": [ { - "id": "7e2d1ef9-f8a1-47ea-8018-6f168219d23a", + "id": "09fd8874-ef74-47df-99cd-5eab94ee02b2", "name": "List of Reassignment Configuration Types", "originalRequest": { "url": { @@ -195975,7 +195975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1688d2a4-f3ce-4a14-83c2-ab99da11bf3e", + "id": "e8a280de-33bb-4ab2-bb19-ccdfb57bbe5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196019,7 +196019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58c768bd-7a87-4574-b866-ecf73b38ab68", + "id": "1fd8ab35-a91b-4bd5-a5c8-d0cfe0cbb617", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196063,7 +196063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeb450f5-7063-4ad0-abef-9b0d11f55f9d", + "id": "fc6910e6-20dd-442c-b2e3-e7ce63ecb1ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196107,7 +196107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2e3f5ab-7820-48ff-8725-f36b4676034b", + "id": "d42d7c0a-1523-45de-b1d3-af281f1660e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196151,7 +196151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e4443a-b6fc-4e37-bdd4-464f4b033833", + "id": "5dc81ea4-11c9-46bf-a60d-b93045ec15ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196201,7 +196201,7 @@ } }, { - "id": "f1f00a3c-5974-4f03-a09f-aaeddab90413", + "id": "926a0a25-4a5b-415c-8afb-467a4ad2d743", "name": "List Reassignment Configurations", "request": { "name": "List Reassignment Configurations", @@ -196230,7 +196230,7 @@ }, "response": [ { - "id": "5f1badb0-951b-45d5-92e9-59339e66df69", + "id": "4abf664f-410a-462f-9974-80eb8a92e9ca", "name": "A list of Reassignment Configurations for an org", "originalRequest": { "url": { @@ -196273,7 +196273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13b072e3-ffeb-4ef8-a68b-052df415b7b5", + "id": "b9c28ce3-9861-496e-9f0a-fbe6418c095b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196316,7 +196316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8029bb37-776e-46a1-9e1b-736fb7134a08", + "id": "98218918-fde1-4af4-8a9c-5cba403c1ed4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196359,7 +196359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0c6ecb7-f4cb-4f71-a063-7b7d7843d9b9", + "id": "e4b2bb41-221a-4d35-b099-c84c5ce7f33f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196402,7 +196402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e56648c-93f2-4e5e-934a-ad71891dbf3e", + "id": "5fb3cf46-5b6e-4bb3-8f59-31dd2e2d515f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -196445,7 +196445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a3b49a7-bd8c-4408-80ff-0e55fac29f35", + "id": "10e4f0a6-09f9-43c3-9d7d-fa6035028e9f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196488,7 +196488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6811001-107c-49a1-84b1-2b63d7599999", + "id": "9504b9f9-5c0c-4382-851a-826203719464", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196537,7 +196537,7 @@ } }, { - "id": "f0e86623-f8e0-4f08-9a00-9c3d88fdacb3", + "id": "04ff00e5-1591-4dec-bf48-00089aac6544", "name": "Create a Reassignment Configuration", "request": { "name": "Create a Reassignment Configuration", @@ -196579,7 +196579,7 @@ }, "response": [ { - "id": "2df52cfd-4a84-4b47-bd50-c869f3067b60", + "id": "7b3ab706-00bc-4391-9d6b-c2656bae6e29", "name": "The newly created Reassignment Configuration object", "originalRequest": { "url": { @@ -196635,7 +196635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b53472ab-ee79-48da-958d-72182a8fe562", + "id": "b8c90931-3eaf-4d45-b79f-1141b2b0c581", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196691,7 +196691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eba36bb1-50f4-40b8-8cb1-46ff14dffd22", + "id": "7830ae55-3b24-4b4f-aad6-efb1d4c0bec0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196747,7 +196747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0565f0c0-33d6-4b3c-8792-4a6046375285", + "id": "44cc89c5-5c44-46c4-b283-5506ca14beea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196803,7 +196803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2491fa5c-4acb-4b21-9fe0-48ed5d18e2ce", + "id": "226f8490-c6bf-41d5-820e-1861536a88a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196859,7 +196859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "176de699-e444-414d-833e-a61021746f82", + "id": "57e65c85-a2d4-4f35-aa4a-b5da72a52fa5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196921,7 +196921,7 @@ } }, { - "id": "fe7e340f-9261-48f4-b480-1e83ad33af09", + "id": "8f93cea8-0bd6-446b-acff-974f62be78c0", "name": "Get Reassignment Configuration", "request": { "name": "Get Reassignment Configuration", @@ -196962,7 +196962,7 @@ }, "response": [ { - "id": "21235fb6-15a7-4d9e-89c2-ba46ff042710", + "id": "32065bcd-566f-4fed-8bee-1f99fcbe9f7e", "name": "Reassignment Configuration for an identity", "originalRequest": { "url": { @@ -197006,7 +197006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f5e1f7a-c92d-4305-a208-c16d18114b09", + "id": "86a94008-602f-4144-9107-5bc093666588", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197050,7 +197050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0839720a-57f7-4d05-8f1f-5faafbbea529", + "id": "791c99ee-7a1b-4315-a6e1-e615082c8057", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197094,7 +197094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16515082-72d4-4f63-8f58-e871c8d07c58", + "id": "00fe4a29-85fa-457d-8424-6343c5030ea6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197138,7 +197138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f81ab8a5-d09d-4142-b660-d0622beabb3e", + "id": "13282a7c-9013-41ec-97bd-10e31553b237", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197182,7 +197182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e858dfd-8e39-4100-9e40-f6bce7e1d5cc", + "id": "abee47a1-ff08-4db2-9863-8ada9fb59df2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197226,7 +197226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19362fd8-4fcd-4aba-a7d8-e66aeac2e0aa", + "id": "09f4d670-0605-4869-bba0-a1674f449cbd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197276,7 +197276,7 @@ } }, { - "id": "eecf8c70-7c09-4573-9ced-392053b9dd41", + "id": "7e077d15-dd57-40ed-8f02-a1406faa7877", "name": "Update Reassignment Configuration", "request": { "name": "Update Reassignment Configuration", @@ -197330,7 +197330,7 @@ }, "response": [ { - "id": "ea5f678c-8ab4-401e-9f7b-d7cbb41682cc", + "id": "4418193f-1952-42b1-aeb7-d5670e68ceee", "name": "Reassignment Configuration updated", "originalRequest": { "url": { @@ -197387,7 +197387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88edebc5-0bc8-43e0-8c3d-81b025554ff3", + "id": "822aa2dc-6442-4557-a93c-35a7c288a8fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197444,7 +197444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7b21354-5555-49ee-a39e-a1ec8b5dc1d6", + "id": "857914e7-e9ba-45e3-8af9-aa0727ee1ed1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197501,7 +197501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d34e74f6-a6e2-43e2-af30-f6c4a8c73423", + "id": "8a0f05a0-73c7-401a-af8b-ef67d2779f8e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197558,7 +197558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "453f1fe5-aefe-4638-b743-2e6e9afa1d2d", + "id": "7b2c6722-ebe6-4fd1-a0fa-27cbccb735a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197615,7 +197615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "247246d0-12d8-4772-9d62-34e956a23220", + "id": "a8a655e3-8d22-4c63-be10-5675f2ab6179", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197678,7 +197678,7 @@ } }, { - "id": "af983a80-ce52-422c-b33b-3a89d09c05e0", + "id": "0b152988-4a26-4ba2-a2f0-a909856a6075", "name": "Delete Reassignment Configuration", "request": { "name": "Delete Reassignment Configuration", @@ -197719,7 +197719,7 @@ }, "response": [ { - "id": "97ec4d94-3fc1-44cb-8e7d-6304e0a84bde", + "id": "04a3549e-cac9-4266-9a71-4406dc99b700", "name": "Reassignment Configuration deleted", "originalRequest": { "url": { @@ -197753,7 +197753,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7d3f5ca2-f9cd-469b-a081-363ffadfeccd", + "id": "f1bad71e-7623-4cfb-80ef-49a71801e3eb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197797,7 +197797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1f8a527-42e9-4ae0-a6e8-10d15974f0e0", + "id": "f69b25d7-5b33-42a7-9d94-ac802de521e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197841,7 +197841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b35851fe-042d-464d-b08f-b6687f8e3d26", + "id": "dd7c0fe2-6b10-471a-9b63-f95ddf3a7c9c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197885,7 +197885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94ab5309-06ed-4fa8-bc87-1f10ed667274", + "id": "bc2f2de6-674f-4d31-a9d3-f87456398c25", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197929,7 +197929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c196446-199d-4be1-9081-a53bb1e604c1", + "id": "9f526604-f455-41a8-8ebb-f0f3fe1c4553", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197979,7 +197979,7 @@ } }, { - "id": "e97ebb89-f208-4767-95c9-3908a463c234", + "id": "5b2a77b1-e2e4-4503-b348-acd1348ed464", "name": "Evaluate Reassignment Configuration", "request": { "name": "Evaluate Reassignment Configuration", @@ -198042,7 +198042,7 @@ }, "response": [ { - "id": "69f62d47-9dda-474d-afaf-14aa8e40583e", + "id": "295fb3fa-0eeb-4c40-8feb-eb54d3e6b53e", "name": "Evaluate response when no Reassignment Configuration is found", "originalRequest": { "url": { @@ -198098,7 +198098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "406a4051-a19e-448e-9142-57af926d7a57", + "id": "24deb161-3b72-48f5-a61e-9aec1710e5a2", "name": "Evaluate response when a long Reassignment trail is found", "originalRequest": { "url": { @@ -198154,7 +198154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b18a93e7-d909-4e61-9768-87cdda08f2fd", + "id": "292859fc-230b-4a8b-8476-5c504a6ccf4d", "name": "Evaluate response when a self-review is found and manager or org admin escalation is applied", "originalRequest": { "url": { @@ -198210,7 +198210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e13c0382-d65e-4ff5-aa51-2d46b6e1991d", + "id": "e5ca5d99-22a2-4ece-a05a-d5fa57445138", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198266,7 +198266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6234775-e6d8-4003-9eaa-f51e2a3e58ee", + "id": "93a62ae1-856e-41fe-87db-500078e01b46", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198322,7 +198322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cab6cdaa-7d66-4f50-941f-4ebc83dfd958", + "id": "59fb14ba-147a-4176-b869-2f6ae1bd1edd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198378,7 +198378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dce0680-f8ed-45ee-8e9b-983d9dcb4eb7", + "id": "99584c75-04fa-4193-9432-1e02600b623a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198434,7 +198434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4922403b-4f23-46c9-bbf9-917273746955", + "id": "d53ca57e-7344-488c-85fa-95a4dd79b4a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198496,7 +198496,7 @@ } }, { - "id": "6b809a69-37c5-4acc-a20d-9bc3bd67aee5", + "id": "49bcfd5c-f50e-48e6-bb97-0f6c9810a7d1", "name": "Get Tenant-wide Reassignment Configuration settings", "request": { "name": "Get Tenant-wide Reassignment Configuration settings", @@ -198526,7 +198526,7 @@ }, "response": [ { - "id": "2f53db91-f140-4b86-8b82-75d807c93fda", + "id": "deeaaf12-1bfd-4198-83c5-f7d67a426a94", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -198570,7 +198570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d610c008-faa4-4f8e-8f6f-15f567c6fc71", + "id": "f5cdf8cf-38f0-4fd2-88d8-e6bb52114ac1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198614,7 +198614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e52b63ec-d6b9-4611-9e29-cba75e43962a", + "id": "52e5e8c6-256f-4fb5-8425-de38154b2a15", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198658,7 +198658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "777f06ea-499f-415c-bbed-6097e628c573", + "id": "2b5b6433-d507-4f5d-8685-ec895893a51a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198702,7 +198702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e763a6d5-f65c-4aaf-8148-d372c2fcd6c2", + "id": "df165ded-38ac-42a7-b0f8-fe05a66f1c66", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -198746,7 +198746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8da739fa-822f-4e86-910d-e8711523a4aa", + "id": "6d220e2c-3d74-4182-91fb-970f3464a13f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198790,7 +198790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5a79b6c-ae48-48ac-8a80-c027006093dc", + "id": "7dc03f9d-6a99-4110-8c46-a726d3dee1a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198840,7 +198840,7 @@ } }, { - "id": "b690e45c-e16a-4f0e-952c-8e1479f52b0e", + "id": "20913a6b-20d6-45dd-aea4-42c4fce91116", "name": "Update Tenant-wide Reassignment Configuration settings", "request": { "name": "Update Tenant-wide Reassignment Configuration settings", @@ -198883,7 +198883,7 @@ }, "response": [ { - "id": "1ce86589-ce92-43fb-a60f-09ed332c2a0f", + "id": "d7872afb-f8b8-4f50-b566-34f61f66ed39", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -198940,7 +198940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0950aa76-41d4-4f2f-8d9b-9f6b2559b79b", + "id": "daa9b41d-5ee2-47d1-9451-3d606b9fc7bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198997,7 +198997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85b578fa-4a6d-4c4a-a0bc-7d863ad58555", + "id": "e2d741b4-1de7-4e9d-9da6-9b565050fcea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199054,7 +199054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d5e96a0-8a94-4c01-8435-770de2b9399e", + "id": "46add976-cb6e-4b9a-917e-9dc65ccd6378", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199111,7 +199111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1f61124-054e-4c25-885a-83979a42c092", + "id": "6c47b09c-8aae-4e07-9875-df01a9d7079c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199168,7 +199168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c47750d6-210f-41ee-914c-c98cf220b81e", + "id": "a8563eef-9b17-4175-8fc5-f879bcae6beb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199237,7 +199237,7 @@ "description": "Workflows allow administrators to create custom automation scripts directly within IdentityNow. These automation scripts respond to [event triggers](https://developer.sailpoint.com/idn/docs/event-triggers#how-to-get-started-with-event-triggers) and perform a series of actions to perform tasks that are either too cumbersome or not available in the IdentityNow UI. Workflows can be configured via a graphical user interface within IdentityNow, or by creating and uploading a JSON formatted script to the Workflow service. The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST.\n", "item": [ { - "id": "6f91e624-a522-4503-b634-f107bb02b636", + "id": "fbc69459-7952-404d-99d4-a17ea43acccd", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -199279,7 +199279,7 @@ }, "response": [ { - "id": "9a4ad276-bedb-48bf-ab57-bdc1782544fb", + "id": "12ae4a6e-134f-4433-9259-b45ab22fd374", "name": "Event Trigger", "originalRequest": { "url": { @@ -199335,7 +199335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "441054bb-62c2-4825-a8c0-cdd40db49161", + "id": "9e631f68-9580-416c-a19f-e8111b633cfe", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -199391,7 +199391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ae372ce-1494-433c-84fa-746b8918abb1", + "id": "74722ed6-012f-447d-bc79-ff66d5f8aa98", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -199447,7 +199447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10261fea-5716-4a0d-96a4-2cf3822b4227", + "id": "630aa56a-0a72-4d30-a1df-08fd6c8eeb42", "name": "Event Trigger", "originalRequest": { "url": { @@ -199503,7 +199503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3df0f190-6b44-41f8-ba3c-d5ffdf29c820", + "id": "2916d370-b0ad-47b7-b7c9-cf20d3e3ee19", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -199559,7 +199559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6c9def3-a449-4c1b-a5e0-2d1ff8ce66c4", + "id": "d86ccb28-6269-4bf0-9ea1-f97841d10a35", "name": "Event Trigger", "originalRequest": { "url": { @@ -199615,7 +199615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1678f8a-65b3-4fee-ba4e-9554a99d86fc", + "id": "94cb9d24-20d9-4f71-aa26-42aaea7d2457", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -199677,7 +199677,7 @@ } }, { - "id": "37eee435-b419-49e6-8dd8-172246843931", + "id": "d05b4b6b-ebdf-4b69-9f81-1d5b5262f71d", "name": "List Workflows", "request": { "name": "List Workflows", @@ -199706,7 +199706,7 @@ }, "response": [ { - "id": "a43faef5-01c5-4d09-80f3-2eb41dd4f3e6", + "id": "6bffa56e-5f6b-43d8-8429-d4c03ed72e16", "name": "List of workflows", "originalRequest": { "url": { @@ -199749,7 +199749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a69629bd-ec70-49ac-bd48-de95758dea8b", + "id": "8982b025-a74d-4f0a-bdb6-b9f50016da99", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199792,7 +199792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce34f76b-364d-4654-b9ce-bf6f884c9580", + "id": "ab3c5aa5-00d7-4186-9e8a-43e6805809da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199835,7 +199835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38a2220a-01f2-47ad-b3fc-a521c95a4c48", + "id": "520bce48-69ba-4102-b83d-47b56c7430d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199878,7 +199878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f31ff6aa-d912-48e0-878d-bee0432efc95", + "id": "8a7f9f53-c2f4-4247-899d-f8dcdfe44644", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199921,7 +199921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4a7d4b9-7dab-4f59-bc2b-cb42eba6b8d8", + "id": "2f530afd-0d60-4ba3-a3ce-86d3f7a7c4b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199970,7 +199970,7 @@ } }, { - "id": "8721c6a7-e2a3-4d2b-811f-8be2fe415d48", + "id": "a2831821-c82a-4e10-bc70-af9cb6954ff2", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -200011,7 +200011,7 @@ }, "response": [ { - "id": "5ee5f192-80cf-4eb6-9617-8412acc278df", + "id": "ae8ccaa3-7077-47b6-b044-2aa1d931d6d1", "name": "The workflow object", "originalRequest": { "url": { @@ -200055,7 +200055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "529a103c-27f1-4e0a-b026-b3bd37520d51", + "id": "6664e9af-535f-4c2f-b0b1-f20cafd60b41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200099,7 +200099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5a116f4-fb61-4ffa-aaf3-2e27418a5295", + "id": "9c2e4935-bc84-4d8b-8173-e9f5a9dde5e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200143,7 +200143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6248863f-4573-47cc-8544-66fd35b597c2", + "id": "902ec61f-8b34-40d2-b346-e383360771a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200187,7 +200187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca3c7ebe-d30c-402a-b90b-68cf49eacb77", + "id": "55c6735c-3f5e-4e2c-abbd-cd7dc2fce898", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200231,7 +200231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c003f6c-f796-42dd-9dd7-ff144e6c6229", + "id": "9fc957eb-facb-48d6-84bb-9e08f425ad5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200281,7 +200281,7 @@ } }, { - "id": "803d230b-f059-492e-b9fe-e60775ee5f2a", + "id": "8ed1c1fc-243b-48cf-b5f3-6da4bdd06fe7", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -200335,7 +200335,7 @@ }, "response": [ { - "id": "6bce7128-425d-47a8-bee2-31f77279fbe8", + "id": "2503c671-6c48-4304-9d88-877ddd8fc768", "name": "The Workflow object", "originalRequest": { "url": { @@ -200392,7 +200392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca979caa-fd89-4a24-9159-9331a9cbad2e", + "id": "efaf8b02-70ae-4986-9868-a7e1e3b35248", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200449,7 +200449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01fa0f2b-b007-42bb-ba56-97d482c0ec04", + "id": "78358f83-2998-4897-b6ad-103d9f5e4ece", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200506,7 +200506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "519d7dfb-5831-4f95-b92b-85421d8c7b1f", + "id": "c02fafab-1361-4524-90b6-1e2ab51c8ff2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200563,7 +200563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb51a8c4-82e6-44f6-8c11-9fe993dd50cc", + "id": "4171b8dd-7cd6-4c13-ae49-46eec92454f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200620,7 +200620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe4db723-6709-4410-8c7b-5712ab9a50a1", + "id": "f0c4101c-451a-426e-bc93-7a3b3c67a75b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200683,7 +200683,7 @@ } }, { - "id": "a078bfef-0e69-4f1a-b3bd-b8585fa55ed5", + "id": "002d81c9-a027-421f-a642-4419f9e6f8aa", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -200737,7 +200737,7 @@ }, "response": [ { - "id": "e1734745-ea4f-45d0-af01-539002dec633", + "id": "a4ea2295-67f4-4af2-b69b-82feed631cd8", "name": "The Workflow object", "originalRequest": { "url": { @@ -200794,7 +200794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "399e9cbb-113c-4ab6-bfbf-47630b39e920", + "id": "c41e3da1-2e5e-4ed1-96fa-91d67a659a7c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200851,7 +200851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cfd51de-d09a-4098-b20e-160f1316f55e", + "id": "c5e1dc1e-40e6-468c-963a-4bf6e34a830c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200908,7 +200908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e24d323f-2ea5-43f4-96bf-204f741eed87", + "id": "8ef4ed92-e7b0-46a6-87df-8366268b8619", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200965,7 +200965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a752445a-3df0-409c-b600-b95b749d2dee", + "id": "6d6f241c-ce04-49b6-b82d-1957e3fed23b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201022,7 +201022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66db7a92-f172-43b5-b035-c46d9b29795b", + "id": "7a795ba7-aa60-4a2c-b47d-a621e7abfbee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201085,7 +201085,7 @@ } }, { - "id": "5e0a0fad-6f63-4ffa-86f6-15a724f8830e", + "id": "349c0bc7-b53a-4101-b8e0-e4a3fb607a12", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -201126,7 +201126,7 @@ }, "response": [ { - "id": "89f7bbb8-1807-47a6-8165-fb73b2dadca4", + "id": "de4a2901-6b93-4035-b0ff-8bacbf56b459", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -201160,7 +201160,7 @@ "_postman_previewlanguage": "text" }, { - "id": "077c280f-8cd2-49fc-a6c4-4c8f2157a450", + "id": "b93f5294-023e-4ec5-b614-98d56fe21e2b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201204,7 +201204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d54ad081-5675-49e8-96ca-fceb4709975c", + "id": "db8afdf1-7551-49e7-be49-e434f2ccd0d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201248,7 +201248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "138d2473-3e99-4ba0-9b85-7a0eab5168b4", + "id": "43027b93-8d43-4178-95c9-b2c3c6200763", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201292,7 +201292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7bfeef3-42fa-4361-a7af-0c6f70828ff6", + "id": "74cb66d4-7578-412f-9a2a-838c5485d173", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201336,7 +201336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "252f407f-7116-4151-9097-151064ebd300", + "id": "522ea596-ae77-4fd5-ada3-4fef9537f884", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201386,7 +201386,7 @@ } }, { - "id": "473f48ca-eebf-4897-b52a-6cf339912d85", + "id": "55b95e79-2da4-4c4b-b93b-39414467416c", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -201441,7 +201441,7 @@ }, "response": [ { - "id": "dcc0cc3d-c30e-4f31-9c9b-4964b0c7c875", + "id": "b1f753c0-fbb4-4e4d-a104-032266b16130", "name": "The Workflow object", "originalRequest": { "url": { @@ -201499,7 +201499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e12fd7c2-fb06-4474-99e2-00109499ad72", + "id": "65537f8a-9dde-4c10-bb69-7cec7fde6606", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201557,7 +201557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3285042a-d6cc-4437-b21b-25bf75f0003a", + "id": "0e33a065-e286-454a-9ad8-45a248487b25", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201615,7 +201615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aba4ed2f-25a1-4a07-a056-0fc393c15b67", + "id": "0bbc6140-9b4b-49d1-93d9-6b893673e8a9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201673,7 +201673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c328847-d504-49ae-a6a6-f2ea690b96db", + "id": "395a47fe-2730-4de6-8578-b24e04cbcd58", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201731,7 +201731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cebf2de3-5ef6-4973-9ae9-5a02741838e1", + "id": "70175300-7f4d-47e4-bacc-2217290bb7f3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201795,7 +201795,7 @@ } }, { - "id": "caf87beb-ca36-4c18-8efd-a04272db0799", + "id": "75f2e814-e9e5-48a8-b446-514433c0ecf5", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -201874,7 +201874,7 @@ }, "response": [ { - "id": "13fd428b-b019-4e5c-88a1-37ec8781cb30", + "id": "3e01d51d-5b45-4a9a-89cf-0d52148837ab", "name": "List of workflow executions for the given workflow", "originalRequest": { "url": { @@ -201956,7 +201956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f7cec15-d190-4bc9-bd85-b3cc0f971411", + "id": "35b71fdc-d76b-4010-9606-c9f03343e472", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202038,7 +202038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f45c75fc-be39-4be2-8dcb-84a22ec0e773", + "id": "58a8d7b3-507d-4b45-a75f-c4a86d286c73", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202120,7 +202120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98e89c95-1c1c-4d49-9440-0cc5f847989d", + "id": "5cd0d2e7-98d5-44c0-a883-ba35b26f4d9b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202202,7 +202202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b039bd-c637-480c-a6da-5d1315c9eae4", + "id": "e8ba79f3-6066-4eea-a415-1fa572f4ecb9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -202284,7 +202284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d0539ca-8a49-41fb-a06d-efd27923ce77", + "id": "b6b2c703-ff0f-4ff3-87f0-ae59635b8c67", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202366,7 +202366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1cc27db-5618-4174-a994-279c2d951b87", + "id": "0e17528a-d3fc-4269-b040-02a922f76671", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202454,7 +202454,7 @@ } }, { - "id": "401bd6ec-9093-4d09-947b-9ac4e3de1560", + "id": "16ee11ab-01e3-4a39-af6e-7a990b3b3a6d", "name": "Get a Workflow Execution", "request": { "name": "Get a Workflow Execution", @@ -202495,7 +202495,7 @@ }, "response": [ { - "id": "982afe62-fea8-497d-8e95-67404610489f", + "id": "bf84f877-a296-4a0e-ab59-4fbdfa2625eb", "name": "The workflow execution", "originalRequest": { "url": { @@ -202539,7 +202539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c233137-c3a0-4f7c-bb37-bb2a601947d0", + "id": "782adfc7-eb5d-49c6-904d-f2697d548b36", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202583,7 +202583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bd5a524-119e-4a08-bb15-eee320aa523c", + "id": "225d8ce9-c078-4c86-9419-ecf25f6ef4e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202627,7 +202627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fcd5e72-47d5-47b7-b7ce-aedcc73d0bc5", + "id": "cbb79450-d6a7-4b75-92ca-1d24dbdbcfcb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202671,7 +202671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd63d74c-52a1-4acb-897d-72c0c3cdf04c", + "id": "ca6a429b-96c7-46d7-879e-3a687d5a23ad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -202715,7 +202715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15327849-4002-4ba3-9eae-7a2e6917b462", + "id": "e572c4b5-04f0-475b-8370-59f62af7f785", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202759,7 +202759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed2adb60-dec8-4279-ba03-5af3a4c70e81", + "id": "dc3d4391-e668-4972-a310-b222853e88ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202809,7 +202809,7 @@ } }, { - "id": "e7de30d7-8810-46d8-b160-7a14e1cee4eb", + "id": "cbd0a238-17c9-488c-bcf7-43a6646e05b7", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -202851,7 +202851,7 @@ }, "response": [ { - "id": "d34a75f1-e5a1-4b17-9de8-9cc95225c780", + "id": "30b1f37e-d6c3-4ffc-9ce7-16bd5f88cbbf", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -202896,7 +202896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ee91393-2816-4244-b144-4052cbb06e9d", + "id": "df8f0a2f-2e50-403b-ba0e-45e60059b7c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202941,7 +202941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1bc8ed8-37db-47a5-bca2-c8f36766d903", + "id": "49bfda40-421e-4414-8a89-2feec7bcd59d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202986,7 +202986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d9c1639-4d6d-4100-9925-a2aa61bd6cd0", + "id": "5055a2e2-5483-42a9-9e15-7a3b0d00c544", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203031,7 +203031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd9becff-07e1-4c5f-ac0d-5e488fbe462c", + "id": "a8d20389-8c5f-444f-ae56-2665feca9b7f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -203076,7 +203076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf3c2968-e07f-4df8-8889-4cfcd200f6fe", + "id": "9a3d8fcd-8558-4466-869b-56ac5ed0ede6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203121,7 +203121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bc48845-12c2-4fd3-9af7-5aaf3ced9abe", + "id": "d288464c-430c-4780-8b87-73f548f5227b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203172,7 +203172,7 @@ } }, { - "id": "9dc459fd-9906-43b0-b3f9-c9bf0e8dfcf6", + "id": "a3783dd8-38e6-438a-9023-69c06e344f43", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -203214,7 +203214,7 @@ }, "response": [ { - "id": "651d2295-0136-4239-a242-b95b45b77153", + "id": "96b977e2-2103-458e-bc91-540ec384bcd1", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -203249,7 +203249,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8a2b279e-c992-413f-b405-48f07046e593", + "id": "5a1d6515-bcb0-4b36-9c06-450bb2d25e10", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203294,7 +203294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e77dc911-ad94-4752-8caf-bc69d3566e35", + "id": "17d2e522-f99b-4ecf-ac24-73287c220149", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203339,7 +203339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e65b044f-747f-496c-9c29-5bb0139a7289", + "id": "11b56f1c-36d2-443b-86ce-7ac3ee7182f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203384,7 +203384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f765262-58e4-4585-83c5-4e6dc1f473f9", + "id": "a8950581-8fdf-4f64-a1bc-4e73305fdd26", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -203429,7 +203429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12416606-5f51-4f36-8233-918199a08259", + "id": "2285739b-3dea-47d2-b15f-504679b3f92a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203474,7 +203474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81d726ae-6a84-408a-8011-059c4192602c", + "id": "f0f222c1-5880-4a94-b823-5c424235cebc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203525,7 +203525,7 @@ } }, { - "id": "224c63f3-5bed-4258-8b63-dd3194b4fdcd", + "id": "7497a253-b3c0-4846-a7c2-47b9f92fcfa1", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -203573,7 +203573,7 @@ }, "response": [ { - "id": "010199ca-9fb0-4114-ab71-924d85c1799f", + "id": "53432944-6de9-4b04-9c02-138e707a4b06", "name": "List of workflow steps", "originalRequest": { "url": { @@ -203635,7 +203635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3665ef1e-d1e9-4644-b11e-3cc8f3151c53", + "id": "fa787abe-b8db-4dbe-b6e4-3855a846b0a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203697,7 +203697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fed3cfdb-6c97-4be3-ab24-ba3c3dc7a7d8", + "id": "de77285f-f960-4973-b336-52d6296ea8e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203759,7 +203759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1462ce71-efce-426a-bfa6-c556933379bb", + "id": "0e43df3b-7f9f-49c1-bb48-59f54e2e1f1d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203821,7 +203821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f419f2f8-d554-4be2-b06a-0d6520329a7c", + "id": "a54b8a9d-701a-4441-b6cb-13e5d4a186bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203883,7 +203883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a2e55a5-ec04-414c-9679-0a2e3d80fb60", + "id": "c8fe79f5-c460-4f2e-8b0c-11e3cb5a36d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203951,7 +203951,7 @@ } }, { - "id": "db7b19ce-5469-4ed2-92fa-0bc4fd95fc8e", + "id": "8dc751eb-bf6d-4ceb-8504-e0e229cdb697", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -204009,7 +204009,7 @@ }, "response": [ { - "id": "9437ebd3-81d9-4c7a-86fd-26da0810f0be", + "id": "c7db3721-d67e-4ae7-81e9-9fa047173f92", "name": "List of workflow actions", "originalRequest": { "url": { @@ -204081,7 +204081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71262535-4ec3-4f3b-845b-2b6fa6f8f80c", + "id": "045716d1-f623-4ba0-8bd4-f6ff80116ddb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204153,7 +204153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56172f23-6152-48fc-b04f-2dae74d0c701", + "id": "0ba1a0ca-a9a4-4191-b3d7-267200ec8f03", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204225,7 +204225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2851694-e54d-47f2-a62a-b087a3949460", + "id": "65d7be44-e3c2-4a4c-b367-f0d1d6f6c40c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204297,7 +204297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bdb773b-8c3e-44f4-b33a-1ba6a8842edc", + "id": "63778600-1419-486c-9107-02e77200e583", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204369,7 +204369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9d3a903-02aa-4127-a15c-e3aa7335666d", + "id": "0ecdb163-f7b2-4844-a0d1-6f6386371e8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204447,7 +204447,7 @@ } }, { - "id": "7530f988-2faa-4399-be56-c380e1a25ab1", + "id": "d00febe7-b886-4654-bfe8-7cc240fa074b", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -204505,7 +204505,7 @@ }, "response": [ { - "id": "9d648c6c-b1e8-45ac-8738-a7b271c50bef", + "id": "33dca5ff-a646-42c5-9bcb-8115c4634058", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -204577,7 +204577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa493f05-4533-416a-8cd2-eb64586679ae", + "id": "11a59c70-e8e6-400a-b614-b32b60bbb280", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204649,7 +204649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "861027e8-a9df-4e77-9111-d81d65578020", + "id": "c6fabb68-63a0-415a-8295-7b661c6d0718", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204721,7 +204721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88cea20c-9cbe-41b5-9dad-8b1b5b6412af", + "id": "776638e3-5fb4-473b-a934-03969a67db1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204793,7 +204793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41e25a35-bb2b-4c93-8718-976ab951cca3", + "id": "030d44f6-35cb-4caa-b33e-17ca8fd88581", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204865,7 +204865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c774e80-8f67-492e-8b5d-f6ea26b179d6", + "id": "ab139bc2-a5ea-44eb-8344-dad4cef4d614", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204943,7 +204943,7 @@ } }, { - "id": "c291c78c-7a5f-4437-a4ca-acb932fb7afe", + "id": "d3aa1d45-0840-4c46-b1e9-646b278f4500", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -204973,7 +204973,7 @@ }, "response": [ { - "id": "b9f8f44a-c819-4e06-b003-95660bfb6987", + "id": "60262727-cfac-45cf-aa0d-47c237abec6f", "name": "List of workflow operators", "originalRequest": { "url": { @@ -205017,7 +205017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e71b2b52-6563-437e-8545-c851840c2c6e", + "id": "cb344ee5-788a-4413-85ca-d524ce6e262d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205061,7 +205061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65961d4c-8028-4318-9896-95f5ee216f62", + "id": "9c20737e-5642-44de-9463-166a3fcc2d0a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205105,7 +205105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e6ecc89-e03d-4940-88da-ffc01dce59ff", + "id": "ba2c851c-7fdc-4fd4-a81f-d33396388a26", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205149,7 +205149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50887859-4710-45f1-82b8-a11bc41222c6", + "id": "8fd1d9d7-1b2a-4b93-8e19-3a851b4b9ce4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205193,7 +205193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "727b7e98-f794-4f62-b44a-2b3e9949b1c0", + "id": "e7045896-c427-4e89-81f2-0313f124de22", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205243,7 +205243,7 @@ } }, { - "id": "0a1b6527-2660-4356-9df1-3a2c76689981", + "id": "da0247f2-8207-4de7-a415-60e617a45d39", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -205286,7 +205286,7 @@ }, "response": [ { - "id": "8be36745-003c-481e-bdfe-00279ef6907f", + "id": "c327bafa-92d7-49d5-8e3e-fa675c699522", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -205332,7 +205332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b88054af-2924-439a-82da-47f840a99e73", + "id": "2e539e2e-02b0-424e-9691-abfa4a945e17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205378,7 +205378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea37d152-1ec7-4ada-8dbf-4c01a7f06133", + "id": "85fb8f97-a227-4079-9453-16ce380085da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205424,7 +205424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "656e6fab-4d21-4476-b9ca-0bc95a0f3093", + "id": "fa965e1d-245e-4f79-9fcd-aa4b04a384d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205470,7 +205470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4259c726-cf77-433b-bac1-0f9dddf70e4a", + "id": "445e5def-77a6-4be6-9fad-0e066bbaf1d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205516,7 +205516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04f4e9d8-c022-4070-80f9-de896e5be678", + "id": "13ac1e2f-2abf-4b9c-b62d-bffa4fa29f26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205568,7 +205568,7 @@ } }, { - "id": "a1782984-a9ca-4618-bdea-9225c3dd4076", + "id": "8d12b631-ff4b-44af-963e-3dd6b2ac73ed", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -205624,7 +205624,7 @@ }, "response": [ { - "id": "8fb56bb7-b773-4e40-b5c2-839b303856b6", + "id": "a7e45826-be02-486f-9165-7b1485a36b35", "name": "The Workflow object", "originalRequest": { "url": { @@ -205683,7 +205683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc45eb20-ca64-4b78-be09-cb8755bbc8dd", + "id": "6852cc4a-e37d-4c3d-8570-abdd70cce1b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205742,7 +205742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78bafd6e-0b14-44e2-8caf-bf39f6b61a9c", + "id": "1c9a54cd-9fe9-41e3-8671-4e6cff9bac75", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205801,7 +205801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fdbab56-959f-4c27-a294-d951a0a46cbf", + "id": "a19a2214-f948-448c-8a18-90565e4577ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205860,7 +205860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39432ea7-0b9b-42dd-9431-259bde39be27", + "id": "ca3108ca-2a4b-47ba-86a3-17f1ba205bbc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205919,7 +205919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9a18b44-7e3f-4da9-ae6c-5e4f92eb590f", + "id": "07585882-b4ad-4d99-8343-00c1d5f107e8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205984,7 +205984,7 @@ } }, { - "id": "475d3c6b-c91f-4c2b-a797-8c31e0ddf949", + "id": "3572ccb8-e365-4fa0-8d6e-8e50cffbc94b", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -206041,7 +206041,7 @@ }, "response": [ { - "id": "c5897279-4a0b-45a0-95e9-b4a4bb13a02e", + "id": "504ecc7b-5d37-4dc5-814c-f970fec535a2", "name": "Responds with the test input", "originalRequest": { "url": { @@ -206101,7 +206101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e29d1b5a-a576-4617-bc23-74c886c005f4", + "id": "1c1ce8fa-8bd0-444c-bb1e-0a9aa1412c1b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206161,7 +206161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f8edd43-78f6-45c2-bdeb-15f9ed518ee4", + "id": "f9a52c97-316b-4a10-bdb4-129f0eeb4644", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206221,7 +206221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca9d8a37-2c4b-421d-a217-6ecb893660a6", + "id": "767f803a-0016-4ddd-ad3c-2ca2e5f5072e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206281,7 +206281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e102480d-96a5-4ab7-80b7-e36fcecc321d", + "id": "09e0a160-61e2-4757-91bd-1fd877872c61", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206341,7 +206341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34ccfdfc-ae3b-4adc-a937-d368a5da2819", + "id": "61790120-4d6d-4a1e-a82f-3ee3b155e7d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206413,7 +206413,7 @@ "description": "", "item": [ { - "id": "e48877aa-1438-4577-b441-6aede37a8920", + "id": "b3b78337-6522-4783-9829-bef641295b72", "name": "Get list of Auth Profiles.", "request": { "name": "Get list of Auth Profiles.", @@ -206442,7 +206442,7 @@ }, "response": [ { - "id": "9ed9ecf4-dd83-4555-8bf0-cb9d8de4235a", + "id": "9be97b62-29af-4c3b-8644-e5ec0b863379", "name": "List of Auth Profiles", "originalRequest": { "url": { @@ -206485,7 +206485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edd309d1-cc0b-428c-a607-56c288c7bfec", + "id": "5bfa40c5-4a00-4a21-9328-eae1a2a1bb0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206528,7 +206528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03ab3c98-7778-4249-8528-6ff75852fc54", + "id": "487239a2-563f-4bd0-84c9-819e9dec12d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206571,7 +206571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4842de2d-32fa-4327-9264-cd62813352ec", + "id": "a9b35aee-44c4-4bc0-8981-05962a77b5e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206614,7 +206614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0f6bce2-1626-4e80-b8e0-21d937e20d5d", + "id": "1af2028d-8839-4001-a453-f970edf74871", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206657,7 +206657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f64efa5-f25f-4580-bc23-cde1a293d57f", + "id": "5d20d267-cd04-400b-ba0f-35451a3aae9e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206706,7 +206706,7 @@ } }, { - "id": "e03ef0fa-7919-40db-98fa-53cf9c7597f6", + "id": "7a8d1b2e-09bf-4108-99b0-2acc648ab9f8", "name": "Get Auth Profile.", "request": { "name": "Get Auth Profile.", @@ -206741,7 +206741,7 @@ }, "response": [ { - "id": "6f31d668-a593-40d1-8f4a-497b9ea370c1", + "id": "3d931ad1-3180-4aef-9d38-9247073023e0", "name": "Auth Profile", "originalRequest": { "url": { @@ -206785,7 +206785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3a04670-eb3e-4512-87bc-87111a51296f", + "id": "456a2d46-9754-46a4-9751-3ddb34d89aeb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206829,7 +206829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaa5712a-c39b-487d-9b42-e99742705567", + "id": "042b8f91-f092-441a-a68b-0cf137ce1fdd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206873,7 +206873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6077fa54-7e53-4ff4-a0ef-7d8f353af039", + "id": "5dfc1e65-cac8-4482-b71a-667cf0c0c184", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206917,7 +206917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4816eed1-8fcb-4887-bc3a-3f1ea1992340", + "id": "e61a137d-0238-4d11-9408-11ca7c7562ca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -206961,7 +206961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1251cca4-f61a-4a0f-bb0d-e403dd30758a", + "id": "6c95d967-9f74-4aea-a86b-f19b130eba03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207005,7 +207005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9198d249-3df8-4f86-9189-e424f0338741", + "id": "0a0b4de8-92cb-4861-895a-3173712f2fc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207055,7 +207055,7 @@ } }, { - "id": "b12b94b1-0499-4ce6-a567-4ac4f7049575", + "id": "b3e251db-c6aa-45cf-b7bc-77c82f253d9f", "name": "Create Auth Profile.", "request": { "name": "Create Auth Profile.", @@ -207103,7 +207103,7 @@ }, "response": [ { - "id": "9ddaa302-cfc4-4d57-9f90-f04361991ba7", + "id": "73169bfb-7dd1-4746-8103-0042728c10d6", "name": "Auth Profile details", "originalRequest": { "url": { @@ -207160,7 +207160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21638a78-65b6-4cfa-bcaf-3ec984a869b2", + "id": "ee6dc1af-2a0d-4e58-96a7-970f28fbe5d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207217,7 +207217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "888cef02-597c-456b-938b-08fa9466712c", + "id": "09fe3a58-99a1-4304-862f-62ff7b9fda87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207274,7 +207274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c9e69d3-6608-4af1-8fd7-86c9aab30e73", + "id": "482aa864-6b70-4c2c-a652-22362a8536a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207331,7 +207331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0982f838-b836-4152-b3dc-1116870d46f8", + "id": "42705e7b-a51c-4238-acbc-737a278a3aaf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207388,7 +207388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a8afdc8-9c44-4865-bfe8-c85040487f90", + "id": "b2fc6f10-20be-420c-9cc4-3bba8b6dae80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207451,7 +207451,7 @@ } }, { - "id": "4c339ffa-835f-45bb-8217-1705b0c58749", + "id": "306ac275-1c7a-42c4-b42a-53844f15c05d", "name": "Patch a specified Auth Profile", "request": { "name": "Patch a specified Auth Profile", @@ -207505,7 +207505,7 @@ }, "response": [ { - "id": "90f1d5c7-cc51-4505-ae1c-7c6d8f7322b8", + "id": "713e1205-8ad6-47f6-a29a-c60822493f54", "name": "Responds with the Access Profile as updated.", "originalRequest": { "url": { @@ -207562,7 +207562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e87a2fb-0647-4779-948a-b7695e8f119c", + "id": "7cc7ecff-9bc3-49d6-9d0d-2b86df143f7d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207619,7 +207619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36e36a09-2cd2-4ae2-8029-c5e48df24143", + "id": "c8532195-ed67-48a0-b5a6-14c015b2bd9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207676,7 +207676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee2d30a4-722f-4b84-a7ca-73c66f652dda", + "id": "0ce3b392-6672-44ff-92dc-fa44f2a346ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207733,7 +207733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24c979cb-4cc6-49ea-9957-42b3061f8568", + "id": "023edc5e-9a0b-4deb-986a-3ac241209358", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207790,7 +207790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8ebb29a-533a-403a-afcd-83c57ae6e72d", + "id": "29938476-dbad-43e0-b807-160af84e5170", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207853,7 +207853,7 @@ } }, { - "id": "ffcbb6a2-d530-468d-92b5-bb9a37f859ef", + "id": "7740a35b-021a-4ef1-949c-22b1f928088c", "name": "Delete the specified Auth Profile", "request": { "name": "Delete the specified Auth Profile", @@ -207894,7 +207894,7 @@ }, "response": [ { - "id": "24f018d4-b06f-4a64-b46c-924e65bf6d54", + "id": "8f34c405-a3f4-4a67-81fe-7cc742859c36", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -207928,7 +207928,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6369f5f0-4421-4ee9-9175-d686ce749a03", + "id": "a13aea1c-c6d7-4682-995b-e55aaa38e4e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207972,7 +207972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f64845af-c88c-4964-9213-d10f53fbd26d", + "id": "8116c597-15dc-4557-b9f7-0a11e97f9032", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208016,7 +208016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "021bd626-6464-499b-af72-601ab8d26899", + "id": "e8abac45-36cd-4f5a-b7d8-89e4fba4b31c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208060,7 +208060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ca609cb-cb40-4b33-8741-a8ac12ab0ab0", + "id": "d2fb5ff6-20c4-4095-a636-affd619aef31", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208104,7 +208104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4f5da84-8859-4587-8f8e-defc7a9e952c", + "id": "f54aa678-c597-47f4-adfc-8d8e32c85513", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208234,7 +208234,7 @@ } ], "info": { - "_postman_id": "20e3dd92-5501-4924-8b3a-37b41907f25c", + "_postman_id": "43227459-de67-4cc3-87c6-ada1eca35836", "name": "IdentityNow Beta API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { diff --git a/postman/collections/sailpoint-api-nerm.json b/postman/collections/sailpoint-api-nerm.json index 6c5b65b..1b6fd96 100644 --- a/postman/collections/sailpoint-api-nerm.json +++ b/postman/collections/sailpoint-api-nerm.json @@ -5,7 +5,7 @@ "description": "", "item": [ { - "id": "ae709dda-19a4-4574-acdf-e563f20e6ce4", + "id": "9adc0dca-de74-48b3-8343-cb9f0f36c929", "name": "Create a new user", "request": { "name": "Create a new user", @@ -48,7 +48,7 @@ }, "response": [ { - "id": "f38336dc-4593-4263-b164-75b778350df4", + "id": "e2f58096-0b00-4547-919f-717c9db2e359", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -99,12 +99,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"urn:uuid:c6891a80-3df5-4df5-68e9-ec71e5a08299\",\n \"uid\": \"adipisicing sitdolor elit consec\",\n \"name\": \"consectetur elit anim aute\",\n \"email\": \"Wsa4@NVEMT.kmw\",\n \"type\": \"NeprofileUser\",\n \"title\": \"reprehenderit ipsum ea\",\n \"status\": \"Active\",\n \"login\": \"cillum elit\",\n \"last_login\": \"2007-09-14T08:35:34.787Z\",\n \"cookies_accepted_at\": \"2006-02-07T15:22:15.910Z\",\n \"preferred_language\": \"anim Lorem\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"3e520778-8ce7-c5b1-8d1d-863aaa04ab25\",\n \"uid\": \"ullamco dolorin incididuntcupida\",\n \"name\": \"minim id et\",\n \"email\": \"Mz6Na3DD8SI@DwifuF.btcc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"et cupidatat\",\n \"status\": \"Disabled\",\n \"login\": \"ut do\",\n \"last_login\": \"2002-05-03T20:34:41.505Z\",\n \"cookies_accepted_at\": \"2008-11-25T09:34:18.204Z\",\n \"preferred_language\": \"dolor culpa in\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "50ecf36a-8cda-4c86-b3c9-aaa07b9d23e2", + "id": "51adb48a-76c5-44e4-a6c0-93938dd1fcda", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -160,7 +160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f52cafc-6797-4bf5-9080-2ae611ceaa02", + "id": "ad4aab0f-0411-43d5-b676-5d9ca460d435", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -222,7 +222,7 @@ } }, { - "id": "c191631c-e05c-4eaa-aa6b-63947fe4ea7c", + "id": "67500b78-72c7-4582-bc99-21d6c493c606", "name": "Get users", "request": { "name": "Get users", @@ -272,7 +272,7 @@ "type": "text/plain" }, "key": "name", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -281,7 +281,7 @@ "type": "text/plain" }, "key": "login", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -290,7 +290,7 @@ "type": "text/plain" }, "key": "title", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -308,7 +308,7 @@ "type": "text/plain" }, "key": "email", - "value": "iukf0zscMGL5PA@CenoCASzKuYHkfOEnX.hjwz" + "value": "VuiuAj7wggrSc3@rPMF.xk" }, { "disabled": false, @@ -334,7 +334,7 @@ }, "response": [ { - "id": "bc6d4e2b-58d0-4c38-b68b-9d45e55ffe6f", + "id": "96ecac68-09ef-47ac-b769-2a28d2f40805", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -379,7 +379,7 @@ "type": "text/plain" }, "key": "name", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -388,7 +388,7 @@ "type": "text/plain" }, "key": "login", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -397,7 +397,7 @@ "type": "text/plain" }, "key": "title", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -415,7 +415,7 @@ "type": "text/plain" }, "key": "email", - "value": "iukf0zscMGL5PA@CenoCASzKuYHkfOEnX.hjwz" + "value": "VuiuAj7wggrSc3@rPMF.xk" }, { "disabled": false, @@ -454,12 +454,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"59f1eb72-2fa5-de28-691d-4a27a1ea71c3\",\n \"uid\": \"proidentcommodovelit aute tempor\",\n \"name\": \"occaecat exercitation anim id\",\n \"email\": \"JjYBoy@ZyVTBYWsUtJUsXOUkRpwcqScrKJxQb.qxz\",\n \"type\": \"NeprofileUser\",\n \"title\": \"exercitation nulla ullamco\",\n \"status\": \"Disabled\",\n \"login\": \"consectetur aute in in id\",\n \"last_login\": \"1972-07-14T19:37:28.624Z\",\n \"cookies_accepted_at\": \"1965-03-19T23:25:03.155Z\",\n \"preferred_language\": \"reprehenderit mollit\"\n },\n {\n \"id\": \"5fe75c4f-2a67-71e5-fb78-edecadccfb3f\",\n \"uid\": \"Ut consectetur iruredolore ullam\",\n \"name\": \"adipisicing dolor\",\n \"email\": \"BbFxE@NwrETJYrJtyeZtbbTCP.reml\",\n \"type\": \"NeprofileUser\",\n \"title\": \"mollit cupidatat cillum\",\n \"status\": \"Disabled\",\n \"login\": \"occaecat irure deserunt ut\",\n \"last_login\": \"2012-03-15T05:04:36.910Z\",\n \"cookies_accepted_at\": \"1985-10-29T20:50:36.226Z\",\n \"preferred_language\": \"ea in tempor laboris Duis\"\n }\n ],\n \"_metadata\": {\n \"limit\": -36490276,\n \"offset\": 77468432,\n \"total\": -4965989,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:39e8a0dc-b95f-c857-ca9a-dadef6e5c2c8\",\n \"uid\": \"officia in eucommodo ut non elit\",\n \"name\": \"dolor ex v\",\n \"email\": \"cUFwpfS@meaLwKBgXlkemAL.nttn\",\n \"type\": \"NeprofileUser\",\n \"title\": \"pariatur eiusmod\",\n \"status\": \"Active\",\n \"login\": \"reprehenderit et adipisicing ad mollit\",\n \"last_login\": \"2009-07-28T23:56:13.398Z\",\n \"cookies_accepted_at\": \"2002-09-27T14:52:01.163Z\",\n \"preferred_language\": \"in sint occaecat dolore\"\n },\n {\n \"id\": \"urn:uuid:a673db84-952c-6cc3-b584-8b9e33ad019f\",\n \"uid\": \"elit voluptateamet aliquip enim \",\n \"name\": \"dolor veniam\",\n \"email\": \"jz4ms5nIv@tzftyitSfWVNlQiyMaOhKtCKaW.xlht\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Duis ullamco ad\",\n \"status\": \"Active\",\n \"login\": \"mollit esse non ex\",\n \"last_login\": \"1952-07-10T14:28:02.024Z\",\n \"cookies_accepted_at\": \"2000-10-02T22:06:14.393Z\",\n \"preferred_language\": \"in exercitation\"\n }\n ],\n \"_metadata\": {\n \"limit\": -81825406,\n \"offset\": -1076848,\n \"total\": 26864203,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "70312b26-2b78-48cd-9f52-656cfa6a7b99", + "id": "4a363ed1-bc21-4361-bb91-970798e17adc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -504,7 +504,7 @@ "type": "text/plain" }, "key": "name", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -513,7 +513,7 @@ "type": "text/plain" }, "key": "login", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -522,7 +522,7 @@ "type": "text/plain" }, "key": "title", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -540,7 +540,7 @@ "type": "text/plain" }, "key": "email", - "value": "iukf0zscMGL5PA@CenoCASzKuYHkfOEnX.hjwz" + "value": "VuiuAj7wggrSc3@rPMF.xk" }, { "disabled": false, @@ -584,7 +584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1f659a3-1666-40af-9ae2-efb41c3e6c18", + "id": "e982a8bb-3b02-4f2d-a5cc-17bcfb48aa68", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -629,7 +629,7 @@ "type": "text/plain" }, "key": "name", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -638,7 +638,7 @@ "type": "text/plain" }, "key": "login", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -647,7 +647,7 @@ "type": "text/plain" }, "key": "title", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -665,7 +665,7 @@ "type": "text/plain" }, "key": "email", - "value": "iukf0zscMGL5PA@CenoCASzKuYHkfOEnX.hjwz" + "value": "VuiuAj7wggrSc3@rPMF.xk" }, { "disabled": false, @@ -715,7 +715,7 @@ } }, { - "id": "045da86b-4982-48a4-8580-891bf8837de3", + "id": "b0c73ff2-bc7b-4d56-a761-33bd5b8d3cd2", "name": "Create multiple new users", "request": { "name": "Create multiple new users", @@ -758,7 +758,7 @@ }, "response": [ { - "id": "72562136-4cd5-4027-8f40-e14694ad41d7", + "id": "734e7e99-e113-416d-9568-ea92fd8c0186", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -809,12 +809,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:5a791ad4-cd8e-f3c5-a0b8-ee31152da4e9\",\n \"uid\": \"doloresunt aliqua utex consequat\",\n \"name\": \"ad dolore labore\",\n \"email\": \"u4QctKfzbnV49B@GsMTKIZJ.qq\",\n \"type\": \"NeprofileUser\",\n \"title\": \"anim nulla\",\n \"status\": \"Disabled\",\n \"login\": \"nisi Lorem\",\n \"last_login\": \"1981-10-03T15:48:30.839Z\",\n \"cookies_accepted_at\": \"1989-10-29T19:44:05.731Z\",\n \"preferred_language\": \"proident\"\n },\n {\n \"id\": \"4fe62b73-bf15-fd92-93e0-63c0d0c56bf6\",\n \"uid\": \"tempor velit elit enimincididunt\",\n \"name\": \"nostrud in magna in\",\n \"email\": \"fpABIqdLsIQ@fhIiybrvcCqYBWPMusEgcTEDhKsTxy.vs\",\n \"type\": \"NeprofileUser\",\n \"title\": \"voluptate ea\",\n \"status\": \"Active\",\n \"login\": \"et ut ad laboris in\",\n \"last_login\": \"1969-11-14T17:37:21.085Z\",\n \"cookies_accepted_at\": \"1961-06-20T23:16:51.924Z\",\n \"preferred_language\": \"nostrud ut in\"\n }\n ]\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:dbaec6a2-ed56-7cc3-6f58-00fd8da635ce\",\n \"uid\": \"est occaecatquis Lorem temporoff\",\n \"name\": \"occaecat esse incididunt minim cillum\",\n \"email\": \"KfIrg@XPbETUaRQMrZPzwzVmMfkCej.zin\",\n \"type\": \"NeprofileUser\",\n \"title\": \"eiusmod\",\n \"status\": \"Active\",\n \"login\": \"commodo adipisicing in cillum\",\n \"last_login\": \"2007-04-14T15:42:58.152Z\",\n \"cookies_accepted_at\": \"1980-03-27T22:35:55.582Z\",\n \"preferred_language\": \"esse do irure officia\"\n },\n {\n \"id\": \"c64e3769-2af1-22a6-7279-ae1e19370222\",\n \"uid\": \"consectetur ut nullain ametaliqu\",\n \"name\": \"fugiat nostrud amet aliqua\",\n \"email\": \"APUjRwbKqhd@Nn.aa\",\n \"type\": \"NeprofileUser\",\n \"title\": \"ut dolore sint\",\n \"status\": \"Disabled\",\n \"login\": \"nulla\",\n \"last_login\": \"1948-06-29T02:15:01.955Z\",\n \"cookies_accepted_at\": \"2020-07-25T05:14:24.201Z\",\n \"preferred_language\": \"deserunt aliquip eiusmod in\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "77aa6244-4ad6-4a0f-9e99-b35d6df94378", + "id": "50e1518e-d166-4533-89d8-496c5ab42ca6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -870,7 +870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42101e0e-759f-4589-a2d7-cd1e0df82792", + "id": "2eb84fc4-31ad-4f5f-b40a-14739fea35e4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -932,7 +932,7 @@ } }, { - "id": "2de20240-c7bc-4d18-b698-c747f0c7c286", + "id": "6a83fe02-942f-4085-b183-a52809cb5fae", "name": "Update multiple users", "request": { "name": "Update multiple users", @@ -975,7 +975,7 @@ }, "response": [ { - "id": "46dbc387-beed-4570-92dc-196a6accad6a", + "id": "e2909f76-4999-414f-a747-4953d4c65a7d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1026,12 +1026,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:5a791ad4-cd8e-f3c5-a0b8-ee31152da4e9\",\n \"uid\": \"doloresunt aliqua utex consequat\",\n \"name\": \"ad dolore labore\",\n \"email\": \"u4QctKfzbnV49B@GsMTKIZJ.qq\",\n \"type\": \"NeprofileUser\",\n \"title\": \"anim nulla\",\n \"status\": \"Disabled\",\n \"login\": \"nisi Lorem\",\n \"last_login\": \"1981-10-03T15:48:30.839Z\",\n \"cookies_accepted_at\": \"1989-10-29T19:44:05.731Z\",\n \"preferred_language\": \"proident\"\n },\n {\n \"id\": \"4fe62b73-bf15-fd92-93e0-63c0d0c56bf6\",\n \"uid\": \"tempor velit elit enimincididunt\",\n \"name\": \"nostrud in magna in\",\n \"email\": \"fpABIqdLsIQ@fhIiybrvcCqYBWPMusEgcTEDhKsTxy.vs\",\n \"type\": \"NeprofileUser\",\n \"title\": \"voluptate ea\",\n \"status\": \"Active\",\n \"login\": \"et ut ad laboris in\",\n \"last_login\": \"1969-11-14T17:37:21.085Z\",\n \"cookies_accepted_at\": \"1961-06-20T23:16:51.924Z\",\n \"preferred_language\": \"nostrud ut in\"\n }\n ]\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:dbaec6a2-ed56-7cc3-6f58-00fd8da635ce\",\n \"uid\": \"est occaecatquis Lorem temporoff\",\n \"name\": \"occaecat esse incididunt minim cillum\",\n \"email\": \"KfIrg@XPbETUaRQMrZPzwzVmMfkCej.zin\",\n \"type\": \"NeprofileUser\",\n \"title\": \"eiusmod\",\n \"status\": \"Active\",\n \"login\": \"commodo adipisicing in cillum\",\n \"last_login\": \"2007-04-14T15:42:58.152Z\",\n \"cookies_accepted_at\": \"1980-03-27T22:35:55.582Z\",\n \"preferred_language\": \"esse do irure officia\"\n },\n {\n \"id\": \"c64e3769-2af1-22a6-7279-ae1e19370222\",\n \"uid\": \"consectetur ut nullain ametaliqu\",\n \"name\": \"fugiat nostrud amet aliqua\",\n \"email\": \"APUjRwbKqhd@Nn.aa\",\n \"type\": \"NeprofileUser\",\n \"title\": \"ut dolore sint\",\n \"status\": \"Disabled\",\n \"login\": \"nulla\",\n \"last_login\": \"1948-06-29T02:15:01.955Z\",\n \"cookies_accepted_at\": \"2020-07-25T05:14:24.201Z\",\n \"preferred_language\": \"deserunt aliquip eiusmod in\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "37da2660-e9df-4511-b627-85ff132b95fc", + "id": "0ed4f2fe-a0c3-4399-9573-fbf93e2d90af", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1087,7 +1087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "401e4626-7114-448e-bcb6-570f9a432633", + "id": "79c33c97-42a9-4504-806d-8ca671ae1a58", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1149,7 +1149,7 @@ } }, { - "id": "fe0cdc98-4413-4dfe-9dc5-b57ec8d0c220", + "id": "fdae04a7-88bf-45db-ad32-76425a268c24", "name": "Find user by id", "request": { "name": "Find user by id", @@ -1191,7 +1191,7 @@ }, "response": [ { - "id": "27e97935-336a-4af4-a784-97f6954fa951", + "id": "42739736-7ce9-409a-b76a-c1e229b3d206", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1230,12 +1230,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"urn:uuid:c6891a80-3df5-4df5-68e9-ec71e5a08299\",\n \"uid\": \"adipisicing sitdolor elit consec\",\n \"name\": \"consectetur elit anim aute\",\n \"email\": \"Wsa4@NVEMT.kmw\",\n \"type\": \"NeprofileUser\",\n \"title\": \"reprehenderit ipsum ea\",\n \"status\": \"Active\",\n \"login\": \"cillum elit\",\n \"last_login\": \"2007-09-14T08:35:34.787Z\",\n \"cookies_accepted_at\": \"2006-02-07T15:22:15.910Z\",\n \"preferred_language\": \"anim Lorem\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"3e520778-8ce7-c5b1-8d1d-863aaa04ab25\",\n \"uid\": \"ullamco dolorin incididuntcupida\",\n \"name\": \"minim id et\",\n \"email\": \"Mz6Na3DD8SI@DwifuF.btcc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"et cupidatat\",\n \"status\": \"Disabled\",\n \"login\": \"ut do\",\n \"last_login\": \"2002-05-03T20:34:41.505Z\",\n \"cookies_accepted_at\": \"2008-11-25T09:34:18.204Z\",\n \"preferred_language\": \"dolor culpa in\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ba54b035-f5de-4c1c-bfe9-55874e7846cc", + "id": "c969217f-df3e-4d4f-a4d5-a96b571f1982", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1279,7 +1279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb253d67-e9fa-4a32-870d-de75b5091ee5", + "id": "e12ebc0b-296c-4378-8c5c-dcdadc67051a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1329,7 +1329,7 @@ } }, { - "id": "4846c995-e985-48b1-91b8-b52b909b321d", + "id": "a1c4b94f-bae2-4384-a742-dc3e55e31cc3", "name": "Update a user by id", "request": { "name": "Update a user by id", @@ -1384,7 +1384,7 @@ }, "response": [ { - "id": "3b1bf0f9-2c27-4f9b-b51f-484dc3d3c1da", + "id": "63eb3867-4072-4e28-a62c-7f4fec2be8dc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1436,12 +1436,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"urn:uuid:c6891a80-3df5-4df5-68e9-ec71e5a08299\",\n \"uid\": \"adipisicing sitdolor elit consec\",\n \"name\": \"consectetur elit anim aute\",\n \"email\": \"Wsa4@NVEMT.kmw\",\n \"type\": \"NeprofileUser\",\n \"title\": \"reprehenderit ipsum ea\",\n \"status\": \"Active\",\n \"login\": \"cillum elit\",\n \"last_login\": \"2007-09-14T08:35:34.787Z\",\n \"cookies_accepted_at\": \"2006-02-07T15:22:15.910Z\",\n \"preferred_language\": \"anim Lorem\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"3e520778-8ce7-c5b1-8d1d-863aaa04ab25\",\n \"uid\": \"ullamco dolorin incididuntcupida\",\n \"name\": \"minim id et\",\n \"email\": \"Mz6Na3DD8SI@DwifuF.btcc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"et cupidatat\",\n \"status\": \"Disabled\",\n \"login\": \"ut do\",\n \"last_login\": \"2002-05-03T20:34:41.505Z\",\n \"cookies_accepted_at\": \"2008-11-25T09:34:18.204Z\",\n \"preferred_language\": \"dolor culpa in\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5f916afd-8d2d-4d48-aa3a-4dcce882b1e6", + "id": "3013d45a-d885-4a4c-a09c-ba6ff43ce8a1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1498,7 +1498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4453005e-10e0-4b47-8b2d-f728e4d1f06a", + "id": "ff9c7922-0f5d-49f9-9ff9-cc8b0c4c625a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1561,7 +1561,7 @@ } }, { - "id": "84ab0e9f-6560-4075-b2e9-6ea36a10fcae", + "id": "6eaefbc4-fdcf-40c3-bcd6-480ddaa99dab", "name": "Delete a user", "request": { "name": "Delete a user", @@ -1603,7 +1603,7 @@ }, "response": [ { - "id": "1fcfefdb-7e7e-47d4-a444-a9709941d168", + "id": "47724f2c-f70f-4ccd-9778-1787fe753370", "name": "Info about the operation", "originalRequest": { "url": { @@ -1647,7 +1647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8eb6cbe4-2490-4997-addc-9c68abd4fba5", + "id": "67e04959-5791-4de3-ae35-0bc1b9d49253", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1691,7 +1691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb0634a6-049a-4d75-afb6-a6451022f94a", + "id": "2e5d3fd7-d42e-4fc5-b765-56045b20c772", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1741,7 +1741,7 @@ } }, { - "id": "ee640b98-bb66-4a22-a0d3-4b65b8d11a7b", + "id": "5f49b814-45c4-4c72-9e3f-b58d319b5911", "name": "Retrieves the URL of the user avatar", "request": { "name": "Retrieves the URL of the user avatar", @@ -1784,7 +1784,7 @@ }, "response": [ { - "id": "8a9b5617-22ed-4af1-bc5e-1335a78cc264", + "id": "e39cbc80-871f-41f4-8c01-418721a6320d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1824,12 +1824,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"dolore deserunt dolore nisi\"\n}", + "body": "{\n \"url\": \"dolor velit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e7a44dd7-bbf3-448d-8423-881e4b9fde0b", + "id": "aef6afe4-cf48-4d12-9c7e-151d9ec174e3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1874,7 +1874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d649119-e417-448c-9a81-f19ca37ac79f", + "id": "2fe276b1-858f-4c2b-9189-6dd28b02bc7f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1925,7 +1925,7 @@ } }, { - "id": "d727373f-6293-4bc5-be99-9d9404ccd2c1", + "id": "b4033ce3-f67e-4145-97cf-ef9d1bccc4c8", "name": "Uploads a new user avatar", "request": { "name": "Uploads a new user avatar", @@ -1976,7 +1976,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -1985,7 +1985,7 @@ }, "response": [ { - "id": "25d31c7c-46aa-45e4-8f8e-d15b2c23db8d", + "id": "84128b47-9acd-45ed-bb80-f19e87a26bd2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2028,7 +2028,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -2042,12 +2042,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"dolore deserunt dolore nisi\"\n}", + "body": "{\n \"url\": \"dolor velit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a26b39a1-6115-4fa5-97e9-bcd63b6d7896", + "id": "2e886ee4-12f4-43ca-aea4-daa8e8f76206", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2090,7 +2090,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -2109,7 +2109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc743845-2f46-4ec4-ba7a-56fc95951fe9", + "id": "b857045b-d310-48ed-a763-5408d8b9716c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2152,7 +2152,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -2183,7 +2183,7 @@ "description": "", "item": [ { - "id": "71a020eb-63c4-43d8-92a4-53a3e52a73c3", + "id": "bbe0e12d-ee68-4aa7-ab62-b9b5224b500b", "name": "Create a new user-manager relationship", "request": { "name": "Create a new user-manager relationship", @@ -2214,7 +2214,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"84e2eaa5-d7d9-deb1-1e5c-0cb74094c1bf\",\n \"manager_id\": \"urn:uuid:a0a3da11-513c-6aad-f134-fa57abfdcef7\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"9fc68bf4-7cf4-5565-2c0f-2183e153acce\",\n \"manager_id\": \"bd0793d0-a5e6-4cf7-0bdd-e174ac36ecec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2226,7 +2226,7 @@ }, "response": [ { - "id": "de3df755-98c0-4178-adc2-4ab64595f89a", + "id": "c1ee149f-7f67-4221-be44-3972a88a4e9c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2260,7 +2260,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"84e2eaa5-d7d9-deb1-1e5c-0cb74094c1bf\",\n \"manager_id\": \"urn:uuid:a0a3da11-513c-6aad-f134-fa57abfdcef7\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"9fc68bf4-7cf4-5565-2c0f-2183e153acce\",\n \"manager_id\": \"bd0793d0-a5e6-4cf7-0bdd-e174ac36ecec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2277,12 +2277,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:010a27c3-f3a0-2a3a-0833-9016783f4625\",\n \"uid\": \"Lorem tempor in in estipsum temp\",\n \"user_id\": \"urn:uuid:917b2848-d878-02a1-131f-c24ec84385c0\",\n \"manager_id\": \"08a0fc6c-54e9-003e-6016-c31b58cba554\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:281455b7-2232-d3b5-760c-79df16737aa7\",\n \"uid\": \"dolorsit sedmagna ad aute sed el\",\n \"user_id\": \"urn:uuid:830ca2a3-0cc6-5609-d32d-ac7abeb433ba\",\n \"manager_id\": \"292e91d3-9ea0-610b-d9c8-6ab9fd8635eb\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ed639fbb-c648-47d0-a656-ca84132734ce", + "id": "93b7437b-0bb6-426a-940a-51680e021b18", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2316,7 +2316,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"84e2eaa5-d7d9-deb1-1e5c-0cb74094c1bf\",\n \"manager_id\": \"urn:uuid:a0a3da11-513c-6aad-f134-fa57abfdcef7\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"9fc68bf4-7cf4-5565-2c0f-2183e153acce\",\n \"manager_id\": \"bd0793d0-a5e6-4cf7-0bdd-e174ac36ecec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2338,7 +2338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34a0921f-aede-42fe-b76f-2200b631f7f9", + "id": "7bdae882-c109-405e-b323-8a6d977159b2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2372,7 +2372,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"84e2eaa5-d7d9-deb1-1e5c-0cb74094c1bf\",\n \"manager_id\": \"urn:uuid:a0a3da11-513c-6aad-f134-fa57abfdcef7\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"9fc68bf4-7cf4-5565-2c0f-2183e153acce\",\n \"manager_id\": \"bd0793d0-a5e6-4cf7-0bdd-e174ac36ecec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2400,7 +2400,7 @@ } }, { - "id": "823db730-bd2f-447d-beef-220546a59e09", + "id": "bb0a7c56-afdf-46ba-a5a1-60aa1dc266ee", "name": "Get user-manager relationships", "request": { "name": "Get user-manager relationships", @@ -2459,7 +2459,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -2485,7 +2485,7 @@ }, "response": [ { - "id": "7559a6c5-658a-4b4e-8a03-ed9f8efdbce4", + "id": "e608042e-496a-473e-a7dc-f83e89977500", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2539,7 +2539,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -2578,12 +2578,12 @@ "value": "application/json" } ], - "body": "{\n \"user_managers\": [\n {\n \"id\": \"bfe578c8-91bf-2fff-b768-86a7ac83af9d\",\n \"uid\": \"dolore commodo consectetur magna\",\n \"user_id\": \"3fdb24b5-9374-e16b-65ce-2c895a4e3f10\",\n \"manager_id\": \"urn:uuid:047ee0be-c17d-50ce-cc99-468cc3810864\"\n },\n {\n \"id\": \"3e305dc6-13c2-f742-7c94-2b12c2c682f5\",\n \"uid\": \"minim sitlaborum pariaturExcepte\",\n \"user_id\": \"urn:uuid:a5587a28-d16d-4889-997e-d0685c8a0fd8\",\n \"manager_id\": \"urn:uuid:be1a8b9f-0e1d-35fa-8ce9-6e00c41b41d2\"\n }\n ],\n \"_metadata\": {\n \"limit\": -34893639,\n \"offset\": -91106127,\n \"total\": -40576770,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:9b5018df-e474-a754-de16-11e628acd7eb\",\n \"uid\": \"do ipsum veniam incididuntculpan\",\n \"user_id\": \"8f9b9c11-43a6-4723-1ce7-9915de0065a2\",\n \"manager_id\": \"urn:uuid:9a32051b-6c32-532b-bacf-415884b6fcbb\"\n },\n {\n \"id\": \"urn:uuid:1e353476-10f8-ec75-54ad-71c602b2b674\",\n \"uid\": \"Ut dolore sintvelit sit ut paria\",\n \"user_id\": \"urn:uuid:1ccb8c96-7ace-129b-b6a6-612f91e1a153\",\n \"manager_id\": \"urn:uuid:0fbd5648-2ef6-dab8-8600-c40c1d3f251d\"\n }\n ],\n \"_metadata\": {\n \"limit\": -14604028,\n \"offset\": 21876578,\n \"total\": -3646811,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5f753941-11a8-49f2-b818-a607eee65df3", + "id": "0b5c884e-1e58-4409-b143-ab9d8297ade3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2637,7 +2637,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -2681,7 +2681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bc2e4b6-d5d2-45ea-85af-5c277ef5eb18", + "id": "f190151a-3ee0-4731-b80c-ed04b647d45f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2735,7 +2735,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -2785,7 +2785,7 @@ } }, { - "id": "7ab87abf-eec2-46a2-8e98-869676341d26", + "id": "b8d88d4c-0d68-4994-bea6-36cdab481ee6", "name": "Create multiple new user-manager relationships", "request": { "name": "Create multiple new user-manager relationships", @@ -2816,7 +2816,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"bb6fc211-a5fc-1351-a054-044341bfbd89\",\n \"manager_id\": \"cae1a9ed-f03d-fe1f-16d8-a3706734b193\"\n },\n {\n \"user_id\": \"urn:uuid:f1d6a0a2-8cd8-4dc1-4f0c-7d92bda0ad13\",\n \"manager_id\": \"79787e16-5cae-7cda-67c9-7a10d8c3bd43\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:03e4f2a4-e55a-0514-8aa6-8b8420d01bed\",\n \"manager_id\": \"urn:uuid:a80a6140-0645-4738-3550-80783da1cd0f\"\n },\n {\n \"user_id\": \"urn:uuid:2267bf7c-df4a-60cf-2e84-fe9394849eff\",\n \"manager_id\": \"cefc8571-a836-80be-9964-de8c4cf218e2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2828,7 +2828,7 @@ }, "response": [ { - "id": "e8d61a15-7ef8-45f6-a6c9-f38792f3dafb", + "id": "fc148f7b-f7b4-4da5-98d5-61964dd8c7fa", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2862,7 +2862,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"bb6fc211-a5fc-1351-a054-044341bfbd89\",\n \"manager_id\": \"cae1a9ed-f03d-fe1f-16d8-a3706734b193\"\n },\n {\n \"user_id\": \"urn:uuid:f1d6a0a2-8cd8-4dc1-4f0c-7d92bda0ad13\",\n \"manager_id\": \"79787e16-5cae-7cda-67c9-7a10d8c3bd43\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:03e4f2a4-e55a-0514-8aa6-8b8420d01bed\",\n \"manager_id\": \"urn:uuid:a80a6140-0645-4738-3550-80783da1cd0f\"\n },\n {\n \"user_id\": \"urn:uuid:2267bf7c-df4a-60cf-2e84-fe9394849eff\",\n \"manager_id\": \"cefc8571-a836-80be-9964-de8c4cf218e2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2884,7 +2884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cece39e-553d-4e8d-bcd1-800c9f74a99d", + "id": "7389436d-69b4-4a19-b5b9-42cce15b5baa", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2918,7 +2918,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"bb6fc211-a5fc-1351-a054-044341bfbd89\",\n \"manager_id\": \"cae1a9ed-f03d-fe1f-16d8-a3706734b193\"\n },\n {\n \"user_id\": \"urn:uuid:f1d6a0a2-8cd8-4dc1-4f0c-7d92bda0ad13\",\n \"manager_id\": \"79787e16-5cae-7cda-67c9-7a10d8c3bd43\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:03e4f2a4-e55a-0514-8aa6-8b8420d01bed\",\n \"manager_id\": \"urn:uuid:a80a6140-0645-4738-3550-80783da1cd0f\"\n },\n {\n \"user_id\": \"urn:uuid:2267bf7c-df4a-60cf-2e84-fe9394849eff\",\n \"manager_id\": \"cefc8571-a836-80be-9964-de8c4cf218e2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2940,7 +2940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7ee4f7b-ec8d-4602-bb88-3e5a3ab0b0ea", + "id": "158af89b-3b22-4a3b-a162-b30ac15fbf6b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2974,7 +2974,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"bb6fc211-a5fc-1351-a054-044341bfbd89\",\n \"manager_id\": \"cae1a9ed-f03d-fe1f-16d8-a3706734b193\"\n },\n {\n \"user_id\": \"urn:uuid:f1d6a0a2-8cd8-4dc1-4f0c-7d92bda0ad13\",\n \"manager_id\": \"79787e16-5cae-7cda-67c9-7a10d8c3bd43\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:03e4f2a4-e55a-0514-8aa6-8b8420d01bed\",\n \"manager_id\": \"urn:uuid:a80a6140-0645-4738-3550-80783da1cd0f\"\n },\n {\n \"user_id\": \"urn:uuid:2267bf7c-df4a-60cf-2e84-fe9394849eff\",\n \"manager_id\": \"cefc8571-a836-80be-9964-de8c4cf218e2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3002,7 +3002,7 @@ } }, { - "id": "368b0d1a-1660-4fc3-90e0-b5fb595b2126", + "id": "4d2df250-f7c3-48b2-b54e-5dcae5aa98e7", "name": "Update multiple user-manager relationships", "request": { "name": "Update multiple user-manager relationships", @@ -3033,7 +3033,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:f3000fa3-a454-dc34-f37e-0ef42a41ba04\",\n \"user_id\": \"urn:uuid:762508a0-da84-d858-e0fa-6b21735382ae\",\n \"manager_id\": \"d7b4280e-b82b-fce5-61fa-382ab1c5b8f4\"\n },\n {\n \"id\": \"ff54c133-4fbe-77eb-2b38-62897a62e111\",\n \"user_id\": \"urn:uuid:f576c4d3-5b54-d54a-3caa-f403ad033bb9\",\n \"manager_id\": \"05518c04-f1e6-f94c-d5a6-6aac93034b5a\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:a4760e8f-9913-e6ff-1419-cb75acb46597\",\n \"user_id\": \"urn:uuid:0e0ca142-c5e2-65bf-4c89-6d36a9bc67f9\",\n \"manager_id\": \"34f036c1-5b2f-ecdb-85fd-dbac6346e21b\"\n },\n {\n \"id\": \"urn:uuid:937b375a-cb93-b7ea-37db-858d97161105\",\n \"user_id\": \"5edf753d-1303-22cb-2514-b182db174a58\",\n \"manager_id\": \"urn:uuid:3214ba73-aa61-b626-b060-b7dcb52f0d26\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3045,7 +3045,7 @@ }, "response": [ { - "id": "5733c279-71e3-4ead-9e83-bebbf9cb2344", + "id": "33572ad4-e1be-4937-8257-e5444b33b385", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3079,7 +3079,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:f3000fa3-a454-dc34-f37e-0ef42a41ba04\",\n \"user_id\": \"urn:uuid:762508a0-da84-d858-e0fa-6b21735382ae\",\n \"manager_id\": \"d7b4280e-b82b-fce5-61fa-382ab1c5b8f4\"\n },\n {\n \"id\": \"ff54c133-4fbe-77eb-2b38-62897a62e111\",\n \"user_id\": \"urn:uuid:f576c4d3-5b54-d54a-3caa-f403ad033bb9\",\n \"manager_id\": \"05518c04-f1e6-f94c-d5a6-6aac93034b5a\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:a4760e8f-9913-e6ff-1419-cb75acb46597\",\n \"user_id\": \"urn:uuid:0e0ca142-c5e2-65bf-4c89-6d36a9bc67f9\",\n \"manager_id\": \"34f036c1-5b2f-ecdb-85fd-dbac6346e21b\"\n },\n {\n \"id\": \"urn:uuid:937b375a-cb93-b7ea-37db-858d97161105\",\n \"user_id\": \"5edf753d-1303-22cb-2514-b182db174a58\",\n \"manager_id\": \"urn:uuid:3214ba73-aa61-b626-b060-b7dcb52f0d26\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3101,7 +3101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bb137af-8e02-443f-a603-69150c21dc5f", + "id": "96356798-ca1d-44f9-b5df-fa6192124f81", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3135,7 +3135,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:f3000fa3-a454-dc34-f37e-0ef42a41ba04\",\n \"user_id\": \"urn:uuid:762508a0-da84-d858-e0fa-6b21735382ae\",\n \"manager_id\": \"d7b4280e-b82b-fce5-61fa-382ab1c5b8f4\"\n },\n {\n \"id\": \"ff54c133-4fbe-77eb-2b38-62897a62e111\",\n \"user_id\": \"urn:uuid:f576c4d3-5b54-d54a-3caa-f403ad033bb9\",\n \"manager_id\": \"05518c04-f1e6-f94c-d5a6-6aac93034b5a\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:a4760e8f-9913-e6ff-1419-cb75acb46597\",\n \"user_id\": \"urn:uuid:0e0ca142-c5e2-65bf-4c89-6d36a9bc67f9\",\n \"manager_id\": \"34f036c1-5b2f-ecdb-85fd-dbac6346e21b\"\n },\n {\n \"id\": \"urn:uuid:937b375a-cb93-b7ea-37db-858d97161105\",\n \"user_id\": \"5edf753d-1303-22cb-2514-b182db174a58\",\n \"manager_id\": \"urn:uuid:3214ba73-aa61-b626-b060-b7dcb52f0d26\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3157,7 +3157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb4ab9ce-1e5a-437b-b654-ef6dec6ba28f", + "id": "54f35e33-4181-4347-ac53-756f19ff7e79", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3191,7 +3191,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:f3000fa3-a454-dc34-f37e-0ef42a41ba04\",\n \"user_id\": \"urn:uuid:762508a0-da84-d858-e0fa-6b21735382ae\",\n \"manager_id\": \"d7b4280e-b82b-fce5-61fa-382ab1c5b8f4\"\n },\n {\n \"id\": \"ff54c133-4fbe-77eb-2b38-62897a62e111\",\n \"user_id\": \"urn:uuid:f576c4d3-5b54-d54a-3caa-f403ad033bb9\",\n \"manager_id\": \"05518c04-f1e6-f94c-d5a6-6aac93034b5a\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:a4760e8f-9913-e6ff-1419-cb75acb46597\",\n \"user_id\": \"urn:uuid:0e0ca142-c5e2-65bf-4c89-6d36a9bc67f9\",\n \"manager_id\": \"34f036c1-5b2f-ecdb-85fd-dbac6346e21b\"\n },\n {\n \"id\": \"urn:uuid:937b375a-cb93-b7ea-37db-858d97161105\",\n \"user_id\": \"5edf753d-1303-22cb-2514-b182db174a58\",\n \"manager_id\": \"urn:uuid:3214ba73-aa61-b626-b060-b7dcb52f0d26\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3219,7 +3219,7 @@ } }, { - "id": "8f540490-3213-46ef-a9c0-6e7b027ab7e8", + "id": "a40c1ac7-9a76-43fc-ac7b-2f53e1c6a8c1", "name": "Find user-manager relationship by id", "request": { "name": "Find user-manager relationship by id", @@ -3261,7 +3261,7 @@ }, "response": [ { - "id": "416a48de-adc1-4b39-b4c6-2272bb83f5f3", + "id": "909d5351-de5d-4921-a2fe-e997e24f16d3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3300,12 +3300,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:010a27c3-f3a0-2a3a-0833-9016783f4625\",\n \"uid\": \"Lorem tempor in in estipsum temp\",\n \"user_id\": \"urn:uuid:917b2848-d878-02a1-131f-c24ec84385c0\",\n \"manager_id\": \"08a0fc6c-54e9-003e-6016-c31b58cba554\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:281455b7-2232-d3b5-760c-79df16737aa7\",\n \"uid\": \"dolorsit sedmagna ad aute sed el\",\n \"user_id\": \"urn:uuid:830ca2a3-0cc6-5609-d32d-ac7abeb433ba\",\n \"manager_id\": \"292e91d3-9ea0-610b-d9c8-6ab9fd8635eb\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "56b253d6-0d1f-4d3b-bf8c-cb2b5e6ffe7d", + "id": "ad6b56db-ec29-41eb-8540-f6a270700934", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3349,7 +3349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ec736af-b341-4e72-b094-0dc9d79c9496", + "id": "59f1694a-6663-4b70-b6be-5b87eb27b9e8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3399,7 +3399,7 @@ } }, { - "id": "c18af06a-8573-4ca7-b77d-b5b989e9cb43", + "id": "2768a4ad-8f81-4255-aec5-e219f7f260e9", "name": "Update a user-manager relationship by id", "request": { "name": "Update a user-manager relationship by id", @@ -3442,7 +3442,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"84e2eaa5-d7d9-deb1-1e5c-0cb74094c1bf\",\n \"manager_id\": \"urn:uuid:a0a3da11-513c-6aad-f134-fa57abfdcef7\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"9fc68bf4-7cf4-5565-2c0f-2183e153acce\",\n \"manager_id\": \"bd0793d0-a5e6-4cf7-0bdd-e174ac36ecec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3454,7 +3454,7 @@ }, "response": [ { - "id": "14970927-30b9-4ba4-94bc-58ce6a93bfaa", + "id": "9d7b4f6e-ad3a-409f-9309-298077797ead", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3489,7 +3489,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"84e2eaa5-d7d9-deb1-1e5c-0cb74094c1bf\",\n \"manager_id\": \"urn:uuid:a0a3da11-513c-6aad-f134-fa57abfdcef7\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"9fc68bf4-7cf4-5565-2c0f-2183e153acce\",\n \"manager_id\": \"bd0793d0-a5e6-4cf7-0bdd-e174ac36ecec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3506,12 +3506,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:010a27c3-f3a0-2a3a-0833-9016783f4625\",\n \"uid\": \"Lorem tempor in in estipsum temp\",\n \"user_id\": \"urn:uuid:917b2848-d878-02a1-131f-c24ec84385c0\",\n \"manager_id\": \"08a0fc6c-54e9-003e-6016-c31b58cba554\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:281455b7-2232-d3b5-760c-79df16737aa7\",\n \"uid\": \"dolorsit sedmagna ad aute sed el\",\n \"user_id\": \"urn:uuid:830ca2a3-0cc6-5609-d32d-ac7abeb433ba\",\n \"manager_id\": \"292e91d3-9ea0-610b-d9c8-6ab9fd8635eb\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "56ff32ea-8ddc-4063-baeb-b0e1aceb6e13", + "id": "f8e63174-13c2-4817-8771-afa6ac63d36e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3546,7 +3546,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"84e2eaa5-d7d9-deb1-1e5c-0cb74094c1bf\",\n \"manager_id\": \"urn:uuid:a0a3da11-513c-6aad-f134-fa57abfdcef7\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"9fc68bf4-7cf4-5565-2c0f-2183e153acce\",\n \"manager_id\": \"bd0793d0-a5e6-4cf7-0bdd-e174ac36ecec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3568,7 +3568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f3cbe1a-dd20-422a-8bfb-9d15050df9d2", + "id": "dba4e8ab-7061-4b0e-a19f-fd061c842459", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3603,7 +3603,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"84e2eaa5-d7d9-deb1-1e5c-0cb74094c1bf\",\n \"manager_id\": \"urn:uuid:a0a3da11-513c-6aad-f134-fa57abfdcef7\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"9fc68bf4-7cf4-5565-2c0f-2183e153acce\",\n \"manager_id\": \"bd0793d0-a5e6-4cf7-0bdd-e174ac36ecec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3637,7 +3637,7 @@ "description": "", "item": [ { - "id": "f72ed737-cc27-420d-a197-3b3dd1b0b44f", + "id": "e3b9ac4c-4a14-4e8f-a18f-be9b76296c10", "name": "Get roles", "request": { "name": "Get roles", @@ -3704,7 +3704,7 @@ }, "response": [ { - "id": "23c46527-c3fe-4f47-8d8e-d918826fcb5f", + "id": "c073ce84-d046-4ea2-b581-4b1dd1e4b8fe", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3779,12 +3779,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:7bb6c99c-2abd-5952-6854-61ddedec2fbe\",\n \"uid\": \"officia utesse id mollit ut aute\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"035b7e3c-f3e8-c23f-9f1c-9d8ba69e3172\",\n \"uid\": \"incididunt ut consequatdolore in\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": -81215337,\n \"offset\": 4251237,\n \"total\": 29791827,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:679a7133-042d-dc60-e962-f68552c79333\",\n \"uid\": \"tempor Ut voluptatecillum elit e\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"d18aec3a-be35-5245-7790-dcb00675d784\",\n \"uid\": \"ut dolor Excepteur consectetur q\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": -43701004,\n \"offset\": 89883450,\n \"total\": -6008703,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c39cdeff-92b6-440d-ab9f-591845f025d1", + "id": "abf8aa36-49e8-4022-8c5f-499c2062a2e7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3864,7 +3864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31e4e870-0020-407e-8ed9-001ce895020e", + "id": "00533cfa-e148-463f-8500-b823bb123567", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3950,7 +3950,7 @@ } }, { - "id": "9d7929c0-6277-4543-81b4-f4441247627a", + "id": "29868934-53e6-4c56-a905-862e6dc0fa8c", "name": "Create multiple new roles", "request": { "name": "Create multiple new roles", @@ -3981,7 +3981,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"minim Ut commodo fugiat ipsumali\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"eiusmod adipisicingenim sunt Exc\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"sunt id deseruntest animvelit no\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"culpa officia consequatdolore cu\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3993,7 +3993,7 @@ }, "response": [ { - "id": "095d5621-4690-4fbc-a1ef-35653dac5ab9", + "id": "f123f3aa-e07d-43f1-b077-83bf12154922", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4027,7 +4027,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"minim Ut commodo fugiat ipsumali\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"eiusmod adipisicingenim sunt Exc\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"sunt id deseruntest animvelit no\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"culpa officia consequatdolore cu\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -4044,12 +4044,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:fd0d326b-af1e-c491-6407-b72245ce0546\",\n \"uid\": \"aute proident fugiat cupidatat D\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"063bd56d-8da7-85eb-27c9-02eb389bb575\",\n \"uid\": \"Ut in minimLorem adipisicing id \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:9befb112-5f32-3ec1-8387-5acadcee3566\",\n \"uid\": \"veniam consequatad sint labore t\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:f126b5a5-4dbc-b5e8-8656-4141c7ebc021\",\n \"uid\": \"Excepteur magnaut commodo uteu c\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "18e49cc4-fb23-4550-93dd-f0b72f94fb61", + "id": "ef422faa-7173-41c9-a6c0-64581019664f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4083,7 +4083,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"minim Ut commodo fugiat ipsumali\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"eiusmod adipisicingenim sunt Exc\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"sunt id deseruntest animvelit no\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"culpa officia consequatdolore cu\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -4105,7 +4105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dfbf5a2-3ee7-4b98-9389-c25139ce0138", + "id": "df408b28-20cd-4578-96fe-23cd16cd3af8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4139,7 +4139,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"minim Ut commodo fugiat ipsumali\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"eiusmod adipisicingenim sunt Exc\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"sunt id deseruntest animvelit no\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"culpa officia consequatdolore cu\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -4167,7 +4167,7 @@ } }, { - "id": "8a386760-203c-421e-b2f0-8b023f9bfd82", + "id": "8c482840-7c72-4512-9e34-84d331275f92", "name": "Update multiple roles", "request": { "name": "Update multiple roles", @@ -4210,7 +4210,7 @@ }, "response": [ { - "id": "f9551013-6c1e-4f14-93d1-a9213dfd1343", + "id": "838c1a64-8249-4c66-9425-1a9826432d5a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4261,12 +4261,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:fd0d326b-af1e-c491-6407-b72245ce0546\",\n \"uid\": \"aute proident fugiat cupidatat D\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"063bd56d-8da7-85eb-27c9-02eb389bb575\",\n \"uid\": \"Ut in minimLorem adipisicing id \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:9befb112-5f32-3ec1-8387-5acadcee3566\",\n \"uid\": \"veniam consequatad sint labore t\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:f126b5a5-4dbc-b5e8-8656-4141c7ebc021\",\n \"uid\": \"Excepteur magnaut commodo uteu c\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8d5bd4f8-ca00-4a0e-8e63-396626842464", + "id": "e53439a7-ab93-4890-a612-b78e269d76a3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4322,7 +4322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46b11322-899d-4157-83bc-c2cb59e7dbae", + "id": "8d498c40-4dcc-4f35-aeee-3b9555dfb253", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4384,7 +4384,7 @@ } }, { - "id": "93289323-6682-47d1-92df-f2dfb2adf974", + "id": "f6316bf6-7755-487c-90a1-d225f288c002", "name": "Create a new role", "request": { "name": "Create a new role", @@ -4415,7 +4415,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"Excepteur sunt elit laborumexerc\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"ut nostrud eiusmoddolore dolore \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4427,7 +4427,7 @@ }, "response": [ { - "id": "493ac555-01ed-4d3a-80dc-4b2c1e0055ef", + "id": "76c6c2ec-179f-4c84-b4a9-ce2980c5dd7d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4461,7 +4461,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"Excepteur sunt elit laborumexerc\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"ut nostrud eiusmoddolore dolore \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4478,12 +4478,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"cef6ddcb-53b8-7086-0c64-26317e1fcdf7\",\n \"uid\": \"nisi voluptatesit id occaecat Ex\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"b211ce59-dc47-7cad-cbac-354137da8324\",\n \"uid\": \"voluptate laboris id eu magnalab\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "614869a0-3c02-4003-a5f5-6dd05861b991", + "id": "da917350-4657-4cad-94f3-cef07fff1965", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4517,7 +4517,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"Excepteur sunt elit laborumexerc\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"ut nostrud eiusmoddolore dolore \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4539,7 +4539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd314cfc-398e-4c52-b95d-36eea9036e26", + "id": "3fac4805-b9aa-4562-8a42-223922267033", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4573,7 +4573,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"Excepteur sunt elit laborumexerc\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"ut nostrud eiusmoddolore dolore \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4601,7 +4601,7 @@ } }, { - "id": "c599e6fe-8d97-4172-8ad7-7d06d3ec25ed", + "id": "07d6bed0-b151-4c06-9618-ec5ddf6b916c", "name": "Find role by id", "request": { "name": "Find role by id", @@ -4643,7 +4643,7 @@ }, "response": [ { - "id": "4afac822-78e2-4b3a-8ba1-c06aa3cf9123", + "id": "c0b2b82e-04bc-4de8-9cbe-2cf67dadd638", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4682,12 +4682,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"cef6ddcb-53b8-7086-0c64-26317e1fcdf7\",\n \"uid\": \"nisi voluptatesit id occaecat Ex\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"b211ce59-dc47-7cad-cbac-354137da8324\",\n \"uid\": \"voluptate laboris id eu magnalab\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0e460d1b-2910-43cf-b0d1-380940c6f4a9", + "id": "9eefbdae-8215-4420-abe6-da1524904349", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4731,7 +4731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ad6e977-a855-4e62-b864-69ca8a71d019", + "id": "1a59fc0b-e716-4087-b8b9-9644e791f116", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4781,7 +4781,7 @@ } }, { - "id": "205e23d9-bada-49d2-b17f-fa16dc5e1a85", + "id": "11d5f825-1ab6-41b7-8f8e-fec3d7fe0187", "name": "Update an existing role", "request": { "name": "Update an existing role", @@ -4836,7 +4836,7 @@ }, "response": [ { - "id": "9b0f6b8b-bfa2-412e-baac-c031d0a92cef", + "id": "5aae0e40-37e0-41ae-914f-a269cbaef127", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4888,12 +4888,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"cef6ddcb-53b8-7086-0c64-26317e1fcdf7\",\n \"uid\": \"nisi voluptatesit id occaecat Ex\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"b211ce59-dc47-7cad-cbac-354137da8324\",\n \"uid\": \"voluptate laboris id eu magnalab\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "80f39dbd-c6d8-4327-b950-1da8d1befabc", + "id": "12adaa8f-0205-44c9-9d8d-dd95a686b47f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4950,7 +4950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a82cdea8-b5b5-4e1f-8351-c9b22839cacd", + "id": "2b354228-b001-4fdb-add6-bbbeab23d96d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5019,7 +5019,7 @@ "description": "", "item": [ { - "id": "1af06ade-c4e9-414d-8cc3-4a39b23b9bf2", + "id": "5d8015d3-16c9-46b9-8c2c-b48d7a2f045f", "name": "Create a permission", "request": { "name": "Create a permission", @@ -5062,7 +5062,7 @@ }, "response": [ { - "id": "224ddda5-719c-4389-93d6-fc7edd78519d", + "id": "2f5aafef-32f6-4946-a7a9-8e3dd0f3b134", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5118,7 +5118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65b6c938-960f-4cb4-8b10-6a6d10f00c5c", + "id": "068bf2d4-cd8c-4dc9-ad7b-c328b69f7d6c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5174,7 +5174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c8a9e7-9fff-495c-8a79-c3b17364bde2", + "id": "faba3a68-5519-418e-b081-4215e5e5aa7b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5242,7 +5242,7 @@ "description": "", "item": [ { - "id": "d9e295c1-a5c9-4c97-a43c-845fff63eb7e", + "id": "78e51be4-d76b-4ed2-8a5b-fa6eb25303ed", "name": "Assign a new role to a user", "request": { "name": "Assign a new role to a user", @@ -5273,7 +5273,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"c06eb03d-1831-3eee-fae8-d86ec90621c5\",\n \"role_id\": \"519bf3c5-ed43-eff2-e5c6-5b9f65812c37\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"e3eb9d86-d803-a033-62a1-558ca8bf7c95\",\n \"role_id\": \"urn:uuid:0a981209-6342-2d60-2841-6d10ad22164c\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5285,7 +5285,7 @@ }, "response": [ { - "id": "08797f51-c523-41ce-b71f-df7432894aab", + "id": "fa07e931-f81b-4fec-9ace-5a32c9eef50d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5319,7 +5319,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"c06eb03d-1831-3eee-fae8-d86ec90621c5\",\n \"role_id\": \"519bf3c5-ed43-eff2-e5c6-5b9f65812c37\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"e3eb9d86-d803-a033-62a1-558ca8bf7c95\",\n \"role_id\": \"urn:uuid:0a981209-6342-2d60-2841-6d10ad22164c\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5336,12 +5336,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"edcedd0c-95d2-b0ae-b643-a68fbbd14e7d\",\n \"uid\": \"est elit mollit Lorem laborecons\",\n \"user_id\": \"urn:uuid:278ae992-d69b-9130-1401-b5d322840307\",\n \"role_id\": \"0e00bc62-d86c-cebb-cde7-8532711f56db\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"eba81856-9949-0fd8-37a6-c38cae84f8d0\",\n \"uid\": \"nostrud magna inreprehenderitcon\",\n \"user_id\": \"a4e31676-4715-9c9b-f171-eb1f1316d04c\",\n \"role_id\": \"urn:uuid:368eb483-c140-4191-ff29-bf4fd4098cd3\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "64664b98-59f1-4702-ae78-9fcc3d72db84", + "id": "7bdf94c4-bb94-41ab-a643-c1d533e02327", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5375,7 +5375,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"c06eb03d-1831-3eee-fae8-d86ec90621c5\",\n \"role_id\": \"519bf3c5-ed43-eff2-e5c6-5b9f65812c37\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"e3eb9d86-d803-a033-62a1-558ca8bf7c95\",\n \"role_id\": \"urn:uuid:0a981209-6342-2d60-2841-6d10ad22164c\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5397,7 +5397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9850f40-4104-4d7a-bf91-0ea5ffd83818", + "id": "f4aae764-cee9-4d0c-9657-181b7bc4d3fb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5431,7 +5431,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"c06eb03d-1831-3eee-fae8-d86ec90621c5\",\n \"role_id\": \"519bf3c5-ed43-eff2-e5c6-5b9f65812c37\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"e3eb9d86-d803-a033-62a1-558ca8bf7c95\",\n \"role_id\": \"urn:uuid:0a981209-6342-2d60-2841-6d10ad22164c\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5459,7 +5459,7 @@ } }, { - "id": "98de9045-f360-48f3-8a38-f98ba016ec3b", + "id": "197bb8c9-9d03-4d06-8553-aabc32cc502a", "name": "Get user role pairings", "request": { "name": "Get user role pairings", @@ -5518,7 +5518,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -5544,7 +5544,7 @@ }, "response": [ { - "id": "8060acc9-6802-4eda-8262-bd4493c5f3ca", + "id": "6a33b4ff-1efa-4800-895e-1d4811f7d940", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5598,7 +5598,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -5637,12 +5637,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"540fe502-335f-1222-7ad0-921a50bf1f0f\",\n \"uid\": \"dolore cupidatat veniamad dolore\",\n \"user_id\": \"2234eee6-4cc6-cdb4-1c9d-737af0926478\",\n \"role_id\": \"urn:uuid:d66050b9-8622-a883-947a-10c33447af6d\"\n },\n {\n \"id\": \"fde84cbe-aaed-e89d-964a-abb953b73acd\",\n \"uid\": \"elitsed veniam temporinlaborum p\",\n \"user_id\": \"e422dbf6-deb7-2e53-94a5-16375c559a56\",\n \"role_id\": \"cfc6653b-96a6-2fbf-07a8-17597e0838df\"\n }\n ],\n \"_metadata\": {\n \"limit\": 20373790,\n \"offset\": 84960036,\n \"total\": 14393937,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"bf162902-a525-2ffc-15da-1b4545425b82\",\n \"uid\": \"reprehenderit aute commodo labor\",\n \"user_id\": \"2d454177-0ff6-f0e4-43c6-e26b7e613e81\",\n \"role_id\": \"urn:uuid:61a27108-8475-1f87-3780-a9c5050b6a30\"\n },\n {\n \"id\": \"7edcf33a-00f5-79e2-3ff9-1813cae54390\",\n \"uid\": \"nostrud ullamco minimconsectetur\",\n \"user_id\": \"urn:uuid:3489d303-d43d-6ea0-56f2-86d674619eab\",\n \"role_id\": \"urn:uuid:887341bc-1412-968b-a086-be6742b00663\"\n }\n ],\n \"_metadata\": {\n \"limit\": 12061977,\n \"offset\": 71437829,\n \"total\": 92224607,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "295dafb4-64b4-4f7c-b8d9-defa38a3bc4e", + "id": "5b9e3c8d-d8b7-4aa6-b9d6-a8472ccef744", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5696,7 +5696,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -5740,7 +5740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc63ffcf-3f0c-414d-b465-3884a9622a29", + "id": "80e70c2f-00dd-49a3-b875-78e6a3e9c5fb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5794,7 +5794,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -5844,7 +5844,7 @@ } }, { - "id": "f2a1d95a-e364-426e-ac05-981c33a2a878", + "id": "eab0c3e7-51b6-46a0-a644-49abeada7886", "name": "Create multiple new user role pairings", "request": { "name": "Create multiple new user role pairings", @@ -5875,7 +5875,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:2b7da0a0-374e-b65e-9c2f-36d4cdf8e0b1\",\n \"role_id\": \"urn:uuid:b21d154a-4e81-92ff-c339-2dbfa9920e15\"\n },\n {\n \"user_id\": \"urn:uuid:7adca043-d154-d445-c96b-d3dea209a10f\",\n \"role_id\": \"urn:uuid:2cecaee3-58ae-3897-2fbb-0204ebaed32c\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"3ea6d8fe-083d-1794-93f8-2d9ad7ff81b1\",\n \"role_id\": \"d72604b0-77b0-61dd-3095-eb487eefdc0b\"\n },\n {\n \"user_id\": \"0ab98040-acf8-5299-6309-d070897f157d\",\n \"role_id\": \"urn:uuid:aa8df078-1c01-52ac-e695-7738293990e2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5887,7 +5887,7 @@ }, "response": [ { - "id": "0adf7b7d-965b-482b-8712-425761a109fd", + "id": "ea7bc4b0-2cab-4716-855f-e9558b2395fd", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5921,7 +5921,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:2b7da0a0-374e-b65e-9c2f-36d4cdf8e0b1\",\n \"role_id\": \"urn:uuid:b21d154a-4e81-92ff-c339-2dbfa9920e15\"\n },\n {\n \"user_id\": \"urn:uuid:7adca043-d154-d445-c96b-d3dea209a10f\",\n \"role_id\": \"urn:uuid:2cecaee3-58ae-3897-2fbb-0204ebaed32c\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"3ea6d8fe-083d-1794-93f8-2d9ad7ff81b1\",\n \"role_id\": \"d72604b0-77b0-61dd-3095-eb487eefdc0b\"\n },\n {\n \"user_id\": \"0ab98040-acf8-5299-6309-d070897f157d\",\n \"role_id\": \"urn:uuid:aa8df078-1c01-52ac-e695-7738293990e2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5938,12 +5938,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:1e3fc605-02f2-c6b8-2ea9-8e91f912f473\",\n \"uid\": \"in ipsum laborumsit ExcepteurLor\",\n \"user_id\": \"urn:uuid:8c2d8fd2-b2e1-152f-2631-ff0dc90cf859\",\n \"role_id\": \"fab6dc4d-6f18-6f4d-1195-de6221db42ce\"\n },\n {\n \"id\": \"b709b73a-bd90-4a99-ffbb-447bdf6944f1\",\n \"uid\": \"aute nostrudaliquip anim ipsumcu\",\n \"user_id\": \"urn:uuid:01b12415-0758-d498-4619-684ba9ab05cc\",\n \"role_id\": \"28396244-4ad7-52fb-2126-d254de0eb395\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"2114242d-ca1c-05a3-2abb-ddc181ba77c2\",\n \"uid\": \"aliquairureiruredeserunt eu est \",\n \"user_id\": \"15c971bf-4c30-b0e4-42e0-90f4353d1616\",\n \"role_id\": \"f9bc72f3-12b6-a87a-2563-d16ed571db23\"\n },\n {\n \"id\": \"cb487e8c-f294-e251-4d5b-a2c9988f04da\",\n \"uid\": \"pariatur consectetur exercitatio\",\n \"user_id\": \"6fac913e-d7c7-83fa-f30c-ca2810a91c12\",\n \"role_id\": \"urn:uuid:c411a007-f6f7-5ee3-c7ea-b97e19514f15\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2ba8fbf8-2107-4d42-a640-1bbb76fde7ea", + "id": "7a599b98-84f0-4b4d-be38-785f3dedb790", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5977,7 +5977,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:2b7da0a0-374e-b65e-9c2f-36d4cdf8e0b1\",\n \"role_id\": \"urn:uuid:b21d154a-4e81-92ff-c339-2dbfa9920e15\"\n },\n {\n \"user_id\": \"urn:uuid:7adca043-d154-d445-c96b-d3dea209a10f\",\n \"role_id\": \"urn:uuid:2cecaee3-58ae-3897-2fbb-0204ebaed32c\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"3ea6d8fe-083d-1794-93f8-2d9ad7ff81b1\",\n \"role_id\": \"d72604b0-77b0-61dd-3095-eb487eefdc0b\"\n },\n {\n \"user_id\": \"0ab98040-acf8-5299-6309-d070897f157d\",\n \"role_id\": \"urn:uuid:aa8df078-1c01-52ac-e695-7738293990e2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5999,7 +5999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6425c89-f09a-49bf-bdc2-7ca772f8b676", + "id": "ccb94324-6ca9-490a-ae8e-718aadb0fe40", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6033,7 +6033,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:2b7da0a0-374e-b65e-9c2f-36d4cdf8e0b1\",\n \"role_id\": \"urn:uuid:b21d154a-4e81-92ff-c339-2dbfa9920e15\"\n },\n {\n \"user_id\": \"urn:uuid:7adca043-d154-d445-c96b-d3dea209a10f\",\n \"role_id\": \"urn:uuid:2cecaee3-58ae-3897-2fbb-0204ebaed32c\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"3ea6d8fe-083d-1794-93f8-2d9ad7ff81b1\",\n \"role_id\": \"d72604b0-77b0-61dd-3095-eb487eefdc0b\"\n },\n {\n \"user_id\": \"0ab98040-acf8-5299-6309-d070897f157d\",\n \"role_id\": \"urn:uuid:aa8df078-1c01-52ac-e695-7738293990e2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6061,7 +6061,7 @@ } }, { - "id": "03b4c266-4346-49a2-acc1-96a084ed66e9", + "id": "357af2e8-fc90-4a77-9161-851a5e090ce5", "name": "Update multiple user role pairings", "request": { "name": "Update multiple user role pairings", @@ -6092,7 +6092,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:28b4863f-87f3-1c76-6aff-d367d9b94a1e\",\n \"user_id\": \"bda18f3d-2973-d95a-34c9-3d3d2c8d2f4f\",\n \"role_id\": \"88939af6-f47e-4581-cd32-0b7ba4438853\"\n },\n {\n \"id\": \"9f4c1868-ddd1-4f52-4529-23974f83ae79\",\n \"user_id\": \"urn:uuid:ab0f0a5e-c914-e1b1-d5d1-5c7e52043310\",\n \"role_id\": \"5a48499a-a3ab-0f34-6954-678c41784c92\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"2d1a0c3d-68ad-4a06-f8dc-766f549e2126\",\n \"user_id\": \"urn:uuid:41c67109-71c8-4871-7212-cbdb4208a6fe\",\n \"role_id\": \"0585ba13-c2c7-faa8-4e3b-3b4b30f0ce11\"\n },\n {\n \"id\": \"8d67a62c-6fa3-4c85-5725-74a3f55cf611\",\n \"user_id\": \"7e550c86-4da6-6ec4-ef06-b86f8fa9c10b\",\n \"role_id\": \"urn:uuid:287fdeb2-283a-5fa8-b9e9-c6c2742bd8d8\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6104,7 +6104,7 @@ }, "response": [ { - "id": "7a3ec041-3bea-4174-ace1-d3e57d073efd", + "id": "a5553c46-65ba-445b-aa1c-7b28dbb63636", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6138,7 +6138,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:28b4863f-87f3-1c76-6aff-d367d9b94a1e\",\n \"user_id\": \"bda18f3d-2973-d95a-34c9-3d3d2c8d2f4f\",\n \"role_id\": \"88939af6-f47e-4581-cd32-0b7ba4438853\"\n },\n {\n \"id\": \"9f4c1868-ddd1-4f52-4529-23974f83ae79\",\n \"user_id\": \"urn:uuid:ab0f0a5e-c914-e1b1-d5d1-5c7e52043310\",\n \"role_id\": \"5a48499a-a3ab-0f34-6954-678c41784c92\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"2d1a0c3d-68ad-4a06-f8dc-766f549e2126\",\n \"user_id\": \"urn:uuid:41c67109-71c8-4871-7212-cbdb4208a6fe\",\n \"role_id\": \"0585ba13-c2c7-faa8-4e3b-3b4b30f0ce11\"\n },\n {\n \"id\": \"8d67a62c-6fa3-4c85-5725-74a3f55cf611\",\n \"user_id\": \"7e550c86-4da6-6ec4-ef06-b86f8fa9c10b\",\n \"role_id\": \"urn:uuid:287fdeb2-283a-5fa8-b9e9-c6c2742bd8d8\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6155,12 +6155,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:1e3fc605-02f2-c6b8-2ea9-8e91f912f473\",\n \"uid\": \"in ipsum laborumsit ExcepteurLor\",\n \"user_id\": \"urn:uuid:8c2d8fd2-b2e1-152f-2631-ff0dc90cf859\",\n \"role_id\": \"fab6dc4d-6f18-6f4d-1195-de6221db42ce\"\n },\n {\n \"id\": \"b709b73a-bd90-4a99-ffbb-447bdf6944f1\",\n \"uid\": \"aute nostrudaliquip anim ipsumcu\",\n \"user_id\": \"urn:uuid:01b12415-0758-d498-4619-684ba9ab05cc\",\n \"role_id\": \"28396244-4ad7-52fb-2126-d254de0eb395\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"2114242d-ca1c-05a3-2abb-ddc181ba77c2\",\n \"uid\": \"aliquairureiruredeserunt eu est \",\n \"user_id\": \"15c971bf-4c30-b0e4-42e0-90f4353d1616\",\n \"role_id\": \"f9bc72f3-12b6-a87a-2563-d16ed571db23\"\n },\n {\n \"id\": \"cb487e8c-f294-e251-4d5b-a2c9988f04da\",\n \"uid\": \"pariatur consectetur exercitatio\",\n \"user_id\": \"6fac913e-d7c7-83fa-f30c-ca2810a91c12\",\n \"role_id\": \"urn:uuid:c411a007-f6f7-5ee3-c7ea-b97e19514f15\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ca331f9c-6cae-4a35-a9e4-55a6a7a6d144", + "id": "3d1b45c0-d61e-498b-b80c-b40b20882114", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6194,7 +6194,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:28b4863f-87f3-1c76-6aff-d367d9b94a1e\",\n \"user_id\": \"bda18f3d-2973-d95a-34c9-3d3d2c8d2f4f\",\n \"role_id\": \"88939af6-f47e-4581-cd32-0b7ba4438853\"\n },\n {\n \"id\": \"9f4c1868-ddd1-4f52-4529-23974f83ae79\",\n \"user_id\": \"urn:uuid:ab0f0a5e-c914-e1b1-d5d1-5c7e52043310\",\n \"role_id\": \"5a48499a-a3ab-0f34-6954-678c41784c92\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"2d1a0c3d-68ad-4a06-f8dc-766f549e2126\",\n \"user_id\": \"urn:uuid:41c67109-71c8-4871-7212-cbdb4208a6fe\",\n \"role_id\": \"0585ba13-c2c7-faa8-4e3b-3b4b30f0ce11\"\n },\n {\n \"id\": \"8d67a62c-6fa3-4c85-5725-74a3f55cf611\",\n \"user_id\": \"7e550c86-4da6-6ec4-ef06-b86f8fa9c10b\",\n \"role_id\": \"urn:uuid:287fdeb2-283a-5fa8-b9e9-c6c2742bd8d8\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6216,7 +6216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01d9a23b-d810-4a5f-bfb8-d20dd9748124", + "id": "324bafc8-fdec-4b10-8108-e47a6ff26912", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6250,7 +6250,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:28b4863f-87f3-1c76-6aff-d367d9b94a1e\",\n \"user_id\": \"bda18f3d-2973-d95a-34c9-3d3d2c8d2f4f\",\n \"role_id\": \"88939af6-f47e-4581-cd32-0b7ba4438853\"\n },\n {\n \"id\": \"9f4c1868-ddd1-4f52-4529-23974f83ae79\",\n \"user_id\": \"urn:uuid:ab0f0a5e-c914-e1b1-d5d1-5c7e52043310\",\n \"role_id\": \"5a48499a-a3ab-0f34-6954-678c41784c92\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"2d1a0c3d-68ad-4a06-f8dc-766f549e2126\",\n \"user_id\": \"urn:uuid:41c67109-71c8-4871-7212-cbdb4208a6fe\",\n \"role_id\": \"0585ba13-c2c7-faa8-4e3b-3b4b30f0ce11\"\n },\n {\n \"id\": \"8d67a62c-6fa3-4c85-5725-74a3f55cf611\",\n \"user_id\": \"7e550c86-4da6-6ec4-ef06-b86f8fa9c10b\",\n \"role_id\": \"urn:uuid:287fdeb2-283a-5fa8-b9e9-c6c2742bd8d8\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6278,7 +6278,7 @@ } }, { - "id": "04c65100-8ed6-4d7e-9bb2-d925408a4dd5", + "id": "a81b42e2-5339-43a3-8be8-ccfcb4b204b4", "name": "Find user role pairing by id", "request": { "name": "Find user role pairing by id", @@ -6320,7 +6320,7 @@ }, "response": [ { - "id": "1a1ec39c-f35f-4785-990b-01c31575eb99", + "id": "ca1e6f07-7be2-45ac-a67b-e862390eed3f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6359,12 +6359,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"edcedd0c-95d2-b0ae-b643-a68fbbd14e7d\",\n \"uid\": \"est elit mollit Lorem laborecons\",\n \"user_id\": \"urn:uuid:278ae992-d69b-9130-1401-b5d322840307\",\n \"role_id\": \"0e00bc62-d86c-cebb-cde7-8532711f56db\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"eba81856-9949-0fd8-37a6-c38cae84f8d0\",\n \"uid\": \"nostrud magna inreprehenderitcon\",\n \"user_id\": \"a4e31676-4715-9c9b-f171-eb1f1316d04c\",\n \"role_id\": \"urn:uuid:368eb483-c140-4191-ff29-bf4fd4098cd3\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "33539ec6-90f3-4c8c-b264-a082d38f4ca8", + "id": "27a1615c-99a7-4ab9-b039-690c6cf7677f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6408,7 +6408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d962ab1d-baee-4de7-abee-aca31f3b1872", + "id": "56a9e1c7-880f-46c6-8e18-e600d8a53401", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6458,7 +6458,7 @@ } }, { - "id": "3f59dd32-f4fa-4e73-a216-e43a87baad14", + "id": "c2025cc9-e42c-406b-a3cc-bb90159e45cd", "name": "Update a user role pairing by id", "request": { "name": "Update a user role pairing by id", @@ -6501,7 +6501,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"c06eb03d-1831-3eee-fae8-d86ec90621c5\",\n \"role_id\": \"519bf3c5-ed43-eff2-e5c6-5b9f65812c37\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"e3eb9d86-d803-a033-62a1-558ca8bf7c95\",\n \"role_id\": \"urn:uuid:0a981209-6342-2d60-2841-6d10ad22164c\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6513,7 +6513,7 @@ }, "response": [ { - "id": "5fb17deb-f225-4efb-a080-cb7336ad049c", + "id": "d1461960-7f7c-4383-bb26-f55b485786d8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6548,7 +6548,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"c06eb03d-1831-3eee-fae8-d86ec90621c5\",\n \"role_id\": \"519bf3c5-ed43-eff2-e5c6-5b9f65812c37\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"e3eb9d86-d803-a033-62a1-558ca8bf7c95\",\n \"role_id\": \"urn:uuid:0a981209-6342-2d60-2841-6d10ad22164c\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6565,12 +6565,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"edcedd0c-95d2-b0ae-b643-a68fbbd14e7d\",\n \"uid\": \"est elit mollit Lorem laborecons\",\n \"user_id\": \"urn:uuid:278ae992-d69b-9130-1401-b5d322840307\",\n \"role_id\": \"0e00bc62-d86c-cebb-cde7-8532711f56db\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"eba81856-9949-0fd8-37a6-c38cae84f8d0\",\n \"uid\": \"nostrud magna inreprehenderitcon\",\n \"user_id\": \"a4e31676-4715-9c9b-f171-eb1f1316d04c\",\n \"role_id\": \"urn:uuid:368eb483-c140-4191-ff29-bf4fd4098cd3\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dbd24caa-e9a7-4016-a03a-6fc489a84ddc", + "id": "5c48d1b3-823f-40b0-951a-2ac0e33c5084", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6605,7 +6605,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"c06eb03d-1831-3eee-fae8-d86ec90621c5\",\n \"role_id\": \"519bf3c5-ed43-eff2-e5c6-5b9f65812c37\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"e3eb9d86-d803-a033-62a1-558ca8bf7c95\",\n \"role_id\": \"urn:uuid:0a981209-6342-2d60-2841-6d10ad22164c\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6627,7 +6627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4690869a-7584-4d21-ab3d-28691a4a8d38", + "id": "7b8cfc7f-eb0d-4c56-aee8-04d0ea870391", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6662,7 +6662,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"c06eb03d-1831-3eee-fae8-d86ec90621c5\",\n \"role_id\": \"519bf3c5-ed43-eff2-e5c6-5b9f65812c37\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"e3eb9d86-d803-a033-62a1-558ca8bf7c95\",\n \"role_id\": \"urn:uuid:0a981209-6342-2d60-2841-6d10ad22164c\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6690,7 +6690,7 @@ } }, { - "id": "cc451041-ba75-4cb8-a1fc-656ec87c4a1e", + "id": "03392058-fb0f-4149-a2f3-047b28bc2fa0", "name": "Delete a user role assignment", "request": { "name": "Delete a user role assignment", @@ -6732,7 +6732,7 @@ }, "response": [ { - "id": "f42b03ea-ede0-45fc-bed3-48a4ae7201b6", + "id": "9d856ae3-4cbc-4a7a-8c5e-8187379f3dfe", "name": "User role was destroyed", "originalRequest": { "url": { @@ -6776,7 +6776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef1e14d3-9c20-4d8d-94ef-7e87232c1f4f", + "id": "990ed887-5ccf-4841-9d11-719b5ba5c934", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6820,7 +6820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9ffc80f-1cc3-4f77-bec5-515df83dc470", + "id": "b4d65300-4417-4f1f-9892-f21f19b73ad2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6876,7 +6876,7 @@ "description": "", "item": [ { - "id": "8d25adaa-1bde-4ab4-b10d-e9b67786cf90", + "id": "5e103803-c696-48c6-a28b-e0d95bc53fdc", "name": "Get attribute data in bulk", "request": { "name": "Get attribute data in bulk", @@ -6961,7 +6961,7 @@ }, "response": [ { - "id": "5816fb0f-51cd-4805-846d-1640a11916f9", + "id": "365b542a-1f3d-41e3-834e-9d02359a6252", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7054,12 +7054,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attributes\": [\n {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"mollit enimlaborum laboris deser\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1946-09-30T15:21:18.246Z\",\n \"created_at\": \"2013-06-20T03:28:56.165Z\",\n \"updated_at\": \"2013-05-27T06:13:25.731Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"reprehenderit nisiinvelitconsequ\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2021-01-02T18:07:46.042Z\",\n \"created_at\": \"1975-10-12T01:11:03.372Z\",\n \"updated_at\": \"1964-08-30T09:57:42.885Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1954-02-13T08:15:48.541Z\",\n \"tmp_updated_at\": \"1965-04-12T08:52:36.425Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n },\n {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"magna laborum cupidatat animlabo\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1955-12-04T21:22:32.177Z\",\n \"created_at\": \"1976-09-05T17:32:46.420Z\",\n \"updated_at\": \"1984-03-12T18:49:04.071Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"id labore et nonesse Duisex veni\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1948-07-15T01:46:52.927Z\",\n \"created_at\": \"1977-11-23T10:26:47.911Z\",\n \"updated_at\": \"2010-06-19T20:05:40.353Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2013-12-12T12:49:21.498Z\",\n \"tmp_updated_at\": \"2000-09-03T05:52:50.365Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": 84186344,\n \"offset\": 89287717,\n \"total\": -17434687,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"ne_attributes\": [\n {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"dolor ullamcoaliquaDuis veniamut\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1966-06-07T15:49:05.355Z\",\n \"created_at\": \"1991-04-03T08:06:23.325Z\",\n \"updated_at\": \"1980-04-15T13:28:53.513Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"incididunt dolor irure labore se\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1962-08-23T07:52:13.318Z\",\n \"created_at\": \"1988-01-28T04:39:43.368Z\",\n \"updated_at\": \"1967-09-15T05:41:48.301Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2012-03-06T10:57:29.378Z\",\n \"tmp_updated_at\": \"1974-05-13T00:23:42.231Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n },\n {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"cillum Lorem laborisvelit incidi\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1976-04-26T10:21:25.746Z\",\n \"created_at\": \"1951-10-17T08:15:20.611Z\",\n \"updated_at\": \"2022-04-11T07:03:04.369Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"laborum exercitation ex eiusmod \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1972-04-12T11:59:46.579Z\",\n \"created_at\": \"1974-06-02T18:33:20.010Z\",\n \"updated_at\": \"1977-03-28T01:17:44.831Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1960-12-06T20:09:15.909Z\",\n \"tmp_updated_at\": \"1994-11-20T20:38:13.461Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": 46291830,\n \"offset\": 49778136,\n \"total\": -31604964,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "072b841f-7970-4d25-bc90-653efc7a303b", + "id": "b1ce463a-e986-4c71-aa9f-e715dd273452", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7157,7 +7157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17f7807b-f5dc-40a8-b751-ec7d346d4892", + "id": "bd02bd29-66b0-4819-85f6-787a79488d39", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7261,7 +7261,7 @@ } }, { - "id": "191c7749-6213-4c9b-8593-e2c52e3bd77d", + "id": "54740492-6a5d-4291-8eb1-fe000d827304", "name": "Create an attribute", "request": { "name": "Create an attribute", @@ -7292,7 +7292,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"Excepteur pariatur et officiacul\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"consequat eiusmod etdoloreoffici\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2017-03-17T01:16:14.410Z\",\n \"created_at\": \"1983-07-22T09:44:06.749Z\",\n \"updated_at\": \"2016-01-27T06:26:19.235Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1991-04-22T17:26:18.858Z\",\n \"tmp_updated_at\": \"1974-09-12T22:01:18.066Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquaeuconsectetur eiusmod dolo\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in aliquip fugiatinsunt dolor in\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2019-11-19T00:46:55.198Z\",\n \"created_at\": \"1971-04-29T16:26:35.180Z\",\n \"updated_at\": \"1991-04-23T02:37:27.123Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1973-11-21T05:50:42.932Z\",\n \"tmp_updated_at\": \"1945-11-10T08:06:08.257Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7304,7 +7304,7 @@ }, "response": [ { - "id": "4b6d1c9f-aad1-445f-bac6-0b5ee97804f0", + "id": "51c0302d-8633-42fa-8029-1a5ef83308d0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7338,7 +7338,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"Excepteur pariatur et officiacul\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"consequat eiusmod etdoloreoffici\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2017-03-17T01:16:14.410Z\",\n \"created_at\": \"1983-07-22T09:44:06.749Z\",\n \"updated_at\": \"2016-01-27T06:26:19.235Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1991-04-22T17:26:18.858Z\",\n \"tmp_updated_at\": \"1974-09-12T22:01:18.066Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquaeuconsectetur eiusmod dolo\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in aliquip fugiatinsunt dolor in\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2019-11-19T00:46:55.198Z\",\n \"created_at\": \"1971-04-29T16:26:35.180Z\",\n \"updated_at\": \"1991-04-23T02:37:27.123Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1973-11-21T05:50:42.932Z\",\n \"tmp_updated_at\": \"1945-11-10T08:06:08.257Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7355,12 +7355,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"tempor voluptate sedqui culpa co\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1968-09-25T07:56:04.433Z\",\n \"created_at\": \"2008-03-09T11:04:44.040Z\",\n \"updated_at\": \"2001-05-24T21:30:08.550Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"anim aliquipUt auteeiusmod do fu\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2008-07-23T02:47:04.751Z\",\n \"created_at\": \"2002-11-02T01:23:23.280Z\",\n \"updated_at\": \"1986-01-25T12:41:15.845Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1984-12-11T03:22:20.861Z\",\n \"tmp_updated_at\": \"1987-03-23T13:00:33.722Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", + "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"exercitation incididuntsint do m\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1954-03-15T13:47:13.785Z\",\n \"created_at\": \"2010-04-27T16:11:37.752Z\",\n \"updated_at\": \"1986-01-28T05:26:20.618Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in deseruntut nulladolor incidid\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1948-02-23T23:43:14.087Z\",\n \"created_at\": \"2012-03-10T01:24:27.978Z\",\n \"updated_at\": \"1991-01-13T22:32:21.887Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1962-03-22T01:00:41.261Z\",\n \"tmp_updated_at\": \"2019-04-15T02:17:18.564Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a8551d64-5740-45a3-8efd-b244f8402f6b", + "id": "961aa96e-9818-4986-abaf-c6adc69771fb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7394,7 +7394,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"Excepteur pariatur et officiacul\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"consequat eiusmod etdoloreoffici\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2017-03-17T01:16:14.410Z\",\n \"created_at\": \"1983-07-22T09:44:06.749Z\",\n \"updated_at\": \"2016-01-27T06:26:19.235Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1991-04-22T17:26:18.858Z\",\n \"tmp_updated_at\": \"1974-09-12T22:01:18.066Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquaeuconsectetur eiusmod dolo\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in aliquip fugiatinsunt dolor in\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2019-11-19T00:46:55.198Z\",\n \"created_at\": \"1971-04-29T16:26:35.180Z\",\n \"updated_at\": \"1991-04-23T02:37:27.123Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1973-11-21T05:50:42.932Z\",\n \"tmp_updated_at\": \"1945-11-10T08:06:08.257Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7416,7 +7416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12e02e47-a0b1-4518-a801-82e5d1e213ec", + "id": "0567c015-2757-4f13-ab26-02dad155bac9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7450,7 +7450,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"Excepteur pariatur et officiacul\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"consequat eiusmod etdoloreoffici\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2017-03-17T01:16:14.410Z\",\n \"created_at\": \"1983-07-22T09:44:06.749Z\",\n \"updated_at\": \"2016-01-27T06:26:19.235Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1991-04-22T17:26:18.858Z\",\n \"tmp_updated_at\": \"1974-09-12T22:01:18.066Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquaeuconsectetur eiusmod dolo\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in aliquip fugiatinsunt dolor in\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2019-11-19T00:46:55.198Z\",\n \"created_at\": \"1971-04-29T16:26:35.180Z\",\n \"updated_at\": \"1991-04-23T02:37:27.123Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1973-11-21T05:50:42.932Z\",\n \"tmp_updated_at\": \"1945-11-10T08:06:08.257Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7478,7 +7478,7 @@ } }, { - "id": "78d2d534-c584-40e4-b5ae-24e403be19eb", + "id": "1919e390-e0a9-49da-9469-276ee0809a86", "name": "Find attribute data by id", "request": { "name": "Find attribute data by id", @@ -7520,7 +7520,7 @@ }, "response": [ { - "id": "46f721c7-6fa4-4a5f-b608-46cadb5aead9", + "id": "f3575131-43b9-4fbd-b76c-1df037f5684c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7559,12 +7559,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"tempor voluptate sedqui culpa co\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1968-09-25T07:56:04.433Z\",\n \"created_at\": \"2008-03-09T11:04:44.040Z\",\n \"updated_at\": \"2001-05-24T21:30:08.550Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"anim aliquipUt auteeiusmod do fu\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2008-07-23T02:47:04.751Z\",\n \"created_at\": \"2002-11-02T01:23:23.280Z\",\n \"updated_at\": \"1986-01-25T12:41:15.845Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1984-12-11T03:22:20.861Z\",\n \"tmp_updated_at\": \"1987-03-23T13:00:33.722Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", + "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"exercitation incididuntsint do m\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1954-03-15T13:47:13.785Z\",\n \"created_at\": \"2010-04-27T16:11:37.752Z\",\n \"updated_at\": \"1986-01-28T05:26:20.618Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in deseruntut nulladolor incidid\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1948-02-23T23:43:14.087Z\",\n \"created_at\": \"2012-03-10T01:24:27.978Z\",\n \"updated_at\": \"1991-01-13T22:32:21.887Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1962-03-22T01:00:41.261Z\",\n \"tmp_updated_at\": \"2019-04-15T02:17:18.564Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f072850e-5155-43bf-a70a-8668f61b1035", + "id": "5b47f706-ebe5-48ba-90dc-ba5c612f4ac9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7608,7 +7608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfae9f17-6059-4ff9-939f-6cc998ad68e9", + "id": "1c9f4b06-1e52-4c86-827f-3ec7fc7cec1a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7658,7 +7658,7 @@ } }, { - "id": "98e0be86-4b87-4c8a-9c0d-2b6586f2d0f1", + "id": "23d122e3-fc17-4c7b-9976-2294b6a69c89", "name": "Update attribute data by id", "request": { "name": "Update attribute data by id", @@ -7701,7 +7701,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"Excepteur pariatur et officiacul\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"consequat eiusmod etdoloreoffici\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2017-03-17T01:16:14.410Z\",\n \"created_at\": \"1983-07-22T09:44:06.749Z\",\n \"updated_at\": \"2016-01-27T06:26:19.235Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1991-04-22T17:26:18.858Z\",\n \"tmp_updated_at\": \"1974-09-12T22:01:18.066Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquaeuconsectetur eiusmod dolo\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in aliquip fugiatinsunt dolor in\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2019-11-19T00:46:55.198Z\",\n \"created_at\": \"1971-04-29T16:26:35.180Z\",\n \"updated_at\": \"1991-04-23T02:37:27.123Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1973-11-21T05:50:42.932Z\",\n \"tmp_updated_at\": \"1945-11-10T08:06:08.257Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7713,7 +7713,7 @@ }, "response": [ { - "id": "58282555-98a9-44bd-9ee3-36b92dd51ad6", + "id": "af02bf06-e984-4245-a3e0-38be47bd59d4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7748,7 +7748,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"Excepteur pariatur et officiacul\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"consequat eiusmod etdoloreoffici\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2017-03-17T01:16:14.410Z\",\n \"created_at\": \"1983-07-22T09:44:06.749Z\",\n \"updated_at\": \"2016-01-27T06:26:19.235Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1991-04-22T17:26:18.858Z\",\n \"tmp_updated_at\": \"1974-09-12T22:01:18.066Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquaeuconsectetur eiusmod dolo\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in aliquip fugiatinsunt dolor in\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2019-11-19T00:46:55.198Z\",\n \"created_at\": \"1971-04-29T16:26:35.180Z\",\n \"updated_at\": \"1991-04-23T02:37:27.123Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1973-11-21T05:50:42.932Z\",\n \"tmp_updated_at\": \"1945-11-10T08:06:08.257Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7765,12 +7765,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"tempor voluptate sedqui culpa co\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1968-09-25T07:56:04.433Z\",\n \"created_at\": \"2008-03-09T11:04:44.040Z\",\n \"updated_at\": \"2001-05-24T21:30:08.550Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"anim aliquipUt auteeiusmod do fu\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2008-07-23T02:47:04.751Z\",\n \"created_at\": \"2002-11-02T01:23:23.280Z\",\n \"updated_at\": \"1986-01-25T12:41:15.845Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1984-12-11T03:22:20.861Z\",\n \"tmp_updated_at\": \"1987-03-23T13:00:33.722Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", + "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"exercitation incididuntsint do m\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1954-03-15T13:47:13.785Z\",\n \"created_at\": \"2010-04-27T16:11:37.752Z\",\n \"updated_at\": \"1986-01-28T05:26:20.618Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in deseruntut nulladolor incidid\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1948-02-23T23:43:14.087Z\",\n \"created_at\": \"2012-03-10T01:24:27.978Z\",\n \"updated_at\": \"1991-01-13T22:32:21.887Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1962-03-22T01:00:41.261Z\",\n \"tmp_updated_at\": \"2019-04-15T02:17:18.564Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ec185d18-666a-4ade-bfb3-336e1ab8b73d", + "id": "9b7e55bf-7cfa-4094-a3ab-0fa8571f01a3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7805,7 +7805,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"Excepteur pariatur et officiacul\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"consequat eiusmod etdoloreoffici\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2017-03-17T01:16:14.410Z\",\n \"created_at\": \"1983-07-22T09:44:06.749Z\",\n \"updated_at\": \"2016-01-27T06:26:19.235Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1991-04-22T17:26:18.858Z\",\n \"tmp_updated_at\": \"1974-09-12T22:01:18.066Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquaeuconsectetur eiusmod dolo\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in aliquip fugiatinsunt dolor in\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2019-11-19T00:46:55.198Z\",\n \"created_at\": \"1971-04-29T16:26:35.180Z\",\n \"updated_at\": \"1991-04-23T02:37:27.123Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1973-11-21T05:50:42.932Z\",\n \"tmp_updated_at\": \"1945-11-10T08:06:08.257Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7827,7 +7827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c19e369a-9431-46f1-96bd-0d7a356c6314", + "id": "840aecdd-965a-4b0f-86ae-37ef1231d3b8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7862,7 +7862,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"Excepteur pariatur et officiacul\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"consequat eiusmod etdoloreoffici\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2017-03-17T01:16:14.410Z\",\n \"created_at\": \"1983-07-22T09:44:06.749Z\",\n \"updated_at\": \"2016-01-27T06:26:19.235Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1991-04-22T17:26:18.858Z\",\n \"tmp_updated_at\": \"1974-09-12T22:01:18.066Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquaeuconsectetur eiusmod dolo\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in aliquip fugiatinsunt dolor in\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2019-11-19T00:46:55.198Z\",\n \"created_at\": \"1971-04-29T16:26:35.180Z\",\n \"updated_at\": \"1991-04-23T02:37:27.123Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1973-11-21T05:50:42.932Z\",\n \"tmp_updated_at\": \"1945-11-10T08:06:08.257Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7896,7 +7896,7 @@ "description": "", "item": [ { - "id": "57a8be17-4813-47c0-9ab3-6e3181d38b59", + "id": "7ea02729-7016-45fa-8a23-9c10ba783ce6", "name": "Add a value to an option based attribute", "request": { "name": "Add a value to an option based attribute", @@ -7927,7 +7927,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"ac7b8432-bb6d-a80b-a3f8-708b77a6b680\",\n \"option\": \"amet est\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:5125cbf7-eabb-4a84-7290-636c547ff29e\",\n \"option\": \"ex tempor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7939,7 +7939,7 @@ }, "response": [ { - "id": "84b84dec-503c-49c5-a13a-40ace0579b7d", + "id": "758aada5-d678-408f-8901-9fd9490efb83", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7973,7 +7973,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"ac7b8432-bb6d-a80b-a3f8-708b77a6b680\",\n \"option\": \"amet est\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:5125cbf7-eabb-4a84-7290-636c547ff29e\",\n \"option\": \"ex tempor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7990,12 +7990,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:58935916-2fee-cde6-d8f2-be31ec3973c8\",\n \"uid\": \"laborum Duisproidentfugiatrepreh\",\n \"ne_attribute_id\": \"cada29a1-3ee1-61ef-d4c5-82870d28a90d\",\n \"option\": \"eiusmod do\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"a8265a11-6ba4-1816-eb4a-01e5a37b5f9f\",\n \"uid\": \"fugiat cillum minimaute estutmol\",\n \"ne_attribute_id\": \"urn:uuid:3a3b8b01-b516-51c1-bbfd-0402fda4571b\",\n \"option\": \"eiusmod dolor cupidatat fugiat ut\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "36c7e376-4277-4bb7-bb1f-a4b0bf1259b9", + "id": "910ee384-58bd-45eb-a348-252d142c9d5d", "name": "Invalid input", "originalRequest": { "url": { @@ -8025,7 +8025,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"ac7b8432-bb6d-a80b-a3f8-708b77a6b680\",\n \"option\": \"amet est\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:5125cbf7-eabb-4a84-7290-636c547ff29e\",\n \"option\": \"ex tempor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8047,7 +8047,7 @@ } }, { - "id": "3efe6a3e-ddd8-4d5b-93cb-729dbdc45ef7", + "id": "34f0826f-aa49-47c5-8eea-350c810c9015", "name": "Get option based attribute values", "request": { "name": "Get option based attribute values", @@ -8123,7 +8123,7 @@ }, "response": [ { - "id": "c728830d-02f6-4483-861e-cd6a84ff4d50", + "id": "2f00a6af-70e1-443e-b683-123bb61af7dc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8207,12 +8207,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"48af056f-7b17-d077-2023-d24cc8728423\",\n \"uid\": \"anim id fugiat essenulla ex cons\",\n \"ne_attribute_id\": \"urn:uuid:08611863-ee3d-30cb-6e4c-2cbdaa4800e4\",\n \"option\": \"dolor fugiat nostrud\"\n },\n {\n \"id\": \"9a1d7727-ddeb-c099-83d4-b0aaa67bd578\",\n \"uid\": \"dolor occaecatautedolore laborea\",\n \"ne_attribute_id\": \"urn:uuid:7d3125c5-fcc1-da6f-43d4-6e75b64fb99a\",\n \"option\": \"sed aliquip dolor\"\n }\n ],\n \"_metadata\": {\n \"limit\": -87246287,\n \"offset\": 20952862,\n \"total\": -4410010,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:265db74e-0a18-a918-a0a3-5423b6dfeb65\",\n \"uid\": \"doloreea aute et quislaboris ven\",\n \"ne_attribute_id\": \"6f576eb0-2d91-a49e-0d80-5b8617cca000\",\n \"option\": \"dolor irure do minim\"\n },\n {\n \"id\": \"urn:uuid:b0a33b7f-64ba-4dc1-1ed0-992546b79d8d\",\n \"uid\": \"laboris occaecatconsequat eiusmo\",\n \"ne_attribute_id\": \"urn:uuid:3ed488dd-5d26-3092-9edd-126b51a01152\",\n \"option\": \"qui amet veni\"\n }\n ],\n \"_metadata\": {\n \"limit\": -11671882,\n \"offset\": 18088678,\n \"total\": -47492002,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ff00c719-d5ad-4d24-9239-cf8e13692da4", + "id": "bda75148-ddc4-413b-83ac-c42a3e168b87", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8301,7 +8301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8379e33c-f8b1-4e1f-98b6-1024af35ad85", + "id": "1e42babb-a5df-455f-94d2-928827950c2c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8396,7 +8396,7 @@ } }, { - "id": "ff8fbd3b-0b7c-4ffa-9f6d-2fba48e0ea7c", + "id": "9e6b30e1-ca76-4666-9c66-c13183972b82", "name": "Create multiple new option based attribute values", "request": { "name": "Create multiple new option based attribute values", @@ -8427,7 +8427,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"e6229277-e952-f022-33eb-3099ed02146a\",\n \"option\": \"non minim mollit eu\"\n },\n {\n \"ne_attribute_id\": \"d6ee36be-a504-53e6-c50c-44dca5e032aa\",\n \"option\": \"ut in Excepteur Duis\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:938b2953-a921-f535-212c-8a763c5d53f8\",\n \"option\": \"et mollit nisi\"\n },\n {\n \"ne_attribute_id\": \"dd554fc0-62f4-395b-c6c7-f51e359b3a57\",\n \"option\": \"eu sed deserunt aute\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8439,7 +8439,7 @@ }, "response": [ { - "id": "96d0ef36-798b-4a8b-8782-389b18b80e0c", + "id": "4498912e-df92-47ae-b995-b1730a66e41f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8473,7 +8473,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"e6229277-e952-f022-33eb-3099ed02146a\",\n \"option\": \"non minim mollit eu\"\n },\n {\n \"ne_attribute_id\": \"d6ee36be-a504-53e6-c50c-44dca5e032aa\",\n \"option\": \"ut in Excepteur Duis\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:938b2953-a921-f535-212c-8a763c5d53f8\",\n \"option\": \"et mollit nisi\"\n },\n {\n \"ne_attribute_id\": \"dd554fc0-62f4-395b-c6c7-f51e359b3a57\",\n \"option\": \"eu sed deserunt aute\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8490,12 +8490,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"161f2c77-efb4-264d-ca1c-50df984ffe9d\",\n \"uid\": \"id culpa suntnostrud esse incidi\",\n \"ne_attribute_id\": \"d960c379-d020-e2bb-0c39-e7bf879dc6a2\",\n \"option\": \"et irure reprehenderit voluptate\"\n },\n {\n \"id\": \"urn:uuid:92acf2c9-355b-b59a-e777-85bb04dc4adb\",\n \"uid\": \"nostrud commodo ea involuptate L\",\n \"ne_attribute_id\": \"e4f768ba-4b3c-5d2b-c333-ac61cbae2c28\",\n \"option\": \"Lorem labore elit exercitation\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:6abea16f-466d-c111-ab9f-9d663704f401\",\n \"uid\": \"ut elit adipisicingconsequat ali\",\n \"ne_attribute_id\": \"urn:uuid:e70803a8-ebca-d2b4-87c1-c2d09f769057\",\n \"option\": \"consectetur pariatur\"\n },\n {\n \"id\": \"29a7fbc8-8fd5-1d5e-8a98-ba0a968e004f\",\n \"uid\": \"et consequat elit Lorem enimdese\",\n \"ne_attribute_id\": \"urn:uuid:cb6e1c3b-7687-7a8b-636d-e356580c0e7e\",\n \"option\": \"commo\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e6da05bc-363c-4b5a-847c-4ee188d64564", + "id": "dc1ea770-7235-49f4-8925-ea42bec13525", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8529,7 +8529,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"e6229277-e952-f022-33eb-3099ed02146a\",\n \"option\": \"non minim mollit eu\"\n },\n {\n \"ne_attribute_id\": \"d6ee36be-a504-53e6-c50c-44dca5e032aa\",\n \"option\": \"ut in Excepteur Duis\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:938b2953-a921-f535-212c-8a763c5d53f8\",\n \"option\": \"et mollit nisi\"\n },\n {\n \"ne_attribute_id\": \"dd554fc0-62f4-395b-c6c7-f51e359b3a57\",\n \"option\": \"eu sed deserunt aute\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8551,7 +8551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d710bb03-10c6-44a0-9846-977b2f7be24f", + "id": "2fd9767c-ce04-44cb-b984-78d04c23e236", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8585,7 +8585,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"e6229277-e952-f022-33eb-3099ed02146a\",\n \"option\": \"non minim mollit eu\"\n },\n {\n \"ne_attribute_id\": \"d6ee36be-a504-53e6-c50c-44dca5e032aa\",\n \"option\": \"ut in Excepteur Duis\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:938b2953-a921-f535-212c-8a763c5d53f8\",\n \"option\": \"et mollit nisi\"\n },\n {\n \"ne_attribute_id\": \"dd554fc0-62f4-395b-c6c7-f51e359b3a57\",\n \"option\": \"eu sed deserunt aute\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8613,7 +8613,7 @@ } }, { - "id": "d0c0eaf8-36a8-4561-a864-776b2a36d9bd", + "id": "5e106571-b849-4a3d-b499-e1a50f1dbc4a", "name": "Update multiple option based attribute values", "request": { "name": "Update multiple option based attribute values", @@ -8644,7 +8644,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:1b547cee-a94e-419d-d6c0-4ba5caa3bfdc\",\n \"ne_attribute_id\": \"fa9ce5ca-b5b9-c0c1-f6e0-ef5d53c691a0\",\n \"option\": \"et in est nostrud\"\n },\n {\n \"id\": \"60fb7930-0367-49ae-6f9f-6b8f54cccf33\",\n \"ne_attribute_id\": \"urn:uuid:34a5bef5-c94e-8fef-4225-11b98a54d2cd\",\n \"option\": \"et aute ad\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"cf549526-f4d0-3549-cc76-67500776540b\",\n \"ne_attribute_id\": \"urn:uuid:b4449548-796c-5a73-12b3-e063582904de\",\n \"option\": \"fugiat amet consectetur cillum\"\n },\n {\n \"id\": \"7e5120db-eefb-4e45-45b7-a1ca66d95522\",\n \"ne_attribute_id\": \"93ffaad3-16b6-a98e-a076-5941e69cb893\",\n \"option\": \"ex magna ut aliqua id\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8656,7 +8656,7 @@ }, "response": [ { - "id": "3dbf01f0-87e0-4923-9c8d-7ba329ea74a0", + "id": "1cbe6aff-8206-4cb4-ad25-1ee03023aa2e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8690,7 +8690,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:1b547cee-a94e-419d-d6c0-4ba5caa3bfdc\",\n \"ne_attribute_id\": \"fa9ce5ca-b5b9-c0c1-f6e0-ef5d53c691a0\",\n \"option\": \"et in est nostrud\"\n },\n {\n \"id\": \"60fb7930-0367-49ae-6f9f-6b8f54cccf33\",\n \"ne_attribute_id\": \"urn:uuid:34a5bef5-c94e-8fef-4225-11b98a54d2cd\",\n \"option\": \"et aute ad\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"cf549526-f4d0-3549-cc76-67500776540b\",\n \"ne_attribute_id\": \"urn:uuid:b4449548-796c-5a73-12b3-e063582904de\",\n \"option\": \"fugiat amet consectetur cillum\"\n },\n {\n \"id\": \"7e5120db-eefb-4e45-45b7-a1ca66d95522\",\n \"ne_attribute_id\": \"93ffaad3-16b6-a98e-a076-5941e69cb893\",\n \"option\": \"ex magna ut aliqua id\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8707,12 +8707,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"161f2c77-efb4-264d-ca1c-50df984ffe9d\",\n \"uid\": \"id culpa suntnostrud esse incidi\",\n \"ne_attribute_id\": \"d960c379-d020-e2bb-0c39-e7bf879dc6a2\",\n \"option\": \"et irure reprehenderit voluptate\"\n },\n {\n \"id\": \"urn:uuid:92acf2c9-355b-b59a-e777-85bb04dc4adb\",\n \"uid\": \"nostrud commodo ea involuptate L\",\n \"ne_attribute_id\": \"e4f768ba-4b3c-5d2b-c333-ac61cbae2c28\",\n \"option\": \"Lorem labore elit exercitation\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:6abea16f-466d-c111-ab9f-9d663704f401\",\n \"uid\": \"ut elit adipisicingconsequat ali\",\n \"ne_attribute_id\": \"urn:uuid:e70803a8-ebca-d2b4-87c1-c2d09f769057\",\n \"option\": \"consectetur pariatur\"\n },\n {\n \"id\": \"29a7fbc8-8fd5-1d5e-8a98-ba0a968e004f\",\n \"uid\": \"et consequat elit Lorem enimdese\",\n \"ne_attribute_id\": \"urn:uuid:cb6e1c3b-7687-7a8b-636d-e356580c0e7e\",\n \"option\": \"commo\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "17e5f894-abe7-459e-8acb-18f639749a16", + "id": "0c14fd77-a9b6-493f-a3e5-996e87e2fc15", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8746,7 +8746,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:1b547cee-a94e-419d-d6c0-4ba5caa3bfdc\",\n \"ne_attribute_id\": \"fa9ce5ca-b5b9-c0c1-f6e0-ef5d53c691a0\",\n \"option\": \"et in est nostrud\"\n },\n {\n \"id\": \"60fb7930-0367-49ae-6f9f-6b8f54cccf33\",\n \"ne_attribute_id\": \"urn:uuid:34a5bef5-c94e-8fef-4225-11b98a54d2cd\",\n \"option\": \"et aute ad\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"cf549526-f4d0-3549-cc76-67500776540b\",\n \"ne_attribute_id\": \"urn:uuid:b4449548-796c-5a73-12b3-e063582904de\",\n \"option\": \"fugiat amet consectetur cillum\"\n },\n {\n \"id\": \"7e5120db-eefb-4e45-45b7-a1ca66d95522\",\n \"ne_attribute_id\": \"93ffaad3-16b6-a98e-a076-5941e69cb893\",\n \"option\": \"ex magna ut aliqua id\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8768,7 +8768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3811cf9f-4cb2-48cb-8660-5f0779378f74", + "id": "1b6215ad-d73d-4d1a-afe5-e8c754c2e763", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8802,7 +8802,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:1b547cee-a94e-419d-d6c0-4ba5caa3bfdc\",\n \"ne_attribute_id\": \"fa9ce5ca-b5b9-c0c1-f6e0-ef5d53c691a0\",\n \"option\": \"et in est nostrud\"\n },\n {\n \"id\": \"60fb7930-0367-49ae-6f9f-6b8f54cccf33\",\n \"ne_attribute_id\": \"urn:uuid:34a5bef5-c94e-8fef-4225-11b98a54d2cd\",\n \"option\": \"et aute ad\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"cf549526-f4d0-3549-cc76-67500776540b\",\n \"ne_attribute_id\": \"urn:uuid:b4449548-796c-5a73-12b3-e063582904de\",\n \"option\": \"fugiat amet consectetur cillum\"\n },\n {\n \"id\": \"7e5120db-eefb-4e45-45b7-a1ca66d95522\",\n \"ne_attribute_id\": \"93ffaad3-16b6-a98e-a076-5941e69cb893\",\n \"option\": \"ex magna ut aliqua id\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8830,7 +8830,7 @@ } }, { - "id": "d7e57156-5544-488b-a2fa-f6b103a2eab9", + "id": "ea77b54b-4994-4f53-b694-b018a653588d", "name": "Find option based attribute value by id", "request": { "name": "Find option based attribute value by id", @@ -8872,7 +8872,7 @@ }, "response": [ { - "id": "33b48ff2-a24c-46a5-9f6c-32433f970d08", + "id": "83aa2e34-9e6f-44e7-99e9-ae3b26c1583c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8911,12 +8911,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:58935916-2fee-cde6-d8f2-be31ec3973c8\",\n \"uid\": \"laborum Duisproidentfugiatrepreh\",\n \"ne_attribute_id\": \"cada29a1-3ee1-61ef-d4c5-82870d28a90d\",\n \"option\": \"eiusmod do\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"a8265a11-6ba4-1816-eb4a-01e5a37b5f9f\",\n \"uid\": \"fugiat cillum minimaute estutmol\",\n \"ne_attribute_id\": \"urn:uuid:3a3b8b01-b516-51c1-bbfd-0402fda4571b\",\n \"option\": \"eiusmod dolor cupidatat fugiat ut\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5cb70ad4-2a09-4fae-9191-a66342bb7be4", + "id": "8222f16d-379c-4670-850c-1e4fc509a8c2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8960,7 +8960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6ba4c8f-b82a-4619-881e-fb27ae69f306", + "id": "3619d234-5434-4505-80d2-dc6feed80037", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9010,7 +9010,7 @@ } }, { - "id": "a609d2dc-d75b-4d24-a784-c247dcd21a1c", + "id": "9cdf05de-e08e-406d-adcb-053883aa2b5f", "name": "Update a option based attribute value by id", "request": { "name": "Update a option based attribute value by id", @@ -9053,7 +9053,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"ac7b8432-bb6d-a80b-a3f8-708b77a6b680\",\n \"option\": \"amet est\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:5125cbf7-eabb-4a84-7290-636c547ff29e\",\n \"option\": \"ex tempor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9065,7 +9065,7 @@ }, "response": [ { - "id": "1374846b-97df-4f27-a31b-beebd960854d", + "id": "be6ec8b0-0d7e-44b9-85d7-9bd37b291a5a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9100,7 +9100,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"ac7b8432-bb6d-a80b-a3f8-708b77a6b680\",\n \"option\": \"amet est\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:5125cbf7-eabb-4a84-7290-636c547ff29e\",\n \"option\": \"ex tempor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9117,12 +9117,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:58935916-2fee-cde6-d8f2-be31ec3973c8\",\n \"uid\": \"laborum Duisproidentfugiatrepreh\",\n \"ne_attribute_id\": \"cada29a1-3ee1-61ef-d4c5-82870d28a90d\",\n \"option\": \"eiusmod do\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"a8265a11-6ba4-1816-eb4a-01e5a37b5f9f\",\n \"uid\": \"fugiat cillum minimaute estutmol\",\n \"ne_attribute_id\": \"urn:uuid:3a3b8b01-b516-51c1-bbfd-0402fda4571b\",\n \"option\": \"eiusmod dolor cupidatat fugiat ut\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7e243dc1-0609-41e0-8468-69f6242ed9a9", + "id": "d0ed56a3-5a5c-4fe6-b018-f40043445d66", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9157,7 +9157,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"ac7b8432-bb6d-a80b-a3f8-708b77a6b680\",\n \"option\": \"amet est\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:5125cbf7-eabb-4a84-7290-636c547ff29e\",\n \"option\": \"ex tempor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9179,7 +9179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6362eeb6-d60e-4569-af0f-afd0074fbba7", + "id": "af8ec1fc-2f22-4411-8eef-3bdd08989eff", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9214,7 +9214,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"ac7b8432-bb6d-a80b-a3f8-708b77a6b680\",\n \"option\": \"amet est\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:5125cbf7-eabb-4a84-7290-636c547ff29e\",\n \"option\": \"ex tempor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9242,7 +9242,7 @@ } }, { - "id": "2807fa8a-51f5-4858-801f-5af61e90a8ca", + "id": "ae8a5b3a-e325-4e75-99a8-453c37f4d6a8", "name": "Delete a option based attribute value by id", "request": { "name": "Delete a option based attribute value by id", @@ -9284,7 +9284,7 @@ }, "response": [ { - "id": "b7e6ed8e-370e-4904-a8f0-29db7133bf3f", + "id": "932be653-025b-4730-9277-3bcbc9375299", "name": "Confirmation of a deleted object", "originalRequest": { "url": { @@ -9328,7 +9328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c563a0c0-d174-470b-b1f6-9748de321abb", + "id": "7d0c8572-d36a-4b7e-a02d-508135fc7690", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9372,7 +9372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a368424f-dbea-45a8-8db7-b6876530c4b4", + "id": "a03da605-711b-46ab-b38e-cb0d0c1d7e02", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9428,7 +9428,7 @@ "description": "", "item": [ { - "id": "b96e8fa1-3f17-4b23-b741-1abe49f107b1", + "id": "46a0c90a-9642-4129-bc0b-e0744616745b", "name": "Create a profile page", "request": { "name": "Create a profile page", @@ -9472,7 +9472,7 @@ }, "response": [ { - "id": "8d0b2bd4-9bd2-436a-bab1-1a9565986d89", + "id": "ea0efa4e-6002-49c5-940e-69e31c96c627", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9529,7 +9529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4456a9d-4dac-4bcc-81ac-5473ae78516a", + "id": "abcc1066-6802-4949-8820-30649f9db5c0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9586,7 +9586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ea1bbc0-8e66-4776-a670-3a20219ce563", + "id": "2cbbaca7-d1f2-4de5-95f4-ca8aa41cd513", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9649,7 +9649,7 @@ } }, { - "id": "662ac202-ebd0-4159-8e8a-93b0b1a85e6d", + "id": "e7762956-038d-4d3b-96dc-1574d3c697e1", "name": "Create a workflow page", "request": { "name": "Create a workflow page", @@ -9693,7 +9693,7 @@ }, "response": [ { - "id": "967572d5-c942-459e-9ee2-49beddb2eae7", + "id": "20d4b224-6360-40aa-bd8d-8ed4144025ad", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9750,7 +9750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9775c91d-a036-4954-875b-30847bdbb953", + "id": "c6525258-4e68-4914-982e-0b6ae5c270e2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9807,7 +9807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af2a0731-7879-45dc-b16e-4f731a95033e", + "id": "df0d216d-efa4-44b9-877d-fc21ba07dea3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9876,7 +9876,7 @@ "description": "", "item": [ { - "id": "4e233ecd-fd0c-4634-add2-4bb5f1574eb0", + "id": "0cfffa5a-58c8-4314-a860-14a6b3757218", "name": "Create a profile type", "request": { "name": "Create a profile type", @@ -9907,7 +9907,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"amet nisi est dolorenon officia \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"cupidatat officia velitaute aliq\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat esse amet inetproident \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua Excepteurid temporminim n\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur utqui sit ut commodo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"et voluptate minimaute culpa inc\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Duis dolore adipisicing ex conse\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis ea occaecat exExcepteur Ut \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9919,7 +9919,7 @@ }, "response": [ { - "id": "1e3b51d3-dd7f-4591-ad33-9ca02257dc7a", + "id": "c76e0e53-e3e1-428b-aa28-23cb237c9243", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9953,7 +9953,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"amet nisi est dolorenon officia \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"cupidatat officia velitaute aliq\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat esse amet inetproident \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua Excepteurid temporminim n\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur utqui sit ut commodo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"et voluptate minimaute culpa inc\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Duis dolore adipisicing ex conse\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis ea occaecat exExcepteur Ut \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9970,12 +9970,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"inad in Duis officiaDuis laboris\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut animofficia amet commodocupid\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"officia quis veniamLoremtempor i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint ullamco velit Loremea dolor\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit proident dolore magnaofficia\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur deserunt idcillum te\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"cillum pariatur inin Excepteurul\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velit ullamco sed exercitation c\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"laborum exercitation mollit dolo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit dolore nisi exercitationnon \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b4131df7-9f11-4e1a-a8a7-e662dfabf652", + "id": "80160844-8d99-4b13-92bf-190d405ee200", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10009,7 +10009,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"amet nisi est dolorenon officia \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"cupidatat officia velitaute aliq\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat esse amet inetproident \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua Excepteurid temporminim n\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur utqui sit ut commodo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"et voluptate minimaute culpa inc\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Duis dolore adipisicing ex conse\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis ea occaecat exExcepteur Ut \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10031,7 +10031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dc63312-03b1-456d-b1fb-4c692a66bd65", + "id": "bd862eb0-fe6e-4198-a320-1aafd3c03247", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10065,7 +10065,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"amet nisi est dolorenon officia \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"cupidatat officia velitaute aliq\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat esse amet inetproident \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua Excepteurid temporminim n\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur utqui sit ut commodo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"et voluptate minimaute culpa inc\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Duis dolore adipisicing ex conse\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis ea occaecat exExcepteur Ut \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10093,7 +10093,7 @@ } }, { - "id": "5560378c-8907-4eaf-ae53-3b1cbc4a814e", + "id": "908e71f7-c90f-4adc-b99d-529aae3a052b", "name": "Get profile types", "request": { "name": "Get profile types", @@ -10143,7 +10143,7 @@ "type": "text/plain" }, "key": "name", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -10178,7 +10178,7 @@ }, "response": [ { - "id": "a547cfc7-77cc-47de-a596-eefb84b26cc1", + "id": "6c06f55d-5f2d-43e2-9e77-ad177b47923e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10223,7 +10223,7 @@ "type": "text/plain" }, "key": "name", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -10271,12 +10271,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_types\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"adipisicing ut doloreest laborum\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptateminim sunt id ullamcoin\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"do sed mollitvoluptate veniamut \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"magna dolor aute inofficia fugia\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velit Excepteur eadolor doesse i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ullamco sint invelit innisi null\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliquipincididunt ea occaecatsin\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"eado aliquip quis dolorepariatur\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut nisiea pariatur exercitation \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"nisi velit aliquip consecteturin\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": 32660792,\n \"offset\": 21395385,\n \"total\": -18008466,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"profile_types\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"enimipsum magna do utsed in esse\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"pariaturoccaecat exercitation ir\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"eiusmod est ex in Utmollit commo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliquip labore qui adipisicingdo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"exercitation deserunt ullamcoea \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"magna Duis quis exercitationtemp\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"id laboris mollit occaecatdeseru\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"pariaturminim Ut exercitationadi\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"eiusmod sed minim exercitationmi\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"laborum dolor estadipisicing pro\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": -47479996,\n \"offset\": -36842080,\n \"total\": -74188707,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1cb720c8-64b6-4b21-bdca-6d50fd323088", + "id": "da7c1985-397b-4221-97e1-7b070427e359", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10321,7 +10321,7 @@ "type": "text/plain" }, "key": "name", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -10374,7 +10374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a716a9a-9302-4742-98d7-29b350f2ccec", + "id": "3e23d379-dc35-4306-920a-c8ef057837ae", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10419,7 +10419,7 @@ "type": "text/plain" }, "key": "name", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -10478,7 +10478,7 @@ } }, { - "id": "977d37b0-2cc4-4d3d-85fa-98428c425771", + "id": "3794484e-e969-444b-b599-30983b63c3e0", "name": "Find profile type by id", "request": { "name": "Find profile type by id", @@ -10520,7 +10520,7 @@ }, "response": [ { - "id": "5928588d-657a-417c-aecf-d03bb5a87e81", + "id": "5cb0f214-b580-4a36-9546-ba5e32cd78ff", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10559,12 +10559,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"inad in Duis officiaDuis laboris\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut animofficia amet commodocupid\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"officia quis veniamLoremtempor i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint ullamco velit Loremea dolor\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit proident dolore magnaofficia\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur deserunt idcillum te\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"cillum pariatur inin Excepteurul\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velit ullamco sed exercitation c\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"laborum exercitation mollit dolo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit dolore nisi exercitationnon \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9101bd1d-a9ab-4967-b574-6fcf92eab0eb", + "id": "58d5fec4-1502-44a7-8a00-bb4e8c58cf49", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10608,7 +10608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac707731-1d33-4940-8857-4966e4197e9d", + "id": "41fe644d-968c-4014-a997-c641987791db", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10658,7 +10658,7 @@ } }, { - "id": "09e923d1-395b-4a4a-9fcf-5b858c656f17", + "id": "d04c3545-cc03-43f7-8e2f-28fc21817b12", "name": "Update a profile type by id", "request": { "name": "Update a profile type by id", @@ -10701,7 +10701,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"amet sed enim exercitationqui ut\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua ullamco est occaecatut ci\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"amet cillumnisi non ut inreprehe\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolore id ipsumsint cupidatat ex\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis magnasint Duis velit do con\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollitcillum veniam sint euin al\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate nostrud proident enimo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sedin aute proidentdolorlaborum \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10713,7 +10713,7 @@ }, "response": [ { - "id": "37e61f59-668d-4ed9-aff1-5bc077f2abb8", + "id": "ef80fec0-7806-4563-af3f-a14a0beb41f9", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10748,7 +10748,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"amet sed enim exercitationqui ut\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua ullamco est occaecatut ci\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"amet cillumnisi non ut inreprehe\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolore id ipsumsint cupidatat ex\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis magnasint Duis velit do con\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollitcillum veniam sint euin al\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate nostrud proident enimo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sedin aute proidentdolorlaborum \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10765,12 +10765,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"inad in Duis officiaDuis laboris\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut animofficia amet commodocupid\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"officia quis veniamLoremtempor i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint ullamco velit Loremea dolor\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit proident dolore magnaofficia\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur deserunt idcillum te\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"cillum pariatur inin Excepteurul\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velit ullamco sed exercitation c\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"laborum exercitation mollit dolo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit dolore nisi exercitationnon \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2c4804c9-6124-4e29-998a-565186550d44", + "id": "13718fe4-0e59-41d7-882b-4015ad510b11", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10805,7 +10805,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"amet sed enim exercitationqui ut\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua ullamco est occaecatut ci\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"amet cillumnisi non ut inreprehe\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolore id ipsumsint cupidatat ex\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis magnasint Duis velit do con\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollitcillum veniam sint euin al\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate nostrud proident enimo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sedin aute proidentdolorlaborum \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10827,7 +10827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "115c57e5-8718-43aa-9ebb-43ced3aff8e3", + "id": "f4ba54bc-7020-47ec-9c12-c7f57fe33bdb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10862,7 +10862,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"amet sed enim exercitationqui ut\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua ullamco est occaecatut ci\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"amet cillumnisi non ut inreprehe\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolore id ipsumsint cupidatat ex\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"quis magnasint Duis velit do con\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollitcillum veniam sint euin al\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate nostrud proident enimo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sedin aute proidentdolorlaborum \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10890,7 +10890,7 @@ } }, { - "id": "2ac1925a-6eae-44b0-a4ce-7fef88020c75", + "id": "78323fe7-3b42-4792-8289-a3072b469ea9", "name": "Delete profile type", "request": { "name": "Delete profile type", @@ -10932,7 +10932,7 @@ }, "response": [ { - "id": "54c45909-dde7-4c30-9190-70a7c23ad698", + "id": "e17505ef-7414-4d64-a7ad-c4d046e05dec", "name": "Info about the operation", "originalRequest": { "url": { @@ -10976,7 +10976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "705839a9-4a86-4964-a9c1-9ffa7ed7d8e2", + "id": "0b850d7b-68e0-4aa9-b979-d79c0b101f28", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11020,7 +11020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f8a69a1-0a70-48b8-9456-80906c30a062", + "id": "eb48c78a-e1c4-4371-8323-23610069a189", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11076,7 +11076,7 @@ "description": "", "item": [ { - "id": "6b692c6d-34cf-4128-802b-2730ecdea83f", + "id": "a08c000e-646c-4c52-bdc3-b9935f660565", "name": "profile_types/ne_attributes synced status", "request": { "name": "profile_types/ne_attributes synced status", @@ -11174,7 +11174,7 @@ }, "response": [ { - "id": "900d7034-bc32-4612-8bb2-85f9b7b27ec8", + "id": "19d6d6ff-8edf-4c3b-8bfd-c2643c8ede21", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11260,12 +11260,12 @@ "value": "application/json" } ], - "body": "{\n \"form\": {\n \"count\": 5,\n \"records\": [\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"cillum nonexercitationexercitati\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"ut consecteturvoluptate reprehen\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n }\n ]\n }\n}", + "body": "{\n \"form\": {\n \"count\": 5,\n \"records\": [\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"eu pariatur consectetur incididu\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"cillum cupidatat temporsed molli\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6e5d936d-423d-4e34-9de9-64c1f37e8d98", + "id": "6a456423-13ca-47bf-842c-66f20c7dfa9a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11356,7 +11356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b40f12f-787a-40a1-9ee0-e6216088bde5", + "id": "4fb45d36-19b2-4d68-b636-983d807480b8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11453,7 +11453,7 @@ } }, { - "id": "77d550fc-5969-44e4-b134-f3b8a583b656", + "id": "4bc53f47-3917-4dc4-81c1-318acd5fa254", "name": "Create a synced attribute", "request": { "name": "Create a synced attribute", @@ -11503,7 +11503,7 @@ }, "response": [ { - "id": "1cc0874e-a6c0-4eba-b2ea-8cc2f5d0fa42", + "id": "d76710b5-8794-4d62-a73f-4820ecc86487", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11561,7 +11561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8a83b11-a67f-4330-8fbb-a2532f972359", + "id": "d47391ba-bba4-4f2c-bea4-e858094cbb1b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11619,7 +11619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2b531aa-0a7a-4264-b54a-8bee0f726310", + "id": "1f409ab5-3698-42f4-bff5-ce35f90af94e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11683,7 +11683,7 @@ } }, { - "id": "df9c0860-a861-4983-9c29-acdb09d0fa7b", + "id": "4b0306f4-9cb9-442e-9fbe-14e4c2b706d5", "name": "Delete synced attribute", "request": { "name": "Delete synced attribute", @@ -11737,7 +11737,7 @@ }, "response": [ { - "id": "1f03f5ed-bb05-4ae6-ac70-bb3fc11caead", + "id": "c8d6490c-a429-473d-8284-b4fca2efff9a", "name": "Info about the operation", "originalRequest": { "url": { @@ -11783,7 +11783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fddf943-7dc9-4a39-a256-832d96ada4e5", + "id": "a464d38e-91ff-4564-a5cb-f4af81589129", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11829,7 +11829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55b74284-ed91-4285-90b5-e220c3038a66", + "id": "bd84f751-d989-41c8-ac91-50aeb3169b23", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11887,7 +11887,7 @@ "description": "", "item": [ { - "id": "6b6ebb7c-834d-4edd-9d29-f482c25654ad", + "id": "85b0849a-18db-4d7b-b617-c7b978b957c4", "name": "Create a profile type role", "request": { "name": "Create a profile type role", @@ -11930,7 +11930,7 @@ }, "response": [ { - "id": "794032cf-024d-47d3-8559-abd8a1ed9ed2", + "id": "1e51bb3e-52df-49f9-843a-34a1d5892b47", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11986,7 +11986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb12f8a0-36fa-48ec-9a0b-d62a79d03615", + "id": "792085a2-b377-4dea-8ce5-5b2aec9b16a6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12042,7 +12042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3694ae1-b43e-4a30-8b36-d7b1273bcad1", + "id": "6e2fc72a-422d-4569-8a77-3ff6ca25375f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12110,7 +12110,7 @@ "description": "", "item": [ { - "id": "7dc62f48-f02a-4026-9a3d-1f056132ade9", + "id": "1c125631-e4cd-43f2-b4d6-0e0384bc00d8", "name": "Create a profile", "request": { "name": "Create a profile", @@ -12141,7 +12141,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"labore cupidatat\",\n \"profile_type_id\": \"8a0880b6-6388-6a39-d9af-933c4cce89d0\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"elit\",\n \"profile_type_id\": \"d4e87d93-f4d1-8a7e-b8fb-d8047acaeb5c\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -12153,7 +12153,7 @@ }, "response": [ { - "id": "2b0d6c83-359d-4b37-bd37-760a02a88a96", + "id": "d51e7b5f-1838-4500-a800-90fbc89e3478", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12187,7 +12187,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"labore cupidatat\",\n \"profile_type_id\": \"8a0880b6-6388-6a39-d9af-933c4cce89d0\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"elit\",\n \"profile_type_id\": \"d4e87d93-f4d1-8a7e-b8fb-d8047acaeb5c\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -12204,12 +12204,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea laborum sednullaofficia dolor\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"fugiat Lorem mollit officiaquis \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "877cd456-1817-4363-bb1c-f1b53b04b7de", + "id": "2c0271f0-266a-4a21-9201-aa30f1736565", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12243,7 +12243,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"labore cupidatat\",\n \"profile_type_id\": \"8a0880b6-6388-6a39-d9af-933c4cce89d0\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"elit\",\n \"profile_type_id\": \"d4e87d93-f4d1-8a7e-b8fb-d8047acaeb5c\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -12265,7 +12265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c7a43ef-54ce-4203-bf28-6e0cd7206b16", + "id": "1b0d0d87-b7ca-472c-a6e0-4ada91451aea", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12299,7 +12299,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"labore cupidatat\",\n \"profile_type_id\": \"8a0880b6-6388-6a39-d9af-933c4cce89d0\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"elit\",\n \"profile_type_id\": \"d4e87d93-f4d1-8a7e-b8fb-d8047acaeb5c\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -12327,7 +12327,7 @@ } }, { - "id": "e675f50d-70e0-44d1-b105-2f0a0f0d7cca", + "id": "914a97fb-a8be-4bfe-97d3-abc1a097cbcf", "name": "Get profiles", "request": { "name": "Get profiles", @@ -12386,7 +12386,7 @@ "type": "text/plain" }, "key": "name", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -12395,7 +12395,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -12430,7 +12430,7 @@ }, "response": [ { - "id": "bba0b73a-a474-4268-9fc0-594f26f3181d", + "id": "799e66c5-d028-4f04-8010-0f95d44b5eb7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12484,7 +12484,7 @@ "type": "text/plain" }, "key": "name", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -12493,7 +12493,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -12541,12 +12541,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sed nonExcepteurreprehenderit ad\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"proident dolor mollit sitametcom\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ],\n \"_metadata\": {\n \"limit\": -69664314,\n \"offset\": -27813499,\n \"total\": -98717645,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"id exercitation quiexercitation \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"exercitation minim quis pariatur\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ],\n \"_metadata\": {\n \"limit\": -42376857,\n \"offset\": -60401469,\n \"total\": -28078529,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ae4cfab5-25d3-484c-aa8d-4974f69f5545", + "id": "2fe3d27f-6928-4181-a0e2-94f3f94338cb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12600,7 +12600,7 @@ "type": "text/plain" }, "key": "name", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -12609,7 +12609,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -12662,7 +12662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33c8f5d0-38df-4ff9-84ea-bd383a6b55ab", + "id": "fadc7d97-6cdc-4ea9-8a98-cb69de2fbb0f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12716,7 +12716,7 @@ "type": "text/plain" }, "key": "name", - "value": "fugiat sint in" + "value": "Lorem labore" }, { "disabled": false, @@ -12725,7 +12725,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -12784,7 +12784,7 @@ } }, { - "id": "2ec4e66d-206c-4eae-86db-d77aafe516ed", + "id": "18e86833-0728-4197-bb2d-5be0833033fe", "name": "Create multiple profiles", "request": { "name": "Create multiple profiles", @@ -12815,7 +12815,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"do commodo adipisicing in\",\n \"profile_type_id\": \"bde13a72-846f-0670-4653-2460a9184a06\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"reprehenderit ex\",\n \"profile_type_id\": \"urn:uuid:65f63674-65ee-a7f8-c75d-a7cf8236e8c8\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"Lorem cillum\",\n \"profile_type_id\": \"urn:uuid:2a27ec8b-48ec-618a-ea41-da0b4f7c0d48\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"nulla\",\n \"profile_type_id\": \"4632af42-7c98-bb63-8698-6346715db77f\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12827,7 +12827,7 @@ }, "response": [ { - "id": "e4a86b5c-2525-451b-87f8-32cbfce2552b", + "id": "99912d51-f4a4-4cee-ac86-f9f4abdc82d2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12861,7 +12861,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"do commodo adipisicing in\",\n \"profile_type_id\": \"bde13a72-846f-0670-4653-2460a9184a06\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"reprehenderit ex\",\n \"profile_type_id\": \"urn:uuid:65f63674-65ee-a7f8-c75d-a7cf8236e8c8\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"Lorem cillum\",\n \"profile_type_id\": \"urn:uuid:2a27ec8b-48ec-618a-ea41-da0b4f7c0d48\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"nulla\",\n \"profile_type_id\": \"4632af42-7c98-bb63-8698-6346715db77f\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12878,12 +12878,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea ad quiet do ut pariatur cillu\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit culpa quisdolore adipisic\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velitex in sint Excepteur suntcu\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velit labore dolor commodoad rep\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "060a9153-c58d-40d7-a965-920baf3c120c", + "id": "d264af11-6d15-49bb-b89d-f9919059243f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12917,7 +12917,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"do commodo adipisicing in\",\n \"profile_type_id\": \"bde13a72-846f-0670-4653-2460a9184a06\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"reprehenderit ex\",\n \"profile_type_id\": \"urn:uuid:65f63674-65ee-a7f8-c75d-a7cf8236e8c8\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"Lorem cillum\",\n \"profile_type_id\": \"urn:uuid:2a27ec8b-48ec-618a-ea41-da0b4f7c0d48\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"nulla\",\n \"profile_type_id\": \"4632af42-7c98-bb63-8698-6346715db77f\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12939,7 +12939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d8850e-90b0-442d-a441-318e6b66de17", + "id": "a543e789-fcf1-465b-a48d-2a6e1e69ead0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12973,7 +12973,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"do commodo adipisicing in\",\n \"profile_type_id\": \"bde13a72-846f-0670-4653-2460a9184a06\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"reprehenderit ex\",\n \"profile_type_id\": \"urn:uuid:65f63674-65ee-a7f8-c75d-a7cf8236e8c8\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"Lorem cillum\",\n \"profile_type_id\": \"urn:uuid:2a27ec8b-48ec-618a-ea41-da0b4f7c0d48\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"nulla\",\n \"profile_type_id\": \"4632af42-7c98-bb63-8698-6346715db77f\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13001,7 +13001,7 @@ } }, { - "id": "35df804b-4601-4bac-b9ef-e75fdf3b8760", + "id": "084fcf81-eb9e-4467-9931-33faa8614fb4", "name": "Update multiple profiles", "request": { "name": "Update multiple profiles", @@ -13032,7 +13032,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"c346e663-8b06-2e50-0d18-ea04a07b62da\",\n \"name\": \"cupidatat officia Excepteur pariatur\",\n \"profile_type_id\": \"782f48a7-07ec-976b-a11f-38780cc41fd8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"e214e740-c7d5-998f-3d59-a267498cd37d\",\n \"name\": \"consectetur aliqua\",\n \"profile_type_id\": \"urn:uuid:69d70207-0bae-fda0-fd5f-fd865372d6be\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:9917b810-84a5-f562-2802-a1df17a4ed72\",\n \"name\": \"fugiat et ea\",\n \"profile_type_id\": \"a013de50-76ca-f1c2-a68c-50185c575b4b\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:a94bac79-ae27-3405-43e8-ca31dd908012\",\n \"name\": \"eiusmod deserunt non dolore\",\n \"profile_type_id\": \"urn:uuid:17f1ba3d-f9b4-ff70-5d97-690ee9cf88ce\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13044,7 +13044,7 @@ }, "response": [ { - "id": "f755b4c4-7fd3-404d-ac63-9e8007b19c81", + "id": "9d55b0ee-b62a-4cf9-9a8a-59ddf308bc2f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13078,7 +13078,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"c346e663-8b06-2e50-0d18-ea04a07b62da\",\n \"name\": \"cupidatat officia Excepteur pariatur\",\n \"profile_type_id\": \"782f48a7-07ec-976b-a11f-38780cc41fd8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"e214e740-c7d5-998f-3d59-a267498cd37d\",\n \"name\": \"consectetur aliqua\",\n \"profile_type_id\": \"urn:uuid:69d70207-0bae-fda0-fd5f-fd865372d6be\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:9917b810-84a5-f562-2802-a1df17a4ed72\",\n \"name\": \"fugiat et ea\",\n \"profile_type_id\": \"a013de50-76ca-f1c2-a68c-50185c575b4b\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:a94bac79-ae27-3405-43e8-ca31dd908012\",\n \"name\": \"eiusmod deserunt non dolore\",\n \"profile_type_id\": \"urn:uuid:17f1ba3d-f9b4-ff70-5d97-690ee9cf88ce\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13095,12 +13095,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea ad quiet do ut pariatur cillu\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit culpa quisdolore adipisic\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velitex in sint Excepteur suntcu\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velit labore dolor commodoad rep\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9b903675-0839-46a6-a520-c4d6968faed9", + "id": "8253e753-346b-4aad-b1fc-71f966f347c8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13134,7 +13134,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"c346e663-8b06-2e50-0d18-ea04a07b62da\",\n \"name\": \"cupidatat officia Excepteur pariatur\",\n \"profile_type_id\": \"782f48a7-07ec-976b-a11f-38780cc41fd8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"e214e740-c7d5-998f-3d59-a267498cd37d\",\n \"name\": \"consectetur aliqua\",\n \"profile_type_id\": \"urn:uuid:69d70207-0bae-fda0-fd5f-fd865372d6be\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:9917b810-84a5-f562-2802-a1df17a4ed72\",\n \"name\": \"fugiat et ea\",\n \"profile_type_id\": \"a013de50-76ca-f1c2-a68c-50185c575b4b\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:a94bac79-ae27-3405-43e8-ca31dd908012\",\n \"name\": \"eiusmod deserunt non dolore\",\n \"profile_type_id\": \"urn:uuid:17f1ba3d-f9b4-ff70-5d97-690ee9cf88ce\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13156,7 +13156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf0b7b6f-14f2-4734-bebc-be583a2c852d", + "id": "2359d447-9ce7-4dde-8f94-2d12c779b500", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13190,7 +13190,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"c346e663-8b06-2e50-0d18-ea04a07b62da\",\n \"name\": \"cupidatat officia Excepteur pariatur\",\n \"profile_type_id\": \"782f48a7-07ec-976b-a11f-38780cc41fd8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"e214e740-c7d5-998f-3d59-a267498cd37d\",\n \"name\": \"consectetur aliqua\",\n \"profile_type_id\": \"urn:uuid:69d70207-0bae-fda0-fd5f-fd865372d6be\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:9917b810-84a5-f562-2802-a1df17a4ed72\",\n \"name\": \"fugiat et ea\",\n \"profile_type_id\": \"a013de50-76ca-f1c2-a68c-50185c575b4b\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:a94bac79-ae27-3405-43e8-ca31dd908012\",\n \"name\": \"eiusmod deserunt non dolore\",\n \"profile_type_id\": \"urn:uuid:17f1ba3d-f9b4-ff70-5d97-690ee9cf88ce\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13218,7 +13218,7 @@ } }, { - "id": "89f3b694-c5d0-46e9-8f54-04d2f664641b", + "id": "0d0283ff-e38e-4dcd-9b07-6b96eca5b27b", "name": "Delete multiple profiles", "request": { "name": "Delete multiple profiles", @@ -13249,7 +13249,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"7546ee46-f274-bc44-b894-c1b994586a03\"\n },\n {\n \"id\": \"bdff0ebf-4660-160e-2250-0b0462289614\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:d9d29413-2b30-7364-3d5c-d943b66eb850\"\n },\n {\n \"id\": \"8f450000-0cca-b986-9f72-a2ae3bc11537\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13261,7 +13261,7 @@ }, "response": [ { - "id": "2055702d-0c4f-44b2-835b-2800c45b06c2", + "id": "d7f9a333-0837-4dc8-a4b1-657bf68a13c0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13295,7 +13295,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"7546ee46-f274-bc44-b894-c1b994586a03\"\n },\n {\n \"id\": \"bdff0ebf-4660-160e-2250-0b0462289614\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:d9d29413-2b30-7364-3d5c-d943b66eb850\"\n },\n {\n \"id\": \"8f450000-0cca-b986-9f72-a2ae3bc11537\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13312,12 +13312,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea ad quiet do ut pariatur cillu\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit culpa quisdolore adipisic\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velitex in sint Excepteur suntcu\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velit labore dolor commodoad rep\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0ef0aadb-ff12-4017-bb73-11acd25bd67d", + "id": "e70dd59c-1a74-4cd6-9fc9-6496322f7eea", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13351,7 +13351,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"7546ee46-f274-bc44-b894-c1b994586a03\"\n },\n {\n \"id\": \"bdff0ebf-4660-160e-2250-0b0462289614\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:d9d29413-2b30-7364-3d5c-d943b66eb850\"\n },\n {\n \"id\": \"8f450000-0cca-b986-9f72-a2ae3bc11537\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13373,7 +13373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb5b7e73-7c05-41ca-999f-0d1d3917b1c0", + "id": "071cdec4-910a-405a-85f3-e28a3e0e07c0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13407,7 +13407,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"7546ee46-f274-bc44-b894-c1b994586a03\"\n },\n {\n \"id\": \"bdff0ebf-4660-160e-2250-0b0462289614\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:d9d29413-2b30-7364-3d5c-d943b66eb850\"\n },\n {\n \"id\": \"8f450000-0cca-b986-9f72-a2ae3bc11537\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13435,7 +13435,7 @@ } }, { - "id": "71384189-815e-42c9-b10a-075e33bfb404", + "id": "2070a77e-5c01-49b2-b534-f37dd2f64709", "name": "Find profile by id", "request": { "name": "Find profile by id", @@ -13477,7 +13477,7 @@ }, "response": [ { - "id": "3f2ba915-81f9-4f21-b275-e4917f129ee1", + "id": "55f4a97d-1299-4b5a-97cb-543bbddab902", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13516,12 +13516,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea laborum sednullaofficia dolor\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"fugiat Lorem mollit officiaquis \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0affec96-95a1-40cb-bc77-5cab14afdc91", + "id": "e2633456-3c53-407b-9fa1-825f7f735aa3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13565,7 +13565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "170abaf5-69ac-40f7-bf31-1e0b32e8f6ab", + "id": "d4baf84e-f40c-402d-9426-5d85a3a07ab7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13615,7 +13615,7 @@ } }, { - "id": "1b1423bd-f381-4258-8ca3-74649df7f889", + "id": "f1c8dd14-9fc6-4f14-b8eb-1e7dd0f790d8", "name": "Update a profile by id", "request": { "name": "Update a profile by id", @@ -13658,7 +13658,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"dolore qui ut amet\",\n \"profile_type_id\": \"urn:uuid:2c77a94b-d636-d3d5-8bc2-83df8bb88781\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"cupidatat irure proident ut\",\n \"profile_type_id\": \"urn:uuid:5a3c9123-69f6-8053-ced8-1d3f954fe622\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -13670,7 +13670,7 @@ }, "response": [ { - "id": "300f962d-b1d4-473e-887f-92e201dc9636", + "id": "029f1004-cbd4-496a-b047-69fb1c65eec4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13705,7 +13705,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"dolore qui ut amet\",\n \"profile_type_id\": \"urn:uuid:2c77a94b-d636-d3d5-8bc2-83df8bb88781\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"cupidatat irure proident ut\",\n \"profile_type_id\": \"urn:uuid:5a3c9123-69f6-8053-ced8-1d3f954fe622\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -13722,12 +13722,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea laborum sednullaofficia dolor\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"fugiat Lorem mollit officiaquis \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e7fc3139-5974-447c-a953-91db3b1d3b44", + "id": "08be2349-17aa-4ae8-a3cb-7b40b0c74da5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13762,7 +13762,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"dolore qui ut amet\",\n \"profile_type_id\": \"urn:uuid:2c77a94b-d636-d3d5-8bc2-83df8bb88781\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"cupidatat irure proident ut\",\n \"profile_type_id\": \"urn:uuid:5a3c9123-69f6-8053-ced8-1d3f954fe622\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -13784,7 +13784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29fd7479-6579-4107-9a3a-ed54f71a9d44", + "id": "681e174d-1914-4e5d-b785-ee82f27a125a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13819,7 +13819,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"dolore qui ut amet\",\n \"profile_type_id\": \"urn:uuid:2c77a94b-d636-d3d5-8bc2-83df8bb88781\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"cupidatat irure proident ut\",\n \"profile_type_id\": \"urn:uuid:5a3c9123-69f6-8053-ced8-1d3f954fe622\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -13847,7 +13847,7 @@ } }, { - "id": "c383e5ba-1bf6-48e6-8a62-031cfc5f682f", + "id": "eceb0c8c-4166-466e-b447-af8a4f00178f", "name": "Delete a single profile", "request": { "name": "Delete a single profile", @@ -13889,7 +13889,7 @@ }, "response": [ { - "id": "205e68ce-1be4-4a83-b78e-e316546475af", + "id": "444aba15-0c65-471e-9614-3e1f483db3f4", "name": "The Profile was successfully deleted.", "originalRequest": { "url": { @@ -13923,7 +13923,7 @@ "_postman_previewlanguage": "text" }, { - "id": "17a216bb-25bc-49ba-9de5-010369a11343", + "id": "bfccd743-fd73-4d41-a933-2166fb6c8acf", "name": "Error deleting Profile", "originalRequest": { "url": { @@ -13962,12 +13962,12 @@ "value": "application/json" } ], - "body": "{\n \"error\": \"aliquip in proident eu\"\n}", + "body": "{\n \"error\": \"adipisicing offici\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "261d93d3-83e7-4efc-95e1-09f84ed59873", + "id": "a0faf56f-074f-4e65-b255-95374c640056", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14017,7 +14017,7 @@ } }, { - "id": "567edfe3-5cc5-4e19-b973-dff049b613b2", + "id": "408555a6-432a-433d-9a8c-3f64194f5d03", "name": "Retrieves the URL of an attachment attribute value from a profile", "request": { "name": "Retrieves the URL of an attachment attribute value from a profile", @@ -14071,7 +14071,7 @@ }, "response": [ { - "id": "766500f1-3332-4388-b6a4-68c087cb0d37", + "id": "71f72fcf-2cf1-432f-9f53-06c90ee98a3c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14112,12 +14112,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"dolore deserunt dolore nisi\"\n}", + "body": "{\n \"url\": \"dolor velit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cda90f2b-777a-4daf-99da-21445bc65f33", + "id": "679f5603-d55c-497f-9091-e67d089104e5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14163,7 +14163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aad6b900-5abb-4477-a6f4-a64364313cd0", + "id": "73a60caa-9f2e-4006-9bc8-1e5df3b526d7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14215,7 +14215,7 @@ } }, { - "id": "742e9ed7-488f-4bbe-b1da-d5aba002f6a2", + "id": "371c9c89-bae5-44d9-b94c-3976fcc12f34", "name": "Uploads a new attachment attribute value to a profile", "request": { "name": "Uploads a new attachment attribute value to a profile", @@ -14277,7 +14277,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -14286,7 +14286,7 @@ }, "response": [ { - "id": "e0e5a7b0-ec5e-4df1-b10d-c99648bea24d", + "id": "1667bbf9-40b3-4426-a661-192cdbd536fe", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14330,7 +14330,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -14344,12 +14344,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"dolore deserunt dolore nisi\"\n}", + "body": "{\n \"url\": \"dolor velit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9ceea2df-b70f-4d2d-bab9-123fcc8c1009", + "id": "11f207f9-57c0-494d-959b-b377c97e5509", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14393,7 +14393,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -14412,7 +14412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b92fdbdb-d80f-4f79-9b62-31447384bdec", + "id": "1c03f72d-f53d-47c3-aeea-330c5ac6b33a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14456,7 +14456,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -14481,7 +14481,7 @@ } }, { - "id": "96d76521-fa20-43f6-8976-4a474665af65", + "id": "9b2eed76-f739-4b7d-b08d-763457a01b53", "name": "Retrieves the URL of the profile avatar", "request": { "name": "Retrieves the URL of the profile avatar", @@ -14524,7 +14524,7 @@ }, "response": [ { - "id": "a9209114-d198-4b13-b365-f11195d9ec09", + "id": "805046b1-2885-490b-92e2-fc72895bbba1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14564,12 +14564,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"dolore deserunt dolore nisi\"\n}", + "body": "{\n \"url\": \"dolor velit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d92dfac7-55b8-4556-9444-895759604312", + "id": "988e091e-3c14-4671-9145-f95fafdbb643", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14614,7 +14614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b511d125-1971-41c3-a85b-c9ceab97827d", + "id": "c86f115e-2a6c-4c24-971d-f2a5fd444f37", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14665,7 +14665,7 @@ } }, { - "id": "a5edfdf2-63ce-40ce-aba3-66de644bb153", + "id": "ff61ba57-c054-4327-904b-f31a3c7988f4", "name": "Uploads a new profile avatar", "request": { "name": "Uploads a new profile avatar", @@ -14716,7 +14716,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -14725,7 +14725,7 @@ }, "response": [ { - "id": "b06b4195-da39-4595-84a3-9aa73d6c006a", + "id": "22331a96-df5a-43e3-931d-1c197dd3e1d1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14768,7 +14768,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -14782,12 +14782,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"dolore deserunt dolore nisi\"\n}", + "body": "{\n \"url\": \"dolor velit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2e90483e-0734-4328-b6b0-edddf395067b", + "id": "4f948ca8-8f88-43e5-bdbc-7d4b6e79767d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14830,7 +14830,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -14849,7 +14849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88fe1d22-a36d-419c-915c-72d0b545860a", + "id": "5de20c7e-305e-4099-ab71-53c059a0ee1d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14892,7 +14892,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -14923,7 +14923,7 @@ "description": "", "item": [ { - "id": "462a6995-2aff-4e60-8e5e-8c6e28a2a9b2", + "id": "f4dfb7f6-322d-434c-b276-b40f842b4bcd", "name": "Get risk score data in bulk", "request": { "name": "Get risk score data in bulk", @@ -14973,7 +14973,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -14991,7 +14991,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15000,7 +15000,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15009,7 +15009,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15035,7 +15035,7 @@ }, "response": [ { - "id": "22b777ec-0c23-4e95-89c5-826c26f4c930", + "id": "d26e3642-aa28-4536-996d-01dbd2110d14", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15080,7 +15080,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15098,7 +15098,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15107,7 +15107,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15116,7 +15116,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15155,12 +15155,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_scores\": [\n {\n \"id\": \"urn:uuid:a18cbeff-5798-7d09-4476-8ea8e9b55b17\",\n \"uid\": \"consectetur ut aliquaculpa nisi \",\n \"object_id\": \"a4481680-1534-6e22-fec3-d2c99c5869a1\",\n \"object_type\": \"Profile\",\n \"overall_score\": 108795146.88,\n \"overall_risk_level_id\": \"d0201a95-aa5c-5109-abff-a0d83086c3ea\",\n \"impact_score\": 14109628.120000001,\n \"impact_risk_level_id\": \"urn:uuid:b6e083c8-7a0d-fea3-5e9b-875e8df67ce0\",\n \"probability_score\": 166993881.16,\n \"probability_risk_level_id\": \"urn:uuid:8ed53d06-8b53-99dc-7958-b4e184cf4589\"\n },\n {\n \"id\": \"urn:uuid:52bc1e16-b19e-fd82-00ce-1db0ce985ab7\",\n \"uid\": \"cupidatat laborum Lorem ut molli\",\n \"object_id\": \"61d89a63-47dd-2f61-456c-8caf56d11f63\",\n \"object_type\": \"WorkflowSession\",\n \"overall_score\": 9846436.58,\n \"overall_risk_level_id\": \"62524c21-2aae-7f0e-7e3b-0bffef42aac8\",\n \"impact_score\": 106935187.31,\n \"impact_risk_level_id\": \"1528d41a-f529-f5b0-571b-742225899432\",\n \"probability_score\": 152679647.1,\n \"probability_risk_level_id\": \"9c83047a-ad5a-5908-abd8-9c02e0653a10\"\n }\n ],\n \"_metadata\": {\n \"limit\": -6250458,\n \"offset\": 67111129,\n \"total\": 11682870,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"risk_scores\": [\n {\n \"id\": \"476b82e4-2f6c-62e1-094c-dc651721abe0\",\n \"uid\": \"velit ut voluptate irurelaboris \",\n \"object_id\": \"486b63da-4b56-430e-e8df-224b1bd9e7b8\",\n \"object_type\": \"Profile\",\n \"overall_score\": 161339966.78,\n \"overall_risk_level_id\": \"urn:uuid:adee14c5-f157-07eb-e22b-8d53db00a8fd\",\n \"impact_score\": 139948347.02,\n \"impact_risk_level_id\": \"urn:uuid:21196808-d586-d307-802b-0eebec88bfab\",\n \"probability_score\": 77346763.92,\n \"probability_risk_level_id\": \"65678ea6-abfd-ecba-f3d6-a4956f34d75d\"\n },\n {\n \"id\": \"urn:uuid:b826aefa-7a4f-e414-1bfd-e769ceabaa97\",\n \"uid\": \"pariatur tempor voluptate utet d\",\n \"object_id\": \"fed51490-9301-7c7e-0566-4d35a789e0aa\",\n \"object_type\": \"Profile\",\n \"overall_score\": 162909805.05,\n \"overall_risk_level_id\": \"urn:uuid:47e421af-5474-66bc-dba7-ced019fcb5ce\",\n \"impact_score\": 173224756.33,\n \"impact_risk_level_id\": \"urn:uuid:d762b9ef-1e58-dc78-ac6f-2eb4cb097892\",\n \"probability_score\": 11541940.19,\n \"probability_risk_level_id\": \"urn:uuid:0e16f8f9-9f92-b7be-717d-0d18a5a98c22\"\n }\n ],\n \"_metadata\": {\n \"limit\": -58433020,\n \"offset\": -79888731,\n \"total\": -75301302,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "82610088-b806-479e-a6c8-13b83e351b07", + "id": "a9992d5b-626e-4a5e-97f2-b04b6d7c5992", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15205,7 +15205,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15223,7 +15223,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15232,7 +15232,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15241,7 +15241,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15285,7 +15285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebe935b5-0be1-4a9a-b226-e2d896e60d5a", + "id": "b2d35cf6-41e5-4cdb-8d33-d8d679dc56e3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15330,7 +15330,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15348,7 +15348,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15357,7 +15357,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15366,7 +15366,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -15416,7 +15416,7 @@ } }, { - "id": "252c305a-bb71-402e-98f5-46ea76a22018", + "id": "0879b086-585c-4bb8-b56a-16b7d38da416", "name": "Find risk score data by id", "request": { "name": "Find risk score data by id", @@ -15458,7 +15458,7 @@ }, "response": [ { - "id": "496054e7-f426-427c-a4c1-333c2cf0c143", + "id": "1ddacafe-f3c1-43b7-b68e-1fd632747967", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15497,12 +15497,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_score\": {\n \"id\": \"urn:uuid:4f6b201a-d872-4211-33fe-242e24516957\",\n \"uid\": \"qui laboredolore eu dolore aliqu\",\n \"object_id\": \"ce016abb-ee80-fe40-4916-16af7888093b\",\n \"object_type\": \"Profile\",\n \"overall_score\": 19314940.84,\n \"overall_risk_level_id\": \"urn:uuid:8a85bd99-4f42-3d4b-3773-1870f87538bd\",\n \"impact_score\": 143953867.35,\n \"impact_risk_level_id\": \"4cef722e-1ffc-0968-5aa4-ce3e3496cbe1\",\n \"probability_score\": 194166367.08,\n \"probability_risk_level_id\": \"021b8837-bc32-4a49-e9fc-dd68044398b5\"\n }\n}", + "body": "{\n \"risk_score\": {\n \"id\": \"urn:uuid:c0c4f769-3ac6-2194-473f-e77c369aae0a\",\n \"uid\": \"dolore Duisproident consequatExc\",\n \"object_id\": \"urn:uuid:68e2e6a6-7ff4-4d55-3b76-b0b583ba566d\",\n \"object_type\": \"Profile\",\n \"overall_score\": 56197411.35,\n \"overall_risk_level_id\": \"urn:uuid:1918e280-72c2-0ce6-7e13-701e3e823c39\",\n \"impact_score\": 111868542.91,\n \"impact_risk_level_id\": \"63d9cbe4-83e2-bd3b-4176-d4c44ff4e1b8\",\n \"probability_score\": 124902868.94,\n \"probability_risk_level_id\": \"urn:uuid:d0f85ea0-8f11-6848-bc7b-06879911eecd\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "60d11bea-2a53-47f6-b5af-a45a7b0bc8c8", + "id": "db116929-e72a-48cc-9455-3f616caa0aa7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15546,7 +15546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62c8bfe9-404c-4909-b0c6-2150b6b8811c", + "id": "76e1db48-5713-48a8-a60b-1d6484f3b1ef", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15602,7 +15602,7 @@ "description": "", "item": [ { - "id": "84e1e627-5cc0-4bd1-944c-f813b1c1aede", + "id": "56605598-053c-4d97-a5fa-f71435b953bc", "name": "Get risk level data in bulk", "request": { "name": "Get risk level data in bulk", @@ -15678,7 +15678,7 @@ }, "response": [ { - "id": "c2f6035f-1765-4ed8-99c7-a102dd4cbbab", + "id": "47c4e60f-f34e-44b1-bbe2-c53a62f2c04d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15762,12 +15762,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_levels\": [\n {\n \"id\": \"d4c67927-93ec-bd34-9fda-bf2f3dd90b76\",\n \"uid\": \"proident dolore sit fugiatvelit \",\n \"label\": \"commodo laboris sint\",\n \"points\": 146710936.25,\n \"order\": 61613589\n },\n {\n \"id\": \"urn:uuid:8ee14d83-c4b5-5a7a-8837-3e6397d78410\",\n \"uid\": \"deserunt nisireprehenderit offic\",\n \"label\": \"sed\",\n \"points\": 156720139.9,\n \"order\": 18608479\n }\n ],\n \"_metadata\": {\n \"limit\": -10097897,\n \"offset\": 82985937,\n \"total\": 5767875,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"risk_levels\": [\n {\n \"id\": \"urn:uuid:8e447b54-05ea-a756-c3e6-174bc91dee51\",\n \"uid\": \"in suntnisiveniam nisi irure non\",\n \"label\": \"dolor magna officia dolore\",\n \"points\": 121616830.71000001,\n \"order\": 43587364\n },\n {\n \"id\": \"85c0d46a-641a-5b96-20b4-5af8327790af\",\n \"uid\": \"cillum veniamofficia do Duis mag\",\n \"label\": \"eu consectetur in culpa\",\n \"points\": 63686306.26,\n \"order\": 71308451\n }\n ],\n \"_metadata\": {\n \"limit\": 86459509,\n \"offset\": -89181498,\n \"total\": -99458049,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "73877867-34f6-4eb9-827a-fd3313522eab", + "id": "9a4d4731-ab84-44fa-bad1-6adcdaa918bb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15856,7 +15856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70e91669-2668-4b08-94b3-27ac14a7a7f2", + "id": "6e250b88-53a8-46a7-b00a-9e26f996e16e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15951,7 +15951,7 @@ } }, { - "id": "e66e9881-68e2-4fda-980e-29586262e8c6", + "id": "eb7b5302-9488-41b6-97de-e07f8747ab52", "name": "Find risk level data by id", "request": { "name": "Find risk level data by id", @@ -15993,7 +15993,7 @@ }, "response": [ { - "id": "6b720c44-e810-4488-b4fc-dfddc6467b56", + "id": "3a5cee40-789d-41d0-971d-c2c576d20e8e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16032,12 +16032,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_level\": {\n \"id\": \"urn:uuid:fb786c0b-8209-6011-f902-7e79b36627f8\",\n \"uid\": \"incididunt aliquip enimmagna ali\",\n \"label\": \"dolore esse deserunt nostrud incididunt\",\n \"points\": 93467528.05,\n \"order\": 4118977\n }\n}", + "body": "{\n \"risk_level\": {\n \"id\": \"057c1717-83ce-263b-2aad-46f0c6bf1dc1\",\n \"uid\": \"aliquip et eiusmod exercitation \",\n \"label\": \"reprehenderit culpa laborum tempor proident\",\n \"points\": 78159255.78,\n \"order\": 32865889\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "980a6516-4eab-4336-8475-618fbbd146c9", + "id": "4b951f3c-296b-42e4-864b-cabbfd4e005f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16081,7 +16081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a50699b9-6747-465c-8045-189903286641", + "id": "4798d029-5537-4a24-b984-ef4262b2430e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16137,7 +16137,7 @@ "description": "", "item": [ { - "id": "4a277e43-7dc6-4bd5-9c2b-8090f37c3350", + "id": "25b99b65-5669-4eb3-9f8e-95434c7aae22", "name": "Create a user-profile contributor relationship", "request": { "name": "Create a user-profile contributor relationship", @@ -16168,7 +16168,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:0caf8fca-d672-75ac-efd7-bb74fdf25496\",\n \"profile_id\": \"urn:uuid:bad4b203-cb93-d04d-aa19-dbda291d3f7b\",\n \"ne_attribute_id\": \"urn:uuid:569f7f0e-52ba-bb1c-1834-e5b1fef2c025\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"ec3fc1d8-5800-d782-6167-d1ef1748979f\",\n \"profile_id\": \"urn:uuid:2a5e19c7-a1bd-c771-8034-241d6b6cc094\",\n \"ne_attribute_id\": \"urn:uuid:df53a5c6-9f08-158c-e872-e7365a070c66\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -16180,7 +16180,7 @@ }, "response": [ { - "id": "dacf0d51-0cd7-493c-b058-9e3437688ca7", + "id": "64423a00-3a80-4cfa-a767-3ab269c05bd5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16214,7 +16214,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:0caf8fca-d672-75ac-efd7-bb74fdf25496\",\n \"profile_id\": \"urn:uuid:bad4b203-cb93-d04d-aa19-dbda291d3f7b\",\n \"ne_attribute_id\": \"urn:uuid:569f7f0e-52ba-bb1c-1834-e5b1fef2c025\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"ec3fc1d8-5800-d782-6167-d1ef1748979f\",\n \"profile_id\": \"urn:uuid:2a5e19c7-a1bd-c771-8034-241d6b6cc094\",\n \"ne_attribute_id\": \"urn:uuid:df53a5c6-9f08-158c-e872-e7365a070c66\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -16231,12 +16231,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:515d8fec-d709-c9bf-034b-b42bd17b2970\",\n \"uid\": \"velit officia pariatur nulla idl\",\n \"user_id\": \"4ba8a8c3-9d47-6f4d-0002-69ce907deb14\",\n \"profile_id\": \"urn:uuid:79aa1c49-10cb-98dc-80d2-c7f8e5f63af4\",\n \"ne_attribute_id\": \"urn:uuid:60c96049-be91-19f4-36d7-71d99b8c0f8f\",\n \"relationship_type\": \"contributor\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"93cdb1f3-b0a6-0be0-4147-9599d42a186c\",\n \"uid\": \"commodo exdolore sunt velit veni\",\n \"user_id\": \"urn:uuid:c78b92d2-a5cf-8d01-036d-650a5d69069a\",\n \"profile_id\": \"urn:uuid:f3ebee0f-2a11-f9ff-ab00-bc6bb95339b5\",\n \"ne_attribute_id\": \"bfc50b9a-3988-63b6-859e-a62dff6122bb\",\n \"relationship_type\": \"contributor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6e44ffe3-eeae-4270-8a04-1a417cee3982", + "id": "610d678f-7e1c-4bff-b63f-18f092d43799", "name": "Invalid input", "originalRequest": { "url": { @@ -16266,7 +16266,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:0caf8fca-d672-75ac-efd7-bb74fdf25496\",\n \"profile_id\": \"urn:uuid:bad4b203-cb93-d04d-aa19-dbda291d3f7b\",\n \"ne_attribute_id\": \"urn:uuid:569f7f0e-52ba-bb1c-1834-e5b1fef2c025\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"ec3fc1d8-5800-d782-6167-d1ef1748979f\",\n \"profile_id\": \"urn:uuid:2a5e19c7-a1bd-c771-8034-241d6b6cc094\",\n \"ne_attribute_id\": \"urn:uuid:df53a5c6-9f08-158c-e872-e7365a070c66\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -16288,7 +16288,7 @@ } }, { - "id": "939cfd64-9e82-421e-9b22-d2ae1e67eb09", + "id": "f41b9c2e-b9b6-413f-a94c-e8de10f73fad", "name": "Get user-profile contributor relationships", "request": { "name": "Get user-profile contributor relationships", @@ -16391,7 +16391,7 @@ }, "response": [ { - "id": "283be3f3-98a4-4279-a0b9-0912b0dc3d58", + "id": "a1c25d7f-881f-4715-b2cf-a337398cd690", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16502,12 +16502,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"1b92c22f-09a3-1a06-9648-3d80b577af76\",\n \"uid\": \"cillum adipisicing ipsum doad vo\",\n \"user_id\": \"urn:uuid:6fcb68ff-966d-4507-a5f3-065ccfb4f155\",\n \"profile_id\": \"urn:uuid:aa1c318b-0e5f-af1a-eb44-d387111335dd\",\n \"ne_attribute_id\": \"3a16c8e5-bf9c-c1c8-554b-71b9ad792f6b\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:6117429d-ed5f-293d-87d3-7f3fbaf275bc\",\n \"uid\": \"dolore labore proidentquis dolor\",\n \"user_id\": \"urn:uuid:909059d7-716f-f119-ef5a-4770a430b93a\",\n \"profile_id\": \"fdc0060a-4e05-d71f-31e5-d238d36312e0\",\n \"ne_attribute_id\": \"0a0f8387-1173-0a7b-ea23-dd43553e0297\",\n \"relationship_type\": \"owner\"\n }\n ],\n \"_metadata\": {\n \"limit\": -88028296,\n \"offset\": -26570474,\n \"total\": -60559187,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:ae574d7f-0fce-b2c7-7b28-16f1178cc1ac\",\n \"uid\": \"esse proident qui laborenulla ip\",\n \"user_id\": \"urn:uuid:4f20426f-a1b4-c48f-9a2f-75d5d74565e7\",\n \"profile_id\": \"urn:uuid:e7eadaa1-f721-c94f-6ee2-57b4298dfc04\",\n \"ne_attribute_id\": \"ef7eb3da-ad10-7745-f79c-d15c177cf26c\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:d6b0202f-ef25-75e9-dd00-c539ce622c9b\",\n \"uid\": \"est dolorcillum aliqua ipsum Lor\",\n \"user_id\": \"urn:uuid:c7f9f4f2-dbce-8157-a32a-a80c8e4be108\",\n \"profile_id\": \"a7b28175-2a46-a0aa-6e51-580e70651953\",\n \"ne_attribute_id\": \"urn:uuid:8c344e0f-188f-e354-01b8-da45368673ae\",\n \"relationship_type\": \"owner\"\n }\n ],\n \"_metadata\": {\n \"limit\": -44425221,\n \"offset\": 95577660,\n \"total\": 16562869,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a91a64d9-04f6-4d24-aa86-7525bf0d3484", + "id": "7949de27-993d-4408-b895-9abea08e880e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16623,7 +16623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5a5019e-d876-4ec5-ad6e-8c5403c95b6b", + "id": "5f23b1dd-6505-4321-8b3a-b68f703e2fb1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16745,7 +16745,7 @@ } }, { - "id": "b8f02930-701e-4c89-893c-2399059f8e4d", + "id": "1fae23b0-c3df-4b4b-a26d-133622f4b486", "name": "Create multiple user-profile contributor relationships", "request": { "name": "Create multiple user-profile contributor relationships", @@ -16776,7 +16776,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"9b0af550-6ef8-12e9-22e1-6494c761a174\",\n \"profile_id\": \"urn:uuid:ee00d68c-2b78-6b92-eb50-700581d69a79\",\n \"ne_attribute_id\": \"urn:uuid:7e681fb1-a458-d748-c659-3efda967a62f\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"3ee39259-1e33-8ad5-fdb3-f42266ff37b7\",\n \"profile_id\": \"urn:uuid:df00187c-6397-3411-4010-cd1e992b9191\",\n \"ne_attribute_id\": \"a381992d-2e37-862d-71dc-14c35ce3e0ea\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"4eb8f59a-10d5-1c80-928c-82aceac1340e\",\n \"profile_id\": \"urn:uuid:32c60d96-9856-be5d-f60d-1aa6fac76e9c\",\n \"ne_attribute_id\": \"urn:uuid:f7ee328b-4779-e5ce-dc7e-14fe0d15b157\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"2b74ca83-b21f-b642-8711-547c98251332\",\n \"profile_id\": \"f707e70d-ef3b-29dd-a5e9-23eba629a8c5\",\n \"ne_attribute_id\": \"5738d1f3-d322-c384-ffb1-7b589e1daa22\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16788,7 +16788,7 @@ }, "response": [ { - "id": "4b5d44dc-9138-4b2c-b33d-ec915c3528b6", + "id": "ada37f7b-3441-4566-9366-c8df951bd2fa", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16822,7 +16822,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"9b0af550-6ef8-12e9-22e1-6494c761a174\",\n \"profile_id\": \"urn:uuid:ee00d68c-2b78-6b92-eb50-700581d69a79\",\n \"ne_attribute_id\": \"urn:uuid:7e681fb1-a458-d748-c659-3efda967a62f\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"3ee39259-1e33-8ad5-fdb3-f42266ff37b7\",\n \"profile_id\": \"urn:uuid:df00187c-6397-3411-4010-cd1e992b9191\",\n \"ne_attribute_id\": \"a381992d-2e37-862d-71dc-14c35ce3e0ea\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"4eb8f59a-10d5-1c80-928c-82aceac1340e\",\n \"profile_id\": \"urn:uuid:32c60d96-9856-be5d-f60d-1aa6fac76e9c\",\n \"ne_attribute_id\": \"urn:uuid:f7ee328b-4779-e5ce-dc7e-14fe0d15b157\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"2b74ca83-b21f-b642-8711-547c98251332\",\n \"profile_id\": \"f707e70d-ef3b-29dd-a5e9-23eba629a8c5\",\n \"ne_attribute_id\": \"5738d1f3-d322-c384-ffb1-7b589e1daa22\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16839,12 +16839,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:b54a70fd-56ab-e05a-fcbd-d5c938b0549b\",\n \"uid\": \"ut eu Excepteur laboris occaecat\",\n \"user_id\": \"dc9798e2-f109-258e-3d15-658421e9ccec\",\n \"profile_id\": \"ca35b49b-b492-1b2f-61ee-15db5026e8c1\",\n \"ne_attribute_id\": \"8d7f817d-bc3c-7e04-4480-e51bf51b98a9\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"88c3508c-2c3d-81af-f083-deeff6fb2be1\",\n \"uid\": \"suntsitmollit aliquip ut estveli\",\n \"user_id\": \"urn:uuid:71bffc1a-b257-8455-1b82-c0f0b115c2ba\",\n \"profile_id\": \"582ddf4d-b53b-849d-7f4e-6f45753a8db3\",\n \"ne_attribute_id\": \"3d825047-fb59-7437-ea76-f6f6a896113f\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:b77aaa9d-6a3b-f5ef-bd42-fb2e7d36e535\",\n \"uid\": \"ut aliqua elit magnaveniam utsin\",\n \"user_id\": \"5dab2e83-e8df-6541-3335-0aa182fee98d\",\n \"profile_id\": \"urn:uuid:4ca3b2e3-9aa4-b2c7-bb74-268afc5fc309\",\n \"ne_attribute_id\": \"ed6f6a41-855b-fe25-0b35-5c11183a1d2f\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:97b6f14d-7263-3c90-6ace-c3683f3514d2\",\n \"uid\": \"et Excepteur dolore nostrudea ni\",\n \"user_id\": \"7c8bfa90-a56a-bca5-a90b-230f28992be8\",\n \"profile_id\": \"urn:uuid:20b171cf-f8f6-1350-0dbb-847055b2d187\",\n \"ne_attribute_id\": \"urn:uuid:762ef090-3fd1-6f5b-1bb0-0545c604118c\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1e43ac29-2389-48c8-94b6-6b75e860022b", + "id": "5eaa0b59-4971-4043-a253-109d2c3ad99f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16878,7 +16878,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"9b0af550-6ef8-12e9-22e1-6494c761a174\",\n \"profile_id\": \"urn:uuid:ee00d68c-2b78-6b92-eb50-700581d69a79\",\n \"ne_attribute_id\": \"urn:uuid:7e681fb1-a458-d748-c659-3efda967a62f\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"3ee39259-1e33-8ad5-fdb3-f42266ff37b7\",\n \"profile_id\": \"urn:uuid:df00187c-6397-3411-4010-cd1e992b9191\",\n \"ne_attribute_id\": \"a381992d-2e37-862d-71dc-14c35ce3e0ea\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"4eb8f59a-10d5-1c80-928c-82aceac1340e\",\n \"profile_id\": \"urn:uuid:32c60d96-9856-be5d-f60d-1aa6fac76e9c\",\n \"ne_attribute_id\": \"urn:uuid:f7ee328b-4779-e5ce-dc7e-14fe0d15b157\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"2b74ca83-b21f-b642-8711-547c98251332\",\n \"profile_id\": \"f707e70d-ef3b-29dd-a5e9-23eba629a8c5\",\n \"ne_attribute_id\": \"5738d1f3-d322-c384-ffb1-7b589e1daa22\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16900,7 +16900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "001e8228-d84f-47c9-bca8-85444d7278dc", + "id": "aa93389e-7c8c-4fda-b809-1163d55fb4ed", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16934,7 +16934,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"9b0af550-6ef8-12e9-22e1-6494c761a174\",\n \"profile_id\": \"urn:uuid:ee00d68c-2b78-6b92-eb50-700581d69a79\",\n \"ne_attribute_id\": \"urn:uuid:7e681fb1-a458-d748-c659-3efda967a62f\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"3ee39259-1e33-8ad5-fdb3-f42266ff37b7\",\n \"profile_id\": \"urn:uuid:df00187c-6397-3411-4010-cd1e992b9191\",\n \"ne_attribute_id\": \"a381992d-2e37-862d-71dc-14c35ce3e0ea\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"4eb8f59a-10d5-1c80-928c-82aceac1340e\",\n \"profile_id\": \"urn:uuid:32c60d96-9856-be5d-f60d-1aa6fac76e9c\",\n \"ne_attribute_id\": \"urn:uuid:f7ee328b-4779-e5ce-dc7e-14fe0d15b157\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"2b74ca83-b21f-b642-8711-547c98251332\",\n \"profile_id\": \"f707e70d-ef3b-29dd-a5e9-23eba629a8c5\",\n \"ne_attribute_id\": \"5738d1f3-d322-c384-ffb1-7b589e1daa22\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16962,7 +16962,7 @@ } }, { - "id": "4d8e3538-cf34-4068-b6aa-8cb7e2e1a44d", + "id": "714a0dd3-5bec-4b7b-b887-8498f315f073", "name": "Update multiple user-profile contributor relationships", "request": { "name": "Update multiple user-profile contributor relationships", @@ -16993,7 +16993,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:bff9ca5d-cc1f-8ad3-bdc5-21e09d8b1289\",\n \"user_id\": \"urn:uuid:0dac6799-0777-cd6b-82d2-0db782db1f3d\",\n \"profile_id\": \"94d41816-919b-76eb-f36c-5d12a56a0f73\",\n \"ne_attribute_id\": \"a5233090-e56d-1e28-8669-638c33158558\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:c0941118-f668-d037-6350-ba56e74749ae\",\n \"user_id\": \"urn:uuid:e754b62a-c314-6e87-6db8-3bffca87ed05\",\n \"profile_id\": \"9b8a5ee9-78cb-c437-3c0a-a0da7c02613a\",\n \"ne_attribute_id\": \"492ea02e-230a-1f1b-da52-019f86d4bf7c\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:4c570b9a-514e-4b4c-4ece-dd43539d83a3\",\n \"user_id\": \"urn:uuid:db53d203-c8a6-6c76-804b-da88e72f72de\",\n \"profile_id\": \"urn:uuid:9ec0bcd8-620b-1783-00a4-c2fc4bd7314d\",\n \"ne_attribute_id\": \"urn:uuid:1f79955f-3157-657a-9356-0b983e415f20\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:943ba9eb-fdd2-3bfd-e3f4-e5547113cbef\",\n \"user_id\": \"68b51003-5558-7e12-8678-bbd52362af3d\",\n \"profile_id\": \"urn:uuid:8eea54c0-fa49-5412-b2c7-c8902f586d2e\",\n \"ne_attribute_id\": \"ebbc0ff4-a970-e775-4e32-c3a5a00a454d\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17005,7 +17005,7 @@ }, "response": [ { - "id": "72f53d09-effd-4090-b4e4-efbbc84424b8", + "id": "ddf17d2a-8bc6-4052-abaa-fc941f322567", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17039,7 +17039,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:bff9ca5d-cc1f-8ad3-bdc5-21e09d8b1289\",\n \"user_id\": \"urn:uuid:0dac6799-0777-cd6b-82d2-0db782db1f3d\",\n \"profile_id\": \"94d41816-919b-76eb-f36c-5d12a56a0f73\",\n \"ne_attribute_id\": \"a5233090-e56d-1e28-8669-638c33158558\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:c0941118-f668-d037-6350-ba56e74749ae\",\n \"user_id\": \"urn:uuid:e754b62a-c314-6e87-6db8-3bffca87ed05\",\n \"profile_id\": \"9b8a5ee9-78cb-c437-3c0a-a0da7c02613a\",\n \"ne_attribute_id\": \"492ea02e-230a-1f1b-da52-019f86d4bf7c\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:4c570b9a-514e-4b4c-4ece-dd43539d83a3\",\n \"user_id\": \"urn:uuid:db53d203-c8a6-6c76-804b-da88e72f72de\",\n \"profile_id\": \"urn:uuid:9ec0bcd8-620b-1783-00a4-c2fc4bd7314d\",\n \"ne_attribute_id\": \"urn:uuid:1f79955f-3157-657a-9356-0b983e415f20\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:943ba9eb-fdd2-3bfd-e3f4-e5547113cbef\",\n \"user_id\": \"68b51003-5558-7e12-8678-bbd52362af3d\",\n \"profile_id\": \"urn:uuid:8eea54c0-fa49-5412-b2c7-c8902f586d2e\",\n \"ne_attribute_id\": \"ebbc0ff4-a970-e775-4e32-c3a5a00a454d\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17056,12 +17056,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:b54a70fd-56ab-e05a-fcbd-d5c938b0549b\",\n \"uid\": \"ut eu Excepteur laboris occaecat\",\n \"user_id\": \"dc9798e2-f109-258e-3d15-658421e9ccec\",\n \"profile_id\": \"ca35b49b-b492-1b2f-61ee-15db5026e8c1\",\n \"ne_attribute_id\": \"8d7f817d-bc3c-7e04-4480-e51bf51b98a9\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"88c3508c-2c3d-81af-f083-deeff6fb2be1\",\n \"uid\": \"suntsitmollit aliquip ut estveli\",\n \"user_id\": \"urn:uuid:71bffc1a-b257-8455-1b82-c0f0b115c2ba\",\n \"profile_id\": \"582ddf4d-b53b-849d-7f4e-6f45753a8db3\",\n \"ne_attribute_id\": \"3d825047-fb59-7437-ea76-f6f6a896113f\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:b77aaa9d-6a3b-f5ef-bd42-fb2e7d36e535\",\n \"uid\": \"ut aliqua elit magnaveniam utsin\",\n \"user_id\": \"5dab2e83-e8df-6541-3335-0aa182fee98d\",\n \"profile_id\": \"urn:uuid:4ca3b2e3-9aa4-b2c7-bb74-268afc5fc309\",\n \"ne_attribute_id\": \"ed6f6a41-855b-fe25-0b35-5c11183a1d2f\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:97b6f14d-7263-3c90-6ace-c3683f3514d2\",\n \"uid\": \"et Excepteur dolore nostrudea ni\",\n \"user_id\": \"7c8bfa90-a56a-bca5-a90b-230f28992be8\",\n \"profile_id\": \"urn:uuid:20b171cf-f8f6-1350-0dbb-847055b2d187\",\n \"ne_attribute_id\": \"urn:uuid:762ef090-3fd1-6f5b-1bb0-0545c604118c\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "988b7911-9d67-4890-90cb-dfe9d020493d", + "id": "d766e579-6efe-4871-9795-5e331b5b530c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17095,7 +17095,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:bff9ca5d-cc1f-8ad3-bdc5-21e09d8b1289\",\n \"user_id\": \"urn:uuid:0dac6799-0777-cd6b-82d2-0db782db1f3d\",\n \"profile_id\": \"94d41816-919b-76eb-f36c-5d12a56a0f73\",\n \"ne_attribute_id\": \"a5233090-e56d-1e28-8669-638c33158558\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:c0941118-f668-d037-6350-ba56e74749ae\",\n \"user_id\": \"urn:uuid:e754b62a-c314-6e87-6db8-3bffca87ed05\",\n \"profile_id\": \"9b8a5ee9-78cb-c437-3c0a-a0da7c02613a\",\n \"ne_attribute_id\": \"492ea02e-230a-1f1b-da52-019f86d4bf7c\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:4c570b9a-514e-4b4c-4ece-dd43539d83a3\",\n \"user_id\": \"urn:uuid:db53d203-c8a6-6c76-804b-da88e72f72de\",\n \"profile_id\": \"urn:uuid:9ec0bcd8-620b-1783-00a4-c2fc4bd7314d\",\n \"ne_attribute_id\": \"urn:uuid:1f79955f-3157-657a-9356-0b983e415f20\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:943ba9eb-fdd2-3bfd-e3f4-e5547113cbef\",\n \"user_id\": \"68b51003-5558-7e12-8678-bbd52362af3d\",\n \"profile_id\": \"urn:uuid:8eea54c0-fa49-5412-b2c7-c8902f586d2e\",\n \"ne_attribute_id\": \"ebbc0ff4-a970-e775-4e32-c3a5a00a454d\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17117,7 +17117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58069cc9-ed8a-477b-aa74-2d752fa1d84f", + "id": "ba216e1a-d002-4f16-b883-be02f25b1c2f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17151,7 +17151,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:bff9ca5d-cc1f-8ad3-bdc5-21e09d8b1289\",\n \"user_id\": \"urn:uuid:0dac6799-0777-cd6b-82d2-0db782db1f3d\",\n \"profile_id\": \"94d41816-919b-76eb-f36c-5d12a56a0f73\",\n \"ne_attribute_id\": \"a5233090-e56d-1e28-8669-638c33158558\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:c0941118-f668-d037-6350-ba56e74749ae\",\n \"user_id\": \"urn:uuid:e754b62a-c314-6e87-6db8-3bffca87ed05\",\n \"profile_id\": \"9b8a5ee9-78cb-c437-3c0a-a0da7c02613a\",\n \"ne_attribute_id\": \"492ea02e-230a-1f1b-da52-019f86d4bf7c\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:4c570b9a-514e-4b4c-4ece-dd43539d83a3\",\n \"user_id\": \"urn:uuid:db53d203-c8a6-6c76-804b-da88e72f72de\",\n \"profile_id\": \"urn:uuid:9ec0bcd8-620b-1783-00a4-c2fc4bd7314d\",\n \"ne_attribute_id\": \"urn:uuid:1f79955f-3157-657a-9356-0b983e415f20\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:943ba9eb-fdd2-3bfd-e3f4-e5547113cbef\",\n \"user_id\": \"68b51003-5558-7e12-8678-bbd52362af3d\",\n \"profile_id\": \"urn:uuid:8eea54c0-fa49-5412-b2c7-c8902f586d2e\",\n \"ne_attribute_id\": \"ebbc0ff4-a970-e775-4e32-c3a5a00a454d\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17179,7 +17179,7 @@ } }, { - "id": "bc7ddd72-bd52-43f8-918a-3297556a16ad", + "id": "dfb5a09e-7c6d-4a11-9cb6-4008b2225639", "name": "Delete multiple user-profile contributor relationships", "request": { "name": "Delete multiple user-profile contributor relationships", @@ -17210,7 +17210,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:dfa46497-12f6-2b55-3ec1-7b5b53bde6b7\"\n },\n {\n \"id\": \"37eecf87-abc1-41ee-00d2-8809b0dd8bb2\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:5d288814-f7b3-cc6d-77aa-d0f065f8ade3\"\n },\n {\n \"id\": \"564e13a3-6fa3-d9d0-14ff-1bdd2bb71aaa\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17222,7 +17222,7 @@ }, "response": [ { - "id": "13e68fb8-c3f1-4ecf-a6d6-eb3419dda4ee", + "id": "ce685140-0445-40fd-a2bf-d4102ef60950", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17256,7 +17256,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:dfa46497-12f6-2b55-3ec1-7b5b53bde6b7\"\n },\n {\n \"id\": \"37eecf87-abc1-41ee-00d2-8809b0dd8bb2\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:5d288814-f7b3-cc6d-77aa-d0f065f8ade3\"\n },\n {\n \"id\": \"564e13a3-6fa3-d9d0-14ff-1bdd2bb71aaa\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17273,12 +17273,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:b54a70fd-56ab-e05a-fcbd-d5c938b0549b\",\n \"uid\": \"ut eu Excepteur laboris occaecat\",\n \"user_id\": \"dc9798e2-f109-258e-3d15-658421e9ccec\",\n \"profile_id\": \"ca35b49b-b492-1b2f-61ee-15db5026e8c1\",\n \"ne_attribute_id\": \"8d7f817d-bc3c-7e04-4480-e51bf51b98a9\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"88c3508c-2c3d-81af-f083-deeff6fb2be1\",\n \"uid\": \"suntsitmollit aliquip ut estveli\",\n \"user_id\": \"urn:uuid:71bffc1a-b257-8455-1b82-c0f0b115c2ba\",\n \"profile_id\": \"582ddf4d-b53b-849d-7f4e-6f45753a8db3\",\n \"ne_attribute_id\": \"3d825047-fb59-7437-ea76-f6f6a896113f\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:b77aaa9d-6a3b-f5ef-bd42-fb2e7d36e535\",\n \"uid\": \"ut aliqua elit magnaveniam utsin\",\n \"user_id\": \"5dab2e83-e8df-6541-3335-0aa182fee98d\",\n \"profile_id\": \"urn:uuid:4ca3b2e3-9aa4-b2c7-bb74-268afc5fc309\",\n \"ne_attribute_id\": \"ed6f6a41-855b-fe25-0b35-5c11183a1d2f\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:97b6f14d-7263-3c90-6ace-c3683f3514d2\",\n \"uid\": \"et Excepteur dolore nostrudea ni\",\n \"user_id\": \"7c8bfa90-a56a-bca5-a90b-230f28992be8\",\n \"profile_id\": \"urn:uuid:20b171cf-f8f6-1350-0dbb-847055b2d187\",\n \"ne_attribute_id\": \"urn:uuid:762ef090-3fd1-6f5b-1bb0-0545c604118c\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ad485f0f-edb8-400c-9577-fb04fd03cc6c", + "id": "46d08140-4695-4f30-817a-fc55fe47b19c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17312,7 +17312,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:dfa46497-12f6-2b55-3ec1-7b5b53bde6b7\"\n },\n {\n \"id\": \"37eecf87-abc1-41ee-00d2-8809b0dd8bb2\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:5d288814-f7b3-cc6d-77aa-d0f065f8ade3\"\n },\n {\n \"id\": \"564e13a3-6fa3-d9d0-14ff-1bdd2bb71aaa\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17334,7 +17334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28d73db3-af53-4534-8eeb-d8ded5440301", + "id": "475ce9de-d2c3-41fd-b78b-f90c4fa8b8e6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17368,7 +17368,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:dfa46497-12f6-2b55-3ec1-7b5b53bde6b7\"\n },\n {\n \"id\": \"37eecf87-abc1-41ee-00d2-8809b0dd8bb2\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:5d288814-f7b3-cc6d-77aa-d0f065f8ade3\"\n },\n {\n \"id\": \"564e13a3-6fa3-d9d0-14ff-1bdd2bb71aaa\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17396,7 +17396,7 @@ } }, { - "id": "93b7c1e6-a731-43c5-a12d-8a0c2ea2b47d", + "id": "d881144a-5c4f-47b0-80b6-1cdd3d8f4b22", "name": "Find user-profile contributor relationship by id", "request": { "name": "Find user-profile contributor relationship by id", @@ -17438,7 +17438,7 @@ }, "response": [ { - "id": "adfe7a7c-b997-4a49-9f78-1b9c3de8fcdc", + "id": "0ed89d67-827a-4c84-a41d-53d02afe4813", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17477,12 +17477,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:515d8fec-d709-c9bf-034b-b42bd17b2970\",\n \"uid\": \"velit officia pariatur nulla idl\",\n \"user_id\": \"4ba8a8c3-9d47-6f4d-0002-69ce907deb14\",\n \"profile_id\": \"urn:uuid:79aa1c49-10cb-98dc-80d2-c7f8e5f63af4\",\n \"ne_attribute_id\": \"urn:uuid:60c96049-be91-19f4-36d7-71d99b8c0f8f\",\n \"relationship_type\": \"contributor\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"93cdb1f3-b0a6-0be0-4147-9599d42a186c\",\n \"uid\": \"commodo exdolore sunt velit veni\",\n \"user_id\": \"urn:uuid:c78b92d2-a5cf-8d01-036d-650a5d69069a\",\n \"profile_id\": \"urn:uuid:f3ebee0f-2a11-f9ff-ab00-bc6bb95339b5\",\n \"ne_attribute_id\": \"bfc50b9a-3988-63b6-859e-a62dff6122bb\",\n \"relationship_type\": \"contributor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "51bb87b5-ad8f-435b-966e-a3bc56bc09d6", + "id": "9179153d-f090-49dd-a1fd-844ab2060a71", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17526,7 +17526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c44369d-d428-496f-92a5-686ab1a76a7a", + "id": "0511916b-0bcf-46a3-89e6-39e8892c27bc", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17576,7 +17576,7 @@ } }, { - "id": "79470138-4cf5-4781-99b7-ad91e08ec282", + "id": "42b8e190-88e6-4131-8082-f79473489106", "name": "Update a user-profile contributor relationship by id", "request": { "name": "Update a user-profile contributor relationship by id", @@ -17619,7 +17619,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:0caf8fca-d672-75ac-efd7-bb74fdf25496\",\n \"profile_id\": \"urn:uuid:bad4b203-cb93-d04d-aa19-dbda291d3f7b\",\n \"ne_attribute_id\": \"urn:uuid:569f7f0e-52ba-bb1c-1834-e5b1fef2c025\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"ec3fc1d8-5800-d782-6167-d1ef1748979f\",\n \"profile_id\": \"urn:uuid:2a5e19c7-a1bd-c771-8034-241d6b6cc094\",\n \"ne_attribute_id\": \"urn:uuid:df53a5c6-9f08-158c-e872-e7365a070c66\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17631,7 +17631,7 @@ }, "response": [ { - "id": "f12d4644-3c52-4a92-b7cb-34e7643f6a0f", + "id": "995ea30a-3e4d-4017-bc78-5818b303581c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17666,7 +17666,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:0caf8fca-d672-75ac-efd7-bb74fdf25496\",\n \"profile_id\": \"urn:uuid:bad4b203-cb93-d04d-aa19-dbda291d3f7b\",\n \"ne_attribute_id\": \"urn:uuid:569f7f0e-52ba-bb1c-1834-e5b1fef2c025\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"ec3fc1d8-5800-d782-6167-d1ef1748979f\",\n \"profile_id\": \"urn:uuid:2a5e19c7-a1bd-c771-8034-241d6b6cc094\",\n \"ne_attribute_id\": \"urn:uuid:df53a5c6-9f08-158c-e872-e7365a070c66\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17683,12 +17683,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:515d8fec-d709-c9bf-034b-b42bd17b2970\",\n \"uid\": \"velit officia pariatur nulla idl\",\n \"user_id\": \"4ba8a8c3-9d47-6f4d-0002-69ce907deb14\",\n \"profile_id\": \"urn:uuid:79aa1c49-10cb-98dc-80d2-c7f8e5f63af4\",\n \"ne_attribute_id\": \"urn:uuid:60c96049-be91-19f4-36d7-71d99b8c0f8f\",\n \"relationship_type\": \"contributor\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"93cdb1f3-b0a6-0be0-4147-9599d42a186c\",\n \"uid\": \"commodo exdolore sunt velit veni\",\n \"user_id\": \"urn:uuid:c78b92d2-a5cf-8d01-036d-650a5d69069a\",\n \"profile_id\": \"urn:uuid:f3ebee0f-2a11-f9ff-ab00-bc6bb95339b5\",\n \"ne_attribute_id\": \"bfc50b9a-3988-63b6-859e-a62dff6122bb\",\n \"relationship_type\": \"contributor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5884e141-b602-4eb9-aabd-236a93db72a7", + "id": "46c32d44-002b-46c6-be90-a6cdb83c5a59", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17723,7 +17723,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:0caf8fca-d672-75ac-efd7-bb74fdf25496\",\n \"profile_id\": \"urn:uuid:bad4b203-cb93-d04d-aa19-dbda291d3f7b\",\n \"ne_attribute_id\": \"urn:uuid:569f7f0e-52ba-bb1c-1834-e5b1fef2c025\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"ec3fc1d8-5800-d782-6167-d1ef1748979f\",\n \"profile_id\": \"urn:uuid:2a5e19c7-a1bd-c771-8034-241d6b6cc094\",\n \"ne_attribute_id\": \"urn:uuid:df53a5c6-9f08-158c-e872-e7365a070c66\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17745,7 +17745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dec2e8a0-404c-422c-a88d-3b5b4aa84849", + "id": "e8a4b146-0c8c-4504-b1ef-754a06b5e023", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17780,7 +17780,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:0caf8fca-d672-75ac-efd7-bb74fdf25496\",\n \"profile_id\": \"urn:uuid:bad4b203-cb93-d04d-aa19-dbda291d3f7b\",\n \"ne_attribute_id\": \"urn:uuid:569f7f0e-52ba-bb1c-1834-e5b1fef2c025\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"ec3fc1d8-5800-d782-6167-d1ef1748979f\",\n \"profile_id\": \"urn:uuid:2a5e19c7-a1bd-c771-8034-241d6b6cc094\",\n \"ne_attribute_id\": \"urn:uuid:df53a5c6-9f08-158c-e872-e7365a070c66\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17808,7 +17808,7 @@ } }, { - "id": "8f470584-0423-41b4-9534-873db5907f28", + "id": "82f6c407-5afd-4e33-a6d5-0d667ba25a73", "name": "Delete a user profile assignment", "request": { "name": "Delete a user profile assignment", @@ -17850,7 +17850,7 @@ }, "response": [ { - "id": "8fc72c7d-1a6b-4199-9982-efcfd501551d", + "id": "7f4099b8-4fb5-4a6d-aad3-ff9052b3f575", "name": "User profile was destroyed", "originalRequest": { "url": { @@ -17894,7 +17894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5bf5169-71b6-4f43-a465-ccf5ac50f266", + "id": "baff88b3-6aa5-4f13-accd-ba8f60373f87", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17938,7 +17938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8800c1f-ff94-4dcf-83dc-12392343a01c", + "id": "bcec5536-5c01-4e91-a2e4-c7bd602a048b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17994,7 +17994,7 @@ "description": "", "item": [ { - "id": "ef48b19f-7376-476c-905d-c52c04192bf9", + "id": "95867b91-4ebd-40ad-81aa-c8fb27e0f95d", "name": "Create a role-profile contributor relationship", "request": { "name": "Create a role-profile contributor relationship", @@ -18025,7 +18025,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5feb3099-b83f-96d5-6e28-91e3b62fd12d\",\n \"profile_id\": \"33b4468e-02d4-1cc8-b843-7973199bef8f\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"347fa478-d878-b1d0-cda9-b05b3b64622f\",\n \"profile_id\": \"urn:uuid:05daadb1-9ac5-5a32-b120-8effae7f10f5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18037,7 +18037,7 @@ }, "response": [ { - "id": "28e660cd-e7f3-4784-aa37-230427706a1f", + "id": "7ba917e5-1f5d-4248-a3ec-54299ede5a0c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18071,7 +18071,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5feb3099-b83f-96d5-6e28-91e3b62fd12d\",\n \"profile_id\": \"33b4468e-02d4-1cc8-b843-7973199bef8f\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"347fa478-d878-b1d0-cda9-b05b3b64622f\",\n \"profile_id\": \"urn:uuid:05daadb1-9ac5-5a32-b120-8effae7f10f5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18088,12 +18088,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"fbd4a154-ec99-a65e-62fd-9fdbdbaea6af\",\n \"uid\": \"quiLorem in doloreoccaecatfugiat\",\n \"role_id\": \"urn:uuid:b570e8ee-3852-fb7b-eca8-be0410fa0a22\",\n \"profile_id\": \"urn:uuid:9754e9c0-c7e8-c571-77b3-360cbe0ce5d3\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:d3b277dc-2df0-459a-dc7c-3ed6bbeb8680\",\n \"uid\": \"pariatur dolor cillum consequat \",\n \"role_id\": \"6dd9874c-9886-23fb-316f-bbd96129ebeb\",\n \"profile_id\": \"9d3b7161-a99a-d775-1e38-17b916dce66e\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ebff8911-875a-4bce-864c-57b84ca631b2", + "id": "b6e01702-0333-4200-85d3-992d03b47637", "name": "Invalid input", "originalRequest": { "url": { @@ -18123,7 +18123,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5feb3099-b83f-96d5-6e28-91e3b62fd12d\",\n \"profile_id\": \"33b4468e-02d4-1cc8-b843-7973199bef8f\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"347fa478-d878-b1d0-cda9-b05b3b64622f\",\n \"profile_id\": \"urn:uuid:05daadb1-9ac5-5a32-b120-8effae7f10f5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18145,7 +18145,7 @@ } }, { - "id": "65d66330-9436-402b-844d-3f1fad0122df", + "id": "e6c56443-bc19-493d-8bdf-ced7862bfd55", "name": "Get role-profile contributor relationships", "request": { "name": "Get role-profile contributor relationships", @@ -18195,7 +18195,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -18230,7 +18230,7 @@ }, "response": [ { - "id": "a249996b-5e88-4ae6-9f10-53768c64aca3", + "id": "d5946749-0687-457a-96ea-a4fb00e9698b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18275,7 +18275,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -18323,12 +18323,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"d53faf96-de69-7811-176c-7de3a8fe596f\",\n \"uid\": \"deserunt cupidatat reprehenderit\",\n \"role_id\": \"urn:uuid:32fe7bbf-dd97-21ff-03ee-100fd7b59109\",\n \"profile_id\": \"urn:uuid:0a47297d-faf3-e4da-487b-33b24f2d9afe\"\n },\n {\n \"id\": \"urn:uuid:6effd7e6-e81b-0c9a-37e2-f4d2db73ff6b\",\n \"uid\": \"sit nulla dolor auteExcepteur ip\",\n \"role_id\": \"c56ad1e0-3d4f-30fd-89fb-038095267545\",\n \"profile_id\": \"urn:uuid:0de97bda-8a4c-aed9-74ec-eeb3a300b6cc\"\n }\n ],\n \"_metadata\": {\n \"limit\": -13896651,\n \"offset\": -90409142,\n \"total\": 22652510,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:c6854f45-10df-97c8-0eb4-b0022d9afbd3\",\n \"uid\": \"sit qui reprehenderit eusint des\",\n \"role_id\": \"urn:uuid:8e5f59c3-f6ee-1ed8-d1f8-e11b102b215b\",\n \"profile_id\": \"urn:uuid:6f159022-2f14-f6c7-00da-65d51df77aed\"\n },\n {\n \"id\": \"urn:uuid:1622af6e-af87-51ec-fb3f-c8930bd58683\",\n \"uid\": \"occaecat Ut dolorpariatur occaec\",\n \"role_id\": \"urn:uuid:58dc06e1-16a6-f812-255b-3c31e12df2ca\",\n \"profile_id\": \"urn:uuid:bebbb5cb-9e79-e6d2-af9e-eea0e9c5d34a\"\n }\n ],\n \"_metadata\": {\n \"limit\": 25777195,\n \"offset\": -15214144,\n \"total\": 57755421,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "db530b91-d46f-42fb-bac5-627cae5d2013", + "id": "4ca7d9e7-479f-49db-b3f6-854955950082", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18373,7 +18373,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -18426,7 +18426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb126e14-a2e1-45eb-bfce-66ccebb2d49c", + "id": "0b785ff9-184c-45ce-a562-bb0c6e48beb2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18471,7 +18471,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -18530,7 +18530,7 @@ } }, { - "id": "f5345257-40d2-4d03-a9d9-c0e8dbab6366", + "id": "c1abd82f-4b5a-45c0-80ff-485f0f1c0338", "name": "Create multiple role-profile contributor relationships", "request": { "name": "Create multiple role-profile contributor relationships", @@ -18561,7 +18561,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"a490bf1d-b17c-dd3a-cb80-9d912eb539d7\",\n \"profile_id\": \"urn:uuid:07b37841-fd4b-708a-7aa2-11c361adc6d9\"\n },\n {\n \"role_id\": \"urn:uuid:b75b3d7a-ac74-458d-c1f0-c5ffe9d033b6\",\n \"profile_id\": \"urn:uuid:bf2b4116-6f54-ab58-c141-c90bf7ffa4b2\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"95d91901-8939-81f3-9fd5-1632ce0795b1\",\n \"profile_id\": \"urn:uuid:bc3cd39b-9e1a-9333-753a-c05de7302092\"\n },\n {\n \"role_id\": \"urn:uuid:16df1e3f-cd95-2f9a-4153-de6dd12d9983\",\n \"profile_id\": \"55670b68-b30a-962e-ef8f-e21fe4ff65cf\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18573,7 +18573,7 @@ }, "response": [ { - "id": "99e1a104-e570-462c-bb56-8de9e8eb092e", + "id": "b7c8ad50-7239-4113-873b-f1ac80081829", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18607,7 +18607,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"a490bf1d-b17c-dd3a-cb80-9d912eb539d7\",\n \"profile_id\": \"urn:uuid:07b37841-fd4b-708a-7aa2-11c361adc6d9\"\n },\n {\n \"role_id\": \"urn:uuid:b75b3d7a-ac74-458d-c1f0-c5ffe9d033b6\",\n \"profile_id\": \"urn:uuid:bf2b4116-6f54-ab58-c141-c90bf7ffa4b2\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"95d91901-8939-81f3-9fd5-1632ce0795b1\",\n \"profile_id\": \"urn:uuid:bc3cd39b-9e1a-9333-753a-c05de7302092\"\n },\n {\n \"role_id\": \"urn:uuid:16df1e3f-cd95-2f9a-4153-de6dd12d9983\",\n \"profile_id\": \"55670b68-b30a-962e-ef8f-e21fe4ff65cf\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18624,12 +18624,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:ed0a9f78-bddf-b77d-1be9-3726e5ef199c\",\n \"uid\": \"sunt ut nostrud consectetur situ\",\n \"role_id\": \"73766041-741d-c0fc-d7d0-1d5e49ede2f3\",\n \"profile_id\": \"e71c848d-3625-23f4-2bd1-370e49f0b2f5\"\n },\n {\n \"id\": \"e0222f44-99fe-ce31-925e-41e84e5d546d\",\n \"uid\": \"in officia laboris laboreadipisi\",\n \"role_id\": \"8c2bbf6e-273a-2a87-a1bd-4d4302185bff\",\n \"profile_id\": \"urn:uuid:8b8a5aaa-39d6-defb-2b75-5c0741f19023\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:2d379cf9-df5d-9924-93e1-a7af89ea4f11\",\n \"uid\": \"labore proident id cupidatatest \",\n \"role_id\": \"fb88b28a-efea-048e-7119-da71d859b07e\",\n \"profile_id\": \"032d86dc-c8d8-6603-0d07-dcbe2b412ef2\"\n },\n {\n \"id\": \"c6866575-880d-b6bc-71f3-1c3dbbfdd9d2\",\n \"uid\": \"adipisicingesse anim ipsum minim\",\n \"role_id\": \"urn:uuid:e34e889c-93e0-cd3d-4582-c98608f783ce\",\n \"profile_id\": \"urn:uuid:fef9a2b1-1bfb-1f5c-b061-27c82bc58bc8\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ffa626b2-5047-4eb6-99fa-7d24c407e145", + "id": "b05a6225-64af-4195-8b7a-3892f12c88e1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18663,7 +18663,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"a490bf1d-b17c-dd3a-cb80-9d912eb539d7\",\n \"profile_id\": \"urn:uuid:07b37841-fd4b-708a-7aa2-11c361adc6d9\"\n },\n {\n \"role_id\": \"urn:uuid:b75b3d7a-ac74-458d-c1f0-c5ffe9d033b6\",\n \"profile_id\": \"urn:uuid:bf2b4116-6f54-ab58-c141-c90bf7ffa4b2\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"95d91901-8939-81f3-9fd5-1632ce0795b1\",\n \"profile_id\": \"urn:uuid:bc3cd39b-9e1a-9333-753a-c05de7302092\"\n },\n {\n \"role_id\": \"urn:uuid:16df1e3f-cd95-2f9a-4153-de6dd12d9983\",\n \"profile_id\": \"55670b68-b30a-962e-ef8f-e21fe4ff65cf\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18685,7 +18685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1dfe519-3975-4ff9-b72f-6c5325a8f130", + "id": "09a7cfe9-ac69-49bc-9bb1-c55a2b2bbb03", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18719,7 +18719,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"a490bf1d-b17c-dd3a-cb80-9d912eb539d7\",\n \"profile_id\": \"urn:uuid:07b37841-fd4b-708a-7aa2-11c361adc6d9\"\n },\n {\n \"role_id\": \"urn:uuid:b75b3d7a-ac74-458d-c1f0-c5ffe9d033b6\",\n \"profile_id\": \"urn:uuid:bf2b4116-6f54-ab58-c141-c90bf7ffa4b2\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"95d91901-8939-81f3-9fd5-1632ce0795b1\",\n \"profile_id\": \"urn:uuid:bc3cd39b-9e1a-9333-753a-c05de7302092\"\n },\n {\n \"role_id\": \"urn:uuid:16df1e3f-cd95-2f9a-4153-de6dd12d9983\",\n \"profile_id\": \"55670b68-b30a-962e-ef8f-e21fe4ff65cf\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18747,7 +18747,7 @@ } }, { - "id": "6187004b-ef49-41c8-a64c-1c024114e3f2", + "id": "87175211-8c2c-4716-a1f3-eb1b76b7f917", "name": "Update multiple role-profile contributor relationships", "request": { "name": "Update multiple role-profile contributor relationships", @@ -18778,7 +18778,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:6046eec1-5cc4-9323-dbda-0fe8c745ed51\",\n \"role_id\": \"urn:uuid:3d4ed81f-8736-506b-2b41-40c663ac68da\",\n \"profile_id\": \"urn:uuid:fbd824c3-4297-3530-3bde-da0a82d0d308\"\n },\n {\n \"id\": \"74115b7c-809b-233d-9880-30367e8b52ae\",\n \"role_id\": \"e0b11d69-ab00-a71a-d7e9-384deddf0443\",\n \"profile_id\": \"15f7c18b-9c60-c8d4-bb79-2f8b1cd26bc6\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:b6ea853b-7e0b-209a-37a4-247e8cde91d6\",\n \"role_id\": \"urn:uuid:4fb188a0-3cd3-e543-742b-f08c1a9730f4\",\n \"profile_id\": \"urn:uuid:ad8ff97d-ef16-b8b4-4922-74ffa1330d24\"\n },\n {\n \"id\": \"urn:uuid:0acab04e-8e4c-f3ec-a3dd-125045c19cbd\",\n \"role_id\": \"4a236d20-5f32-f598-aa49-7043692302f6\",\n \"profile_id\": \"c4d14f21-a9d2-b1a0-f0cb-f250d9424165\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18790,7 +18790,7 @@ }, "response": [ { - "id": "1fc0fbfd-23f7-4dad-91e6-02369f8bfbc1", + "id": "aaf4c720-d184-4656-b4f8-196c1b6ce8ec", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18824,7 +18824,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:6046eec1-5cc4-9323-dbda-0fe8c745ed51\",\n \"role_id\": \"urn:uuid:3d4ed81f-8736-506b-2b41-40c663ac68da\",\n \"profile_id\": \"urn:uuid:fbd824c3-4297-3530-3bde-da0a82d0d308\"\n },\n {\n \"id\": \"74115b7c-809b-233d-9880-30367e8b52ae\",\n \"role_id\": \"e0b11d69-ab00-a71a-d7e9-384deddf0443\",\n \"profile_id\": \"15f7c18b-9c60-c8d4-bb79-2f8b1cd26bc6\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:b6ea853b-7e0b-209a-37a4-247e8cde91d6\",\n \"role_id\": \"urn:uuid:4fb188a0-3cd3-e543-742b-f08c1a9730f4\",\n \"profile_id\": \"urn:uuid:ad8ff97d-ef16-b8b4-4922-74ffa1330d24\"\n },\n {\n \"id\": \"urn:uuid:0acab04e-8e4c-f3ec-a3dd-125045c19cbd\",\n \"role_id\": \"4a236d20-5f32-f598-aa49-7043692302f6\",\n \"profile_id\": \"c4d14f21-a9d2-b1a0-f0cb-f250d9424165\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18841,12 +18841,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:ed0a9f78-bddf-b77d-1be9-3726e5ef199c\",\n \"uid\": \"sunt ut nostrud consectetur situ\",\n \"role_id\": \"73766041-741d-c0fc-d7d0-1d5e49ede2f3\",\n \"profile_id\": \"e71c848d-3625-23f4-2bd1-370e49f0b2f5\"\n },\n {\n \"id\": \"e0222f44-99fe-ce31-925e-41e84e5d546d\",\n \"uid\": \"in officia laboris laboreadipisi\",\n \"role_id\": \"8c2bbf6e-273a-2a87-a1bd-4d4302185bff\",\n \"profile_id\": \"urn:uuid:8b8a5aaa-39d6-defb-2b75-5c0741f19023\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:2d379cf9-df5d-9924-93e1-a7af89ea4f11\",\n \"uid\": \"labore proident id cupidatatest \",\n \"role_id\": \"fb88b28a-efea-048e-7119-da71d859b07e\",\n \"profile_id\": \"032d86dc-c8d8-6603-0d07-dcbe2b412ef2\"\n },\n {\n \"id\": \"c6866575-880d-b6bc-71f3-1c3dbbfdd9d2\",\n \"uid\": \"adipisicingesse anim ipsum minim\",\n \"role_id\": \"urn:uuid:e34e889c-93e0-cd3d-4582-c98608f783ce\",\n \"profile_id\": \"urn:uuid:fef9a2b1-1bfb-1f5c-b061-27c82bc58bc8\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1f53d175-7a6f-4462-9474-d6c4069adf24", + "id": "d38eef96-c46e-4d5f-a418-511538f6c8fa", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18880,7 +18880,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:6046eec1-5cc4-9323-dbda-0fe8c745ed51\",\n \"role_id\": \"urn:uuid:3d4ed81f-8736-506b-2b41-40c663ac68da\",\n \"profile_id\": \"urn:uuid:fbd824c3-4297-3530-3bde-da0a82d0d308\"\n },\n {\n \"id\": \"74115b7c-809b-233d-9880-30367e8b52ae\",\n \"role_id\": \"e0b11d69-ab00-a71a-d7e9-384deddf0443\",\n \"profile_id\": \"15f7c18b-9c60-c8d4-bb79-2f8b1cd26bc6\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:b6ea853b-7e0b-209a-37a4-247e8cde91d6\",\n \"role_id\": \"urn:uuid:4fb188a0-3cd3-e543-742b-f08c1a9730f4\",\n \"profile_id\": \"urn:uuid:ad8ff97d-ef16-b8b4-4922-74ffa1330d24\"\n },\n {\n \"id\": \"urn:uuid:0acab04e-8e4c-f3ec-a3dd-125045c19cbd\",\n \"role_id\": \"4a236d20-5f32-f598-aa49-7043692302f6\",\n \"profile_id\": \"c4d14f21-a9d2-b1a0-f0cb-f250d9424165\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18902,7 +18902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9199307d-6653-4599-bc43-c33f7bceed53", + "id": "b2a0b0c6-81e9-47f9-bbd1-f88e58fc0e12", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18936,7 +18936,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:6046eec1-5cc4-9323-dbda-0fe8c745ed51\",\n \"role_id\": \"urn:uuid:3d4ed81f-8736-506b-2b41-40c663ac68da\",\n \"profile_id\": \"urn:uuid:fbd824c3-4297-3530-3bde-da0a82d0d308\"\n },\n {\n \"id\": \"74115b7c-809b-233d-9880-30367e8b52ae\",\n \"role_id\": \"e0b11d69-ab00-a71a-d7e9-384deddf0443\",\n \"profile_id\": \"15f7c18b-9c60-c8d4-bb79-2f8b1cd26bc6\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:b6ea853b-7e0b-209a-37a4-247e8cde91d6\",\n \"role_id\": \"urn:uuid:4fb188a0-3cd3-e543-742b-f08c1a9730f4\",\n \"profile_id\": \"urn:uuid:ad8ff97d-ef16-b8b4-4922-74ffa1330d24\"\n },\n {\n \"id\": \"urn:uuid:0acab04e-8e4c-f3ec-a3dd-125045c19cbd\",\n \"role_id\": \"4a236d20-5f32-f598-aa49-7043692302f6\",\n \"profile_id\": \"c4d14f21-a9d2-b1a0-f0cb-f250d9424165\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18964,7 +18964,7 @@ } }, { - "id": "75d7cd47-fdfe-484b-978f-b5761e5fe4a7", + "id": "09baa166-bdbd-42e8-94e2-17c4b04d5db8", "name": "Find role-profile contributor relationship by id", "request": { "name": "Find role-profile contributor relationship by id", @@ -19006,7 +19006,7 @@ }, "response": [ { - "id": "be7f9da9-8494-4a87-9f15-40b7e04156c1", + "id": "a63e5fcd-f3cf-4dbb-a4dd-0eb58dbc7c44", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19045,12 +19045,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"fbd4a154-ec99-a65e-62fd-9fdbdbaea6af\",\n \"uid\": \"quiLorem in doloreoccaecatfugiat\",\n \"role_id\": \"urn:uuid:b570e8ee-3852-fb7b-eca8-be0410fa0a22\",\n \"profile_id\": \"urn:uuid:9754e9c0-c7e8-c571-77b3-360cbe0ce5d3\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:d3b277dc-2df0-459a-dc7c-3ed6bbeb8680\",\n \"uid\": \"pariatur dolor cillum consequat \",\n \"role_id\": \"6dd9874c-9886-23fb-316f-bbd96129ebeb\",\n \"profile_id\": \"9d3b7161-a99a-d775-1e38-17b916dce66e\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ca1cf65f-e395-4707-a09a-7b642374ac10", + "id": "31365b8e-54dd-4108-8d93-45d16f6993cc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19094,7 +19094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "374c6d32-d343-45a7-86fc-ac724451a87d", + "id": "1bd90d21-cf08-4759-a5c9-61bb5066680c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19144,7 +19144,7 @@ } }, { - "id": "eeff8325-0acb-493c-a90e-d9cdfc47e760", + "id": "2686d81d-4f68-411b-a5a8-6dbd9f9765e7", "name": "Update a role-profile contributor relationship by id", "request": { "name": "Update a role-profile contributor relationship by id", @@ -19187,7 +19187,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5feb3099-b83f-96d5-6e28-91e3b62fd12d\",\n \"profile_id\": \"33b4468e-02d4-1cc8-b843-7973199bef8f\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"347fa478-d878-b1d0-cda9-b05b3b64622f\",\n \"profile_id\": \"urn:uuid:05daadb1-9ac5-5a32-b120-8effae7f10f5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19199,7 +19199,7 @@ }, "response": [ { - "id": "4d67cfec-22c3-404c-a283-b07a2628225e", + "id": "59e1b606-4744-440a-9822-e678687b70b2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19234,7 +19234,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5feb3099-b83f-96d5-6e28-91e3b62fd12d\",\n \"profile_id\": \"33b4468e-02d4-1cc8-b843-7973199bef8f\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"347fa478-d878-b1d0-cda9-b05b3b64622f\",\n \"profile_id\": \"urn:uuid:05daadb1-9ac5-5a32-b120-8effae7f10f5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19251,12 +19251,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"fbd4a154-ec99-a65e-62fd-9fdbdbaea6af\",\n \"uid\": \"quiLorem in doloreoccaecatfugiat\",\n \"role_id\": \"urn:uuid:b570e8ee-3852-fb7b-eca8-be0410fa0a22\",\n \"profile_id\": \"urn:uuid:9754e9c0-c7e8-c571-77b3-360cbe0ce5d3\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:d3b277dc-2df0-459a-dc7c-3ed6bbeb8680\",\n \"uid\": \"pariatur dolor cillum consequat \",\n \"role_id\": \"6dd9874c-9886-23fb-316f-bbd96129ebeb\",\n \"profile_id\": \"9d3b7161-a99a-d775-1e38-17b916dce66e\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0a775113-dd25-43d1-aab6-5b39c372dd4b", + "id": "25581d81-5028-4199-8a4e-63be0b944f4a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19291,7 +19291,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5feb3099-b83f-96d5-6e28-91e3b62fd12d\",\n \"profile_id\": \"33b4468e-02d4-1cc8-b843-7973199bef8f\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"347fa478-d878-b1d0-cda9-b05b3b64622f\",\n \"profile_id\": \"urn:uuid:05daadb1-9ac5-5a32-b120-8effae7f10f5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19313,7 +19313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa49a0b5-8f8d-4c97-baef-b4bd8b65a8f5", + "id": "ed1b489f-e523-49d9-914f-8ab488ef503d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19348,7 +19348,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:5feb3099-b83f-96d5-6e28-91e3b62fd12d\",\n \"profile_id\": \"33b4468e-02d4-1cc8-b843-7973199bef8f\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"347fa478-d878-b1d0-cda9-b05b3b64622f\",\n \"profile_id\": \"urn:uuid:05daadb1-9ac5-5a32-b120-8effae7f10f5\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19376,7 +19376,7 @@ } }, { - "id": "408ce0b7-a450-432b-ab87-63c31ca42d3b", + "id": "a9ef7c07-867e-4bab-a800-de6917d678e0", "name": "Delete a role profile assignment", "request": { "name": "Delete a role profile assignment", @@ -19418,7 +19418,7 @@ }, "response": [ { - "id": "c39e7e24-d2b5-423c-92bf-1bdccfa6985b", + "id": "a9d732ba-ccee-402c-a46f-69aa90cb872b", "name": "Role profile was destroyed", "originalRequest": { "url": { @@ -19462,7 +19462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86c9346c-749d-4719-a196-1615e83614f9", + "id": "79269197-bb43-4b8b-84db-a4a985426085", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19506,7 +19506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a940e7b5-c2d7-48ea-85f5-882d5d2c16f2", + "id": "b3c8e704-e0b2-42ed-bc24-d41c6ebf26f6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19562,7 +19562,7 @@ "description": "", "item": [ { - "id": "70e1f015-23a1-48e4-b18c-1bdcbb7a4557", + "id": "83cfbd55-ecbc-4253-a7fd-f0428f7bdd4b", "name": "Create a create workflow", "request": { "name": "Create a create workflow", @@ -19606,7 +19606,7 @@ }, "response": [ { - "id": "63a6782f-a591-4703-ab08-84c14e49366f", + "id": "100cd660-bd59-4cdc-883e-3ab79c23f908", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19658,12 +19658,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"2e7648ad-f8b5-b2d6-22de-2170ce80ba72\",\n \"uid\": \"ut dolore do labore aliqualabori\",\n \"workflow_id\": \"urn:uuid:be0e122f-71d6-cf18-b19a-343dbcb3982c\",\n \"requester_id\": \"b66b7d4f-2f51-cd69-afa5-5e1286ca0245\",\n \"requester_type\": \"User\",\n \"profile_id\": \"10050e9d-a430-e84a-21ef-34a964e963ad\",\n \"profile_ids\": [\n \"urn:uuid:d4f1645c-d457-91da-b9fd-f41ba4ab3f8b\",\n \"abe8ea5e-4a75-8ea8-2476-fc38766ed394\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:75740f50-b733-909c-c938-3a5efa3fe969\",\n \"uid\": \"exercitationcupidatat aliquaest \",\n \"workflow_id\": \"6edee5a9-ff43-cc09-cb2f-525ce1689487\",\n \"requester_id\": \"urn:uuid:f8c45fad-4b7c-abb4-2f9e-20cb179a0178\",\n \"requester_type\": \"User\",\n \"profile_id\": \"a7fb0e4a-080b-a93b-8af5-e03e977d7644\",\n \"profile_ids\": [\n \"urn:uuid:dd8ed832-f2e1-6f50-d710-bde5756918ea\",\n \"8a8631bb-d2a6-f22d-8ec6-374cd23221bd\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8498c493-061c-480a-acab-0e3e5136180c", + "id": "ad535f98-c917-4e4b-ab36-90b0d057ad2b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19720,7 +19720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "301a9263-177d-4212-bc14-239957579cb7", + "id": "abd20c49-65f4-4583-b9f6-fc5491ec7e2d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19783,7 +19783,7 @@ } }, { - "id": "4fb01b08-380f-431b-a5ef-a546f4bd4829", + "id": "3321c173-6b3a-492e-b95a-ea47dbcc69fc", "name": "Create an update workflow", "request": { "name": "Create an update workflow", @@ -19827,7 +19827,7 @@ }, "response": [ { - "id": "a7c930ca-7364-403e-ab17-d0932ee1ce0e", + "id": "e45ea24d-bcf6-4516-a9d7-ea6140bc6103", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19879,12 +19879,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"2e7648ad-f8b5-b2d6-22de-2170ce80ba72\",\n \"uid\": \"ut dolore do labore aliqualabori\",\n \"workflow_id\": \"urn:uuid:be0e122f-71d6-cf18-b19a-343dbcb3982c\",\n \"requester_id\": \"b66b7d4f-2f51-cd69-afa5-5e1286ca0245\",\n \"requester_type\": \"User\",\n \"profile_id\": \"10050e9d-a430-e84a-21ef-34a964e963ad\",\n \"profile_ids\": [\n \"urn:uuid:d4f1645c-d457-91da-b9fd-f41ba4ab3f8b\",\n \"abe8ea5e-4a75-8ea8-2476-fc38766ed394\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:75740f50-b733-909c-c938-3a5efa3fe969\",\n \"uid\": \"exercitationcupidatat aliquaest \",\n \"workflow_id\": \"6edee5a9-ff43-cc09-cb2f-525ce1689487\",\n \"requester_id\": \"urn:uuid:f8c45fad-4b7c-abb4-2f9e-20cb179a0178\",\n \"requester_type\": \"User\",\n \"profile_id\": \"a7fb0e4a-080b-a93b-8af5-e03e977d7644\",\n \"profile_ids\": [\n \"urn:uuid:dd8ed832-f2e1-6f50-d710-bde5756918ea\",\n \"8a8631bb-d2a6-f22d-8ec6-374cd23221bd\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4eaf2431-5c81-4d48-b1bf-b9bccc78643d", + "id": "6edb992e-cf8c-40e8-8253-e16273365773", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19941,7 +19941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1acab0ec-210c-4c28-82d1-8e2f0045c759", + "id": "4a604618-c73d-4dab-ba64-65dbee9b29a3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20004,7 +20004,7 @@ } }, { - "id": "54497f59-a074-4d72-8bae-e47c0aa5efb0", + "id": "7185e321-38e9-4554-b77c-8db597553fbc", "name": "Create a batch workflow", "request": { "name": "Create a batch workflow", @@ -20036,7 +20036,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"true\",\n \"multiple_requests\": \"true\"\n }\n }\n}", + "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"false\",\n \"multiple_requests\": \"true\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20048,7 +20048,7 @@ }, "response": [ { - "id": "63aadf81-5279-4f11-a0da-df960710e728", + "id": "de29cd65-a00e-4975-8f70-b65694153a86", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20083,7 +20083,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"true\",\n \"multiple_requests\": \"true\"\n }\n }\n}", + "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"false\",\n \"multiple_requests\": \"true\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20100,12 +20100,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"2e7648ad-f8b5-b2d6-22de-2170ce80ba72\",\n \"uid\": \"ut dolore do labore aliqualabori\",\n \"workflow_id\": \"urn:uuid:be0e122f-71d6-cf18-b19a-343dbcb3982c\",\n \"requester_id\": \"b66b7d4f-2f51-cd69-afa5-5e1286ca0245\",\n \"requester_type\": \"User\",\n \"profile_id\": \"10050e9d-a430-e84a-21ef-34a964e963ad\",\n \"profile_ids\": [\n \"urn:uuid:d4f1645c-d457-91da-b9fd-f41ba4ab3f8b\",\n \"abe8ea5e-4a75-8ea8-2476-fc38766ed394\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:75740f50-b733-909c-c938-3a5efa3fe969\",\n \"uid\": \"exercitationcupidatat aliquaest \",\n \"workflow_id\": \"6edee5a9-ff43-cc09-cb2f-525ce1689487\",\n \"requester_id\": \"urn:uuid:f8c45fad-4b7c-abb4-2f9e-20cb179a0178\",\n \"requester_type\": \"User\",\n \"profile_id\": \"a7fb0e4a-080b-a93b-8af5-e03e977d7644\",\n \"profile_ids\": [\n \"urn:uuid:dd8ed832-f2e1-6f50-d710-bde5756918ea\",\n \"8a8631bb-d2a6-f22d-8ec6-374cd23221bd\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "51b45f0b-ebe5-404f-9506-1971ab57bc7c", + "id": "539966c0-29cf-451c-969b-da3c0a91da5b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20140,7 +20140,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"true\",\n \"multiple_requests\": \"true\"\n }\n }\n}", + "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"false\",\n \"multiple_requests\": \"true\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20162,7 +20162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f76faaf8-b867-4ae2-a702-3caa0d1fb907", + "id": "b82302bc-77d6-43a9-9ec8-d8edfddf9e74", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20197,7 +20197,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"true\",\n \"multiple_requests\": \"true\"\n }\n }\n}", + "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"false\",\n \"multiple_requests\": \"true\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20225,7 +20225,7 @@ } }, { - "id": "61245008-9b3b-4f2b-8d44-a3193073981a", + "id": "f126c6d6-e576-469b-baf0-df3d79f9f749", "name": "Create an automated workflow", "request": { "name": "Create an automated workflow", @@ -20269,7 +20269,7 @@ }, "response": [ { - "id": "917a7237-c078-4750-a50b-346cba069544", + "id": "6c70a98c-6d9e-4824-a273-56f1ae9335b0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20321,12 +20321,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"2e7648ad-f8b5-b2d6-22de-2170ce80ba72\",\n \"uid\": \"ut dolore do labore aliqualabori\",\n \"workflow_id\": \"urn:uuid:be0e122f-71d6-cf18-b19a-343dbcb3982c\",\n \"requester_id\": \"b66b7d4f-2f51-cd69-afa5-5e1286ca0245\",\n \"requester_type\": \"User\",\n \"profile_id\": \"10050e9d-a430-e84a-21ef-34a964e963ad\",\n \"profile_ids\": [\n \"urn:uuid:d4f1645c-d457-91da-b9fd-f41ba4ab3f8b\",\n \"abe8ea5e-4a75-8ea8-2476-fc38766ed394\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:75740f50-b733-909c-c938-3a5efa3fe969\",\n \"uid\": \"exercitationcupidatat aliquaest \",\n \"workflow_id\": \"6edee5a9-ff43-cc09-cb2f-525ce1689487\",\n \"requester_id\": \"urn:uuid:f8c45fad-4b7c-abb4-2f9e-20cb179a0178\",\n \"requester_type\": \"User\",\n \"profile_id\": \"a7fb0e4a-080b-a93b-8af5-e03e977d7644\",\n \"profile_ids\": [\n \"urn:uuid:dd8ed832-f2e1-6f50-d710-bde5756918ea\",\n \"8a8631bb-d2a6-f22d-8ec6-374cd23221bd\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "62f8949a-166d-4e24-b84c-19e43f88546d", + "id": "d0ae46ec-aba8-4b0e-97fd-a29081bdfa30", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20383,7 +20383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c670fba-3835-4b2f-a3a6-77b97ad0abe1", + "id": "13033d18-0f2d-427b-af59-ac91a03f6a98", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20446,7 +20446,7 @@ } }, { - "id": "fffadb35-d9bb-4999-8e97-8487e2797fee", + "id": "97ef508e-b002-40a5-8959-8df65705a9ca", "name": "Create a registration workflow", "request": { "name": "Create a registration workflow", @@ -20490,7 +20490,7 @@ }, "response": [ { - "id": "a7c741c7-b323-4f55-868f-302fcc1f4962", + "id": "a8c76880-34ab-4671-b132-4f3d3db2c0c6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20542,12 +20542,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"2e7648ad-f8b5-b2d6-22de-2170ce80ba72\",\n \"uid\": \"ut dolore do labore aliqualabori\",\n \"workflow_id\": \"urn:uuid:be0e122f-71d6-cf18-b19a-343dbcb3982c\",\n \"requester_id\": \"b66b7d4f-2f51-cd69-afa5-5e1286ca0245\",\n \"requester_type\": \"User\",\n \"profile_id\": \"10050e9d-a430-e84a-21ef-34a964e963ad\",\n \"profile_ids\": [\n \"urn:uuid:d4f1645c-d457-91da-b9fd-f41ba4ab3f8b\",\n \"abe8ea5e-4a75-8ea8-2476-fc38766ed394\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:75740f50-b733-909c-c938-3a5efa3fe969\",\n \"uid\": \"exercitationcupidatat aliquaest \",\n \"workflow_id\": \"6edee5a9-ff43-cc09-cb2f-525ce1689487\",\n \"requester_id\": \"urn:uuid:f8c45fad-4b7c-abb4-2f9e-20cb179a0178\",\n \"requester_type\": \"User\",\n \"profile_id\": \"a7fb0e4a-080b-a93b-8af5-e03e977d7644\",\n \"profile_ids\": [\n \"urn:uuid:dd8ed832-f2e1-6f50-d710-bde5756918ea\",\n \"8a8631bb-d2a6-f22d-8ec6-374cd23221bd\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3d264b59-a806-43ed-a24a-40e1c7575d09", + "id": "2148f3f1-07c8-4aec-9761-4272e136951e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20604,7 +20604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c51469e5-5517-405a-8449-aff5b91f310c", + "id": "614d8893-b8f3-4a94-a2b0-df76db874de6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20667,7 +20667,7 @@ } }, { - "id": "d1de5e7e-9d1a-4f0a-84bf-78d4c7483001", + "id": "e4c8d62c-e4a1-4b77-8a25-72e45326a205", "name": "Create a login workflow", "request": { "name": "Create a login workflow", @@ -20711,7 +20711,7 @@ }, "response": [ { - "id": "aeebb354-123a-46c9-a02f-fa8d30d84a82", + "id": "a20b9076-3578-4d06-b7e9-ecada02fdcbd", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20763,12 +20763,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"2e7648ad-f8b5-b2d6-22de-2170ce80ba72\",\n \"uid\": \"ut dolore do labore aliqualabori\",\n \"workflow_id\": \"urn:uuid:be0e122f-71d6-cf18-b19a-343dbcb3982c\",\n \"requester_id\": \"b66b7d4f-2f51-cd69-afa5-5e1286ca0245\",\n \"requester_type\": \"User\",\n \"profile_id\": \"10050e9d-a430-e84a-21ef-34a964e963ad\",\n \"profile_ids\": [\n \"urn:uuid:d4f1645c-d457-91da-b9fd-f41ba4ab3f8b\",\n \"abe8ea5e-4a75-8ea8-2476-fc38766ed394\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:75740f50-b733-909c-c938-3a5efa3fe969\",\n \"uid\": \"exercitationcupidatat aliquaest \",\n \"workflow_id\": \"6edee5a9-ff43-cc09-cb2f-525ce1689487\",\n \"requester_id\": \"urn:uuid:f8c45fad-4b7c-abb4-2f9e-20cb179a0178\",\n \"requester_type\": \"User\",\n \"profile_id\": \"a7fb0e4a-080b-a93b-8af5-e03e977d7644\",\n \"profile_ids\": [\n \"urn:uuid:dd8ed832-f2e1-6f50-d710-bde5756918ea\",\n \"8a8631bb-d2a6-f22d-8ec6-374cd23221bd\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "53b62685-1e76-429d-9f21-e032bc200685", + "id": "1707ea06-9856-4394-a52e-3b705558d218", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20825,7 +20825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1cf4efb-da8b-4481-9450-caa5f8457a0d", + "id": "a6807d00-ad5b-4042-ab86-2cae21e54101", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20888,7 +20888,7 @@ } }, { - "id": "d8b7d46b-e2c2-41ff-93a4-0a8d94b32156", + "id": "69b59d67-809f-4955-88a2-a625411e6c8b", "name": "Create a password reset workflow", "request": { "name": "Create a password reset workflow", @@ -20932,7 +20932,7 @@ }, "response": [ { - "id": "72ed7404-b055-4629-876a-fcba8c5c8a01", + "id": "a5235aa6-01e0-4279-adbd-7665a1f170c6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20984,12 +20984,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"2e7648ad-f8b5-b2d6-22de-2170ce80ba72\",\n \"uid\": \"ut dolore do labore aliqualabori\",\n \"workflow_id\": \"urn:uuid:be0e122f-71d6-cf18-b19a-343dbcb3982c\",\n \"requester_id\": \"b66b7d4f-2f51-cd69-afa5-5e1286ca0245\",\n \"requester_type\": \"User\",\n \"profile_id\": \"10050e9d-a430-e84a-21ef-34a964e963ad\",\n \"profile_ids\": [\n \"urn:uuid:d4f1645c-d457-91da-b9fd-f41ba4ab3f8b\",\n \"abe8ea5e-4a75-8ea8-2476-fc38766ed394\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:75740f50-b733-909c-c938-3a5efa3fe969\",\n \"uid\": \"exercitationcupidatat aliquaest \",\n \"workflow_id\": \"6edee5a9-ff43-cc09-cb2f-525ce1689487\",\n \"requester_id\": \"urn:uuid:f8c45fad-4b7c-abb4-2f9e-20cb179a0178\",\n \"requester_type\": \"User\",\n \"profile_id\": \"a7fb0e4a-080b-a93b-8af5-e03e977d7644\",\n \"profile_ids\": [\n \"urn:uuid:dd8ed832-f2e1-6f50-d710-bde5756918ea\",\n \"8a8631bb-d2a6-f22d-8ec6-374cd23221bd\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d9eccf8a-c5a4-4511-bf9a-8ac15b075715", + "id": "6f7f7fd6-86a1-48c5-aaec-30b2b19c7922", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21046,7 +21046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdf9ef55-4ac4-4ca0-ac9f-352dd25ca1ca", + "id": "74f0b426-d9bc-4470-a17a-7a3709de4ee3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21115,7 +21115,7 @@ "description": "", "item": [ { - "id": "1a5420ff-43ad-411e-b4d6-c1b384c84c99", + "id": "0073764d-f7f8-4d8e-a3ad-a8a2a1d013db", "name": "Create an approval action", "request": { "name": "Create an approval action", @@ -21159,7 +21159,7 @@ }, "response": [ { - "id": "ba1ead82-51e4-4cf2-87b1-7b98467b27d5", + "id": "a557351a-a7c5-4b84-932c-f4b5fd6a4838", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21216,7 +21216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b275f3b5-ffcb-450a-97a0-198b40b65d11", + "id": "83d3a6a4-8dc7-4d22-b6de-1f54f2495805", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21273,7 +21273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec98d1ee-9304-4559-9077-237e97adb244", + "id": "419097e3-c196-4728-b620-93fb69467054", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21336,7 +21336,7 @@ } }, { - "id": "e024e2d0-3095-445a-8a61-63d86b3b7f6c", + "id": "7321e9a5-b4ea-494d-9ec7-94ad282a17cc", "name": "Create ask security question action", "request": { "name": "Create ask security question action", @@ -21380,7 +21380,7 @@ }, "response": [ { - "id": "154d7f45-2000-4c0c-9dc1-332206414389", + "id": "9676feee-f02f-4a17-9a6a-3ed2f7657c6f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21437,7 +21437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "873cfb71-0714-4245-98af-e10f02921276", + "id": "da6105e8-7d39-4c9c-a1e4-f32f9428838f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21494,7 +21494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e16d6191-69ce-4b86-90c3-61ec2468f572", + "id": "2f756a7f-307b-4e64-835d-bafd912dd73a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21557,7 +21557,7 @@ } }, { - "id": "6b2da09c-3bf2-4028-bcdf-9a88fb30d7e1", + "id": "22a5c7d2-e38c-4ef4-86d2-20ee50282179", "name": "Create an auto assign action", "request": { "name": "Create an auto assign action", @@ -21601,7 +21601,7 @@ }, "response": [ { - "id": "6d7254bf-d91a-410b-9042-57673075fc84", + "id": "b97f6b8b-95e4-44f3-98fd-7f5db4cc61f4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21658,7 +21658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1580288-4330-49b7-ab8b-df21c6a4888f", + "id": "b677de6f-beef-4632-b206-9cb5c91dca02", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21715,7 +21715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbd4b7b8-258f-4be5-82cb-5ddea4e4c028", + "id": "8db94cfb-c82a-4605-8239-f4e1cd4c8c22", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21778,7 +21778,7 @@ } }, { - "id": "09d137dd-b1d7-4c40-b813-e9dfb3a7a212", + "id": "f54eb475-72d4-4280-8291-abf35ccec3f0", "name": "Create a batch update action", "request": { "name": "Create a batch update action", @@ -21822,7 +21822,7 @@ }, "response": [ { - "id": "4bc36691-f44c-43a2-b92e-39e99d09032e", + "id": "9cde8beb-7d9b-4e5d-83b5-abd0ea5c7bf1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21879,7 +21879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c042ef3-de92-498f-85c8-5a2b84830496", + "id": "81318dc1-1d68-4886-8486-dcdf31fff8d7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21936,7 +21936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33468390-0e13-4254-947d-ab69d9391f60", + "id": "0e59c274-e11d-42ad-813e-9bab4ff63200", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21999,7 +21999,7 @@ } }, { - "id": "1cb8f380-7e65-428f-a0f5-17fae241e252", + "id": "af1eccf0-f693-46c7-b64f-f9db01ae35bd", "name": "Create a close session action", "request": { "name": "Create a close session action", @@ -22043,7 +22043,7 @@ }, "response": [ { - "id": "81d18263-ae93-4d47-8b1d-9d2fbc3aac7f", + "id": "74637038-66d9-4380-aa0c-0609743cf0b3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22100,7 +22100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bdf646b-41b2-4714-a700-837fb2e37799", + "id": "6181aa10-4008-469c-8a30-2a7623f84769", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22157,7 +22157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0550b06-62a0-4db4-80ca-b9195182edc3", + "id": "0ccdc97e-0be2-4d94-9892-0b78b9f287a5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22220,7 +22220,7 @@ } }, { - "id": "f1e575e4-a6cd-47f1-8fe8-3cf54dfceb15", + "id": "3ae379ff-ad0a-4fbd-a187-13c392207b14", "name": "Create a contributors action", "request": { "name": "Create a contributors action", @@ -22264,7 +22264,7 @@ }, "response": [ { - "id": "30aa2bb2-d612-4244-83d2-f18a06c8c38a", + "id": "349d20b7-d510-4669-9277-1b898f2ee589", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22321,7 +22321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73da0a9b-2701-450f-bb5f-dc2cdb8d687a", + "id": "92df17e0-d9f1-4168-9aab-33f61f41ffe7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22378,7 +22378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43be904b-37db-4cb9-9c03-097bc6edbb7a", + "id": "3ce1bf27-e71c-4822-99bd-98baf958ce7b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22441,7 +22441,7 @@ } }, { - "id": "76c70264-679e-43a5-9af2-b141b5c0c3a2", + "id": "dcadbc4d-54f6-42f1-a862-be14be76c117", "name": "Create a create profile action", "request": { "name": "Create a create profile action", @@ -22485,7 +22485,7 @@ }, "response": [ { - "id": "08a14bf2-5511-4fd0-99cf-657c40892f61", + "id": "33fbe978-4dfb-436e-83ab-2ca916f5d821", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22542,7 +22542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79f32bee-0558-4d5b-bf9a-64e0cc632c17", + "id": "7afbb617-4559-4f4f-a6c0-1eee51f6931a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22599,7 +22599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3c98841-389f-44e4-aa90-8d8943ee281c", + "id": "c9605820-552d-4b3d-8ee5-41ee040ea2b9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22662,7 +22662,7 @@ } }, { - "id": "6a1e5a65-0824-4886-a646-a5578e4a0acf", + "id": "eaceafbb-df1e-475c-956a-96563c75aa18", "name": "Create a duplicate prevention action", "request": { "name": "Create a duplicate prevention action", @@ -22706,7 +22706,7 @@ }, "response": [ { - "id": "ca129126-73b4-49a3-b383-33ee5f54e989", + "id": "c0c649f7-137c-4706-8355-802840738b36", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22763,7 +22763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f879e40-5c5d-4cea-876a-c6876ffda2a9", + "id": "024204c7-451f-4c33-b303-223608366e29", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22820,7 +22820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "434833fd-0a54-4ad4-bd62-d5aa1141d18b", + "id": "9a013bf0-fd11-482b-b88b-1ab002f26261", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22883,7 +22883,7 @@ } }, { - "id": "3b11e0b8-cf16-4976-be77-6eb309a48440", + "id": "5fef91fd-13f3-4d72-a9ef-e8516b11c288", "name": "Create an email verification action", "request": { "name": "Create an email verification action", @@ -22927,7 +22927,7 @@ }, "response": [ { - "id": "56d63624-0176-4faa-a132-9519da93d6be", + "id": "c8f83480-bdd8-4467-8f8b-9a8101957dea", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22984,7 +22984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d67a6a79-fe0c-453d-9821-ceda7debebcc", + "id": "1f82a4d1-fb61-4189-b196-c77f1dbbfa60", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23041,7 +23041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88cb9b0f-1720-4c95-bbe8-a45d46a439f0", + "id": "0f342f0b-dc42-4583-9069-f2ea09fbcb64", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23104,7 +23104,7 @@ } }, { - "id": "aa769bff-2486-4c3b-aeaa-eca2d808167e", + "id": "6d131491-7a56-4a87-8aa5-fb5017b7e44b", "name": "Create a fulfillment action", "request": { "name": "Create a fulfillment action", @@ -23148,7 +23148,7 @@ }, "response": [ { - "id": "48016712-b5d9-4c49-bb2a-797aaff7b5f6", + "id": "a2e42216-9c91-445f-89f5-b0f4f54c2245", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23205,7 +23205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "decebe61-db52-4146-82ee-cf40d950c67a", + "id": "e55d7f37-9db7-4698-ad00-596cda62ca74", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23262,7 +23262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "021944c1-3aef-4e82-925b-ffff97f13281", + "id": "19364bd4-7129-415a-9a49-602ae69ca504", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23325,7 +23325,7 @@ } }, { - "id": "5ae2d542-049d-45fa-9335-93263f7130f7", + "id": "6ef98569-2f28-4fe7-b746-8fa3b07a89a5", "name": "Create an identity proofing action", "request": { "name": "Create an identity proofing action", @@ -23369,7 +23369,7 @@ }, "response": [ { - "id": "e9c2256c-62c7-4e16-afe9-bbace3a8180d", + "id": "5cf61bd1-ad96-4089-ad93-5be7e000b854", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23426,7 +23426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f70add76-0f2d-47a3-a28b-fc7a8c194b70", + "id": "e922fea6-c9e3-41dd-8e36-e61ce3e7354c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23483,7 +23483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86f84fc0-6662-4dd0-9859-c4e958bb5fdd", + "id": "4b457bff-75fb-48e6-9f11-a4c24a1f8de8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23546,7 +23546,7 @@ } }, { - "id": "74100592-013f-40a7-96a2-aa3b9c27b2ab", + "id": "a70d6b60-5218-4c6d-a256-e9b2b2d50b21", "name": "Create an invitation action", "request": { "name": "Create an invitation action", @@ -23590,7 +23590,7 @@ }, "response": [ { - "id": "47956648-d326-4527-a83a-101877e0c3c8", + "id": "8f90c303-ef2e-4293-bd13-f54606a61e99", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23647,7 +23647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38c37e51-48c5-4004-86a0-6a27400fa37f", + "id": "7a3fef5b-a1d1-4a44-885f-23b9710d98a9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23704,7 +23704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "761b840b-1542-4ac7-a79b-31ff2d34aa6f", + "id": "f3c86311-67c0-44ac-aa75-53d7b06daa5d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23767,7 +23767,7 @@ } }, { - "id": "bee87a02-817b-45dc-994e-85d002cc1698", + "id": "9f73eac8-f041-467c-973f-933e28e927d5", "name": "Create a ldap action", "request": { "name": "Create a ldap action", @@ -23811,7 +23811,7 @@ }, "response": [ { - "id": "d8431e39-1655-4158-be06-8bd0bca8820b", + "id": "1807938e-219c-45c5-9cb0-9387080db40b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23868,7 +23868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb42055d-7b73-4d70-9ef6-90beeb32d742", + "id": "3d3b7714-47e5-44a8-9ac9-d9d5958441bf", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23925,7 +23925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0512d4b-041f-4d36-9ce1-4dedb2ef4cc3", + "id": "51170c08-461e-4adf-99fa-ea5336f21440", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23988,7 +23988,7 @@ } }, { - "id": "232928b2-fdf8-41c7-b3b4-6a131da968af", + "id": "f701c0d7-0d7f-401e-acae-c83b6a7d6365", "name": "Create a notification action", "request": { "name": "Create a notification action", @@ -24032,7 +24032,7 @@ }, "response": [ { - "id": "d0563f21-f71c-4ae1-8c9f-0b5c764f1bee", + "id": "12a2fb2f-7f77-4d17-9a23-b6a709ff39cb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24089,7 +24089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c8d74b3-fe8c-48c0-b34c-79de6fa44f89", + "id": "886a68f5-268e-469f-9c14-7a837149d49e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24146,7 +24146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a91190c-2212-4d7e-9ab1-1e5c3401a5f2", + "id": "04125a81-88f6-4604-b805-b52f4d54d49c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24209,7 +24209,7 @@ } }, { - "id": "1da883f2-eaa2-49e7-aa78-e60eb6fe8832", + "id": "fc8dea0a-dc2b-4ec3-9508-6a99f5239698", "name": "Create a password reset action", "request": { "name": "Create a password reset action", @@ -24253,7 +24253,7 @@ }, "response": [ { - "id": "0ea213c2-cf98-4f6f-bec6-af04ab927398", + "id": "196d0732-b98b-4ce3-9e78-574cd2b4a6da", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24310,7 +24310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "feeedfd5-497d-4d6f-a996-cc2240d8d140", + "id": "9015f992-87cf-4831-80a8-57aedb636470", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24367,7 +24367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "134ec733-a212-4822-88f0-ca01d20b55db", + "id": "f5fd7d6f-289d-4bb9-81f5-3a22e58785b4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24430,7 +24430,7 @@ } }, { - "id": "4349be5d-ecda-4223-9f19-af2dd7b9965c", + "id": "80f795a0-5965-4672-a723-1e7b3abf6bfc", "name": "Create a profile check action", "request": { "name": "Create a profile check action", @@ -24474,7 +24474,7 @@ }, "response": [ { - "id": "e8ca7265-f574-4c49-bf98-6c8cca046d21", + "id": "5c3f0be8-26f5-4646-bbae-24fa4b70b38e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24531,7 +24531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c8694cd-f910-41df-9bbe-b511d10dcd68", + "id": "c629cc6d-236d-4c45-8427-ee9e2fbbea4e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24588,7 +24588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1a4985b-45d3-46d3-8e6b-ee5dcf3a9076", + "id": "c0d5a0c7-5d58-443d-850a-e242306a9072", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24651,7 +24651,7 @@ } }, { - "id": "f627cf1d-4f9a-41af-b1ce-02133714400c", + "id": "48717045-8554-4de0-956c-b81aac19b6d3", "name": "Create a profile select action", "request": { "name": "Create a profile select action", @@ -24695,7 +24695,7 @@ }, "response": [ { - "id": "a1d21531-3f40-4dbf-a17f-98663ef3a525", + "id": "7b170faa-08ab-4070-a109-b6a67efc311c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24752,7 +24752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ab7b2e5-94f1-40c6-9fb2-5376a6f7f659", + "id": "52e04c5b-d608-41be-b6d7-e379e3c772da", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24809,7 +24809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbee036e-5e97-4777-bdc5-b156b17842e5", + "id": "289a514d-6cac-45c5-9171-9c17dcd18d79", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24872,7 +24872,7 @@ } }, { - "id": "fb9c572a-139d-4d47-9c69-58b3134b17b4", + "id": "0b4f9186-8b20-4b13-a42e-b5c7932243a6", "name": "Create a request action", "request": { "name": "Create a request action", @@ -24916,7 +24916,7 @@ }, "response": [ { - "id": "a6daa98c-fc2e-4d48-8ce8-01e4db8dcd47", + "id": "cc63beed-2a33-4544-ad02-471da1a903a3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24973,7 +24973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7eb0b41-4f38-49bc-b0f7-8eba6611d76b", + "id": "e179bc05-3340-49e2-93d9-dd0a24d74375", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25030,7 +25030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c7475b1-7ce1-4d30-b554-b416214110fa", + "id": "371e86ca-fefe-4602-af46-6979f38f42dd", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25093,7 +25093,7 @@ } }, { - "id": "1307da3f-28f2-405f-8f19-f99e97c61128", + "id": "9f9a9f96-6d18-421c-9b2f-5b01f790683d", "name": "Create a REST API action", "request": { "name": "Create a REST API action", @@ -25137,7 +25137,7 @@ }, "response": [ { - "id": "a14918e8-a260-41ff-8d08-abfd1b57c3b0", + "id": "c4fc279e-5018-4377-8bfc-1ff041a930bf", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25194,7 +25194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3187fb8-1622-4438-b7dd-34d29c5ab47d", + "id": "7ce2a3f5-181d-4be5-bbc5-cf247d439459", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25251,7 +25251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96e3abbc-f754-4349-b28c-f825dda05ffb", + "id": "a2fcc2c0-5f52-4302-8fc5-9a5f445f38a2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25314,7 +25314,7 @@ } }, { - "id": "7945c322-b6e5-4b07-870d-db22d2db2ac5", + "id": "894e08b7-2acc-4000-b68d-9ec059f19c62", "name": "Create a review action", "request": { "name": "Create a review action", @@ -25358,7 +25358,7 @@ }, "response": [ { - "id": "ca392371-3284-4e8d-9d0c-c9dd94bd69d4", + "id": "0481dd81-9c04-4512-8d95-d32f25c413f5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25415,7 +25415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5926250b-ac86-4214-a559-f98f57b0a9dc", + "id": "599d554e-753c-4210-ba49-fe891b90316d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25472,7 +25472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b350a21-5097-4d35-9b1a-44d66b8ea6ec", + "id": "25cc84b3-95ed-41fe-94e8-89c1e6c83d2d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25535,7 +25535,7 @@ } }, { - "id": "5c6099cb-f028-4a5e-b0d3-666b0eac1f30", + "id": "ededf015-ccfa-474c-827f-c84f4f656513", "name": "Create a run workflow action", "request": { "name": "Create a run workflow action", @@ -25579,7 +25579,7 @@ }, "response": [ { - "id": "46e9c418-bbfe-4b9d-9c85-76b3113b17e7", + "id": "cff59631-64a1-4d89-9fc7-281976ed7a15", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25636,7 +25636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f860fc26-6cba-496f-a279-728aba140d47", + "id": "bf5883a6-ac33-414f-8788-a1c06f06067a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25693,7 +25693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "321714d0-7d22-4602-99f0-e5a4f12a9a53", + "id": "761476bb-0577-45d5-a155-cc8790371c85", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25756,7 +25756,7 @@ } }, { - "id": "af3f3b5a-776d-45ec-b42b-61521a77c2c1", + "id": "45ee9180-d109-494b-956e-6e358ec0e5f2", "name": "Create a set attributes action", "request": { "name": "Create a set attributes action", @@ -25800,7 +25800,7 @@ }, "response": [ { - "id": "4515fc38-2aa8-434c-9a8d-11137545e8af", + "id": "3d338cd8-664a-4ede-9354-98b5f94067e5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25857,7 +25857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f6d873c-6330-45d6-b019-94bf6902b1ff", + "id": "2ab88ffd-55b0-45db-9f2c-860775ff44e6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25914,7 +25914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70754dc8-c901-4532-bfda-fd40ea4a9f4e", + "id": "d2ea9175-6125-4f73-a466-211100fce8f4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25977,7 +25977,7 @@ } }, { - "id": "94e4fbed-11f2-44c9-ba49-3d1ab75e110a", + "id": "870f0bdd-8db7-49c1-97e5-b79842ba7140", "name": "Create set security question action", "request": { "name": "Create set security question action", @@ -26021,7 +26021,7 @@ }, "response": [ { - "id": "b7f4e5a4-5e1a-4ae1-8b32-8cb2150c92fa", + "id": "e2410385-e853-4cdd-80f7-cd49655203de", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26078,7 +26078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bad6e88d-bfae-4ade-ae11-eafe3c06eb89", + "id": "dd1a2271-aabd-48f5-a532-6514f7227a80", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26135,7 +26135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d833afc-1107-42c0-9ea2-ebc506e68abf", + "id": "27472918-137f-4ee1-a8a8-3f0d3283cbb0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26198,7 +26198,7 @@ } }, { - "id": "7ed38dc3-1235-40ba-bad5-18f6d5c2bdab", + "id": "62267660-626e-4413-b4dc-1db3c194388f", "name": "Create a SOAP API action", "request": { "name": "Create a SOAP API action", @@ -26242,7 +26242,7 @@ }, "response": [ { - "id": "516e5127-c3b1-47eb-9ff7-33617b3d13e4", + "id": "b0009135-3b5e-44a9-8863-6cb7031758a3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26299,7 +26299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec25997b-3b61-474f-84f5-0c9e08a190c4", + "id": "109c06e7-dba5-47be-9f9b-2f0f69173dc9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26356,7 +26356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea5060c-a90c-4da2-bf03-4b7caa5cb7e3", + "id": "108524be-30f1-4f4c-8734-01e4a5994982", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26419,7 +26419,7 @@ } }, { - "id": "3f44bdc6-23ba-4eb9-8496-76cffe623ead", + "id": "03ba8476-822b-4274-8b1f-370549296cc5", "name": "Create a status change action", "request": { "name": "Create a status change action", @@ -26463,7 +26463,7 @@ }, "response": [ { - "id": "27ea888d-fdcb-4fe8-98fb-da5d12909a6c", + "id": "832e8a4e-eef3-45e0-8700-711eeb3f9f80", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26520,7 +26520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e812c623-f88d-46c1-9450-8cb051e10b7e", + "id": "c15fefd7-141a-4d4b-af5b-c07abbfe99da", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26577,7 +26577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45b8c78c-5821-4201-8531-19241ee16e00", + "id": "35e8251c-4d6d-414a-84ef-065f9adf2f7e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26640,7 +26640,7 @@ } }, { - "id": "9af5e862-7fef-4aec-b81d-469552619b71", + "id": "d0a42b86-de1f-4d65-91e6-ee26cb937ceb", "name": "Create an unassign action", "request": { "name": "Create an unassign action", @@ -26684,7 +26684,7 @@ }, "response": [ { - "id": "a21c023d-8fbe-43b6-9242-a738f3cfa2aa", + "id": "eaae354d-f551-4747-8c79-6fdc3b98b535", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26741,7 +26741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f53cd87-504c-4685-9218-5d570a0fab4c", + "id": "e2dd7b0e-59a6-4cdb-9a1f-7aa0f76b86be", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26798,7 +26798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22a032b3-ef80-48ca-b236-b3063c72d149", + "id": "4c85a721-6330-4490-a959-ba575d98c864", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26861,7 +26861,7 @@ } }, { - "id": "873dd368-5cde-4ce8-bb6f-eb79ee2cd703", + "id": "67275904-1e96-4475-84b1-8b1be196cf5c", "name": "Create an update profile action", "request": { "name": "Create an update profile action", @@ -26905,7 +26905,7 @@ }, "response": [ { - "id": "c3dedb67-6ba2-4d6e-a52f-864ca4d28392", + "id": "9508a141-df16-4714-b2be-2ef2cb8b011c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26962,7 +26962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e7016cd-026c-4c82-9ae5-e78ecb4048f4", + "id": "a015a422-85c1-42e7-b734-c68a4e950ebb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27019,7 +27019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2db6487-c828-472f-9bb4-965243108e1b", + "id": "48e12873-a965-4c9a-9243-c64c195620e8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27082,7 +27082,7 @@ } }, { - "id": "0e7c82bd-62ba-4e9f-a7d0-0070029246b4", + "id": "56a5f0b2-5abd-4c13-80cb-4bcee7391b8d", "name": "Create a username password action", "request": { "name": "Create a username password action", @@ -27126,7 +27126,7 @@ }, "response": [ { - "id": "ff68db19-2d3e-447c-a20c-4726be9fe42f", + "id": "a324fcb2-bd03-4e24-bdd4-68af4ef2cd64", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27183,7 +27183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32f5c07b-34e9-4956-9034-f194f2d8cb79", + "id": "4460e1f9-33b1-41ff-8140-4201ff1705b5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27240,7 +27240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48c4ffd6-bfe7-483b-bc61-25c5a595b570", + "id": "d739bf26-e819-4cd8-81a5-a6f93debf049", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27303,7 +27303,7 @@ } }, { - "id": "5d09017e-d810-406b-83f7-b9ec71fbe318", + "id": "dd1f23f4-f340-4e67-bf0b-8300d4026abb", "name": "Get Workflow Actions", "request": { "name": "Get Workflow Actions", @@ -27343,7 +27343,7 @@ }, "response": [ { - "id": "91b1700d-5b57-42a7-a357-2f60b983ad22", + "id": "8e34dc41-6a56-4b21-8ed6-4d85694beab5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27396,7 +27396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54e6ca83-138d-4d39-b228-930bac961d99", + "id": "d687ea14-ab12-4c50-b195-267f5ef64fb7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27449,7 +27449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35721b99-f071-4df6-bd28-61ce20229b5a", + "id": "39a0c033-4589-44b2-9505-1cc3399f7e6c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27514,7 +27514,7 @@ "description": "", "item": [ { - "id": "0329a273-227a-410d-baff-5d9810a2aad7", + "id": "9505f1b1-d549-4300-9ff2-b69de9337418", "name": "Get workflow sessions", "request": { "name": "Get workflow sessions", @@ -27573,7 +27573,7 @@ "type": "text/plain" }, "key": "uid", - "value": "aute amet commodo utsit consequa" + "value": "dolore Ut eudolore incididuntinc" }, { "disabled": false, @@ -27591,7 +27591,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -27600,7 +27600,7 @@ "type": "text/plain" }, "key": "status", - "value": "failed" + "value": "pending approval" }, { "disabled": false, @@ -27626,7 +27626,7 @@ }, "response": [ { - "id": "64eb651b-6095-451e-b18b-e128b3cef89c", + "id": "a65c77a6-dd32-4f74-be68-133bb479a011", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27680,7 +27680,7 @@ "type": "text/plain" }, "key": "uid", - "value": "aute amet commodo utsit consequa" + "value": "dolore Ut eudolore incididuntinc" }, { "disabled": false, @@ -27698,7 +27698,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -27707,7 +27707,7 @@ "type": "text/plain" }, "key": "status", - "value": "failed" + "value": "pending approval" }, { "disabled": false, @@ -27746,12 +27746,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"urn:uuid:202c68f3-f34d-b24b-e035-ec1cadbb9db9\",\n \"uid\": \"nisi laboris consectetur do veli\",\n \"workflow_id\": \"urn:uuid:35c0e11e-e6ed-7354-019a-a00b8117c0ca\",\n \"requester_id\": \"24889366-050d-06cc-f3b8-2cbc6d0936c3\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"eb3c58b0-759e-4fdd-56ef-a58cd8114a34\",\n \"profile_ids\": [\n \"636f0983-9c23-1de2-b196-af79157a4cdb\",\n \"2758056c-2816-91a8-3f7c-35f40e2a7c88\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"60d86d64-f110-5d19-ede6-39d21cd30e3e\",\n \"uid\": \"eu irure ut sit nisiea velit in \",\n \"workflow_id\": \"urn:uuid:5b039237-165c-71a3-8cc7-f8c43ec4a922\",\n \"requester_id\": \"175e6be7-ccc3-4127-3e30-82f4084088af\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"ec07490a-ebed-78ee-63d3-e0595364a264\",\n \"profile_ids\": [\n \"urn:uuid:68899441-7c36-2b0e-6ce4-bc4f73569db6\",\n \"81c963b7-d641-08b0-f6cc-8852e4049829\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ],\n \"_metadata\": {\n \"limit\": 82462904,\n \"offset\": -64165860,\n \"total\": 67004734,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"6e7a0a2c-d011-fa78-7b9d-b662261b9152\",\n \"uid\": \"dolore laboris eu anim adipisici\",\n \"workflow_id\": \"92fe05f3-8209-bfa3-6d6b-d3061972d07c\",\n \"requester_id\": \"urn:uuid:b6a18d00-e3b3-0a8d-ebfd-9d87980f9f05\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"ea208ec6-f919-5266-8164-6beb2c69f765\",\n \"profile_ids\": [\n \"urn:uuid:a8b36215-c23e-e4aa-61ee-3275426be6d3\",\n \"urn:uuid:f570587f-f5a7-63b7-8816-3ae9ee54b3f0\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"beff46d2-ff3c-e1ec-6392-aaecd6d474ad\",\n \"uid\": \"aliqua elit Duis adExcepteur eli\",\n \"workflow_id\": \"urn:uuid:e4cb686c-2022-b724-749f-8894688fcbaf\",\n \"requester_id\": \"cfa9f874-f536-4732-4428-f2f69ec8d9ee\",\n \"requester_type\": \"User\",\n \"profile_id\": \"f7f638d9-62ec-aa9d-d7bd-87eb3112fdb4\",\n \"profile_ids\": [\n \"7d7aaad9-73e0-7e3e-2c2a-0738373d4742\",\n \"eb45917b-b7ca-92aa-badc-73865a983024\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ],\n \"_metadata\": {\n \"limit\": -78159072,\n \"offset\": 2175416,\n \"total\": 21614549,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5248ee74-79ff-452f-a1fd-e233e0534f03", + "id": "2e098a2e-ac49-4d43-b4cc-a14c85748da5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27805,7 +27805,7 @@ "type": "text/plain" }, "key": "uid", - "value": "aute amet commodo utsit consequa" + "value": "dolore Ut eudolore incididuntinc" }, { "disabled": false, @@ -27823,7 +27823,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -27832,7 +27832,7 @@ "type": "text/plain" }, "key": "status", - "value": "failed" + "value": "pending approval" }, { "disabled": false, @@ -27876,7 +27876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "215b4d25-de3c-4fc2-bef1-2d8a39407d42", + "id": "e1f286df-32b1-4fd3-b8e3-d2c3b5ffc52b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27930,7 +27930,7 @@ "type": "text/plain" }, "key": "uid", - "value": "aute amet commodo utsit consequa" + "value": "dolore Ut eudolore incididuntinc" }, { "disabled": false, @@ -27948,7 +27948,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -27957,7 +27957,7 @@ "type": "text/plain" }, "key": "status", - "value": "failed" + "value": "pending approval" }, { "disabled": false, @@ -28007,7 +28007,7 @@ } }, { - "id": "c857561f-b456-40e8-9b1c-a46c2ca62e7c", + "id": "b46be25a-84bf-4e07-9d2b-4b3937d83f13", "name": "Create a workflow session", "request": { "name": "Create a workflow session", @@ -28048,7 +28048,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:522c7e4b-8b2b-af25-2f33-31a42ca6ac35\",\n \"requester_id\": \"urn:uuid:111b2319-c256-c7f4-8e72-c29f90cfe837\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"e29490c6-56e4-998d-2e89-3f8245a58b4d\",\n \"profile_ids\": [\n \"urn:uuid:e6a964a7-0e93-8b6d-2f88-cad1d8bc4e45\",\n \"5e8b2f98-16e0-59eb-433b-bb45ff0a2c1e\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:705c0cae-9fd3-b758-a83d-5f07225c0cf1\",\n \"requester_id\": \"urn:uuid:4a64cf2a-9399-edd6-405b-80084f1874a7\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:c511ad89-fa70-b36a-f198-637e85bf4eb5\",\n \"profile_ids\": [\n \"53929d52-306a-c083-7d10-5e0a6d55f677\",\n \"urn:uuid:ea2136ed-d9a9-8881-058e-c2b9e47f6af7\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28060,7 +28060,7 @@ }, "response": [ { - "id": "aa234be2-8dd7-4e4d-8597-1c13f8630f3a", + "id": "a48372a7-ffaf-4e38-b36f-dd787aa36c1d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28104,7 +28104,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:522c7e4b-8b2b-af25-2f33-31a42ca6ac35\",\n \"requester_id\": \"urn:uuid:111b2319-c256-c7f4-8e72-c29f90cfe837\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"e29490c6-56e4-998d-2e89-3f8245a58b4d\",\n \"profile_ids\": [\n \"urn:uuid:e6a964a7-0e93-8b6d-2f88-cad1d8bc4e45\",\n \"5e8b2f98-16e0-59eb-433b-bb45ff0a2c1e\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:705c0cae-9fd3-b758-a83d-5f07225c0cf1\",\n \"requester_id\": \"urn:uuid:4a64cf2a-9399-edd6-405b-80084f1874a7\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:c511ad89-fa70-b36a-f198-637e85bf4eb5\",\n \"profile_ids\": [\n \"53929d52-306a-c083-7d10-5e0a6d55f677\",\n \"urn:uuid:ea2136ed-d9a9-8881-058e-c2b9e47f6af7\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28121,12 +28121,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:64a33d69-d0ac-f092-6f3c-819e58946729\",\n \"uid\": \"ea idvelit aliquadolor ut nisiex\",\n \"workflow_id\": \"922d42cd-555a-287f-3897-da9a82b719ac\",\n \"requester_id\": \"urn:uuid:8e573ab5-9ac8-b9f9-102b-59cf8088d44a\",\n \"requester_type\": \"User\",\n \"profile_id\": \"ca683338-8da3-c2ae-6696-658afa4f1583\",\n \"profile_ids\": [\n \"a6ac4ebf-d815-182d-e61a-c340b348af2e\",\n \"f9f68fc6-a75b-bcb7-12ef-e8338cdda6e8\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:4b3acc70-fe34-c5c6-43cb-e390ff510e86\",\n \"uid\": \"utLorem deserunt nisi Excepteuro\",\n \"workflow_id\": \"urn:uuid:b9c27dd5-d76d-1744-9352-034830f46c0e\",\n \"requester_id\": \"1f281aaa-1aca-806b-507a-e0f230fe52c2\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:fbb89b8d-8cf1-6484-943b-0f7a5cf3c45b\",\n \"profile_ids\": [\n \"urn:uuid:55673036-abb3-a7f0-9d62-5218f6738d8b\",\n \"9b5c8156-3d01-deac-be21-0578ee90ba7c\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "92252bdf-bdd5-4178-87d0-578b791fa009", + "id": "7c00a88a-739e-49bd-a6af-e9ec482ec18b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28170,7 +28170,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:522c7e4b-8b2b-af25-2f33-31a42ca6ac35\",\n \"requester_id\": \"urn:uuid:111b2319-c256-c7f4-8e72-c29f90cfe837\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"e29490c6-56e4-998d-2e89-3f8245a58b4d\",\n \"profile_ids\": [\n \"urn:uuid:e6a964a7-0e93-8b6d-2f88-cad1d8bc4e45\",\n \"5e8b2f98-16e0-59eb-433b-bb45ff0a2c1e\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:705c0cae-9fd3-b758-a83d-5f07225c0cf1\",\n \"requester_id\": \"urn:uuid:4a64cf2a-9399-edd6-405b-80084f1874a7\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:c511ad89-fa70-b36a-f198-637e85bf4eb5\",\n \"profile_ids\": [\n \"53929d52-306a-c083-7d10-5e0a6d55f677\",\n \"urn:uuid:ea2136ed-d9a9-8881-058e-c2b9e47f6af7\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28192,7 +28192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6f5d5d3-1e2c-4ac0-a659-5338418d82d7", + "id": "3655f02f-f326-4de0-91a7-948a03b2031a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28236,7 +28236,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:522c7e4b-8b2b-af25-2f33-31a42ca6ac35\",\n \"requester_id\": \"urn:uuid:111b2319-c256-c7f4-8e72-c29f90cfe837\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"e29490c6-56e4-998d-2e89-3f8245a58b4d\",\n \"profile_ids\": [\n \"urn:uuid:e6a964a7-0e93-8b6d-2f88-cad1d8bc4e45\",\n \"5e8b2f98-16e0-59eb-433b-bb45ff0a2c1e\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:705c0cae-9fd3-b758-a83d-5f07225c0cf1\",\n \"requester_id\": \"urn:uuid:4a64cf2a-9399-edd6-405b-80084f1874a7\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:c511ad89-fa70-b36a-f198-637e85bf4eb5\",\n \"profile_ids\": [\n \"53929d52-306a-c083-7d10-5e0a6d55f677\",\n \"urn:uuid:ea2136ed-d9a9-8881-058e-c2b9e47f6af7\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28264,7 +28264,7 @@ } }, { - "id": "965e2d76-dcc9-41ea-a4b4-ff37e9c41ec3", + "id": "eac5b993-ff5e-4b80-a2c2-4c5b6eec911c", "name": "Find workflow session by id", "request": { "name": "Find workflow session by id", @@ -28306,7 +28306,7 @@ }, "response": [ { - "id": "38861621-6a00-46e6-b811-ff5b19d924f9", + "id": "b9d88cee-58b8-4e95-9c5e-6ba67c590ed7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28345,12 +28345,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:64a33d69-d0ac-f092-6f3c-819e58946729\",\n \"uid\": \"ea idvelit aliquadolor ut nisiex\",\n \"workflow_id\": \"922d42cd-555a-287f-3897-da9a82b719ac\",\n \"requester_id\": \"urn:uuid:8e573ab5-9ac8-b9f9-102b-59cf8088d44a\",\n \"requester_type\": \"User\",\n \"profile_id\": \"ca683338-8da3-c2ae-6696-658afa4f1583\",\n \"profile_ids\": [\n \"a6ac4ebf-d815-182d-e61a-c340b348af2e\",\n \"f9f68fc6-a75b-bcb7-12ef-e8338cdda6e8\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:4b3acc70-fe34-c5c6-43cb-e390ff510e86\",\n \"uid\": \"utLorem deserunt nisi Excepteuro\",\n \"workflow_id\": \"urn:uuid:b9c27dd5-d76d-1744-9352-034830f46c0e\",\n \"requester_id\": \"1f281aaa-1aca-806b-507a-e0f230fe52c2\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:fbb89b8d-8cf1-6484-943b-0f7a5cf3c45b\",\n \"profile_ids\": [\n \"urn:uuid:55673036-abb3-a7f0-9d62-5218f6738d8b\",\n \"9b5c8156-3d01-deac-be21-0578ee90ba7c\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dccf23d7-52ce-4c4d-bd41-11adcfe535c3", + "id": "019f6705-708b-45e6-a086-8fab6e600346", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28394,7 +28394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdffa127-ef8b-4306-a161-600a14b1f711", + "id": "7b56b847-544b-4f51-826e-fbcf827dc67c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28444,7 +28444,7 @@ } }, { - "id": "2a2b9f6c-7f1a-481e-ade7-4cd1631f00d0", + "id": "f5d8e8dc-7f90-4af5-8697-c93933895c9b", "name": "Update a workflow session by id", "request": { "name": "Update a workflow session by id", @@ -28497,7 +28497,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"61056d49-1700-d18b-924e-97d0f6edb819\",\n \"requester_id\": \"urn:uuid:60325f96-52fe-b442-10a7-3aac4889b277\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"1120a795-7c89-805e-f151-faac5f43e1c6\",\n \"profile_ids\": [\n \"04a1d0ac-500a-e8b1-4c52-45094a33632f\",\n \"urn:uuid:a1581c57-0231-a080-1869-83eb3f186895\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:10dff3ac-9e8b-0128-71b4-16591a4505d2\",\n \"requester_id\": \"urn:uuid:f609306f-1249-e22a-249f-2baa0ab43a1c\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"f80b0ddc-7e6a-ef70-09de-f423a9c9f97f\",\n \"profile_ids\": [\n \"urn:uuid:86cb63e2-227c-a2a1-215d-5e4b31256917\",\n \"ad27295b-9bb1-6444-3ae4-c9008a73c198\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28509,7 +28509,7 @@ }, "response": [ { - "id": "7af24035-ba52-4e8f-bffa-44edca2ae07d", + "id": "207753eb-bdef-4524-8541-86dd1020bf8b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28554,7 +28554,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"61056d49-1700-d18b-924e-97d0f6edb819\",\n \"requester_id\": \"urn:uuid:60325f96-52fe-b442-10a7-3aac4889b277\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"1120a795-7c89-805e-f151-faac5f43e1c6\",\n \"profile_ids\": [\n \"04a1d0ac-500a-e8b1-4c52-45094a33632f\",\n \"urn:uuid:a1581c57-0231-a080-1869-83eb3f186895\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:10dff3ac-9e8b-0128-71b4-16591a4505d2\",\n \"requester_id\": \"urn:uuid:f609306f-1249-e22a-249f-2baa0ab43a1c\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"f80b0ddc-7e6a-ef70-09de-f423a9c9f97f\",\n \"profile_ids\": [\n \"urn:uuid:86cb63e2-227c-a2a1-215d-5e4b31256917\",\n \"ad27295b-9bb1-6444-3ae4-c9008a73c198\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28571,12 +28571,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:64a33d69-d0ac-f092-6f3c-819e58946729\",\n \"uid\": \"ea idvelit aliquadolor ut nisiex\",\n \"workflow_id\": \"922d42cd-555a-287f-3897-da9a82b719ac\",\n \"requester_id\": \"urn:uuid:8e573ab5-9ac8-b9f9-102b-59cf8088d44a\",\n \"requester_type\": \"User\",\n \"profile_id\": \"ca683338-8da3-c2ae-6696-658afa4f1583\",\n \"profile_ids\": [\n \"a6ac4ebf-d815-182d-e61a-c340b348af2e\",\n \"f9f68fc6-a75b-bcb7-12ef-e8338cdda6e8\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:4b3acc70-fe34-c5c6-43cb-e390ff510e86\",\n \"uid\": \"utLorem deserunt nisi Excepteuro\",\n \"workflow_id\": \"urn:uuid:b9c27dd5-d76d-1744-9352-034830f46c0e\",\n \"requester_id\": \"1f281aaa-1aca-806b-507a-e0f230fe52c2\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:fbb89b8d-8cf1-6484-943b-0f7a5cf3c45b\",\n \"profile_ids\": [\n \"urn:uuid:55673036-abb3-a7f0-9d62-5218f6738d8b\",\n \"9b5c8156-3d01-deac-be21-0578ee90ba7c\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2b9ee49b-0053-438c-9bcd-5b7d28a88ada", + "id": "b17b561e-ebd1-4a00-9189-a051cbb07b8e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28621,7 +28621,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"61056d49-1700-d18b-924e-97d0f6edb819\",\n \"requester_id\": \"urn:uuid:60325f96-52fe-b442-10a7-3aac4889b277\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"1120a795-7c89-805e-f151-faac5f43e1c6\",\n \"profile_ids\": [\n \"04a1d0ac-500a-e8b1-4c52-45094a33632f\",\n \"urn:uuid:a1581c57-0231-a080-1869-83eb3f186895\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:10dff3ac-9e8b-0128-71b4-16591a4505d2\",\n \"requester_id\": \"urn:uuid:f609306f-1249-e22a-249f-2baa0ab43a1c\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"f80b0ddc-7e6a-ef70-09de-f423a9c9f97f\",\n \"profile_ids\": [\n \"urn:uuid:86cb63e2-227c-a2a1-215d-5e4b31256917\",\n \"ad27295b-9bb1-6444-3ae4-c9008a73c198\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28643,7 +28643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b3bc0b3-3491-489b-a0d1-0a08571ecdb9", + "id": "5f4f36f9-47c8-43c1-8314-55634fbf55f1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28688,7 +28688,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"61056d49-1700-d18b-924e-97d0f6edb819\",\n \"requester_id\": \"urn:uuid:60325f96-52fe-b442-10a7-3aac4889b277\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"1120a795-7c89-805e-f151-faac5f43e1c6\",\n \"profile_ids\": [\n \"04a1d0ac-500a-e8b1-4c52-45094a33632f\",\n \"urn:uuid:a1581c57-0231-a080-1869-83eb3f186895\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:10dff3ac-9e8b-0128-71b4-16591a4505d2\",\n \"requester_id\": \"urn:uuid:f609306f-1249-e22a-249f-2baa0ab43a1c\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"f80b0ddc-7e6a-ef70-09de-f423a9c9f97f\",\n \"profile_ids\": [\n \"urn:uuid:86cb63e2-227c-a2a1-215d-5e4b31256917\",\n \"ad27295b-9bb1-6444-3ae4-c9008a73c198\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28716,7 +28716,7 @@ } }, { - "id": "3789d4f6-ac74-42d0-b40f-2fe22b76af49", + "id": "860a13f6-e774-4931-8fdc-8c87718a5cdf", "name": "Retrieves the URL of an attachment attribute value from a workflow session", "request": { "name": "Retrieves the URL of an attachment attribute value from a workflow session", @@ -28770,7 +28770,7 @@ }, "response": [ { - "id": "699d0261-4b1c-43a4-aedd-41d77f570222", + "id": "93622f6e-71fc-4a2d-8491-c9608503d986", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28811,12 +28811,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"dolore deserunt dolore nisi\"\n}", + "body": "{\n \"url\": \"dolor velit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5621fb6c-f191-445e-94ac-0ff07ba7fce2", + "id": "7261237d-dab7-4b56-a00d-a6dbe5218b22", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28862,7 +28862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70224f1c-fb5b-4d1e-b980-6462da3c1fc8", + "id": "8f525cdc-d9bc-4c79-995e-efbe392e888c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28914,7 +28914,7 @@ } }, { - "id": "98eccbde-b500-496a-be4d-70e8f70c3325", + "id": "e19d07dd-acb7-4ab1-b58f-0bcc51054aa7", "name": "Uploads a new attachment attribute value to a workflow session", "request": { "name": "Uploads a new attachment attribute value to a workflow session", @@ -28976,7 +28976,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -28985,7 +28985,7 @@ }, "response": [ { - "id": "46691fdb-0996-4ef7-876e-7171b9040456", + "id": "7d0230d4-f515-4e8f-b699-149196dd5de4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29029,7 +29029,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -29043,12 +29043,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"dolore deserunt dolore nisi\"\n}", + "body": "{\n \"url\": \"dolor velit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a15f2735-b958-4ed6-a16b-76d608759af8", + "id": "71c36c09-2962-4abd-9163-0f09215a1762", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29092,7 +29092,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -29111,7 +29111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82ec5db3-e3d4-45b9-8599-a1c8e467db72", + "id": "9b9cade4-f2ed-4fdd-aa8c-b6d28ca662ed", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -29155,7 +29155,7 @@ "type": "text/plain" }, "key": "file", - "value": "reprehenderit pariatur Ut aute", + "value": "consequat cupidatat et veniam", "type": "text" } ] @@ -29186,7 +29186,7 @@ "description": "", "item": [ { - "id": "4b8636da-0641-44f0-9349-63da5f033916", + "id": "de72d1d6-d180-4678-9c28-ed9f9b7c5382", "name": "Get identity proofing result data in bulk", "request": { "name": "Get identity proofing result data in bulk", @@ -29245,7 +29245,7 @@ "type": "text/plain" }, "key": "workflow_session_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -29254,7 +29254,7 @@ "type": "text/plain" }, "key": "result", - "value": "fail" + "value": "pass" }, { "disabled": false, @@ -29280,7 +29280,7 @@ }, "response": [ { - "id": "c594be29-a3e7-44b1-8bd2-3d24981e620a", + "id": "d34326d3-eb24-433f-b801-170b55152328", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29334,7 +29334,7 @@ "type": "text/plain" }, "key": "workflow_session_id", - "value": "308e124d-95f0-0e59-a152-5f17b22d9e78" + "value": "574cf7f3-b388-b3f5-3db2-4c29f978008a" }, { "disabled": false, @@ -29343,7 +29343,7 @@ "type": "text/plain" }, "key": "result", - "value": "fail" + "value": "pass" }, { "disabled": false, @@ -29382,7 +29382,7 @@ "value": "application/json" } ], - "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"db453cd6-1806-7504-69c8-180e6269be1c\",\n \"identity_proofing_action_id\": \"urn:uuid:4615a8f8-1811-0a60-5c2c-6b3615523777\",\n \"workflow_session_id\": \"231a7c07-2ccb-2682-d18a-7afecacc83a9\",\n \"profile_id\": \"9e7d9947-948e-213d-d3ff-d51b93635e38\",\n \"proofing_workflow\": \"urn:uuid:f22d113d-b8fe-845c-48b2-9f559e611ab2\",\n \"result\": \"pending\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1992-02-21T14:50:24.093Z\",\n \"updated_at\": \"1984-09-11T09:02:43.262Z\"\n },\n {\n \"id\": \"urn:uuid:6b8400b6-f7ec-1586-3637-c11d3e6f4e1a\",\n \"identity_proofing_action_id\": \"d1be7365-c0c3-7a23-c8d0-5135e55c4361\",\n \"workflow_session_id\": \"34d4acaf-7e78-56f7-04bb-53000e50e40e\",\n \"profile_id\": \"urn:uuid:8e6469db-1a25-0290-f0d1-57df210d7c02\",\n \"proofing_workflow\": \"urn:uuid:78afd8be-05c2-165e-1174-c4da534eaa4e\",\n \"result\": \"pending\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1958-10-22T22:04:56.188Z\",\n \"updated_at\": \"1993-04-13T05:52:06.593Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": -16627041,\n \"offset\": 2953526,\n \"total\": 3111928,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"urn:uuid:a9cafa8c-ff57-24fe-5d53-4b1476448db2\",\n \"identity_proofing_action_id\": \"1d16cf14-e44c-b70c-b8f0-35ea4563b482\",\n \"workflow_session_id\": \"urn:uuid:6422a714-dd70-8eb4-6e39-4027339df658\",\n \"profile_id\": \"54639762-cc6c-5e18-0c39-c43b7934e513\",\n \"proofing_workflow\": \"ef3895e1-b08f-1efe-13b3-bb530767620b\",\n \"result\": \"pass\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1945-09-08T15:26:41.490Z\",\n \"updated_at\": \"1958-10-04T17:09:00.046Z\"\n },\n {\n \"id\": \"urn:uuid:21d7be5f-e75a-4eb4-e062-7ce676488f3c\",\n \"identity_proofing_action_id\": \"bd98b1ef-4642-29fe-5100-884691e0fee3\",\n \"workflow_session_id\": \"6733e4e3-421d-d2ad-88b9-30143eb2e247\",\n \"profile_id\": \"urn:uuid:06fae779-b0db-831e-29ff-9aa1942f4d41\",\n \"proofing_workflow\": \"urn:uuid:8dc412b4-e643-7e4e-1d14-5359d76c0543\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"2000-08-13T02:44:30.029Z\",\n \"updated_at\": \"1963-04-12T08:28:10.169Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": -32504329,\n \"offset\": 93350069,\n \"total\": -57822870,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29399,7 +29399,7 @@ "description": "", "item": [ { - "id": "5edb746c-1a82-4fa1-a01e-f94b1ecef2e1", + "id": "d969df1e-5c8b-4b06-ac0d-448e16a2322a", "name": "Get saved advanced search queries", "request": { "name": "Get saved advanced search queries", @@ -29429,7 +29429,7 @@ }, "response": [ { - "id": "b74cab19-eb62-4bbc-91db-320d83696ef8", + "id": "61c28db1-3efd-4695-9e8f-48b41ed0566a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29467,7 +29467,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": [\n {\n \"id\": \"urn:uuid:772fb5d9-b1b4-fef2-aa73-04bf3cc9b07c\",\n \"uid\": \"velit quis in proident cupidatat\",\n \"label\": \"elit Duis aliquip\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"9458db46-09fe-9c54-4bc2-b05298ca3142\",\n \"uid\": \"do eiusmod culpaet incididunt si\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:36c44e83-bf5c-8bc2-e05f-5b6044b870f1\"\n },\n {\n \"id\": \"20549ebb-5bab-4190-feca-e4d1b5422c17\",\n \"uid\": \"et consequat reprehenderitdolore\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"2d53b04f-5cd7-eff4-f8b7-32d824038c38\"\n }\n ]\n },\n {\n \"id\": \"urn:uuid:642e1b81-02b5-f940-dda2-8b748a30c966\",\n \"uid\": \"Ut cillum aliquaaliquip eiusmod \",\n \"label\": \"ut cupidatat consequat in\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"bb942ef9-a895-5b27-c41b-599161688e6f\",\n \"uid\": \"nostrud laborum idaliquip conseq\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:f79aacba-1e87-2b58-f6d8-c4c57b0641df\"\n },\n {\n \"id\": \"urn:uuid:79ec7e8e-3bdd-4f2b-d877-fec22c21c2d7\",\n \"uid\": \"adipisicing commodo ullamcomolli\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:325f3590-b3ef-430e-59fc-b6b09ee29bba\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"advanced_search\": [\n {\n \"id\": \"de7fcdc5-49d5-62de-0b15-39dbdfa57ac1\",\n \"uid\": \"voluptate estsunt quis dolore pr\",\n \"label\": \"id aute\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:f72292c6-8568-cbd4-4a6e-6e200d021da8\",\n \"uid\": \"Ut magna nulla laboriscommodo al\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:3bef7938-65b1-9a40-ad83-46523940544a\"\n },\n {\n \"id\": \"urn:uuid:2577b004-a271-0708-ba12-915a854e7166\",\n \"uid\": \"culpa siteiusmod in laborisid ea\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:f0041fca-22af-62a5-8498-7d6e8ffe1b6f\"\n }\n ]\n },\n {\n \"id\": \"urn:uuid:f68e43c8-fa4f-b155-1fa0-cb3f38fc9563\",\n \"uid\": \"dolor ad veniam officia aliquipd\",\n \"label\": \"fugiat nulla laboris anim\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"4430bb58-4366-dc34-6927-c0f9d9f1b7ce\",\n \"uid\": \"Duissed ipsum Duispariatur labor\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"a86468fb-40a9-b5b3-b546-15f390b7959f\"\n },\n {\n \"id\": \"urn:uuid:2bbaff20-07a0-ab5e-3e2d-00db82d851b2\",\n \"uid\": \"dolor est consecteturvoluptate s\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"1e4d3b69-6759-52f1-07cb-865a4e6ebc9f\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29478,7 +29478,7 @@ } }, { - "id": "9356ccbb-ed9b-4aa1-b60f-598c577dcd2b", + "id": "6a6c7af7-72c2-4fd8-9bd9-5d8fb694e748", "name": "Save an advanced search query for later use", "request": { "name": "Save an advanced search query for later use", @@ -29509,7 +29509,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"5bcf7953-2bf3-10ad-620a-83a959bc0eda\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:a9aad3d8-4a88-b4c7-4694-4652dbeaa76d\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"amet reprehenderit exerc\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"d76e998b-ce82-5d3a-d03c-395e92b7222b\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"88a4cdba-7273-14aa-e8e4-58711c5a91aa\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29521,7 +29521,7 @@ }, "response": [ { - "id": "2ae8bc5b-90cd-42e4-8c7c-a6028ed943be", + "id": "b8ec4e9a-2d63-407e-8e35-abd5471a5f73", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29555,7 +29555,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"5bcf7953-2bf3-10ad-620a-83a959bc0eda\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:a9aad3d8-4a88-b4c7-4694-4652dbeaa76d\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"amet reprehenderit exerc\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"d76e998b-ce82-5d3a-d03c-395e92b7222b\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"88a4cdba-7273-14aa-e8e4-58711c5a91aa\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29572,7 +29572,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:475c06c5-0b3c-1e05-d238-c891d8dd0281\",\n \"uid\": \"culpa irure aliquaipsum voluptat\",\n \"label\": \"ex sint occaecat eu eiusmod\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:a429778f-9a51-69c1-7390-ade0769ce76b\",\n \"uid\": \"sed ullamco eiusmodfugiat labori\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"ba503f7d-c1ea-071a-0b50-6bca392c4ca5\"\n },\n {\n \"id\": \"e751822a-2b54-65e9-5c67-991293434991\",\n \"uid\": \"eu laboris proident occaecatin i\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:64165f5b-8de3-9341-d72c-720b65c0cb64\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"0ebcc748-2b5b-2b78-247b-ca8fb05ff572\",\n \"uid\": \"mollit autesunt enim voluptate u\",\n \"label\": \"in repreh\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:f1519f4a-b734-96cc-efae-cc66aa518bed\",\n \"uid\": \"aliqua minimnon cupidatat ametmo\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:0e58ee51-f801-0b77-0231-28004b9d3bf3\"\n },\n {\n \"id\": \"93c95599-2c2c-a291-f02c-bd003b508211\",\n \"uid\": \"ex aliqua mollitsint ut commodo \",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"0345564b-bc68-ef84-3435-28b86179176d\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29583,7 +29583,7 @@ } }, { - "id": "b8113240-e897-4064-a292-7f896ec16b4a", + "id": "6d10e538-847d-4b42-b41a-a5236d636696", "name": "Run an advanced search for profiles, without saving the query", "request": { "name": "Run an advanced search for profiles, without saving the query", @@ -29643,7 +29643,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"5bcf7953-2bf3-10ad-620a-83a959bc0eda\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:a9aad3d8-4a88-b4c7-4694-4652dbeaa76d\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"amet reprehenderit exerc\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"d76e998b-ce82-5d3a-d03c-395e92b7222b\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"88a4cdba-7273-14aa-e8e4-58711c5a91aa\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29655,7 +29655,7 @@ }, "response": [ { - "id": "60eca7fe-6535-4b53-b87a-ad2fd09eab01", + "id": "5d77c3b5-2573-4c58-938e-1040153dce19", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29718,7 +29718,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"5bcf7953-2bf3-10ad-620a-83a959bc0eda\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:a9aad3d8-4a88-b4c7-4694-4652dbeaa76d\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"amet reprehenderit exerc\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"d76e998b-ce82-5d3a-d03c-395e92b7222b\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"88a4cdba-7273-14aa-e8e4-58711c5a91aa\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29735,7 +29735,7 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea ad quiet do ut pariatur cillu\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit culpa quisdolore adipisic\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velitex in sint Excepteur suntcu\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velit labore dolor commodoad rep\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29746,7 +29746,7 @@ } }, { - "id": "59ca83b5-9668-42d1-aa97-12cb87d5d1a5", + "id": "c31c9b75-7226-4d05-a67f-e7b915a77ae8", "name": "Update a saved advanced search query", "request": { "name": "Update a saved advanced search query", @@ -29789,7 +29789,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:aa56348d-12ee-3de8-8ef5-528db67f6486\",\n \"label\": \"dolore cupidatat\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"02ab400d-fa59-8c4c-202c-c6c6d1cbb56b\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"5e680c15-25c2-1594-e100-219d74747649\",\n \"_destroy\": false\n },\n {\n \"id\": \"urn:uuid:32f922c8-c09a-5c98-0da3-1f9d697ca816\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"b949fb94-c20c-6952-0445-e3e9344536ef\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"64cca2bb-7c4f-53da-7b12-10006d469ea4\",\n \"label\": \"magna dolore occaecat est\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"1ae38e46-1af2-5f66-4527-4e9b35fd86e4\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"d0a5cbba-3cd4-4d0f-ad23-f764fc56952a\",\n \"_destroy\": false\n },\n {\n \"id\": \"aaa39cd9-f193-11a8-877a-9fd994483786\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:c5bb735f-2aae-2779-178e-4630a9c8d335\",\n \"_destroy\": false\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29801,7 +29801,7 @@ }, "response": [ { - "id": "625fd84a-56c2-49ab-91c9-32b8fd2ed097", + "id": "4ad5a532-167e-4b24-9063-d90b52212103", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29836,7 +29836,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:aa56348d-12ee-3de8-8ef5-528db67f6486\",\n \"label\": \"dolore cupidatat\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"02ab400d-fa59-8c4c-202c-c6c6d1cbb56b\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"5e680c15-25c2-1594-e100-219d74747649\",\n \"_destroy\": false\n },\n {\n \"id\": \"urn:uuid:32f922c8-c09a-5c98-0da3-1f9d697ca816\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"b949fb94-c20c-6952-0445-e3e9344536ef\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"64cca2bb-7c4f-53da-7b12-10006d469ea4\",\n \"label\": \"magna dolore occaecat est\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"1ae38e46-1af2-5f66-4527-4e9b35fd86e4\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"d0a5cbba-3cd4-4d0f-ad23-f764fc56952a\",\n \"_destroy\": false\n },\n {\n \"id\": \"aaa39cd9-f193-11a8-877a-9fd994483786\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:c5bb735f-2aae-2779-178e-4630a9c8d335\",\n \"_destroy\": false\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29853,7 +29853,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:475c06c5-0b3c-1e05-d238-c891d8dd0281\",\n \"uid\": \"culpa irure aliquaipsum voluptat\",\n \"label\": \"ex sint occaecat eu eiusmod\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:a429778f-9a51-69c1-7390-ade0769ce76b\",\n \"uid\": \"sed ullamco eiusmodfugiat labori\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"ba503f7d-c1ea-071a-0b50-6bca392c4ca5\"\n },\n {\n \"id\": \"e751822a-2b54-65e9-5c67-991293434991\",\n \"uid\": \"eu laboris proident occaecatin i\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:64165f5b-8de3-9341-d72c-720b65c0cb64\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"0ebcc748-2b5b-2b78-247b-ca8fb05ff572\",\n \"uid\": \"mollit autesunt enim voluptate u\",\n \"label\": \"in repreh\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:f1519f4a-b734-96cc-efae-cc66aa518bed\",\n \"uid\": \"aliqua minimnon cupidatat ametmo\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:0e58ee51-f801-0b77-0231-28004b9d3bf3\"\n },\n {\n \"id\": \"93c95599-2c2c-a291-f02c-bd003b508211\",\n \"uid\": \"ex aliqua mollitsint ut commodo \",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"0345564b-bc68-ef84-3435-28b86179176d\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29864,7 +29864,7 @@ } }, { - "id": "3d5e5001-ff19-472a-96b7-e050229d759c", + "id": "0214de71-0f14-4c91-8250-ce2f5050cffb", "name": "Run a saved advanced search query", "request": { "name": "Run a saved advanced search query", @@ -29935,7 +29935,7 @@ }, "response": [ { - "id": "c992c311-2cdc-497b-add0-7b558f5d85d6", + "id": "7d3ea5df-8ff5-41af-b353-0a606aee47ee", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30003,7 +30003,7 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea ad quiet do ut pariatur cillu\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit culpa quisdolore adipisic\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velitex in sint Excepteur suntcu\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velit labore dolor commodoad rep\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -30020,7 +30020,7 @@ "description": "", "item": [ { - "id": "f33c47cd-842f-4b23-b64c-003f079175c2", + "id": "9f6771c1-b2d1-445f-918d-569ae5f40999", "name": "Get the status of a bulk job", "request": { "name": "Get the status of a bulk job", @@ -30043,7 +30043,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "fugiat sint in" + "value": "Lorem labore" } ], "variable": [] @@ -30060,7 +30060,7 @@ }, "response": [ { - "id": "cae8dafa-53ad-4ed9-bbef-4e196ec44875", + "id": "37a72d12-9e81-478b-90fe-958c2845eab5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30078,7 +30078,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "fugiat sint in" + "value": "Lorem labore" } ], "variable": [] @@ -30108,12 +30108,12 @@ "value": "application/json" } ], - "body": "{\n \"uid\": \"urn:uuid:951474bd-3913-d9f3-6dec-07f7a3ba2c81\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"1a8c8042-7631-7ebc-2c86-518e61914074\",\n \"manager_id\": \"be5f775f-9b09-35ee-8537-c3d4876fe0ed\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"1ee81c13-9413-a657-d058-eebf82a3b2d2\",\n \"manager_id\": \"urn:uuid:f7aae6c0-62da-c5ee-9940-0cc5117a2d42\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n }\n ]\n}", + "body": "{\n \"uid\": \"8a0573a9-dbad-40cc-b10a-503435de0d65\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"urn:uuid:42fb34aa-2071-881f-c94f-c3d1bbaf8b31\",\n \"manager_id\": \"f990d8d5-d5a2-dc94-4e19-4510b3ca6ebd\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"urn:uuid:e72cb17b-d8e1-f806-8f5f-6b4384739c08\",\n \"manager_id\": \"urn:uuid:af9ecc14-7603-4770-a595-ce3f47ba92ad\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "250336db-86ec-4f59-af0b-c1100ad77a75", + "id": "26a84406-43d9-452d-bed4-fd593e5aeeb7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30131,7 +30131,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "fugiat sint in" + "value": "Lorem labore" } ], "variable": [] @@ -30166,7 +30166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c35eb262-7e8c-4c46-bdb0-024a282f9e6c", + "id": "d4929253-75e2-4377-b369-f16f9c505708", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30184,7 +30184,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "fugiat sint in" + "value": "Lorem labore" } ], "variable": [] @@ -30231,7 +30231,7 @@ "description": "", "item": [ { - "id": "f6d275be-a07e-4d71-a356-532b3b88cd60", + "id": "559ff5ff-11ec-4e0c-9a95-8a0779e5baa2", "name": "Create a form", "request": { "name": "Create a form", @@ -30274,7 +30274,7 @@ }, "response": [ { - "id": "9d2c9b20-b1d9-45e6-a3c8-a3b9e3de6f55", + "id": "d672b215-3246-4e0d-88c0-626778db1693", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30330,7 +30330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e073040c-7e8d-477a-8665-2c4463c533f3", + "id": "eb472790-3fea-4031-885c-41e5dc7d4df9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30386,7 +30386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86f3feb6-90d8-44c0-9291-41f941643d21", + "id": "9f79aeaa-6715-4e3d-a457-5b134a181929", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30454,7 +30454,7 @@ "description": "", "item": [ { - "id": "47012084-99fe-4357-bcd8-cb0114c89c94", + "id": "e5ccdbf0-8ce5-4a82-b597-3c7b7cdc39a1", "name": "Create a form attribute", "request": { "name": "Create a form attribute", @@ -30497,7 +30497,7 @@ }, "response": [ { - "id": "388ee464-6437-46f8-92da-c8fb079525f4", + "id": "71e1eecb-706a-419e-a595-548f8da412b1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30553,7 +30553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "722201a7-7228-46fb-a9cd-32d7adecc645", + "id": "2f2bc5f5-6165-4d01-8034-6b3d0048a923", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30609,7 +30609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f280495e-f847-4ba3-b885-adaab34e1d9e", + "id": "438f7207-113a-45b3-8c99-2be81ba047f9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30695,7 +30695,7 @@ } ], "info": { - "_postman_id": "01451c53-fdde-4b7e-b17a-17830defb324", + "_postman_id": "c1c9b5c7-b8a7-47ca-af50-fa79a85d2036", "name": "NERM API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { diff --git a/postman/collections/sailpoint-api-v3.json b/postman/collections/sailpoint-api-v3.json index 78f5683..101c5ac 100644 --- a/postman/collections/sailpoint-api-v3.json +++ b/postman/collections/sailpoint-api-v3.json @@ -5,7 +5,7 @@ "description": "Use this API to implement and customize access profile functionality. \nWith this functionality in place, administrators can create access profiles and configure them for use throughout IdentityNow, enabling users to get the access they need quickly and securely.\n\nAccess profiles group entitlements, which represent access rights on sources. \n\nFor example, an Active Directory source in IdentityNow can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nAccess profiles are the most important units of access in IdentityNow. IdentityNow uses access profiles in many features, including the following:\n\n- Provisioning: When you use the Provisioning Service, lifecycle states and roles both grant access to users in the form of access profiles.\n\n- Certifications: You can approve or revoke access profiles in certification campaigns, just like entitlements. \n\n- Access Requests: You can assign access profiles to applications, and when a user requests access to the app associated with an access profile and someone approves the request, access is granted to both the application and its associated access profile.\n\n- Roles: You can group one or more access profiles into a role to quickly assign access items based on an identity's role. \n\nIn IdentityNow, administrators can use the Access drop-down menu and select Access Profiles to view, configure, and delete existing access profiles, as well as create new ones. \nAdministrators can enable and disable an access profile, and they can also make the following configurations: \n\n- Manage Entitlements: Manage the profile's access by adding and removing entitlements. \n\n- Access Requests: Configure access profiles to be requestable and establish an approval process for any requests that the access profile be granted or revoked. \nDo not configure an access profile to be requestable without first establishing a secure access request approval process for the access profile.\n\n- Multiple Account Options: Define the logic IdentityNow uses to provision access to an identity with multiple accounts on the source. \n\nRefer to [Managing Access Profiles](https://documentation.sailpoint.com/saas/help/access/access-profiles.html) for more information about access profiles.\n", "item": [ { - "id": "7d76d011-cd19-4704-a38c-d06d23f5e9be", + "id": "227ec939-4f62-4113-b5f8-0bcd089aa25a", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "ef305d00-8c45-432c-b758-4ad3b75ad0c6", + "id": "9b2e6ca4-3492-4c5a-9af7-fb25b188ac26", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d45c0a40-f0e3-45e8-bd80-0aec48d9c57d", + "id": "849844f5-3a20-4f17-aa1f-30b71f717289", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "567435a5-1b04-4e3f-a29e-c85fcd5ded4f", + "id": "4c7e0557-3fe8-4287-a0d9-b5123cb52360", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -455,7 +455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b8bc850-f991-43ad-9942-f0a19be06cf7", + "id": "b5040408-d2f9-4395-ad75-5978e766fdef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -571,7 +571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "646cc9af-1e60-4ccc-94b4-1424cb5f0d64", + "id": "e209bf1c-9958-4ea9-b188-a23285c8460b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -687,7 +687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d39b11fb-1e15-456e-9383-15d9793f3fbc", + "id": "87a4992c-a36d-4256-b8dd-7fc1c279e515", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "4adeb167-cde6-4372-89b9-1c6dd599d26e", + "id": "ff52a754-d3d8-46b5-8d34-92a7315e868b", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "35a470ff-4d1d-4fd8-a38d-c0c5cc52fafa", + "id": "2f20f24e-6001-44f3-be25-73f44996a6f7", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a85c149-7787-4024-816a-61d8c7993bf5", + "id": "fd93887d-fe61-4e5e-8fcf-24e2cdf513ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "308701df-8cd9-4723-95bf-47126190f9f3", + "id": "ffc58da0-bbf3-4f8b-9a38-c24ec3fc9560", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -1019,7 +1019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5885577-3f01-4285-8273-483767803911", + "id": "4cba0c77-e73b-4501-974b-8e36e7ec0a09", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -1075,7 +1075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d2d3cc4-57c0-49c2-892d-a8947d89cadf", + "id": "f463e194-2828-4ec2-988a-b02290378139", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -1131,7 +1131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0e1756c-7e7e-4937-9911-7de6251bf276", + "id": "73c4add0-3964-4961-b8a0-fcd506f6a3cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "af012d5e-3873-4d88-b2c5-7755822dfec9", + "id": "54eef409-d061-4a63-b302-7ed490b6b179", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "d07aaefb-aca5-4cef-ba6c-47c6ec57c97d", + "id": "c6e93744-299e-4ffd-9445-bcd469dfaeb4", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "142f21b7-106b-4786-896b-1f9723b152db", + "id": "3fa1d121-b4d6-480a-9438-a5189b65af00", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffa530bf-e9e0-42f0-bce1-014c39b8f5cf", + "id": "a4e6832c-d47f-4ac2-bb20-e8a03a1a46bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -1366,7 +1366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87380632-72eb-4a8a-a214-7658a239477a", + "id": "425e1979-67d0-4b90-a5a7-4973f6d48ec8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -1410,7 +1410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c23f4c1-d839-44d0-ba4e-573844e2717a", + "id": "3163a9f7-f2bc-448d-b5c2-7d3687e3509d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -1454,7 +1454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba70e519-200b-40a2-babe-7fea49a4f122", + "id": "9ecc74ca-5d21-46fb-b026-871ebb206577", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "88f30a7f-478c-4130-81c6-82aa25864010", + "id": "9214b727-4ec8-4e1e-83b2-848c44026864", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "f35c4e38-75a6-473c-93b9-6783c75e4eab", + "id": "073f796e-d12d-4351-9e65-1b062d944497", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b57a18-452e-4336-b199-ddcd33b200ab", + "id": "b8e08672-a804-4ac7-a5fe-1986ae07be09", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3be97a84-73c1-4035-94c3-18185a3cc935", + "id": "5b372b1f-cedb-4632-96b0-6487cdd630a0", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69888cfd-8bc3-425f-b897-f14a60d94d91", + "id": "b0f8fda6-73ee-4aa2-aaf3-8e33ea8eea55", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06ee5b74-918a-4eed-85ef-8a1c9802b46a", + "id": "7e6b74f6-ec45-426e-be9a-6cfc8b27c7e3", "name": "Replace Source", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8293189-e649-4ebc-b903-6fc8f4570ec0", + "id": "f5162f67-e154-4fdd-b7da-51ba4cc0b405", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c79540c4-7906-4d50-85d3-15c943611b07", + "id": "dbcfbdc8-6eb2-43d1-8fb6-a80814e73a29", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b369a534-b900-4c8d-aa95-263bbbaf02fd", + "id": "5b08a577-da53-40c2-ad77-433f44c60ad7", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "920ff292-dc58-4646-a622-0794fa1c089c", + "id": "254eff30-6d22-4aa0-8c4d-55e36b14e8da", "name": "Replace Source", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e344559-7332-48dd-a6de-ccea7b989f98", + "id": "839ed605-ef18-41df-8921-72fe82e4735c", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53a51b89-ace4-4898-9462-7978e36dd2a5", + "id": "28316d24-36f8-4cf2-9db2-2f27f6ee4791", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e049457e-9322-4774-9f66-004bc45cd97a", + "id": "0aa7d16f-d7f5-4b7f-93ea-605af8ec2383", "name": "Replace Source", "originalRequest": { "url": { @@ -2242,7 +2242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fe16e44-e782-4508-b433-00951a3b80cf", + "id": "aaafd462-4525-439a-9502-364fd5577a36", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2299,7 +2299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4847880b-72df-48fe-8c75-619310709acf", + "id": "4aef7b04-fe02-4b12-8e3a-8839c4df9ee4", "name": "Replace Source", "originalRequest": { "url": { @@ -2356,7 +2356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11d55b4d-13d9-40b4-8447-7b1e567eba5b", + "id": "bcb1ff1b-2c93-4ad9-9e05-23146be05199", "name": "Replace Source", "originalRequest": { "url": { @@ -2413,7 +2413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "053f9ef2-0f1f-4040-b3f7-dc151dd15938", + "id": "ec496a4b-da30-4e4f-9d56-02b2bbe20e83", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2476,7 +2476,7 @@ } }, { - "id": "8d0769f4-045f-4aa2-b740-345bea78ba1a", + "id": "dc6d7d4f-950f-49d1-bb40-c128d9fd0fa7", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2517,7 +2517,7 @@ }, "response": [ { - "id": "198871de-6746-4935-b6ab-e82eaa031479", + "id": "3ff48c5c-0cb5-434c-a8a1-5efc85dad194", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -2551,7 +2551,7 @@ "_postman_previewlanguage": "text" }, { - "id": "982cbc1f-bb48-4bd7-9637-aac977dd6436", + "id": "559e771f-aa4f-4cbf-b299-81350a352db7", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2595,7 +2595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "136e6e00-145b-4757-9d07-38c7714280c3", + "id": "bae8eb80-af27-4477-986f-fde7956660ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -2639,7 +2639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1164353b-f612-4ef1-b9dc-6197323eb1b4", + "id": "623b1ef4-5ba1-483a-8dc7-85de94fac842", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -2683,7 +2683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc6155db-6f23-4f45-8eb0-f0c6b4bec42e", + "id": "ba42ba0f-ff49-4af3-b94f-f2b0dfc1ec69", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -2727,7 +2727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fc367c0-0e6e-4e03-af48-3d9bc6f2700f", + "id": "a73e1895-dc78-483a-8c01-e47c4ee9cc98", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2777,7 +2777,7 @@ } }, { - "id": "ab279118-13b6-427c-9e5e-992b1f56d70d", + "id": "ef9888ff-8fc9-4d34-8f35-114e95453e58", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2820,7 +2820,7 @@ }, "response": [ { - "id": "9888b65c-d644-4611-9a8a-a996737e3790", + "id": "51e11b4b-17b2-4a15-a343-4b6f37f3d7f6", "name": "Returned only if **bestEffortOnly** is **false**, and one or more Access Profiles are in use.", "originalRequest": { "url": { @@ -2877,7 +2877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9841ae5b-5f6c-463c-9281-967fc0db66d7", + "id": "d9d22a51-1baa-4f9e-b1c8-e02b09b41acf", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2934,7 +2934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5a61eac-a29f-4f09-aebb-9a92c1011c25", + "id": "9bfdeb4f-4b57-4b04-96bf-26a1121919d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2991,7 +2991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29dbd0ca-2983-4421-8ee5-8ecab3bdc9c3", + "id": "3ad54da8-450f-478b-a48c-69f0cdbee8a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -3048,7 +3048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b751f92-6924-44e7-8bc3-863c0501f5c6", + "id": "27e5330a-32ce-4344-9556-2a50d21fb0d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3105,7 +3105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "783a650c-7997-4265-8811-24cabd7e3dd0", + "id": "208946b4-b10c-4914-8d99-88add5b4e043", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -3162,7 +3162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9f8e4d8-e5d7-4faf-8d95-609793788cac", + "id": "4b7af132-d35b-4cc7-8461-cc077415abd2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3225,7 +3225,7 @@ } }, { - "id": "547650ee-f1f1-4243-8992-033159726caf", + "id": "934af792-e43d-4df7-a928-a6c9dc38aa34", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3313,7 +3313,7 @@ }, "response": [ { - "id": "6e98844d-c039-4027-9a51-fd32af61b41f", + "id": "35ea15f8-c8c1-42dd-aac1-2223fedfb589", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3404,7 +3404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ac53e76-fbce-4b0d-945c-ccb2c126a581", + "id": "34cd1565-6170-471a-9f58-52d9a3fd41fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3495,7 +3495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "950810b4-2528-4b41-938f-b55f4c4f6511", + "id": "e24da2ab-06be-4d02-a6da-2855133831bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -3586,7 +3586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98785870-9678-452b-a113-faacae992949", + "id": "5b7ba130-deb2-4a38-95d3-25eb121016a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3677,7 +3677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cef134fd-a70f-4665-b53a-a99899b0cf57", + "id": "245c742e-701b-4486-9abd-c7c386ee8bb0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -3768,7 +3768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "965cc445-738b-4906-b75b-6c8b613351d4", + "id": "6e827f1d-e4bc-4c95-8608-c4af8ec19775", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3871,7 +3871,7 @@ "description": "Use this API to implement and customize access request approval functionality. \nWith this functionality in place, administrators can delegate qualified users to review users' requests for access or managers' requests to revoke team members' access to applications, entitlements, or roles. \nThis enables more qualified users to review access requests and the others to spend their time on other tasks. \n\nIn IdentityNow, users can request access to applications, entitlements, and roles, and managers can request that team members' access be revoked. \nFor applications and entitlements, administrators can set access profiles to require approval from the access profile owner, the application owner, the source owner, the requesting user's manager, or a governance group for access to be granted or revoked. \nFor roles, administrators can also set roles to allow access requests and require approval from the role owner, the requesting user's manager, or a governance group for access to be granted or revoked. \nIf the administrator designates a governance group as the required approver, any governance group member can approve the requests.\n \nWhen a user submits an access request, IdentityNow sends the first required approver in the queue an email notification, based on the access request configuration's approval and reminder escalation configuration.\n\nIn Approvals in IdentityNow, required approvers can view pending access requests under the Requested tab and approve or deny them, or the approvers can reassign the requests to different reviewers for approval. \nIf the required approver approves the request and is the only reviewer required, IdentityNow grants or revokes access, based on the request. \nIf multiple reviewers are required, IdentityNow sends the request to the next reviewer in the queue, based on the access request configuration's approval reminder and escalation configuration. \nThe required approver can then view any completed access requests under the Reviewed tab. \n\nRefer to [Access Requests](https://documentation.sailpoint.com/saas/help/requests/index.html) for more information about access request approvals.\n", "item": [ { - "id": "fa501155-0955-4311-b307-24aa345a51b4", + "id": "115840e9-e18f-4ab7-903b-82744d0a1afa", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -3956,7 +3956,7 @@ }, "response": [ { - "id": "44311540-976a-43c8-8d29-bdbe2ba3facd", + "id": "e7444103-50ff-461d-b175-1ec23ee411e2", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -4055,7 +4055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b7bab64-00f6-4f2b-b3ac-c3024edab6cb", + "id": "5dc0e648-47ff-47ca-900e-c272ac2119bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4154,7 +4154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "391045d2-f774-4700-b6e2-8d5bd741a443", + "id": "2f66c9fd-55fc-431b-8d1d-9e23f4814bc9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4253,7 +4253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c47b96e-bd00-4aa3-b855-0ef41de98d87", + "id": "8b798fe8-066e-4f79-a43b-233f851f146b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4352,7 +4352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef4bb63c-3335-4641-9525-b871c73bf371", + "id": "55fa4bcc-7da4-48ef-8e1d-36c1e3baa3a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4451,7 +4451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c513ae4-b484-4b9d-8be2-b5a9a78b3089", + "id": "db0c45c8-7051-46d3-b705-6e7af20d241f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4556,7 +4556,7 @@ } }, { - "id": "0090ea6c-d755-48b1-a64f-0c6c15b98e34", + "id": "748d5ab7-1ea3-440c-a3ba-30413b9eeb56", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -4641,7 +4641,7 @@ }, "response": [ { - "id": "86a7650e-9d7f-48c7-b7bb-d21308df6158", + "id": "c66dd1d0-df67-4251-8835-c45e120ed40c", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -4735,12 +4735,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"id12345\",\n \"name\": \"aName\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"Applied Research Access\",\n \"description\": \"Access to research information, lab results, and schematics\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"cillum elit\"\n },\n {\n \"id\": \"id12345\",\n \"name\": \"aName\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"Applied Research Access\",\n \"description\": \"Access to research information, lab results, and schematics\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"do mag\"\n }\n]", + "body": "[\n {\n \"id\": \"id12345\",\n \"name\": \"aName\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"Applied Research Access\",\n \"description\": \"Access to research information, lab results, and schematics\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"enim et adipisicing in\"\n },\n {\n \"id\": \"id12345\",\n \"name\": \"aName\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"Applied Research Access\",\n \"description\": \"Access to research information, lab results, and schematics\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"nostrud magna\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a675d472-b71f-4b58-9739-cc2765246965", + "id": "2ed033ff-c5c9-4d92-b7c2-29cf8f32c523", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4839,7 +4839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22c1c698-7892-43f3-a2e5-6e00743d4567", + "id": "e9a6bdd7-570f-47ea-a57e-499dd8b0fe90", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4938,7 +4938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f7c3444-78af-4288-82df-c07bee443ffe", + "id": "4aa5eb7c-57f8-4806-86b0-202bf0899e6c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5037,7 +5037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47e0fa63-a1e6-46b2-bd10-90ac25a2c2f3", + "id": "b1d80d6b-f7be-47b2-9f97-f9f72a76969f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5136,7 +5136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdcd1d81-fb5e-4cd8-9ead-043312c1fa19", + "id": "9babd6f8-6515-4e23-986c-3f11c37aac83", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5241,7 +5241,7 @@ } }, { - "id": "a554427c-24d7-4e6a-97a0-ec9aa5f0c277", + "id": "2d34a0f8-e2d5-4efc-8892-5e4bf3df23cc", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -5296,7 +5296,7 @@ }, "response": [ { - "id": "dc096b5b-28d0-4b4f-aeba-903a09bd4dec", + "id": "c71871fe-441d-4337-9e02-38c43c75ae50", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5354,7 +5354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bd4f969-02b9-40a6-83ed-271d86665bb1", + "id": "c6c5261d-6bcb-4158-b71a-dbd9533d9195", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5412,7 +5412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18a896d5-556f-495a-901e-cfdc3bbd15f2", + "id": "023dc703-4bc5-4f5b-a639-852ff1eeb9e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5470,7 +5470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "410df9aa-c647-4108-bbd2-25057175d209", + "id": "5bc97cad-8b88-4627-bf83-aaa129d5fb85", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5528,7 +5528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b759fe8-64d4-470a-966d-d88045c04f47", + "id": "15329e9c-7c85-410f-aaea-7a20c7dd9846", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -5586,7 +5586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18e68007-0afc-4ecb-8d19-ff9376cd773a", + "id": "71da861f-411c-48cb-ac62-cfa03394bcf4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5644,7 +5644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8d75ba1-e2aa-495b-a6a4-1b6f24300fc0", + "id": "a654f3f6-1b98-4240-bfbc-aa10728d9e72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5708,7 +5708,7 @@ } }, { - "id": "80ddef4c-a832-4a0c-8bba-1e8c7812b827", + "id": "56a84b8d-df85-41a5-ba0e-4ad816b0b3c9", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -5763,7 +5763,7 @@ }, "response": [ { - "id": "b79275fb-be6e-487e-9405-22bee9022f90", + "id": "af06b0a9-9e72-4e2e-b40e-e8d510187a92", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5821,7 +5821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a2b30e1-c251-47bd-8ef5-4919648bc0ec", + "id": "f4b5fa42-c6a5-4a98-a40c-059ae3154e17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5879,7 +5879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47ef627c-446a-447f-a63c-07090b37ed19", + "id": "df971d9d-30ea-4fcd-95fd-d67c577dcabd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5937,7 +5937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c99868b5-3fdd-45a8-9084-74a23a0bf798", + "id": "fc90e4f6-60ba-4634-a15c-4c6b0fbcffae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5995,7 +5995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3c135f5-e621-41e5-9182-dbc8ef44c738", + "id": "91a653a4-7c7b-4d23-8554-5d8a84db65f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -6053,7 +6053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4e2db9e-f381-4523-9982-97529052dee2", + "id": "3b0eb02b-1714-4e08-ab08-3eb945c7ff1b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6111,7 +6111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1940ee9-53b6-47ff-854b-e466adfaca06", + "id": "d88a7e96-d4fa-4bea-84e1-2e35e2f8eab3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6175,7 +6175,7 @@ } }, { - "id": "de4c9a30-9036-44fd-abaa-1fdf02a217ad", + "id": "9d02eff1-5c9a-44f8-8ea3-f76bd5f96a6a", "name": "Forwards an access request approval.", "request": { "name": "Forwards an access request approval.", @@ -6230,7 +6230,7 @@ }, "response": [ { - "id": "b8d081a5-3274-44da-9518-afedf84a8434", + "id": "68a4b415-b2e4-442e-8098-64d67c955ebf", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -6288,7 +6288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f5567d2-0601-48d1-80fe-cee3f3f07ab9", + "id": "c2fc4b8f-c37e-4867-91ee-a02eb32b7ed9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6346,7 +6346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b054abd8-c2a5-4839-9f29-0d26922e84fe", + "id": "065d8aeb-f74e-4cb5-803f-ee354dded890", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6404,7 +6404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d1eb6f9-129d-4e4f-b373-98dfb01ac7d4", + "id": "3ff3d16c-fcf8-4497-888c-e1d44849f014", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6462,7 +6462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7981271-fa60-401c-9be2-1948a822c2fe", + "id": "739a33c4-9df3-4bb3-92d9-6549ca79e675", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -6520,7 +6520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9163aec6-3a18-4bd5-ba63-a530a4488429", + "id": "58cb984e-efd3-44f3-bbd5-3bd08931d56e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6578,7 +6578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dd4b90c-c3d0-4b5b-b212-da765ec9f649", + "id": "a512cd7b-7a11-44c7-95c6-a766ef675bff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6642,7 +6642,7 @@ } }, { - "id": "cd46df34-97a4-41ae-ba5e-cb01869a5cf0", + "id": "95a71d08-7818-4aa3-970f-3567af7b443a", "name": "Get the number of access-requests-approvals", "request": { "name": "Get the number of access-requests-approvals", @@ -6691,7 +6691,7 @@ }, "response": [ { - "id": "ca881f7a-7b80-44ad-afc2-070d245a960d", + "id": "c0a9b2b9-793d-4807-aa89-351fc9653eb8", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -6754,7 +6754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a35e3c85-f13c-4d47-b01b-c8285b16b4cb", + "id": "24810307-3763-4622-a85f-2a9aa79bfa51", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -6817,7 +6817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e71addc7-1aa6-40db-9116-b96fcf3b4e9b", + "id": "34d60bd3-3245-4299-96f8-fc126ed9414a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6880,7 +6880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22c55e93-d5f6-49de-b865-187e8e149570", + "id": "468612fb-c4a1-4b89-ab94-f2f3b045dd45", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6943,7 +6943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eae9b922-6f00-4a91-af83-5ff56c516a65", + "id": "42468890-6ec3-4082-a5ca-4a9fff09581d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7006,7 +7006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7275af7f-5e91-4600-9f92-83f44d017c1e", + "id": "553e0563-82ed-4c50-b5fd-9330087eb7e8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7081,7 +7081,7 @@ "description": "Use this API to implement and customize access request functionality. \nWith this functionality in place, users can request access to applications, entitlements, or roles, and managers can request that team members' access be revoked.\nThis allows users to get access to the tools they need quickly and securely, and it allows managers to take away access to those tools. \n\nIdentityNow's Access Request service allows end users to request access that requires approval before it can be granted to users and enables qualified users to review those requests and approve or deny them.\n\nIn the Request Center in IdentityNow, users can view available applications, roles, and entitlements and request access to them. \nIf the requested tools requires approval, the requests appear as 'Pending' under the My Requests tab until the required approver approves, rejects, or cancels them. \n\nUsers can use My Requests to track and/or cancel the requests.\n\nIn My Team on the IdentityNow Home, managers can submit requests to revoke their team members' access. \nThey can use the My Requests tab under Request Center to track and/or cancel the requests.\n\nRefer to [Requesting Access](https://documentation.sailpoint.com/saas/user-help/requests/requesting_access.html) for more information about access requests.\n", "item": [ { - "id": "d3200fc6-bd51-4b34-ab5a-3a6cd38f01a5", + "id": "2ca3c0bc-d3e5-4f27-bf37-f66a5d4d8f8a", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -7123,7 +7123,7 @@ }, "response": [ { - "id": "9bf521ea-1298-4966-a7f8-a20657b2ac4a", + "id": "edc072b5-1de2-4384-8741-830c121651b4", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7179,7 +7179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8036faad-68a0-4a1a-bfcd-4fab3833a1df", + "id": "348b6cd6-4552-4b70-8c2d-f90c406e722a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7235,7 +7235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32213f0a-049c-477b-b376-61c771ae8fcc", + "id": "fedf6fdc-f2aa-456a-99cc-262c8b7ba266", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7291,7 +7291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4a7a80e-388f-4e3b-914b-79b4226509d9", + "id": "33d658bb-a123-4093-9ad7-7fbcba4e8d2b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7347,7 +7347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f78f8f01-740b-4814-b0bd-2433ce271b52", + "id": "0f5a4126-e5ee-4abd-ab74-8e4245cda591", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7403,7 +7403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80c4e25b-0135-41bc-b6ea-0d630d783286", + "id": "9573062e-d6e1-4c9c-b189-58fde82facc9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7465,7 +7465,7 @@ } }, { - "id": "174698b0-d369-4867-97d1-9280651eb410", + "id": "cdb12b45-250a-43f1-b090-df7a67e8d420", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -7508,7 +7508,7 @@ }, "response": [ { - "id": "b7f4bf0e-834c-4ac1-adb0-955c75c76876", + "id": "db19b76b-08fa-4c02-a4c7-b6a989b48be1", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7565,7 +7565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c04e951-87fb-49fc-ac19-7217a4c0c021", + "id": "d2fa3c37-f69d-4be4-be49-0a8a7ac879ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7622,7 +7622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "288e79a3-d84b-49cf-9150-b70325d820b2", + "id": "da679bd2-c45f-43fc-ac90-b97716c7abeb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7679,7 +7679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51e15514-652e-4c37-8e25-7e8d95a1fd9c", + "id": "cf395a7f-400b-46ee-9ecc-e0f02ad01149", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7736,7 +7736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "520f341e-737f-4760-91d2-d0a4e92784af", + "id": "1b71199a-21ee-4e51-8ccc-4768823d85ef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -7793,7 +7793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e67a6f84-efd3-40c9-b83e-ec40efdf70d6", + "id": "dadc53ad-0b91-4a7a-a203-39cee6e4a224", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7850,7 +7850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f896d0d-fce8-4c38-b606-c2f80dae4397", + "id": "cba95a1d-b7a7-4cd5-8543-646fcf8c1bcc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7913,7 +7913,7 @@ } }, { - "id": "6bceaca2-babf-45c2-b503-38303cf37c30", + "id": "c35cf501-0b42-48bd-984c-48a0c9ff9a07", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -7942,7 +7942,7 @@ }, "response": [ { - "id": "319b7829-63d1-4708-b657-0d19dba0848d", + "id": "f037183a-7e62-417c-a688-2f4ad053af2a", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -7985,7 +7985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7457914-ff9b-492e-97d4-50926b71d8bf", + "id": "27b8c499-d1cf-4bef-bf68-8046efa403fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8028,7 +8028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "019d4c6d-ebb0-4b31-b4d6-ec140b0f521f", + "id": "b7139e71-8f49-4f6c-816e-b3e9cf67516c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8071,7 +8071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6374a8f5-5778-40cc-a900-77e5cef8bd32", + "id": "e45890ea-5082-424c-9e50-c411b6ebdba7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8114,7 +8114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "284be5f7-6742-4ab4-92fb-fc38f0739d57", + "id": "f50b7f61-9c0c-4c73-a3ef-d09202d0630e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8157,7 +8157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8423eec5-e709-4b75-8a9f-0ccd944b406c", + "id": "852b91f7-900f-402f-9ac2-78b6dddfa6dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8206,7 +8206,7 @@ } }, { - "id": "0c26e0dd-e500-48ac-a2ad-af4388f61ba5", + "id": "f8c5c86b-4e3d-4bba-8ed6-3c553a5c4e99", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -8248,7 +8248,7 @@ }, "response": [ { - "id": "2d3c2dbb-68b8-41f4-9faa-6fd3f1aa7f7a", + "id": "0a8459a7-5419-4cac-9083-2243402d14b8", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -8304,7 +8304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd5e7dfc-aad8-4a74-880f-1579207f8cb2", + "id": "d3c1a3fd-f220-4150-b668-123d6a07785b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8360,7 +8360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26e9116c-8a52-4053-bfe8-70ddc76a4156", + "id": "7057f8b3-6535-499d-8a84-56eb89388f4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8416,7 +8416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bcbd40f-5109-487a-b84a-6170a533272d", + "id": "f2310266-0663-45ff-bef3-c4c5e76ca560", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8472,7 +8472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d769deb-1353-45d4-8172-ac447b0c8ea1", + "id": "5a1ec105-df2f-453d-b47b-44cbf3641f77", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8528,7 +8528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27a2f006-dd99-40dd-9fef-17f260af470a", + "id": "0be6e62e-d414-42c3-abed-b97e8b207432", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8590,7 +8590,7 @@ } }, { - "id": "0f342570-7a91-4606-a592-f91567d0999e", + "id": "3a18fcd8-7994-48bb-a381-2b999deaaea7", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -8701,7 +8701,7 @@ }, "response": [ { - "id": "59bbb82a-a934-4082-926d-4853b0e802cd", + "id": "b9ae4d20-25d3-4da7-805d-b4af61261fad", "name": "List of requested item status.", "originalRequest": { "url": { @@ -8826,7 +8826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04a26478-f5d1-499f-9677-ea5ea7d1a10d", + "id": "ac263f18-13a7-460b-a642-22cb5cfdc71e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8951,7 +8951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75355fa0-3b6a-4fba-beea-7cef5a2c337f", + "id": "fa418d74-375e-4ae3-a964-ede3125b633e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9076,7 +9076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce0a5cb6-1431-4443-8270-a6637c90858d", + "id": "1fc2c32f-4d14-4830-bcf7-b9a382341e1c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9201,7 +9201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acc7a6b5-c4db-4ef3-b79c-f2976612757a", + "id": "1e7c9d9e-f216-4064-b275-36f1ed567067", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9326,7 +9326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b256bd63-f7cb-4784-91f9-1880c43ee107", + "id": "a99e272c-9429-4d58-a921-9ecf9b7891a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9463,7 +9463,7 @@ "description": "Use this API to implement account usage insight functionality.\nWith this functionality in place, administrators can gather information and insights about how their tenants' source accounts are being used.\nThis allows organizations to get the information they need to start optimizing and securing source account usage.\n", "item": [ { - "id": "d6663a1d-cce4-4758-a6f0-03efcbeebf96", + "id": "486ad4ad-9de9-4e48-a968-d3eea064994e", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -9542,7 +9542,7 @@ }, "response": [ { - "id": "31c34736-eeb3-473c-82bc-bf84e4a591f9", + "id": "152d5d16-7772-4118-a60d-1a04e3ca3491", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -9624,7 +9624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7377b7a0-a966-4200-bf81-d12f99b763aa", + "id": "239e5b6b-a51a-4f0d-9c45-06d2c01a965d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9706,7 +9706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a59d1b5-d4ba-4949-bd9e-8aee4ef3b564", + "id": "1612c830-3b29-4fce-80d4-30ccecf06152", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9788,7 +9788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31800f6b-edd7-4d6c-94e3-9c53d134bc74", + "id": "616598b2-750e-4652-baae-f02328cc94b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9870,7 +9870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18b410e3-ef44-4287-9fba-513d417afe12", + "id": "e6cf2fe1-c011-4eb4-a496-abaa8c5c2e99", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9952,7 +9952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3590df49-ce51-4ee6-a3a2-e0fe73cb3730", + "id": "9c7aa551-25a5-4169-a50f-a9a00a3fa2cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10046,7 +10046,7 @@ "description": "Use this API to implement and customize account functionality.\nWith this functionality in place, administrators can manage users' access across sources in IdentityNow. \n\nIn IdentityNow, an account refers to a user's account on a supported source.\nThis typically includes a unique identifier for the user, a unique password, a set of permissions associated with the source and a set of attributes. IdentityNow loads accounts through the creation of sources in IdentityNow.\n\nAdministrators can correlate users' identities with the users' accounts on the different sources they use. \nThis allows IdentityNow to govern the access of identities and all their correlated accounts securely and cohesively. \n\nTo view the accounts on a source and their correlated identities, administrators can use the Connections drop-down menu, select Sources, select the relevant source, and select its Account tab. \n\nTo view and edit source account statuses for an identity in IdentityNow, administrators can use the Identities drop-down menu, select Identity List, select the relevant identity, and select its Accounts tab. \nAdministrators can toggle an account's Actions to aggregate the account, enable/disable it, unlock it, or remove it from the identity. \n\nAccounts can have the following statuses: \n\n- Enabled: The account is enabled. The user can access it.\n\n- Disabled: The account is disabled, and the user cannot access it, but the identity is not disabled in IdentityNow. This can occur when an administrator disables the account or when the user's lifecycle state changes. \n\n- Locked: The account is locked. This may occur when someone has entered an incorrect password for the account too many times.\n\n- Pending: The account is currently updating. This status typically lasts seconds. \n\nAdministrators can select the source account to view its attributes, entitlements, and the last time the account's password was changed.\n\nRefer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.\n", "item": [ { - "id": "944e22b9-d7bc-49a9-8e61-f9a020a61fc3", + "id": "9772e253-d517-49d1-a5e8-2aca29a123c1", "name": "Accounts List", "request": { "name": "Accounts List", @@ -10121,7 +10121,7 @@ }, "response": [ { - "id": "2ecaf4a1-4d8b-413a-9d30-f19c4f777312", + "id": "7ef6a526-5ab0-4685-b16f-d504bf6311da", "name": "List of account objects", "originalRequest": { "url": { @@ -10210,7 +10210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78271f5a-db2d-47cd-b192-b86652667912", + "id": "03f78151-07cc-4a8d-bf15-b18587d668eb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10299,7 +10299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ef7e08a-e6c3-4499-9158-ebdebbe8a783", + "id": "acbc9e65-d1a5-4ef2-89bf-a61d510dd4c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10388,7 +10388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee788969-a5c4-486e-a822-3398d5f8f66f", + "id": "4060891e-c1c4-4ccd-96f2-4c7af8359ff8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10477,7 +10477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d68d92c-0781-43c7-a07b-99e0e5a48a65", + "id": "0533671f-7e1a-4412-8825-0fcaf0891296", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10566,7 +10566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5d14f63-7b97-4e84-a2dd-c0054404d2e2", + "id": "9e63c13f-257b-4ca4-8b79-857d8ef754af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10661,12 +10661,12 @@ } }, { - "id": "bead1c15-f688-4ee1-a090-77e580953327", + "id": "07f76bb1-96be-4961-9374-566aa8edae65", "name": "Create Account", "request": { "name": "Create Account", "description": { - "content": "This API submits an account creation task and returns the task ID. \nThe `sourceId` where this account will be created must be included in the `attributes` object.\n>**Note: This API only supports account creation for file based sources.**\nA token with ORG_ADMIN authority is required to call this API.", + "content": "This API submits an account creation task and returns the task ID. \nYou must include the `sourceId` where the account will be created in the `attributes` object.\nThis endpoint creates an account on the source record in your ISC tenant. This is useful for Flat File (`DelimitedFile`) type sources because it allows you to aggregate new accounts without needing to import a new CSV file every time. \nHowever, if you use this endpoint to create an account for a Direct Connection type source, you must ensure that the account also exists on the target source. The endpoint doesn't actually provision the account on the target source, which means that if the account doesn't also exist on the target source, an aggregation between the source and your tenant will remove it from your tenant. \nA token with ORG_ADMIN authority is required to call this API.", "type": "text/plain" }, "url": { @@ -10703,7 +10703,7 @@ }, "response": [ { - "id": "d87dd810-5f50-4868-b1cf-c4a03614f8bb", + "id": "8ac57ba6-3269-464e-80ba-da1bcc7f90f4", "name": "Async task details", "originalRequest": { "url": { @@ -10759,7 +10759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3bd8c23-5ec7-4f6f-ade9-906409d32bc9", + "id": "a2c4666e-64a9-4deb-a064-06acf8cafa7e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10815,7 +10815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfc3d28b-f9a2-41c1-9f54-cd03604f867e", + "id": "08e08aa9-f7ca-466f-9f08-087320505d7f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10871,7 +10871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b97b53b1-ecc2-4e50-b420-e3f9128ce859", + "id": "bc1894a7-1b65-4b60-9f01-ae17bceb03ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10927,7 +10927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bade01c4-8a08-402f-9a11-6be5582b3a4c", + "id": "2d94830d-fcfc-45f1-b429-23067741b9a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10983,7 +10983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1df66b31-ed77-4cb8-a1a6-c0ee73425614", + "id": "05a85725-af04-4589-9e5b-022724049573", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11045,7 +11045,7 @@ } }, { - "id": "a7c87950-6db5-45b1-94ca-08a3a2f15246", + "id": "c1c054ef-ca42-4528-9d76-5b6615f43293", "name": "Account Details", "request": { "name": "Account Details", @@ -11086,7 +11086,7 @@ }, "response": [ { - "id": "15f1b082-1fe7-4aef-a6e8-aae7e50d1867", + "id": "26beb0c9-102d-42f9-9d7f-788475e49928", "name": "Account object.", "originalRequest": { "url": { @@ -11130,7 +11130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bccec800-73cd-4c2f-9883-5b06067a82b5", + "id": "fd1ae528-3dfd-456e-a1a4-dbdaa86d27f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11174,7 +11174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87a8bf37-ef4c-44d7-90cc-33e4292815f9", + "id": "0b55df18-1fe9-479d-8879-393ad52b29db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11218,7 +11218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "898751fb-c3b8-4139-9614-b2ab15b1560a", + "id": "adee41ed-7355-4b67-be6a-78b2b52b9140", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11262,7 +11262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1471903c-c32e-4878-8d3d-9531525ada1e", + "id": "000156da-2530-439d-a2ba-caaecbb321bb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11306,7 +11306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "809827ec-83c0-4404-acee-eb9417f98fb5", + "id": "38cfc00e-a163-4ac0-b66f-fcfb50ea3297", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11350,7 +11350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63b37e4b-b0b1-49bb-b351-7eb4424e404a", + "id": "6af45d1d-cb38-4506-a835-497d296ed857", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11400,7 +11400,7 @@ } }, { - "id": "5babf397-ea22-467a-bba0-12c7f45b5388", + "id": "536f7db8-69e3-4782-b76f-df18228139d8", "name": "Update Account", "request": { "name": "Update Account", @@ -11454,7 +11454,7 @@ }, "response": [ { - "id": "67d1dbe7-46d6-4c1e-8357-2d111b4ececc", + "id": "897e0acd-ea65-4c8d-a442-fde4cbe86ed0", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -11511,7 +11511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "913b3bd8-d06e-4e57-8222-1d8c1c45d763", + "id": "eaae8601-31fa-4c12-87ee-f1bcf883c214", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11568,7 +11568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7de6f4c7-1b2e-47ec-a420-bed95dcdc15d", + "id": "267ebdc5-4c78-43bf-a937-9c039c3dfd31", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11625,7 +11625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25f29987-62f5-4f73-9d53-1dd29518b4c9", + "id": "d8f4cb6c-d523-4282-8293-02951cd146e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11682,7 +11682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02f0eb47-4138-4f00-9e8a-5cfe5388f6df", + "id": "08eb9717-be35-48ca-8d0e-64d01cfaf6d0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11739,7 +11739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56124146-ca3f-4ebe-9929-a4052542f0b1", + "id": "39e785b8-d027-4fe7-83f5-7dd7f7db8096", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11796,7 +11796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eee7115d-9851-42d0-b052-b58f7db3cecd", + "id": "5eecacc5-5050-4465-b517-962e28ed3e8f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11859,7 +11859,7 @@ } }, { - "id": "d35f3bb6-78a2-47cf-a3fa-6aff6afb6b3e", + "id": "52a4bf05-9a33-410a-a35d-3658ceb731eb", "name": "Update Account", "request": { "name": "Update Account", @@ -11913,7 +11913,7 @@ }, "response": [ { - "id": "37a44921-929c-4a7c-9c60-9280ef597cd0", + "id": "a3393701-6357-4d99-b40c-bdd9a230fb19", "name": "Async task details.", "originalRequest": { "url": { @@ -11970,7 +11970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b48a9fa-633e-4f6d-bb86-571c1d86ff45", + "id": "e765f82d-733e-4573-a6b3-dea8cbaf9063", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12027,7 +12027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea28974c-d837-4a01-924a-cfeb88e4e5c7", + "id": "9ad41efb-4645-4aca-9dbd-6568f1c6d29f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12084,7 +12084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8cf6c74-be4f-4d79-b5c1-aaf1b4b08320", + "id": "b1428deb-c4a1-4d24-9eaf-723e35a5c589", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12141,7 +12141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38c09fba-0adb-461b-9417-ddda110f5b08", + "id": "38165b63-c07f-44b4-8bef-465701769380", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12198,7 +12198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03447bd9-b48f-499f-bfdc-94fd2cb38a47", + "id": "1e170d52-f533-4b55-9d95-975be08e8151", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12255,7 +12255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f30148b-725d-4db6-b87b-fc0fefb0ab16", + "id": "cf3eaa73-632e-4673-b36e-8b3f40281641", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12318,7 +12318,7 @@ } }, { - "id": "3082a99f-43f9-4b84-b2e9-4c00ffc74bd0", + "id": "f440ca68-4be4-4aed-a645-ac602d3f84c2", "name": "Delete Account", "request": { "name": "Delete Account", @@ -12359,7 +12359,7 @@ }, "response": [ { - "id": "64717aae-084a-408f-91b7-3526ca110deb", + "id": "cbc61c92-0b59-472d-aa8d-9f6a94f8bf88", "name": "Async task details.", "originalRequest": { "url": { @@ -12403,7 +12403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc50c7c8-0912-4752-8d8d-584ff8383cc3", + "id": "d8916f5b-c2ab-4824-a868-40e341f67c27", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12447,7 +12447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f298ecf-b338-4b01-a65e-3311eac8ac90", + "id": "54f4dd53-d167-4ab9-92b9-e3328e5ff0f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12491,7 +12491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68ed627e-8f42-4245-b9f2-67b8d09647ed", + "id": "676b1bfb-4e2f-41b9-839c-e0929c66369c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12535,7 +12535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "517b03e0-4497-4690-82ba-531573344565", + "id": "3a1bb902-a886-4545-bdab-fc3c166a569e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12579,7 +12579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8848a853-59fb-428b-98c1-7194f711e3d9", + "id": "a677e2e6-1acb-439f-aae6-1f3621b4c6de", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12623,7 +12623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f42db3c3-00f0-4c53-831c-fcd1b4f0edd4", + "id": "bc1db254-25a0-4cbd-a7f3-707c1050dc05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12673,7 +12673,7 @@ } }, { - "id": "f8ae4ebb-2852-46d6-9d12-77fe394086a5", + "id": "cf136d21-fdf2-4954-a6c9-ee3601a12141", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -12743,7 +12743,7 @@ }, "response": [ { - "id": "b59dba81-44f0-4bad-8173-7ceba235ad1f", + "id": "4d0eff1e-4bf5-4ab7-b5ba-6777df955e7b", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -12816,7 +12816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75c9b13b-984e-4c8d-9ea2-60023541387e", + "id": "63f6a513-22b3-4a6a-b2a1-a8c78fc2f53a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12889,7 +12889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b2977cf-c391-4c47-b40c-bb1ac9c69a90", + "id": "16efc17c-d52e-471c-a74a-8f2017f15fb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12962,7 +12962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "986fe962-ad9c-4e35-858a-a4c9976799d8", + "id": "ec84eba6-98c6-4a6c-aa10-6e3e2a26f06e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13035,7 +13035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa46ccdc-1ede-4b9a-8f81-c8b0821680f0", + "id": "ff949d64-29a4-4383-9b8f-851fcb053a75", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13108,7 +13108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51a913eb-56bd-4f22-bd36-695a855a697e", + "id": "fab78625-d0d1-4e13-a9d5-b1c70963826a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13181,7 +13181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cc26877-9ccb-4a86-a841-dac1b1b44b57", + "id": "f818da77-9621-4d6e-b637-3c1ea065d4f3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13260,7 +13260,7 @@ } }, { - "id": "de2d6e1f-d0df-410e-941f-b6e20694ffa7", + "id": "7df5a94b-4f16-4166-9c50-ff524c2ba127", "name": "Reload Account", "request": { "name": "Reload Account", @@ -13302,7 +13302,7 @@ }, "response": [ { - "id": "127a22a5-28be-4ed6-a222-4953db216fbd", + "id": "2e950b11-1248-4fcc-b8c2-3b7f483e32d1", "name": "Async task details", "originalRequest": { "url": { @@ -13347,7 +13347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74de4994-f3d6-40cb-96fd-14dd20ac7bb0", + "id": "eae8453c-904e-4687-a5fe-7713a7af6e0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13392,7 +13392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b1d1ef3-4eaa-4266-b999-cbbad1397f7c", + "id": "4ed3e89e-aa04-41dd-bcf0-2b57911f776c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13437,7 +13437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c969e270-5a2e-43bc-9b11-4b5e3cb6f829", + "id": "5cd769a7-0249-4c8e-8fef-84ddc9327e69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13482,7 +13482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3575feb-f05a-44f6-b438-38d62e32c12f", + "id": "e6a9746a-c834-49ed-9176-207f3445c455", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13527,7 +13527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "145a4d68-57c4-491d-be36-8d03093e6564", + "id": "d588f9fe-1c3b-4fae-ad9e-6c00c9e90a1e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13572,7 +13572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "442a7dce-afdd-4496-a4ed-56aa2cd91994", + "id": "22cf9323-c33a-4632-8129-5acaabcbb378", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13623,7 +13623,7 @@ } }, { - "id": "e8456db4-0fd9-40c8-9317-945b91044925", + "id": "d6d90ed1-bd18-40cc-a9b7-2c5aec8f3f98", "name": "Enable Account", "request": { "name": "Enable Account", @@ -13678,7 +13678,7 @@ }, "response": [ { - "id": "4bfe707b-8335-4eda-9ce7-6462523311d0", + "id": "fe8f732a-6d7f-4a5d-92d0-0913b2e17943", "name": "Async task details", "originalRequest": { "url": { @@ -13736,7 +13736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31c109d0-4319-4062-bfe2-fb810919e69a", + "id": "c51c66f1-a9dc-4513-8d40-6cdb566005be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13794,7 +13794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d51b97ca-658b-4861-a84c-853e9dc72ce2", + "id": "cddc9dfa-8fa9-424c-9f2f-f754402c4040", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13852,7 +13852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3dd71a4-a120-41e2-b157-5c5f4f449519", + "id": "ecf2d9be-2577-48a5-9ca5-42d0b85fc3ee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13910,7 +13910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed870342-5a47-4337-a45e-79b00ba586df", + "id": "cbbda1c9-f928-46ef-a733-b76b101120f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13968,7 +13968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff9b3b36-0c6b-4119-9b6f-e1b0af31b09b", + "id": "68235458-5565-4d95-8331-a1106f9b93cb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14026,7 +14026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99665bef-250c-4ea2-873c-fe63e75b51ac", + "id": "08fa0ed6-d3da-48ab-9d01-06d9031dd5ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14090,7 +14090,7 @@ } }, { - "id": "eee50bfc-19ad-4e53-a161-6fe6a26d65a4", + "id": "d106bfa8-32d5-4ceb-8e9e-42d7bdc2fdb2", "name": "Disable Account", "request": { "name": "Disable Account", @@ -14145,7 +14145,7 @@ }, "response": [ { - "id": "ea7a953e-707b-47d0-99cd-0b649cc01a61", + "id": "4254d12d-cf40-48b3-bc54-3e70442a1914", "name": "Async task details", "originalRequest": { "url": { @@ -14203,7 +14203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e2e2dd9-767f-4b75-a25d-fd384a49e5e7", + "id": "1654bc7f-0248-470d-afc1-b57fc5fbe4f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14261,7 +14261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50f4451b-00b0-470c-9af3-b16f80baff40", + "id": "f0bc2267-5831-4eba-9ae1-88e0629c3636", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14319,7 +14319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52765c11-fdba-4d01-82ba-013df01352dd", + "id": "88fe5856-1a47-4194-980f-1f4a119110e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14377,7 +14377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f90d40c-3bb2-4f34-9736-3dffcfd8d97b", + "id": "e4a590c8-a0d5-4371-9533-a3b90ecf1998", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14435,7 +14435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "386e1c09-3eb6-42fc-9285-924918978782", + "id": "0226e6bb-8423-45f2-9c9a-d9dace58d0ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14493,7 +14493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9069424-bee4-463e-aafe-8fd433af76ea", + "id": "8aa2e709-d7fc-4bbb-9081-aa480e3f47f1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14557,7 +14557,7 @@ } }, { - "id": "4f89251e-40a8-4717-a666-17cc2dd9d424", + "id": "99f7d6d5-6c22-48a2-b4db-f2d8c761b78e", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -14612,7 +14612,7 @@ }, "response": [ { - "id": "b9053f41-9005-4204-98a1-249cc72721eb", + "id": "a2557403-7867-457d-9524-a4518503b6f1", "name": "Async task details", "originalRequest": { "url": { @@ -14670,7 +14670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3751c9b4-0d7c-48b5-bea3-81320d4008e5", + "id": "cc82a3d0-d58a-4a8d-902f-3fa3830aedc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14728,7 +14728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "937f8f62-a548-45b9-b6f0-0fef7d0a881f", + "id": "d139ac1c-98e6-402d-a5fd-5f9218952725", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14786,7 +14786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06680ece-63fd-4540-a274-01ca6be28260", + "id": "7ce3858f-6af6-42d5-a39b-7877fb845af5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14844,7 +14844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7b6fcc0-4d19-4a9e-8e83-df1af9e72ac1", + "id": "79731f94-0846-4339-a3fe-cd6695ba9ad4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14902,7 +14902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c7236e3-3f04-4f5c-bb50-a20f5ff8020e", + "id": "73966187-13e6-4af9-99b5-a5c4f2957806", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14960,7 +14960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8960abfc-bf0a-4231-8c93-eb0c682336c2", + "id": "358b1c5f-c26a-432b-8a8f-9e6f6edb5d67", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15030,7 +15030,7 @@ "description": "Use this API to implement account activity tracking functionality.\nWith this functionality in place, users can track source account activity in IdentityNow, which greatly improves traceability in the system. \n\nAn account activity refers to a log of each action performed on a source account. This is useful for auditing the changes performed on an account throughout its life. \nIn IdentityNow's Search, users can search for account activities and select the activity's row to get an overview of the activity's account action and view its progress, its involved sources, and its most basic metadata, such as the identity requesting the option and the recipient. \n\nAccount activity includes most actions IdentityNow completes on source accounts. Users can search in IdentityNow for the following account action types: \n\n- Access Request: These include any access requests the source account is involved in. \n\n- Account Attribute Updates: These include updates to a single attribute on an account on a source. \n\n- Account State Update: These include locking or unlocking actions on an account on a source. \n\n- Certification: These include actions removing an entitlement from an account on a source as a result of the entitlement's revocation during a certification.\n\n- Cloud Automated `Lifecyclestate`: These include automated lifecycle state changes that result in a source account's correlated identity being assigned to a different lifecycle state. \nIdentityNow replaces the `Lifecyclestate` variable with the name of the lifecycle state it has moved the account's identity to. \n\n- Identity Attribute Update: These include updates to a source account's correlated identity attributes as the result of a provisioning action. \nWhen you update an identity attribute that also updates an identity's lifecycle state, the cloud automated `Lifecyclestate` event also displays.\nAccount Activity does not include attribute updates that occur as a result of aggregation.\n\n- Identity Refresh: These include correlated identity refreshes that occur for an account on a source whenever the account's correlated identity profile gets a new role or updates. \nThese also include refreshes that occur whenever IdentityNow assigns an application to the account's correlated identity based on the application's being assigned to All Users From Source or Specific Users From Source. \n\n- Lifecycle State Refresh: These include the actions that took place when a lifecycle state changed. This event only occurs after a cloud automated `Lifecyclestate` change or a lifecycle state change. \n\n- Lifecycle State Change: These include the account activities that result from an identity's manual assignment to a null lifecycle state.\n\n- Password Change: These include password changes on sources.\n\nRefer to [Account Activity](https://documentation.sailpoint.com/saas/help/search/index.html#account-activity) for more information about account activities.\n", "item": [ { - "id": "72cc99ae-ca1c-4c61-87c1-b7bf6870210b", + "id": "d0d2a9f4-1eb0-4e75-906b-560434c12a40", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -15132,7 +15132,7 @@ }, "response": [ { - "id": "8fb6f333-42e9-45f8-b0de-923d7a326316", + "id": "f1250f89-8c8e-4d9a-8f14-4a6b9d4791c8", "name": "List of account activities", "originalRequest": { "url": { @@ -15248,7 +15248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84df17d4-1afe-4452-a40b-c867ae4a3abf", + "id": "bf2e8386-6f01-4887-9242-1ef90e1440ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15364,7 +15364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a63ad0f7-60ce-445a-acfe-989139ca6f72", + "id": "e91000a0-997c-456c-8fbd-a334a23e0d84", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15480,7 +15480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a147641a-7c6e-4ffe-b7b1-230a8fb34993", + "id": "5c743f5c-a9fe-40de-aa8c-0e618811dc0c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15596,7 +15596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e95c3345-0904-4c45-b4ec-4abeef9414f1", + "id": "cd336442-fa68-4da6-bd1c-01ce4e1288c6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15712,7 +15712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29a331d8-b705-4970-b240-8064666a6455", + "id": "e15c2d68-02ac-441a-9f0e-48c73a0a9284", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15834,7 +15834,7 @@ } }, { - "id": "0de33411-e999-4237-90ff-2d1ff44bc5f5", + "id": "a61ee328-3f83-4372-8707-8cb5a5311c29", "name": "Get an Account Activity", "request": { "name": "Get an Account Activity", @@ -15875,7 +15875,7 @@ }, "response": [ { - "id": "3d964974-a389-4e70-8b02-56bc2e3567a3", + "id": "97593768-c285-4ab7-b552-47c1fafd36b2", "name": "An account activity object", "originalRequest": { "url": { @@ -15919,7 +15919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a40540b-2dc3-4c1c-8453-828f4178b926", + "id": "53236842-e2e5-4689-a5be-cbf8a18f4852", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15963,7 +15963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "735af009-96f4-44ec-ae9a-3592aad8285e", + "id": "fdb85ff2-3db5-47ad-a4cb-37952d480104", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16007,7 +16007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b44cae56-84fe-4f0d-b855-d57c444c6650", + "id": "1c5ab4a0-e19c-481d-a903-09dfe564cebe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16051,7 +16051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e137003-e02e-47a5-bfcd-190dd3abdac1", + "id": "fedaeaad-dcee-4a2a-a8c6-75af4cffd62a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16095,7 +16095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54142a04-05cb-4ed5-ad13-eefd263d61c1", + "id": "4f54c344-68e5-4b7b-98c6-366821099c98", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16139,7 +16139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8897beb-fa53-4267-ac09-01346f08cdd1", + "id": "9d34b1e6-6cb1-47ee-95a8-1f8b61c17f53", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16195,7 +16195,7 @@ "description": "Use this API to implement user authentication system functionality. \nWith this functionality in place, users can get a user's authentication system details, including their capabilities, and modify those capabilities. \nThe user's capabilities refer to their access to different systems, or authorization, within the tenant, like access to certifications (CERT_ADMIN) or reports (REPORT_ADMIN). \nThese capabilities also determine a user's access to the different APIs. \nThis API provides users with a way to determine a user's access and make quick and easy changes to that access. \n", "item": [ { - "id": "c64cff4d-726e-4504-95a6-40bc1928dd31", + "id": "e37256bc-b21a-48a2-8126-bae6aae03211", "name": "Auth User Details", "request": { "name": "Auth User Details", @@ -16236,7 +16236,7 @@ }, "response": [ { - "id": "0fa84726-ecc0-4c82-af96-478498119568", + "id": "576f800b-fb20-4c6b-a17e-98f44c4b9796", "name": "The specified user's authentication system details.", "originalRequest": { "url": { @@ -16280,7 +16280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f33706d2-e63d-488f-90db-62407050d860", + "id": "18030131-f964-48e6-b4e1-bf5a39cfeaa6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16324,7 +16324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7fb0c7b-70f5-445e-bbfc-e38fc47029f0", + "id": "9dd708f4-dd7c-40d9-a032-cd56ec3584b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16368,7 +16368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47a7191f-6e4c-43cc-a5bd-f1e2ce6633f1", + "id": "0095a6ff-eeaa-4557-80c7-9c6a89e896c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16412,7 +16412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7445df02-30f8-42ca-8e0b-269b866102b1", + "id": "a4f7b9f4-9dc5-40c5-b4f3-840773e0ff5e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16456,7 +16456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57985248-9fd7-4f3b-8c23-5e7c9ce7040b", + "id": "c37f130c-29f2-465f-b457-32376368bc9d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16500,7 +16500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e608027f-21ac-496b-9a59-e0304831fcb1", + "id": "d2ca4350-8420-458d-a97a-0e9b9bc0ecdb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16550,7 +16550,7 @@ } }, { - "id": "14459a46-2443-4f82-a01c-c1273525487e", + "id": "4719a288-1c12-48f4-9695-466799d4570c", "name": "Auth User Update", "request": { "name": "Auth User Update", @@ -16604,7 +16604,7 @@ }, "response": [ { - "id": "ff365a9e-da11-42ed-a8ce-048c5e99f73d", + "id": "2137d079-896b-4cde-a300-fc6852d989e3", "name": "Auth user updated.", "originalRequest": { "url": { @@ -16661,7 +16661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f55fce6-bace-449b-b0a6-65948812c10c", + "id": "84b5774e-d1f7-43c8-9940-f56e461e0e2b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16718,7 +16718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91017f6c-3bf8-4dfb-8db0-90da5a3b4566", + "id": "d5bf797e-3a6c-4115-96d7-a8247569a42f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16775,7 +16775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3c8261a-e659-4452-8a03-abf0e0709592", + "id": "966fdcb1-13ff-4514-bf70-c3d6f374625f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16832,7 +16832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29cd2c5f-682a-4eca-98b4-855f3dbae3d5", + "id": "37660f17-0808-404d-95d1-da2057e25943", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16889,7 +16889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af5badad-b3e1-444a-98ef-67410e47ae37", + "id": "e914b81a-08cf-4f86-8913-5142e540126b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16946,7 +16946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6ac3036-cd88-4d61-b0a0-2a2f39961012", + "id": "ce75c950-7145-4497-a956-d0140ade8684", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17015,7 +17015,7 @@ "description": "Use this API to implement and customize branding functionality. \nWith this functionality in place, administrators can get list of existing branding items, create new branding and configure them for use throughout IdentityNow. \nIt allows to customise color of navigation bar, action buttons, logo and emailFromAddress.\n", "item": [ { - "id": "2743c0b8-2fd6-4014-b849-53e68bd605c0", + "id": "91f6d60b-f41d-46cd-93d7-44e59076a857", "name": "List of branding items", "request": { "name": "List of branding items", @@ -17044,7 +17044,7 @@ }, "response": [ { - "id": "fb1d0fcf-a8a6-4c39-ba0e-35d0c4ae6d44", + "id": "39d0fdae-4304-4e7e-af65-ebbb6cb42fe2", "name": "A list of branding items.", "originalRequest": { "url": { @@ -17082,12 +17082,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"sed commodo eu id incididunt\",\n \"navigationColor\": \"et Ut enim\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ut cupidatat\",\n \"navigationColor\": \"occaecat \",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", + "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"est eu\",\n \"navigationColor\": \"est laborum\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"reprehenderit anim D\",\n \"navigationColor\": \"i\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9c249513-b062-479c-a04a-2e335ee7b726", + "id": "29841070-71f8-4e39-9915-92f9c141239e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17130,7 +17130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de5b883f-a5e5-4718-8957-72a31231e779", + "id": "cdcadb23-1f68-49ff-91fc-57eb619f8ae5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17173,7 +17173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b64c614-b9b0-4f8b-b818-5152c64afc8d", + "id": "d984459c-d56f-4162-bf06-7aaaf6c9fe10", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17216,7 +17216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ddab39e-4674-4bec-9ea6-80a908811051", + "id": "22c2ad34-4730-4509-b49b-6e29c6933fc6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17259,7 +17259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83aface0-bf2f-4d75-b0c0-70e16c43a05b", + "id": "de9d9513-f121-406e-84fe-487e2820d7c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17308,7 +17308,7 @@ } }, { - "id": "da58bac2-fd47-4586-8371-b060ee84cb5a", + "id": "4420ddcf-ced5-4e35-85aa-b76c6ed3d936", "name": "Create a branding item", "request": { "name": "Create a branding item", @@ -17373,7 +17373,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -17382,7 +17382,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -17417,7 +17417,7 @@ }, "response": [ { - "id": "a9ac1d87-886a-4fb7-8a7b-bf4d0efaf6d1", + "id": "a64e7e7d-18b3-450b-ae87-2d154ec16ef2", "name": "Branding item created", "originalRequest": { "url": { @@ -17485,7 +17485,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -17494,7 +17494,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -17535,12 +17535,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"magna Duis\",\n \"navigationColor\": \"eu tempor id incididunt culpa\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"quis consectetur voluptate\",\n \"navigationColor\": \"fugiat cillum\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "298a1eb1-29d0-4b9c-aab5-b1703a448a81", + "id": "b0b61d1f-6991-4b49-b1df-8818be269cd5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17608,7 +17608,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -17617,7 +17617,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -17663,7 +17663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9c02df8-d112-4ea4-a9a8-fdf8e1dfc8f8", + "id": "a163dce5-5370-4254-bcff-5fa30242f3fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17731,7 +17731,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -17740,7 +17740,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -17786,7 +17786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af756f5c-a286-45fa-b547-67cf4bdb0de2", + "id": "13179d84-d51d-4fa8-96bc-fb3d353c0dfa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17854,7 +17854,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -17863,7 +17863,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -17909,7 +17909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "106de5df-9ca2-44f3-9bf8-5976de85f3e0", + "id": "f105926f-4c16-48b0-a621-ad87aa37b264", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17977,7 +17977,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -17986,7 +17986,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -18032,7 +18032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1425aa67-74c6-419e-a05b-dd1262e27ca5", + "id": "aab274c0-6dcf-496d-8ba7-c1ce6c490167", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18100,7 +18100,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -18109,7 +18109,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -18161,7 +18161,7 @@ } }, { - "id": "68916aa1-4f6f-4ef0-a06d-e82e68e6374f", + "id": "67cd2064-02e8-4373-a8c8-7e18ff5a7fc4", "name": "Get a branding item", "request": { "name": "Get a branding item", @@ -18202,7 +18202,7 @@ }, "response": [ { - "id": "d6d733ae-3c1f-44a4-9183-5712c0a3d28e", + "id": "6a025bf7-873e-4ec8-a3db-41642538a1d4", "name": "A branding item object", "originalRequest": { "url": { @@ -18241,12 +18241,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"magna Duis\",\n \"navigationColor\": \"eu tempor id incididunt culpa\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"quis consectetur voluptate\",\n \"navigationColor\": \"fugiat cillum\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7804a4bf-896a-4912-9a45-8927d951d459", + "id": "880dc3c2-43e8-4fd6-971e-cf22d6af57a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18290,7 +18290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e867c09c-dfd1-4436-9a39-cca3e91d90f7", + "id": "69f45078-ef08-4ee6-b146-a4cd3d746381", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18334,7 +18334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b4d1367-8046-4330-92fa-2e8a007edeae", + "id": "ac8c3783-02b9-4a2f-9969-3e777f5d1860", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18378,7 +18378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1b16877-be33-47a2-b285-24aaaef1758f", + "id": "d9d87312-4e37-4529-bdcf-a7a1fad5c767", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18422,7 +18422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f9133aa-b85f-4bc3-ad92-511b232c5a7c", + "id": "dea1a1a8-fb7e-4c46-a5db-563b108f2e27", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18466,7 +18466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2af7c40-9a41-486a-b0a9-c1977ad2c4f6", + "id": "7bc99243-34eb-48f3-8321-08b0e6dd3fb4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18516,7 +18516,7 @@ } }, { - "id": "963b207e-27dc-4c85-8af8-b2ad05c7d3c4", + "id": "6be1a646-bee5-4524-9672-323570a88f5a", "name": "Update a branding item", "request": { "name": "Update a branding item", @@ -18593,7 +18593,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -18602,7 +18602,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -18637,7 +18637,7 @@ }, "response": [ { - "id": "853f7570-7a6b-4e93-b49c-8603b2cc2869", + "id": "f0d91c6a-42bd-4ae6-b537-8bf5ee95f287", "name": "Branding item updated", "originalRequest": { "url": { @@ -18706,7 +18706,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -18715,7 +18715,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -18756,12 +18756,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"magna Duis\",\n \"navigationColor\": \"eu tempor id incididunt culpa\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"quis consectetur voluptate\",\n \"navigationColor\": \"fugiat cillum\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4352c47e-0f49-46a7-8e13-848929e1a019", + "id": "ba9a789d-4f2a-442a-b922-d49236b73f41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18830,7 +18830,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -18839,7 +18839,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -18885,7 +18885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5696ee9-cffb-476a-b187-09d14a72c7d6", + "id": "e23b1d16-8bc0-470e-805d-881d6201dd0b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18954,7 +18954,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -18963,7 +18963,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -19009,7 +19009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b348167-e77d-492e-9e86-1c1eb33a27a9", + "id": "8c328540-95e8-4012-a4c6-1308ba47ca25", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19078,7 +19078,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -19087,7 +19087,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -19133,7 +19133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33ff2af1-a936-4fbf-97fd-505204b57e61", + "id": "749d1c63-bd0d-405d-bd78-12813cc69e02", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19202,7 +19202,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -19211,7 +19211,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -19257,7 +19257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8622ea89-0e3f-42af-869e-f71302960b7d", + "id": "71d6b701-078e-46a6-b303-074a12945508", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19326,7 +19326,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -19335,7 +19335,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -19381,7 +19381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f679e24c-3b31-4734-aee6-af014786f207", + "id": "f65468a2-af9d-4bf3-952b-2d64d7302f12", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19450,7 +19450,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "magna ex ipsum", + "value": "quis ut ad", "type": "text" }, { @@ -19459,7 +19459,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "mollit reprehenderit ad", + "value": "voluptate", "type": "text" }, { @@ -19511,7 +19511,7 @@ } }, { - "id": "b362f552-8e79-4e33-99da-ba26bc453de8", + "id": "0af87aea-795e-4a08-aeb5-78bac3ae6592", "name": "Delete a branding item", "request": { "name": "Delete a branding item", @@ -19552,7 +19552,7 @@ }, "response": [ { - "id": "c77d0970-d4c2-4e80-a6fd-1c1b94d865c5", + "id": "e7414002-afcd-4036-aada-969b89b9eb0b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -19586,7 +19586,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0dbe41a6-bbf9-447a-95f7-5f62645ddb24", + "id": "3f1d72f5-71b6-4f58-be34-4b0df5b7458c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19630,7 +19630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6773e5eb-6088-40d0-a746-7ce36497c93b", + "id": "a9afb502-1baa-4183-afb7-10fd03c0770c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19674,7 +19674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "365056ab-8f01-444d-85f9-065a516a8113", + "id": "3436ce35-d32e-4d11-9445-8127543ef611", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19718,7 +19718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4fd8133-0fe9-413a-823e-b5bbbdc205f3", + "id": "ac75de31-dcdb-40c7-88c8-e726145a4f2b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19762,7 +19762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5aa242b-bb5a-4840-9f70-3238bc9cd893", + "id": "84e562b8-823d-4572-ae04-d883c6708bef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19806,7 +19806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18f81340-7cf7-4d15-8333-65369d227e17", + "id": "82e11012-92b7-4221-b781-08e9866b3b4a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19862,7 +19862,7 @@ "description": "Use this API to implement certification campaign functionality.\nWith this functionality in place, administrators can create, customize, and manage certification campaigns for their organizations' use. \nCertification campaigns provide IdentityNow users with an interactive review process they can use to identify and verify access to systems. \nCampaigns help organizations reduce risk of inappropriate access and satisfy audit requirements. \n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese certifications serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign. \n\nFor example, an organization may use a Manager Certification campaign as a way of showing that a user's access has been reviewed and approved by multiple managers. \nOnce this campaign has been completed, IdentityNow would provision all the access the user needs, nothing more. \n\nIdentityNow provides two simple campaign types users can create without using search queries, Manager and Source Owner campaigns:\n\nYou can create these types of campaigns without using any search queries in IdentityNow: \n\n- ManagerCampaign: IdentityNow provides this campaign type as a way to ensure that an identity's access is certified by their managers. \nYou only need to provide a name and description to create one. \n\n- Source Owner Campaign: IdentityNow provides this campaign type as a way to ensure that an identity's access to a source is certified by its source owners. \nYou only need to provide a name and description to create one. \nYou can specify the sources whose owners you want involved or just run it across all sources. \n\nFor more information about these campaign types, refer to [Starting a Manager or Source Owner Campaign](https://documentation.sailpoint.com/saas/help/certs/starting_campaign.html).\n\nOne useful way to create certification campaigns in IdentityNow is to use a specific search and then run a campaign on the results returned by that search. \nThis allows you to be much more specific about whom you are certifying in your campaigns and what access you are certifying in your campaigns. \nFor example, you can search for all identities who are managed by \"Amanda.Ross\" and also have the access to the \"Accounting\" role and then run a certification campaign based on that search to ensure that the returned identities are appropriately certified. \n\nYou can use IdentityNow search queries to create these types of campaigns: \n\n- Identities: Use this campaign type to review and revoke access items for specific identities. \nYou can either build a search query and create a campaign certifying all identities returned by that query, or you can search for individual identities and add those identities to the certification campaign. \n\n- Access Items: Use this campaign type to review and revoke a set of roles, access profiles, or entitlements from the identities that have them. \nYou can either build a search query and create a campaign certifying all access items returned by that query, or you can search for individual access items and add those items to the certification campaign. \n\n- Role Composition: Use this campaign type to review a role's composition, including its title, description, and membership criteria. \nYou can either build a search query and create a campaign certifying all roles returned by that query, or you can search for individual roles and add those roles to the certification campaign. \n\n- Uncorrelated Accounts: Use this campaign type to certify source accounts that aren't linked to an authoritative identity in IdentityNow. \nYou can use this campaign type to view all the uncorrelated accounts for a source and certify them. \n\nFor more information about search-based campaigns, refer to [Starting a Campaign from Search](https://documentation.sailpoint.com/saas/help/certs/starting_search_campaign.html).\n\nOnce you have generated your campaign, it becomes available for preview. \nAn administrator can review the campaign and make changes, or if it's ready and accurate, activate it. \n\nOnce the campaign is active, organization administrators or certification administrators can designate other IdentityNow users as certification reviewers. \nThose reviewers can view any of the certifications they either need to review (active) or have already reviewed (completed).\n\nWhen a certification campaign is in progress, certification reviewers see the listed active certifications whose involved identities they can review. \nReviewers can then make decisions to grant or revoke access, as well as reassign the ceritifcation to another reviewer. If the reviewer chooses this option, they must provide a reason for reassignment in the form of a comment.\n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must \"Sign Off\" to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items. \n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase. \nIn the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed. \n\nThe end of a certification campaign is determined by its deadline, its completion status, or by an administrator's decision. \n\nFor more information about certifications and certification campaigns, refer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html).\n", "item": [ { - "id": "7e56a462-6d9a-44d1-b824-3dc6be64d980", + "id": "727813ba-3d32-4bca-a304-f9ea47c8177f", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -19946,7 +19946,7 @@ }, "response": [ { - "id": "b60942c3-37ea-4fa2-89fd-a038cba70248", + "id": "15439ea2-67d4-46d1-907a-b91f837f779c", "name": "Slim Campaign", "originalRequest": { "url": { @@ -20044,7 +20044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4750458-6c0b-477a-a9c4-c0f1b5fe5c22", + "id": "a632c32c-5616-44c7-aa46-f4007f858210", "name": "Full Campaign", "originalRequest": { "url": { @@ -20142,7 +20142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55e0fe44-cc0b-4a26-9af6-bec885734d1d", + "id": "aff69888-7468-4b8f-af54-bf7980206229", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20240,7 +20240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0ced186-4564-49ac-8fff-8f45ac8d0d79", + "id": "424f595f-2c1f-4765-ab61-d7a0fba6f2dc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20338,7 +20338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73646db5-ee33-4667-9583-de53b59ccd9c", + "id": "4931c50a-91a0-4ad8-af79-a7049992bacf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20436,7 +20436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40e2924c-0a7c-494a-bb42-22b87b5c6cb3", + "id": "d1ddffde-17e6-4211-bb91-f237c74efa09", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20534,7 +20534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ccf75a0-9042-4fd0-9cb5-a44929a50546", + "id": "e5d389e9-f74c-4cc8-9816-84c69b3200fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20638,7 +20638,7 @@ } }, { - "id": "a7dc4c0b-cd20-4aa2-a05a-0f4237867bfd", + "id": "5c45dc63-1af8-48ce-9823-b38bb47ef872", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -20680,7 +20680,7 @@ }, "response": [ { - "id": "e37e22b0-2e07-4d17-bcae-70811f54ce45", + "id": "f876c83c-1530-4fac-a1e0-3b52eae480a7", "name": "Manager", "originalRequest": { "url": { @@ -20736,7 +20736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "860b884c-588a-4823-8d56-a881185d8f22", + "id": "df53a716-1f6c-4e84-ae87-408dfd2fd2e2", "name": "Search", "originalRequest": { "url": { @@ -20792,7 +20792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a513bb68-10f7-4b95-ae41-2b4feaf7b956", + "id": "189627aa-b142-48ff-9e78-769b068be03f", "name": "Source Owner", "originalRequest": { "url": { @@ -20848,7 +20848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd501a9e-ce99-4535-a29d-14574c6c16ba", + "id": "7cbf09b6-036c-49af-94fa-8ae4f8924127", "name": "Role Composition", "originalRequest": { "url": { @@ -20904,7 +20904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c05b7f8-8872-42c0-b6e3-ac8a7e324e5e", + "id": "bb98bb7c-f1f1-4c09-877f-5282ca74418c", "name": "Manager", "originalRequest": { "url": { @@ -20960,7 +20960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "162e62d3-c279-4772-af60-4249cf6e4ec0", + "id": "0601c9b0-02c9-4679-96cd-c37e79938eca", "name": "Manager", "originalRequest": { "url": { @@ -21016,7 +21016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95dc9834-e824-48b5-af1a-80ff1d2c1c3d", + "id": "724041a3-0d88-486f-a902-9ffc191313e4", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -21072,7 +21072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7612f5b2-c545-4d54-b192-73be606b393f", + "id": "d830468a-0183-4c54-8a23-055498d7eda7", "name": "Manager", "originalRequest": { "url": { @@ -21128,7 +21128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6ab65a6-7dcd-4424-9c08-3f9e9040601a", + "id": "e73412e6-b5f9-4db1-9e7a-192318d9e3f9", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -21190,7 +21190,7 @@ } }, { - "id": "5fa8f9f8-6542-4f34-afb4-9b90cba4eea3", + "id": "3bdf7f6d-5efb-43e1-b893-474a0f1918ff", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -21231,7 +21231,7 @@ }, "response": [ { - "id": "31c80bbc-544c-4036-b126-36c014b70613", + "id": "798aa634-2ea1-4dae-8bbf-3dedda822c56", "name": "Manager", "originalRequest": { "url": { @@ -21275,7 +21275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67643c1d-7d7a-4920-8b79-86cccd49f27f", + "id": "796a1366-b28f-48cd-b7d0-8bd44d287afb", "name": "Search", "originalRequest": { "url": { @@ -21319,7 +21319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bcd2635-6ce8-48d0-a7c6-d71b23b3f39d", + "id": "8427a041-8d38-435f-b245-7fb8d4bc41ae", "name": "Source Owner", "originalRequest": { "url": { @@ -21363,7 +21363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8de569d5-b1a5-428a-8f0e-a1f07968fdca", + "id": "f005829a-22de-4304-9570-9fdaf58ca184", "name": "RoleComposition", "originalRequest": { "url": { @@ -21407,7 +21407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1335eee6-bec2-49f6-a7e1-da6443deccd9", + "id": "b80c1905-bee5-4c09-bfd5-fc98258d4cfc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21451,7 +21451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bae4a4a5-c077-4a84-b88d-4b8a89719cb5", + "id": "97131cf5-9b91-499e-992e-d6e2dd27ba2e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21495,7 +21495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f0eb83c-f751-4f40-bc32-50d863187a85", + "id": "268c4ed6-678e-4cf4-bf15-fa9dd2dc699f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21539,7 +21539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7440f28-c1b8-4879-a987-3fea2e406138", + "id": "7ceb26c0-1d20-4196-9f6b-397da2e3226c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21583,7 +21583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d19ffb00-9440-4705-b392-db2476af0a64", + "id": "a5a71bc0-e6b4-420e-b74d-57d687ddd841", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21627,7 +21627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94f11b84-28bc-49fd-a37f-a998a33a5870", + "id": "2b4f0310-b331-4c03-88b0-69634a45dd26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21677,7 +21677,7 @@ } }, { - "id": "b0424f12-8d64-4fdb-b725-9bdb3ef949ff", + "id": "52462538-7283-49a7-b08b-4833062660a0", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -21731,7 +21731,7 @@ }, "response": [ { - "id": "72b37d76-ae15-458f-ac95-a13e099eda81", + "id": "aabb63ec-56f5-42fe-83a1-13e2e6af264d", "name": "Manager", "originalRequest": { "url": { @@ -21788,7 +21788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb616f84-a7f5-4ddf-9613-68e54772de56", + "id": "7841ec0d-e13a-4830-8240-2498f5256184", "name": "Search", "originalRequest": { "url": { @@ -21845,7 +21845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b3f06fe-372a-4274-871a-a7a6615589f4", + "id": "a0c23084-57eb-486d-a24f-037f3d0b02df", "name": "Source Owner", "originalRequest": { "url": { @@ -21902,7 +21902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "322afa63-1429-4b5f-8798-b7ac641d8e80", + "id": "a14798d4-67ac-426a-97a0-0a6b3195b984", "name": "RoleComposition", "originalRequest": { "url": { @@ -21959,7 +21959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "588b2594-1dfd-462f-8795-b3391eb4f336", + "id": "b8398abe-735d-4a07-84fc-4f38f73f9eff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22016,7 +22016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f72c3ab3-2b65-45e4-8792-d01eb3fee2c0", + "id": "f9db38f6-5052-4f94-82b8-c3ce7edd031a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22073,7 +22073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12757668-2edf-4796-a9c2-b252c2936c27", + "id": "16efa87a-95ca-4d7f-b6bb-a00f8dcbffe0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22130,7 +22130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f460e5c5-1f68-4074-9bd2-d53a39ca691b", + "id": "8cdb9f5b-11ed-4ee0-b9ef-8b398a4cae07", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22187,7 +22187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "915a8a37-a860-4df1-bbe2-d710b3e0590d", + "id": "6d690e4f-79a7-4565-a17a-37f6bcba5e8f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22244,7 +22244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f84f890-07ed-419c-b736-f2fa5abfb31a", + "id": "e0a1c85e-b63c-44a2-afa1-feac7cef03bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22307,7 +22307,7 @@ } }, { - "id": "17642a7a-2850-4892-8e84-35d7990d01e5", + "id": "e7030afd-3b75-4372-b548-5576c653d337", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -22362,7 +22362,7 @@ }, "response": [ { - "id": "e228a0d5-effe-4fcd-89d8-80a39461d663", + "id": "3042f7f6-f10e-4402-b76b-51f23523a969", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -22420,7 +22420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21cdbdb9-802c-4f29-9aaf-d23da04dd7dc", + "id": "d9de6377-69fd-4040-9972-610d6d195306", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22478,7 +22478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfca348a-51db-4d8f-9173-1e6b06ce6695", + "id": "da384e0f-77c3-4c9a-b751-1590f73735ea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22536,7 +22536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f27a810-5230-4349-9339-1b3eba0b0246", + "id": "2e997709-e15c-4021-931b-0eb816d8c538", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22594,7 +22594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6165f23-7f93-4ebb-ab00-874ead880a80", + "id": "84eb7ff6-045e-4bba-9368-e33b26a2d5b8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22652,7 +22652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2805c01f-a238-4d68-b44e-8b708301d5a6", + "id": "e057d81d-8c25-4ab6-9882-7bbf14f1f9b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22710,7 +22710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "651014d0-c9ae-4477-b18a-f2bd883ba08d", + "id": "bb159c0e-059b-4566-b90e-e76c9b595614", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22774,7 +22774,7 @@ } }, { - "id": "7b9bd8f3-a1d7-4249-b973-ee710d942002", + "id": "5341e8ed-642d-4bbf-a9df-06f240f831db", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -22829,7 +22829,7 @@ }, "response": [ { - "id": "bcc64276-0d1f-4361-98bd-20c3935f4913", + "id": "6510e0d8-d2ee-424f-ab05-1f3045b67ef1", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -22887,7 +22887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f26255c-a7c9-4971-9cfa-0e82c02ffa5d", + "id": "7cc75564-d6aa-4202-9d58-2e20a4cd3f40", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22945,7 +22945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3d13673-3bdf-4e8c-8100-1411fb1c78e9", + "id": "9fa82c10-c94d-48bc-b3d9-a4e47e40a980", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23003,7 +23003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a465f7d2-a720-4b90-b91b-df628d32d840", + "id": "4fb60423-802d-4d6e-9148-68fc77312ecd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23061,7 +23061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73110198-4019-47dd-83d3-da705a026b47", + "id": "42dac475-b785-4ba3-9f57-84bac0503575", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23119,7 +23119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe1e56c7-561d-4546-becf-f268a364ae15", + "id": "e35b6105-3aa5-479d-9726-6a7a08a51b3b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23177,7 +23177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07f1dddf-9329-402f-8d0b-063086a02d25", + "id": "e4e0b4a3-50ad-4f7d-a5b2-83d0240bc543", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23241,7 +23241,7 @@ } }, { - "id": "d2f334bb-dfb3-496f-a910-d956f2faaa39", + "id": "c9186ad2-d8d1-4c3d-b483-9023a54b9555", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -23296,7 +23296,7 @@ }, "response": [ { - "id": "0c4d4599-35d5-4c5f-a66e-1bea35586911", + "id": "cf4d5d96-51c9-424d-a4d4-f26d0ddda3c5", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -23354,7 +23354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9913401-5331-427f-91f3-680b8b63d441", + "id": "0f12ce2d-6c4f-4d78-8c43-9ba4fc5d348e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23412,7 +23412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4719215a-56d9-40c1-94ac-e3ad423a4a2b", + "id": "2f8e5b2a-8694-4a14-9ce2-4d792b6d7ff7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23470,7 +23470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97c3c866-4fe4-4517-a9a5-519f4f05b644", + "id": "49d6c2aa-cde2-46fe-800c-e7388a510406", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23528,7 +23528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3e614cc-98d3-433b-bf5c-6f4fa66883ae", + "id": "b0b35415-3df4-42eb-a459-9ac957110228", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23586,7 +23586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6d81086-dc9a-4107-b6ae-df9f8a459b59", + "id": "3c889992-8891-486b-a633-1af32619d91b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23644,7 +23644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5000dbf-e205-4b86-ae48-c7799e5c1daf", + "id": "5d3aa411-8419-4d8d-a22d-cf624d1ed21d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23708,7 +23708,7 @@ } }, { - "id": "e7a8edf2-3bd8-4d86-b10a-8719bf34df27", + "id": "796f9aee-5c14-42d1-82bb-ac6729776c91", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -23751,7 +23751,7 @@ }, "response": [ { - "id": "b45103c3-9ead-473b-8317-6a57d802ac4a", + "id": "9cb5ca3b-ed81-4e9f-9fd2-ee2a0c5407ad", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -23808,7 +23808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c86a7758-34a9-4edd-bbad-9eaa0d257824", + "id": "196b90b3-453b-4114-b7df-689903a07723", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23865,7 +23865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03556fbb-7564-4323-abfa-a8628aebcdc1", + "id": "a397d4f4-c4ea-47cb-9246-1f0f5a9c9db6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23922,7 +23922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f052d0d6-c794-40ec-bf19-f77e15d056f6", + "id": "19bcccdb-95e4-46fc-a09f-eca5dd5e42b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23979,7 +23979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfb84cb2-9894-4664-8a86-5ff1415c1958", + "id": "2955e9f5-b4d4-4518-9a3e-7b4b9e489fef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24036,7 +24036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7261d24-fc10-4b57-8965-6fcb9c34e7ba", + "id": "e7528132-d166-457f-bb67-691acec17964", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24093,7 +24093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbb17af5-bdad-4c2f-9d4f-5c7ec0be20b4", + "id": "aa7adc5d-e126-465c-9854-6527d4c65f66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24156,7 +24156,7 @@ } }, { - "id": "2a4d91cf-3131-4a18-a587-4d044ed53fd6", + "id": "962d4c07-5efa-4d10-938b-511e50a69fcd", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -24198,7 +24198,7 @@ }, "response": [ { - "id": "8e8282bd-2d4d-451a-8e64-3e2a22a61bf7", + "id": "68b24c4d-ece6-428c-b2e8-571a4ae4e885", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -24243,7 +24243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7449cd9-0267-4d5d-bd6f-a728b78d6b8e", + "id": "ce5b51fa-3360-4336-a575-b0b6e9d93541", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24288,7 +24288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4bf513d-d95b-4f36-80fa-db9b8d20af69", + "id": "ab81a485-2f12-4246-91e5-eece3994e46c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24333,7 +24333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d633c7a1-46e5-4ef4-80b9-ae0fbf44af8b", + "id": "c095e1ce-dcbb-4afd-80b5-1dbae2c09b89", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24378,7 +24378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3945600d-19df-4906-8cd8-524a67131a8f", + "id": "78eee76b-d42f-4326-a919-7ca01a0c2929", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24423,7 +24423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7e16b4b-53aa-4872-9888-d314fae61834", + "id": "d1cd06cd-ed68-473a-8e2d-fbeeefbcbf6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24468,7 +24468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9d15f8e-c90d-482c-9a4e-11a5bdcd02ce", + "id": "50c8f178-c8f2-4efb-8ff9-027c026291eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24519,7 +24519,7 @@ } }, { - "id": "27f44ef8-1da7-471c-82c2-3b168fcff8ae", + "id": "f7805bf2-fe19-466c-8535-2abda943a22d", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -24561,7 +24561,7 @@ }, "response": [ { - "id": "18f0f332-a53c-4116-9888-4daeeb91a652", + "id": "298a4d5c-3a47-44c3-8364-9d413754beca", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -24606,7 +24606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15ae87d6-f2f8-4f97-8fce-d8b7d6ba32f6", + "id": "77aab827-fa44-431a-a240-b4c85d5d47b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24651,7 +24651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87a15586-9ca8-4b02-9ed8-83b6c41c7c0d", + "id": "719efc2c-f47d-47d6-ad83-fe82871613f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24696,7 +24696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e10d8f3-8990-4cdd-ac92-40a2ccc10a9d", + "id": "07f50fbf-7bc4-4aab-a13c-273581dd30ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24741,7 +24741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ddfbf22-092e-47ee-9a77-35463c4f376c", + "id": "32edbc91-c2ff-4f21-9e7a-8cf9362894b0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24786,7 +24786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d20ea941-e167-40c2-9e19-f468d12cb99b", + "id": "ad3c84dc-ea92-4748-a61e-5c9f72214342", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24831,7 +24831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f0c0ed8-cd1a-4e55-96dc-758558ee04e1", + "id": "6b7d80d1-ffab-4048-a988-54f98c7d9e1d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24882,7 +24882,7 @@ } }, { - "id": "07553d71-0c5e-4a3f-b345-5ed5c408fdbe", + "id": "d26a77aa-38f8-41d2-95d5-97af13578258", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -24935,7 +24935,7 @@ }, "response": [ { - "id": "65a14871-fddf-44dc-8ac9-480db6a03df9", + "id": "7289f371-3d35-4c3b-befd-ebdf527e553a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -24981,7 +24981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "056ce67e-aa56-42f8-aa5a-e99185e416ee", + "id": "eb4eccb7-19d5-41bd-8a03-dc8ca6730d1f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25027,7 +25027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "910c5abc-77ae-4726-9549-77c5e9bde421", + "id": "76780671-61b0-407f-876f-1043a35d5f84", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25073,7 +25073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c9265a-79d7-4fd1-b291-807695c3c7dd", + "id": "13308660-e730-40d4-be10-8cb7b463c995", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25119,7 +25119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faad73b0-c116-4990-b547-bb1b639d96ab", + "id": "0647eb81-fa27-4961-a7fb-c7c3dabdd56d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25165,7 +25165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb53a2a9-18f3-454b-8715-c93ae1a529fb", + "id": "865f777d-f83c-4e0e-82c2-093dd0bec3f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25211,7 +25211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c10fa7e1-caab-46ed-b890-3efe142c8113", + "id": "6d99f1b2-987d-4c89-8cfe-e0acbd8cda41", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25263,7 +25263,7 @@ } }, { - "id": "1a96de97-10d4-46c1-b3e9-da72716fb43a", + "id": "bd827889-88ec-4fb7-acd5-858457323884", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -25293,7 +25293,7 @@ }, "response": [ { - "id": "def3b113-0491-4040-aafb-e5819aa5618c", + "id": "2b526f0f-ed1b-49eb-b47d-61be549562df", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -25337,7 +25337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c3e5efc-f678-4f77-9ab6-ba3322809431", + "id": "062b4902-5c7c-4377-9aa7-c4546a5d1bf8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25381,7 +25381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d6e9b2b-ab30-422e-92ce-fbbee9f4e568", + "id": "d83ca780-19be-4a5b-a585-cae9a5a77271", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25425,7 +25425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d27c2fd9-4557-40c7-bf77-d4b8d0c05044", + "id": "19652ef9-0550-424f-bf56-04fec96c2c06", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25469,7 +25469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a399b651-1bb7-45b5-906c-37436caa70e1", + "id": "ebddce34-ca1e-4e40-831c-76aa1a887f5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25513,7 +25513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b887ddd-fe99-460d-ba35-ef9ebcb588d1", + "id": "4c288f1a-b6e3-4ff3-80d4-d61acb89e956", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25563,7 +25563,7 @@ } }, { - "id": "221ce098-c9bd-4bec-9f9d-7550381584d4", + "id": "5ac32607-4f8b-4a2f-87b2-06330ecd87e8", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -25606,7 +25606,7 @@ }, "response": [ { - "id": "97c016bc-faa1-4b2c-8ae1-a06c5b378373", + "id": "e9c8b7c0-fd3e-4fcd-9a49-63fed2d02a70", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -25663,7 +25663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43c38861-b50f-4439-93b9-1787118c07a7", + "id": "2b5ac7e0-437e-407f-86af-952c710ed303", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25720,7 +25720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ac29359-969c-4864-b6b4-55cbed0881bd", + "id": "0f30513d-692e-42ef-8f00-d33e8b499605", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25777,7 +25777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33e7c924-0bcb-4e29-8c7b-5cff9c28aaac", + "id": "3cb7cdfc-9ff0-4a45-8242-584267729804", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25834,7 +25834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "212c4ded-bfe8-4134-b528-f44ce7c30ffb", + "id": "c59c4fb8-ba54-4cbf-9e26-241ed170221a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25891,7 +25891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1968cd7-07fe-4e88-b0de-840d27214bb3", + "id": "84ed27da-9db6-48ab-a7d3-b4425fc860e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25954,7 +25954,7 @@ } }, { - "id": "ce96a52d-aadf-4be5-9fd3-18829742ee25", + "id": "5dfc15ea-6131-46e9-984d-89a4043f7b94", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -25996,7 +25996,7 @@ }, "response": [ { - "id": "15e971d4-5701-4c1f-a694-55c9f332e6f8", + "id": "8116d25b-a2c1-4632-8ae3-a0b927840c44", "name": "Manager", "originalRequest": { "url": { @@ -26052,7 +26052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba4db8bd-7944-4a01-8e27-88d11ed7457b", + "id": "3ccd123e-d8df-45b4-9a8b-84d03ab41b01", "name": "Search", "originalRequest": { "url": { @@ -26108,7 +26108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe98bad3-4809-4381-b621-6ab9c2e28168", + "id": "cb6749f8-9b3b-480f-a455-3979c39a1860", "name": "Source Owner", "originalRequest": { "url": { @@ -26164,7 +26164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d58f6b81-fc33-4296-85c8-b3abf7b8907c", + "id": "17cae84f-c990-4b06-8cb6-d7deca8fece5", "name": "RoleComposition", "originalRequest": { "url": { @@ -26220,7 +26220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad535f6d-d4a3-4a4f-bb6b-51836bcb54f4", + "id": "26424ddf-3756-4869-a43d-70cf20f04254", "name": "Manager", "originalRequest": { "url": { @@ -26276,7 +26276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5711257e-46b8-453b-b052-b2566617abc1", + "id": "ad82f381-ccc7-4967-a359-21b1c8a0cd46", "name": "Manager", "originalRequest": { "url": { @@ -26332,7 +26332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b79e0aa-32b2-4222-99cd-ba8306dc6ab8", + "id": "ef408817-39c9-495a-887e-eae5deada677", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -26388,7 +26388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82c51df6-2eba-4eed-bc0c-ea525ddc3a0b", + "id": "4ab82cac-d91b-4207-bc8d-f0839559742e", "name": "Manager", "originalRequest": { "url": { @@ -26444,7 +26444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29df68cf-c129-44b5-a9fd-79598f4a9d94", + "id": "958991f0-eb0f-4ce8-b4b1-b97d13251d76", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -26506,7 +26506,7 @@ } }, { - "id": "14d3741c-79d9-454e-b00f-3c9bead298fa", + "id": "d2e6a062-e44d-4323-8dbd-071f07d94804", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -26581,7 +26581,7 @@ }, "response": [ { - "id": "128720be-ee93-4fc7-bdb4-ee82c68265d4", + "id": "c04fb389-fde2-4ff2-9a31-e88c8f4ac43b", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -26670,7 +26670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe3dc000-d8f7-4c05-b93b-9e3583a6baf1", + "id": "1d926f73-e175-4312-9895-ac529bca69a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26759,7 +26759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb6301a8-cc29-4822-b861-8a7986f57356", + "id": "baea14fb-859b-4b71-a77b-d511a3fc6adf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26848,7 +26848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28ebab74-041e-4df8-9ff6-0baae726c764", + "id": "277eee90-e50e-4209-b13f-b83a833b5488", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26937,7 +26937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a93bf61-2c20-4fde-8bc1-7b1d4de56bed", + "id": "bdf6cb22-1063-47d7-b6dc-6827ecf264d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27026,7 +27026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f20a43f-c0eb-4d5a-a259-247439093e68", + "id": "7b9b3a27-7fab-4c48-8aa4-bc49055519a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27121,7 +27121,7 @@ } }, { - "id": "52627f16-c4a0-454c-8ebe-dfa47d63e054", + "id": "d6b73c9a-c096-439a-ad94-67c07ee73e77", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -27175,7 +27175,7 @@ }, "response": [ { - "id": "c870c51a-f981-4ffd-a452-e551cd97747e", + "id": "15557066-ec9e-4970-8b0b-05cc3c84e957", "name": "Manager", "originalRequest": { "url": { @@ -27232,7 +27232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0737f5a0-9a0f-4e25-9448-c398ad80b18f", + "id": "e5bcfec3-0af4-4eb7-b863-874a158de258", "name": "Search", "originalRequest": { "url": { @@ -27289,7 +27289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b922a52-982f-425c-b4cc-a34091c0cc67", + "id": "a09987ca-e8b7-43fc-8cdb-4d7f734a8770", "name": "Source Owner", "originalRequest": { "url": { @@ -27346,7 +27346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa2867e9-49ab-4d76-8b60-ceb36c90ffbb", + "id": "6f2daee3-04f0-451f-a104-44f606617a8b", "name": "RoleComposition", "originalRequest": { "url": { @@ -27403,7 +27403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "943d7148-5515-4d90-bddd-f35edae89afe", + "id": "ec0e5d37-3de8-4a3f-93df-918c7bfd3a8e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27460,7 +27460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1411a0ba-4dfa-4275-bcc8-970bab498f01", + "id": "38e76e60-804f-485b-9a9e-041d3fce99bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27517,7 +27517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df3292f5-5b71-4448-b98b-70cacd2e8299", + "id": "9126a886-c9d5-4943-aa03-1c8c904d78fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27574,7 +27574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "396b48ec-ad1b-4494-822c-425ad8d99169", + "id": "ab8004b0-16ec-46bf-b102-96e3ffe7eed0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27631,7 +27631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32b25736-1eaa-42a1-8541-632aa23618c2", + "id": "ead4f720-1330-4c52-b208-2eb50f8911cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27688,7 +27688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e0ba75f-259b-4c42-9328-29f26c42ffc8", + "id": "28b39d24-1eca-4810-9312-9f940ff6445b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27751,7 +27751,7 @@ } }, { - "id": "d36a4484-2cc9-4d98-9e24-7f4ebefff9af", + "id": "59f30ec2-503c-4a18-973a-30149960394f", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -27792,7 +27792,7 @@ }, "response": [ { - "id": "dff33cde-0b6f-423f-bff5-922fe5f9f1e2", + "id": "b55e0be8-b4aa-49d1-9e29-74493a15addc", "name": "Manager", "originalRequest": { "url": { @@ -27836,7 +27836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aada477-168b-46cd-842f-5c0ec10e698b", + "id": "df297883-84dc-42d7-b423-fcc578bc044e", "name": "Search", "originalRequest": { "url": { @@ -27880,7 +27880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "882c652a-75d7-4f40-adb9-d22c6ad6b6c9", + "id": "09a0f1c8-7cf3-424a-960f-dc51693c433b", "name": "Source Owner", "originalRequest": { "url": { @@ -27924,7 +27924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54754dad-0879-4c78-b36c-3263428dc3dd", + "id": "0760d537-920d-4fae-9095-dd941f0b74be", "name": "RoleComposition", "originalRequest": { "url": { @@ -27968,7 +27968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11769c83-fc6a-4b92-a2b2-da65f3442eba", + "id": "b716fead-875e-4523-9a2a-6e11b2e3ec60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28012,7 +28012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd2b1750-17c2-47d5-ae86-f7c7dec6d18e", + "id": "5e3e667f-3931-45ed-bcc5-18a8f9d34e9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28056,7 +28056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a17a9de-40a4-42e6-ab1b-a889d45b3923", + "id": "3a8f1b1f-c0ef-42f2-8aaa-2cfc226863f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28100,7 +28100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a66babe6-4e07-4be5-a194-370cdda88504", + "id": "d7acfad5-3b66-466e-984e-8da0c750f737", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28144,7 +28144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b70834c-11f3-4ecf-a46f-4d224558ab0a", + "id": "ba68b821-4e9c-4c83-a34a-a85874845bfa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28188,7 +28188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2378a03b-fa0f-49b3-b718-e1a4562fe46c", + "id": "1d1899e2-085c-445f-aad4-b604ecfa5087", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28238,7 +28238,7 @@ } }, { - "id": "ca3eb7c9-ca0d-4278-99cd-0c33074e324c", + "id": "1d8b3d35-67c2-4cbf-bfc3-3111c82c803e", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -28279,7 +28279,7 @@ }, "response": [ { - "id": "d7fe05bb-5157-4921-a7ad-9456e063df15", + "id": "32ea879e-2307-403f-8149-a84818f1911b", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -28313,7 +28313,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b9fffb50-2288-4017-a136-9b2507b019d5", + "id": "2f8325e0-7239-4910-af9d-339182654748", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28357,7 +28357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc40e3e3-d338-4147-9f0d-77124f8f316a", + "id": "e2eb1bb8-bcd7-49bb-a292-6aecce0d92ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28401,7 +28401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a8483bd-9a31-44e7-aa53-c7832277b15c", + "id": "d52ebafc-5577-4d14-85c6-ca118b7661ee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28445,7 +28445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3194618-8e64-4232-9dee-a4e171870521", + "id": "fb5bdbf0-809d-49e4-9a9d-8c53ba5b832c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28489,7 +28489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35738bba-38c5-41f3-b512-16cb1b71fe4b", + "id": "75cf42f7-4e67-448f-a312-c5d1518000a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28533,7 +28533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b6f2642-842c-425f-804b-a06f4f8e0ac3", + "id": "46c4aa39-44a9-4c20-8445-dc78e43b5eec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28583,7 +28583,7 @@ } }, { - "id": "4b66c175-fa7f-4b29-81a0-e4691affecde", + "id": "5e6edef3-2e0e-4746-ba8d-92127e957d67", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -28625,7 +28625,7 @@ }, "response": [ { - "id": "d98d4fdd-4c8e-4e9d-beff-13835764fce1", + "id": "565d8e66-c645-4d38-9315-6622b4f51d07", "name": "The current schedule for the campaign template. See the PUT endpoint documentation for more examples.", "originalRequest": { "url": { @@ -28670,7 +28670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb7196b9-00a8-499a-b249-bc7fdc7da08e", + "id": "4915a008-4893-4812-a44a-9dc2b72b3584", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28715,7 +28715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e4be6b3-dcf2-4dd5-a39c-0f9d667c861c", + "id": "2453d4d6-c96f-4fcd-aace-bbf1261a034f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28760,7 +28760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80de1afa-7146-4e91-a053-d2e68f2f399e", + "id": "189590cb-8ede-494c-9c8f-ee0fbc5cf8ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28805,7 +28805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c531f98a-affa-4465-ba62-74e5f2e2812f", + "id": "dd9f6fb0-b197-458f-a65e-158bb33aa48a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28850,7 +28850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeba9cf1-09c2-433d-99a2-578824d66263", + "id": "d997c9f5-4c94-436f-802e-a90c166ebc43", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28895,7 +28895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cca95d66-9822-40ab-956b-cd14e069535c", + "id": "2f8453fc-9e4c-44a3-a594-ff5df74f3624", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28946,7 +28946,7 @@ } }, { - "id": "3a212a84-c360-4067-83ed-bb8fcb61d5c3", + "id": "7cd6cf45-749d-42e8-9b7b-d92d38d90268", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -29001,7 +29001,7 @@ }, "response": [ { - "id": "b0ded3f2-3606-4bef-a085-577d1d16ba61", + "id": "3df9909b-640d-4193-ba70-a554c89b02b4", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -29049,7 +29049,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f793ecc3-e351-4e00-bfad-3d7c69cb86e4", + "id": "b6b39771-0cd7-4054-a540-99454fde30ed", "name": "Monthly", "originalRequest": { "url": { @@ -29107,7 +29107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce958b7d-97cc-4a9b-9ef1-eb56f0a2e57a", + "id": "f5b57ed7-0ab4-4c13-9f71-bbba9f00ff43", "name": "Once a year", "originalRequest": { "url": { @@ -29165,7 +29165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfa88170-28e1-4a59-8e9c-7f9f852d1593", + "id": "b9831535-5dca-4da4-986a-2e916c74918b", "name": "Quarterly", "originalRequest": { "url": { @@ -29223,7 +29223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9739921c-2a33-4ba6-8039-02d42ead9efc", + "id": "b879aa87-e8db-42f8-82a2-5ee287d0da94", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -29281,7 +29281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e50cbe5-be8c-4574-92a2-7a4eb79b4971", + "id": "53d30dd1-8169-4eaa-8f42-b2d42619fb13", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29339,7 +29339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35e5bbc4-fe10-4e05-bbf5-af3a678e1e25", + "id": "4e973e0b-835d-447a-9845-f1546e4e552e", "name": "Once a year", "originalRequest": { "url": { @@ -29397,7 +29397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b47e316e-7841-4ec3-9bbc-7ac72570acac", + "id": "65630cb9-151e-4286-93bd-4fb7d06731df", "name": "Quarterly", "originalRequest": { "url": { @@ -29455,7 +29455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "974e0e7b-89e2-4be8-b422-655c2e5d6e82", + "id": "b6b6f0db-b594-444e-9ab3-c7bd99d44cf0", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -29513,7 +29513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61933ca0-ff43-4a2d-8068-bc010742b9c9", + "id": "9d18a42b-1a7e-45d5-9429-b6b7ed8d5446", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29571,7 +29571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af1e72e1-8165-4d88-b605-177e337e2c27", + "id": "1e76b9c8-07df-4475-947d-f0f806e6d51c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -29629,7 +29629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74a1a61e-92f0-48dd-bef5-358a508bf8f5", + "id": "6327f146-9aeb-4bcf-a1a4-0dd2546ae8eb", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -29687,7 +29687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbc17204-194d-4c21-8f06-be1d541ec510", + "id": "f6060952-8fd7-4c6a-8567-16b1285f0ff8", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29745,7 +29745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb17e108-5aca-4136-9fa8-934908cfebf4", + "id": "6289e44b-7c86-4f71-8ddb-85d9651c06c2", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -29803,7 +29803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20782062-f032-4099-979b-a0752f44bdbb", + "id": "c46a16ab-e535-4deb-bffd-67716e89cb78", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29861,7 +29861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38daa5be-ee9f-4c76-b7b3-38e5045d5359", + "id": "a1a861ce-ecdd-4b9b-af88-ee2654fe5556", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29919,7 +29919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e6eb00d-88cf-4e65-b0b7-1fdecdce2f0e", + "id": "69ce061c-6e44-4e86-bc33-cd7516b0f449", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -29983,7 +29983,7 @@ } }, { - "id": "5edf82db-9c1a-4de1-96d4-d51c62f1b220", + "id": "8ec0e22f-388a-44a9-a906-860a57c72a6c", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -30025,7 +30025,7 @@ }, "response": [ { - "id": "49f80408-5467-444a-873a-d119595b497c", + "id": "f0a74567-4e96-4000-a9f0-cf20a20a2194", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -30060,7 +30060,7 @@ "_postman_previewlanguage": "text" }, { - "id": "61dab15b-502a-4f4a-9777-0615f88018ac", + "id": "36437349-7484-4371-bc6f-5fb2c48e7388", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30105,7 +30105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7639e37-d0eb-46f9-b016-986739ac303d", + "id": "1f6dee3b-700e-4eed-bb0f-9c978777892e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30150,7 +30150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a6b6383-c7fd-4206-8ce4-7adb05e6e24b", + "id": "5c5bc7df-0c43-45b1-a8f8-84b1e0b9d2b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30195,7 +30195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50b8fa00-b8cb-4c26-9072-8054a3d215dd", + "id": "7a19febb-5cf0-4f4d-8c84-e4678da7070d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30240,7 +30240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24fc0a08-a7e2-4616-a19c-4a61332c0c95", + "id": "a9204f3c-1955-4e0a-9c0d-2dc93926f493", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30285,7 +30285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8537d007-ea35-4b18-be96-5d7f97cf739c", + "id": "6f61f49b-e609-4ce4-9c3c-69b02a4ca0a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30336,7 +30336,7 @@ } }, { - "id": "f1e13f6f-afc9-472b-ad1f-46a57e299ebf", + "id": "b8adcfb6-274c-427d-bf1d-d64c6a15fc48", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -30378,7 +30378,7 @@ }, "response": [ { - "id": "d4befc0a-bd05-4723-984b-5683f64647af", + "id": "8f1848bf-9c87-4596-9897-271204fe8b26", "name": "Indicates a campaign was successfully generated from this template, and returns a reference to the new campaign.", "originalRequest": { "url": { @@ -30423,7 +30423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "623402e2-4571-4b2b-b064-a3641fdd3768", + "id": "30806f4f-b779-4ebe-8577-d22f740227d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30468,7 +30468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1c8dffb-49f8-43f1-a6b3-23938220d006", + "id": "111dcb4a-76ca-4ab2-a116-62b73ef9798e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30513,7 +30513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81884a77-5898-4fe4-b369-ab69790ae2e1", + "id": "cb3ccee6-7552-4e06-b2b6-056c9f7fd5d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30558,7 +30558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08e1df21-c19c-41f0-a014-8b71739825f1", + "id": "00a1e2af-e472-46f0-8693-2061a0467586", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30603,7 +30603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f0b9067-3051-4e9d-aa1c-eef46ab4b19a", + "id": "376f7e76-1f97-4952-b919-f7c17c9a61e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30660,7 +30660,7 @@ "description": "Use this API to implement certification functionality. \nWith this functionality in place, administrators and designated certification reviewers can review users' access certifications and decide whether to approve access, revoke it, or reassign the review to another reviewer. \nImplementing certifications improves organizations' data security by reducing inappropriate access through a distributed review process and helping them satisfy audit and regulatory requirements. \n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers. \nOnce this certification has been completed, IdentityNow would provision all the access the user needs, nothing more. \n\nOrganization administrators or certification administrators can designate other IdentityNow users as certification reviewers. \nThose reviewers can select the 'Certifications' tab to view any of the certifications they either need to review or have already reviewed under the 'Active' and 'Completed' tabs, respectively. \n\nWhen a certification campaign is in progress, certification reviewers will see certifications listed under 'Active,' where they can review the involved identities. \nUnder the 'Decision' column on the right, next to each access item, reviewers can select the checkmark to approve access, select the 'X' to revoke access, or they can toggle the 'More Options' menu to reassign the certification to another reviewer and provide a reason for reassignment in the form of a comment. \n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must select 'Sign Off' to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items. \n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase. In the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed. \n\nRefer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html) for more information about certifications.\n", "item": [ { - "id": "dea5746d-2377-40e2-a133-04415a7bc251", + "id": "b3900f6a-90ec-4874-9761-c3697aed9560", "name": "Identity Campaign Certifications by IDs", "request": { "name": "Identity Campaign Certifications by IDs", @@ -30744,7 +30744,7 @@ }, "response": [ { - "id": "53bcc3eb-2a2a-450b-b7ce-ac94b85eacfc", + "id": "103f2d7a-8b40-48f9-8ee9-0f2ae370bf28", "name": "List of identity campaign certifications", "originalRequest": { "url": { @@ -30842,7 +30842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b46fd07-e059-4dc9-8a06-8aa4f1082aed", + "id": "45e8ee3b-6f5c-4a9c-a029-02cf8d2ccf0f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30940,7 +30940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad4de028-60f6-4ccb-b145-8090252c443b", + "id": "5b97219f-2e5f-461d-8dec-0f3811c97510", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31038,7 +31038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "531b692e-d12f-4239-ae78-59f4d86e52d2", + "id": "c264f2fc-294f-496d-835c-189f4abd95bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31136,7 +31136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06224fca-407a-4240-beaf-3797b56adc53", + "id": "37020c50-149f-45bc-adf1-55beb299cb3a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31234,7 +31234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "016bdb08-7528-4a9f-82d8-37a0ce30fb84", + "id": "c73bd509-b9ff-4f12-92a8-452072fce046", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31338,7 +31338,7 @@ } }, { - "id": "ee308cda-b6d3-44f4-8947-fb120d0dc0ee", + "id": "1735fd33-b4dc-42ad-90fc-78d086dd4776", "name": "Identity Certification by ID", "request": { "name": "Identity Certification by ID", @@ -31379,7 +31379,7 @@ }, "response": [ { - "id": "68ad1db1-0c19-4b59-9c50-4f442f8f6985", + "id": "c4a4b520-0927-495a-a8f7-994ee0d66332", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -31423,7 +31423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ffe1bfd-5208-47ed-83b1-3e2bcce8eedc", + "id": "00f0a0e7-e6f8-4644-884c-a9d96c8fb46f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31467,7 +31467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa9e89f2-2362-4e23-8a37-78d750707f8e", + "id": "23f67260-fb31-4c92-90ab-eebe869359d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31511,7 +31511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65a9f4b5-71af-4065-977e-2a38974df8ed", + "id": "880b7b78-00e4-4239-8909-96b3dcb6e28d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31555,7 +31555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c95d521-52a8-4f94-ae1d-13d80497bd91", + "id": "29222099-87e2-4572-a7ff-ab6fb66fb633", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31599,7 +31599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e56f4a-f48c-4891-ba62-8d4b69733e4e", + "id": "dd25f611-ea5f-4491-8998-572b17e2dde5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31643,7 +31643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7013cf38-67de-4d48-84b2-f6b23483d967", + "id": "9a8d46f5-c8bb-492c-8011-1550c763d500", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31693,7 +31693,7 @@ } }, { - "id": "666f8655-b9f3-42c8-992a-7b1af32ae925", + "id": "bf1bc0c9-c1ef-4152-ab44-c319bace0096", "name": "List of Access Review Items", "request": { "name": "List of Access Review Items", @@ -31808,7 +31808,7 @@ }, "response": [ { - "id": "e8d9b5ed-0fdc-4530-81d8-06ffd3d762fb", + "id": "497cf528-488d-44c3-8196-3f6e3a4b8369", "name": "A list of access review items", "originalRequest": { "url": { @@ -31926,7 +31926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8232ad3-bc59-434d-835d-babf5e8e103b", + "id": "b7a90b51-85fe-49f8-8cd7-5489b3080875", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32044,7 +32044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "540f3ccd-fe8d-457f-b05e-a3f5c392ecf0", + "id": "274d853b-89d6-43b8-84bc-22cb8bcf9f1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32162,7 +32162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91203efd-0c2d-4ead-bbff-9c9d739fca63", + "id": "c47bcec5-ad0a-44d6-b71c-d76ea1c4214f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32280,7 +32280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eace991-8d31-4afe-a412-6ebcbaf42262", + "id": "b7f5e315-c033-44a3-a2f2-412bba464dca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32398,7 +32398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da251527-1e87-4f20-80f7-4223e28ada93", + "id": "5dd20265-534f-4c4e-9640-58ee4f6238d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32516,7 +32516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b552b909-b4aa-4438-8623-6b08ab60dc40", + "id": "6ce66c24-b0c2-41d6-bd0c-c8d5b348410a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32640,7 +32640,7 @@ } }, { - "id": "ca264138-1edb-4e73-a7e9-2762580d7774", + "id": "9ff19523-bd1b-4cb2-b23b-7b0694bd94b8", "name": "Decide on a Certification Item", "request": { "name": "Decide on a Certification Item", @@ -32695,7 +32695,7 @@ }, "response": [ { - "id": "c6b4d8ab-7af1-4a5a-acf2-61b8e8e8b2dc", + "id": "b7ca45e3-e29f-42af-b14c-31da4e69769b", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -32753,7 +32753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c812314-8620-4659-bd21-d16dc1bb4c67", + "id": "865e7895-6b46-49c6-8354-0c364e89b366", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32811,7 +32811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecd23e40-ed10-416f-93e9-ba28a19da3b6", + "id": "fd8c31e4-2777-4f19-8245-40125f2f2e4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32869,7 +32869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19b539f6-3f3b-4960-a118-25caab0bdaea", + "id": "b99000ef-0e97-424b-b463-5804256901db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32927,7 +32927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cfe6b5b-57f0-40e8-ab90-da86ae82112b", + "id": "5723b0af-2758-45a8-b394-125ce07fe8bf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32985,7 +32985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be612a91-93b6-416e-82d3-4226f52bb70b", + "id": "69e414b6-ceba-465a-93c1-ace6939abed1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33043,7 +33043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fd575d1-5f53-40e1-a0b9-4c2ec4cfb1f1", + "id": "54ba3f9d-7bb0-4a8a-92ad-eb202aad903f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33107,7 +33107,7 @@ } }, { - "id": "19c0df7f-c8a3-4274-8aed-c77f16af1752", + "id": "269c8709-4bbf-4fa0-8be5-d21f6483dae0", "name": "Reassign Identities or Items", "request": { "name": "Reassign Identities or Items", @@ -33162,7 +33162,7 @@ }, "response": [ { - "id": "f67290fc-5f93-4f15-b31b-730a1226f855", + "id": "c5d6c42c-83c5-430f-8c29-0f9a26378e49", "name": "An identity campaign certification details after completing the reassignment.", "originalRequest": { "url": { @@ -33220,7 +33220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeddf9c7-b605-4f4c-811e-d440ebfa53a0", + "id": "f662ce8b-c5c4-474d-9086-f86825f5659c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33278,7 +33278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c37a33b5-ffa3-4f47-8b3d-fbdd1d961f57", + "id": "2896462e-ed0b-4649-9ffe-fe1b148ac368", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33336,7 +33336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1976495e-bb0f-4691-b044-c915d3c490be", + "id": "6898a98f-111e-45b2-92de-818e464c7464", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33394,7 +33394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6708597a-312c-4a1e-b628-052b0d0bb11a", + "id": "302dc39e-9062-4057-a2cb-76dcc3cd532a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33452,7 +33452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c04ddbc-b3f2-40a9-b1f0-05912c203360", + "id": "907fdf17-f7b8-47ef-8b55-cbdb7019b91b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33510,7 +33510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd5cc3c2-9ed7-4855-8e77-a4f97bd634fe", + "id": "231727be-3ed6-4c76-a0bd-8df27e9ff37f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33574,7 +33574,7 @@ } }, { - "id": "40b738b1-ec3a-48ee-9ee4-df75f9a3e4ea", + "id": "09c41530-2f35-4ac0-bf91-7ddf8a72c825", "name": "Finalize Identity Certification Decisions", "request": { "name": "Finalize Identity Certification Decisions", @@ -33616,7 +33616,7 @@ }, "response": [ { - "id": "ed5425b3-867c-4d18-a701-b7e8d2792456", + "id": "2df66a04-9627-4358-9598-f5ccdee7c2eb", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -33661,7 +33661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be0427b1-0917-4dab-8b71-b889a01d92f7", + "id": "7fa808bd-5f6a-49fa-9864-d84df16d34f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33706,7 +33706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b3079d7-81e5-44cc-82ae-8e0263e70a44", + "id": "41050eee-882f-4928-b285-b21523c9de7e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33751,7 +33751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee671bee-b742-458e-bba7-34a9c39143fd", + "id": "a742e04c-6e99-4cb3-bc46-4241de34359f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33796,7 +33796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8817fd3-a931-4978-81ab-f37d2229cd88", + "id": "3445f204-5f22-4ef6-b547-9db7696a3626", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33841,7 +33841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4e3e18e-0689-4530-95cc-ab93523b5bd1", + "id": "eb5584de-6888-4403-ba25-1c5d03f22ad1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33886,7 +33886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfbdf0d5-1c69-4982-909b-ef8160946ef6", + "id": "15286ae3-4e41-412b-a760-9b35d32cdfb7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33937,7 +33937,7 @@ } }, { - "id": "48d51836-f3cd-459c-9104-bc8a02394f50", + "id": "3650655a-d865-47df-9826-cf92f8fb1e87", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -34028,7 +34028,7 @@ }, "response": [ { - "id": "6f0ef518-dc7a-4c26-855b-bf9e20a92a1e", + "id": "aeab9a14-6ad4-4104-b418-d56dc78d96bd", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -34112,7 +34112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5c648f5-0422-434f-bf91-ae7995a2d4ca", + "id": "feaaf523-a657-4605-afa3-ca6e7e504928", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34196,7 +34196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "629d557b-cd91-40b2-818c-246a08c9c532", + "id": "60da86f3-8c47-4f06-a88c-d285831c39cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34280,7 +34280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07f5d889-cc79-41be-bd6e-b1827bc5af21", + "id": "0afa5ec9-e6b5-4d9f-a75d-581b6fc450bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34364,7 +34364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7cc1a41-bf60-443e-a2f6-788049e0db0f", + "id": "fd873864-a654-41c4-8ddd-16a8e121be8f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34448,7 +34448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1e8d053-466a-4a84-8c91-1c7f22600aea", + "id": "dc306311-d685-4ec6-8de2-266684a45188", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34532,7 +34532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29e756a0-2e7b-4095-94c4-4cc665b3b30e", + "id": "578f54e0-d409-430d-8d3f-9140bddce75c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34622,7 +34622,7 @@ } }, { - "id": "05fa8ada-d2ea-4602-98c9-39e0e6e89082", + "id": "8a43b924-13b3-471a-a84c-0f9560d5837a", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -34710,7 +34710,7 @@ }, "response": [ { - "id": "cfa2715d-aeee-4759-8b64-da7e8da8a38d", + "id": "a5feafdd-ae0a-476a-9440-0475be2c4c48", "name": "A list of reviewers", "originalRequest": { "url": { @@ -34801,7 +34801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a74fb27-1989-43a6-ad3f-2bc752cf0052", + "id": "2d4b1e7d-2b83-450d-a772-352089775a9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34892,7 +34892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e746a8-9cd5-46f3-a8cb-44aba908c0c0", + "id": "b1183df3-5b66-4149-abb7-f2e44ac3a680", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34983,7 +34983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78a9b4c2-fa3d-4a01-9db3-545e12d1ad9b", + "id": "3c755854-3e62-4fb7-b511-e5b6e73b62b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35074,7 +35074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb08ae70-df38-454e-a47a-55ed5924b9a6", + "id": "de0d16da-23d2-4e63-9114-9502078df794", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35165,7 +35165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14048dbd-8789-4ae2-863f-427e906197a9", + "id": "650b3981-8735-4355-9bf3-64155ca848e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35256,7 +35256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "427da4a3-0436-44f2-bd20-4e330c37c4d7", + "id": "d075bbfb-f2d2-497e-aff9-ac9ea0b0bc41", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35353,7 +35353,7 @@ } }, { - "id": "1ebba97e-3273-4e8b-8a02-c5ebd1a6ab80", + "id": "46c53811-db84-494f-afa1-556bcd837f48", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -35408,7 +35408,7 @@ }, "response": [ { - "id": "f5f796a4-6474-4564-ab39-e4fb533e4e47", + "id": "2c6da261-ec74-4900-9d11-ac9e5e777d1e", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -35466,7 +35466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54e676d2-642b-4156-ac93-a7b5a8cc91ec", + "id": "8f447bef-5a66-4976-a2cf-0a8bf8baefe3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35524,7 +35524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "833aa16f-6276-4857-8f2a-94824400abc5", + "id": "04719a78-3531-4ba2-8f1a-f0e16d23d8e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35582,7 +35582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "821fb1aa-e12b-42ed-9b02-7628d80d7f3c", + "id": "456d7be6-c842-4708-9fdc-befbc8b96378", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35640,7 +35640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0539950c-da07-404f-9b6c-e7da292ef82d", + "id": "af3c550e-cec8-41aa-806d-be99c26e1a2f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35698,7 +35698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40a6a6cb-bbad-4a6a-8108-caa933b8b7df", + "id": "7d99acc2-255e-4b05-9f88-199b6b979493", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35756,7 +35756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cd571ed-e557-44bc-9b61-c138988d073f", + "id": "ff9d8bbb-e0ae-4fb0-afde-7f0928c58a5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35820,7 +35820,7 @@ } }, { - "id": "b102ad2d-8647-400a-a7cb-795ae5a703b1", + "id": "843e0cb0-4336-4eb8-88dd-725de8173cee", "name": "Certification Task by ID", "request": { "name": "Certification Task by ID", @@ -35861,7 +35861,7 @@ }, "response": [ { - "id": "0da9f115-a1cd-44c0-9f37-1945e85a89d5", + "id": "1bf4a684-b97c-4f44-81e8-313a296f75a5", "name": "A certification task", "originalRequest": { "url": { @@ -35905,7 +35905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39cd6bb6-7413-4067-b832-0042fc2a9efb", + "id": "3853e971-8672-4022-9254-3607df39657e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35949,7 +35949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dc84034-687f-4646-8478-02c6066a977f", + "id": "37d4d7be-5426-46e0-999f-96cbe6506dc0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35993,7 +35993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ee0d907-f4b3-4a39-9484-b21076e3b53a", + "id": "bd6e8ba0-a073-4492-81a8-fc915b624aa3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36037,7 +36037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47d972d3-33b8-4e34-8a34-32436fde3cfe", + "id": "512b6ad0-80cb-4477-9d32-642359aba4cb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36081,7 +36081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df547e9a-eced-4f8f-939c-9b6a26e0a4cc", + "id": "88e16043-21a7-4e8a-80f3-f6387d69cffb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36125,7 +36125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49d6bf71-da54-4b6c-a324-c40b03c03f9a", + "id": "fa8bd841-c61b-4a1f-9858-de418d41f55b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36175,7 +36175,7 @@ } }, { - "id": "291c67da-657f-4aa9-86c2-0626f7a52dfb", + "id": "11035b50-6e29-4fe3-82b1-d33dd8806565", "name": "List of Pending Certification Tasks", "request": { "name": "List of Pending Certification Tasks", @@ -36250,7 +36250,7 @@ }, "response": [ { - "id": "bc97ebed-8def-466d-a3ab-d0464816cd49", + "id": "77ea6749-d6b9-4dac-927e-54cc1d929fe6", "name": "A list of pending certification tasks", "originalRequest": { "url": { @@ -36339,7 +36339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d895de21-2650-4c0a-a129-3326e3d6a729", + "id": "b9022735-fd08-4891-affa-30f3f00de18f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36428,7 +36428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6e50ac6-cee0-48e0-9554-5010360ee9d5", + "id": "d6a3fc03-35d0-41ad-bd4c-a04d5f2e1c34", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36517,7 +36517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "522b1466-1f56-40f3-8304-cde2493a37f3", + "id": "a9c4c129-5ccb-48c4-a0a2-4edd8cc41158", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36606,7 +36606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b58c227-4c7e-4693-965b-1b44dada4fd2", + "id": "be94329a-1b44-46a0-9122-76ad0ee19b17", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36695,7 +36695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4477d51f-adaa-4cb1-a7b9-a8ea1b5b5073", + "id": "951649da-47a2-4aad-9066-e872fbefa839", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36784,7 +36784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20318efe-8bbc-42a0-892a-54d1cfb19637", + "id": "5d5805be-5de9-41a6-aba3-996615df8fef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36885,7 +36885,7 @@ "description": "Use this API to implement certification summary functionality. \nWith this functionality in place, administrators and designated certification reviewers can review summaries of identity certification campaigns and draw conclusions about the campaigns' scope, security, and effectiveness. \nImplementing certification summary functionality improves organizations' ability to review their [certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html) and helps them satisfy audit and regulatory requirements by enabling them to trace access changes and the decisions made in their review processes. \n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese certifications serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign. \n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers. \nOnce this certification has been completed, IdentityNow would provision all the access the user needs, nothing more. \n\nCertification summaries provide information about identity certification campaigns such as the identities involved, the number of decisions made, and the access changed. \nFor example, an administrator or designated certification reviewer can examine the Manager Certification campaign to get an overview of how many entitlement decisions are made in that campaign as opposed to role decisions, which identities would be affected by changes to the campaign, and how those identities' access would be affected.\n", "item": [ { - "id": "0a693856-a80f-41e1-b8c2-0702f8ded3cc", + "id": "9bdeb2b9-b1ca-47e2-bea1-e2de57439851", "name": "Summary of Certification Decisions", "request": { "name": "Summary of Certification Decisions", @@ -36937,7 +36937,7 @@ }, "response": [ { - "id": "8dc6f44f-a3c9-483e-b6ad-f62b9c2a7cbb", + "id": "49c7a909-dc65-4c88-b297-d30f6b4d92a1", "name": "Summary of the decisions made", "originalRequest": { "url": { @@ -36992,7 +36992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03fa3f97-4628-4d53-86a4-708f2dae555e", + "id": "19d1671c-981a-49fc-b521-df3580077679", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37047,7 +37047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3098aef8-484c-498a-ab51-c7c4711e2cf1", + "id": "167ea25a-0abb-4489-b692-681dfa61d423", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37102,7 +37102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b79a786c-6cd3-48de-b1e9-e4ed4e3e8b21", + "id": "208a7ab8-5ca5-479e-bd06-281a618507d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37157,7 +37157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e81adb6-7377-4e72-8213-1332bae20bdc", + "id": "9dff8e2a-5f26-4641-baca-d55102343fca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -37212,7 +37212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73e631cb-e942-4699-9d36-7e74f7ec6e38", + "id": "a73c9d34-bf25-4719-a4f1-e6698d34e5bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37267,7 +37267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb158e37-4032-4afb-adbe-1a0ba7f5e119", + "id": "f022d47b-809e-45dc-8b74-2fc33bfe7fd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37328,7 +37328,7 @@ } }, { - "id": "7ee43d68-77f2-44b4-b804-09f6ae351dab", + "id": "fcfab7ec-7db1-4773-af1c-58e0354fc2e4", "name": "Identity Summaries for Campaign Certification", "request": { "name": "Identity Summaries for Campaign Certification", @@ -37416,7 +37416,7 @@ }, "response": [ { - "id": "5f3b423c-c65c-4f84-a2f0-3449317b71df", + "id": "8235c1fb-60bc-45e2-a39a-ca894516ba44", "name": "List of identity summaries", "originalRequest": { "url": { @@ -37507,7 +37507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c5cd58-0446-4df2-8551-4b03550f0692", + "id": "95ea7515-22d9-4b5e-874b-b7fce3897721", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37598,7 +37598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edbf54ba-ef4d-4128-9476-5ecdbb0ec5eb", + "id": "094d9cdb-4062-493c-8ea9-1e3a00bf97e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37689,7 +37689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aa5a20f-786e-45f2-aa2d-b04d7f953284", + "id": "df8e6501-8d98-4283-8ecd-57505a63ae58", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37780,7 +37780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40ba19fd-8ba5-4327-a56c-519bc0c0cf74", + "id": "e274cae4-09fa-4c1e-a77a-01feb285fb1d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -37871,7 +37871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe65becf-1de5-442f-9722-971d860781b9", + "id": "fea53861-5632-4ce2-adbd-61e845ed3712", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37962,7 +37962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b759ddf7-0f48-42bf-9d2f-891b7ee7f04f", + "id": "98989518-6f5e-48fc-91bc-e497a728be9f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38059,7 +38059,7 @@ } }, { - "id": "84b2f47f-be82-49ea-bcba-57d14459c7a6", + "id": "7f9b2e96-f10b-42b7-85b6-6b47de986176", "name": "Access Summaries", "request": { "name": "Access Summaries", @@ -38158,7 +38158,7 @@ }, "response": [ { - "id": "47b81890-c7f6-4995-9c24-004474fd9061", + "id": "28f19a85-c2cb-4900-9d22-ac78b4fe2c2a", "name": "List of access summaries", "originalRequest": { "url": { @@ -38250,7 +38250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b303bf28-c8cf-46b2-9feb-4c8a78f8451f", + "id": "add7c017-fc63-45db-a724-bae2878cc122", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38342,7 +38342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "577d5615-d3ba-4089-92a1-510e53c995d9", + "id": "36e76336-c0b4-4a89-8c78-6499022e6af3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38434,7 +38434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a1c6606-569d-4b1a-9a44-c8f59cf082ed", + "id": "887149b5-c1af-4003-9a3c-b1f96b749320", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38526,7 +38526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f1fe1dd-087a-45c2-b7e0-709e3837ec87", + "id": "9724c241-faac-474b-9872-4a7e8679c77e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38618,7 +38618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99686bb2-e624-4c53-a95e-a8b1c999e7fc", + "id": "aeb7a3a7-5aba-4352-99dd-6343cab8fa7b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38710,7 +38710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bff4ac80-5ed5-42b6-9865-aeac020be8c5", + "id": "26024fed-b90c-4bb5-9fd0-b845d94ce979", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38808,7 +38808,7 @@ } }, { - "id": "fd4321f9-fa70-4726-b0a9-c9af28cadd81", + "id": "934263a8-ed77-4e5f-a518-da63338eac46", "name": "Summary for Identity", "request": { "name": "Summary for Identity", @@ -38861,7 +38861,7 @@ }, "response": [ { - "id": "4b365ecd-77d4-47a5-897a-391084e6722a", + "id": "7af85be2-e216-41a6-9494-1fe90c9daaef", "name": "An identity summary", "originalRequest": { "url": { @@ -38907,7 +38907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "660fd376-c6be-463c-9abc-efde46a980a2", + "id": "80ad205b-bd40-4215-b41a-bab3d9cadc75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38953,7 +38953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "428fbe33-7aab-4975-97f4-33967f81af45", + "id": "43fb8c59-bff3-4b3f-bc5c-03f8b06fe110", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38999,7 +38999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a501460-c54d-4329-83f9-4af98152e270", + "id": "bc19e7b3-6daa-40fe-be03-7788a0982319", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39045,7 +39045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cb262c7-6974-4f75-98e6-c1854501a8ea", + "id": "120bff44-2a45-411f-8a85-11ef6aee27e6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39091,7 +39091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd1ba618-fa25-425e-9d48-fa2010003b27", + "id": "61eace3e-ae53-4dcf-9af5-1ebe0244436b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39137,7 +39137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a19d84a7-8a33-48ac-be28-b89b8a7ecb23", + "id": "39a0b687-d3ec-48e4-9414-4ed8a22f15a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39195,7 +39195,7 @@ "description": "Use this API to implement the certification campaign filter functionality. These filters can be used to create a certification campaign that includes a subset of your entitlements or users to certify.\n\nFor example, if for a certification campaign an organization wants to certify only specific users or entitlements, then those can be included/excluded on the basis of campaign filters.\n\nFor more information about creating a campaign filter, refer to [Creating a Campaign Filter](https://documentation.sailpoint.com/saas/help/certs/campaign_filters.html#creating-a-campaign-filter)\n\nYou can create campaign filters using any of the following criteria types:\n\n- Access Profile : This criteria type includes or excludes access profiles from a campaign.\n\n- Account Attribute : This criteria type includes or excludes certification items that match a specified value in an account attribute.\n\n- Entitlement : This criteria type includes or excludes entitlements from a campaign.\n\n- Identity : This criteria type includes or excludes specific identities from your campaign.\n\n- Identity Attribute : This criteria type includes or excludes identities based on whether they have an identity attribute that matches criteria you've chosen.\n\n- Role : This criteria type includes or excludes roles, as opposed to identities.\n\n- Source : This criteria type includes or excludes entitlements from a source you select.\n\nFor more information about these criteria types, refer to [Types of Campaign Filters](https://documentation.sailpoint.com/saas/help/certs/campaign_filters.html#types-of-campaign-filters)\n\nOnce the campaign filter is created, it can be linked while creating the campaign. The generated campaign will have the items to review as per the campaign filter.\n\nFor example, An inclusion campaign filter is created with a source of Source 1, an operation of Equals, and an entitlement of Entitlement 1. When this filter is selected, only users who have Entitlement 1 are included in the campaign, and only Entitlement 1 is shown in the certification.\n", "item": [ { - "id": "1bfe1c96-fcaf-48f6-bb1a-9bf80e7b5aff", + "id": "13bebc98-e003-40a7-bc2d-5f230df13401", "name": "Create a Campaign Filter", "request": { "name": "Create a Campaign Filter", @@ -39237,7 +39237,7 @@ }, "response": [ { - "id": "414de72f-9286-4ca3-9cd8-7b3cf06954a3", + "id": "1e35c9a8-4ffd-440c-8a87-604b75a93920", "name": "Created successfully.", "originalRequest": { "url": { @@ -39293,7 +39293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2165fea0-3e4e-4e72-b578-288a90a6b3f0", + "id": "45173f54-1697-43ad-83f5-0726a6d1b044", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39349,7 +39349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06713b45-49d0-4fa4-8302-07184f6bc981", + "id": "0849baf5-9288-4ede-ac82-7aa3590bd2e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39405,7 +39405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd4191c9-dc6f-4560-b20f-71647ec63e86", + "id": "7e3d165d-c64f-4c07-b457-cf0130a61723", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39461,7 +39461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a03a38b7-4056-4f2c-8699-c3cde07d7d80", + "id": "c54fa124-07a7-4d69-ba17-a15065444e52", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39517,7 +39517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0bf5419-62a9-4f68-944c-61cfe188873a", + "id": "791f4ca6-2674-4598-9bcf-2cc4f429c255", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39579,7 +39579,7 @@ } }, { - "id": "300c4cdb-99da-41ef-8422-e2037ba419af", + "id": "feabc674-439f-470d-80ba-ee57e17bda88", "name": "List Campaign Filters", "request": { "name": "List Campaign Filters", @@ -39636,7 +39636,7 @@ }, "response": [ { - "id": "eb9f02f1-2381-4553-821f-42fff82e9717", + "id": "8848de1a-d1e9-462a-b510-d0bb879714de", "name": "List of campaign filter objects", "originalRequest": { "url": { @@ -39707,7 +39707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae935dc6-0420-48ae-8b29-a4732c21189e", + "id": "1c4000fe-2f79-4f63-843c-495d165f8d40", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39778,7 +39778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb0ee4b4-1eef-4359-9d42-9762cf8cee39", + "id": "d2ffaf39-7359-4ddc-86ec-d675c610384c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39849,7 +39849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8c14cbd-abb6-4cf8-871d-68affa5b58d3", + "id": "36c53cbc-bae5-428b-ad25-d536859da908", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39920,7 +39920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "443d0aaf-af1f-4c5a-885a-412cf175aaf1", + "id": "41b0bb86-c650-4dd3-ac61-4aca6b611308", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39991,7 +39991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10286842-506d-49e4-81a7-78fc6e0458c6", + "id": "b10d00a0-999c-4952-91b7-7050698017ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40068,7 +40068,7 @@ } }, { - "id": "af6a75b9-ab17-46b5-9c0b-b614ce1bc0d3", + "id": "d5874d9c-572f-4604-98df-709e961cba15", "name": "Get Campaign Filter by ID", "request": { "name": "Get Campaign Filter by ID", @@ -40113,7 +40113,7 @@ }, "response": [ { - "id": "b58551c5-12fc-4265-ac10-2ccef2440307", + "id": "719aae09-036d-42a0-aeab-74fe9ca3f075", "name": "A campaign filter object.", "originalRequest": { "url": { @@ -40157,7 +40157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acb338a5-c553-4d1a-a667-1a23546ac2ea", + "id": "ce46061f-2b38-4800-b963-9ad09c087f94", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40201,7 +40201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de16fb6a-15d8-402e-9e2a-10486097f121", + "id": "aeb38a06-0d2f-4737-9f10-4abb6449c5d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40245,7 +40245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86f4bc20-858c-42fa-b99a-90bb1876a547", + "id": "1a93bc42-5785-44ad-8188-2e2bab7164a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40289,7 +40289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eca3b4d-36b3-4953-865a-12634e50d55c", + "id": "1af985d3-f2ec-4931-a104-51f22d0d33b7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40333,7 +40333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db305a28-982f-4f06-8b11-e83461a49274", + "id": "aa728aab-5908-4952-82c5-e393210b305f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40377,7 +40377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ecb9b66-d50b-45d5-b49d-78a6a0b406d3", + "id": "9bef7acb-a715-4526-85fe-e7013e4b3ca6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40427,7 +40427,7 @@ } }, { - "id": "c082e3ea-35f1-490c-915d-9df22828b19b", + "id": "fcc7a57b-ba97-490e-baf9-0e01515dd9ca", "name": "Updates a Campaign Filter", "request": { "name": "Updates a Campaign Filter", @@ -40485,7 +40485,7 @@ }, "response": [ { - "id": "7a036ec5-cf6f-45eb-bba5-036322982326", + "id": "0180622d-fe95-4d61-b8c5-bf68a58bae3b", "name": "Created successfully.", "originalRequest": { "url": { @@ -40542,7 +40542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f07b336-0e3a-42da-9974-7cb483034828", + "id": "ce49e60b-14a6-475f-89da-9f87b4f12232", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40599,7 +40599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2b3b8ac-5904-46bd-be3f-5f00642559c3", + "id": "231dd02d-c723-4d80-be2b-2fa3dd2b457c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40656,7 +40656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f292c52b-8464-4abe-ba31-9113956493ea", + "id": "fceb1ee1-aa9e-454d-b013-aa301571246a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40713,7 +40713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105c5512-5011-4c55-a038-97535a281225", + "id": "cb37a5b0-aad5-43df-8d39-8ed571d2f084", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40770,7 +40770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5915b1de-e151-4e43-887e-ec225941def0", + "id": "75add87a-7d2a-48ed-8dcc-09e2f5e96f8a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40833,7 +40833,7 @@ } }, { - "id": "652bae15-a8c2-47d5-8c02-064d505faa72", + "id": "f80b41cc-e3a3-47ac-9459-d6c8729bf13b", "name": "Deletes Campaign Filters", "request": { "name": "Deletes Campaign Filters", @@ -40876,7 +40876,7 @@ }, "response": [ { - "id": "ecf61075-3735-4710-bc84-cbde2495a0a2", + "id": "811451c2-a610-49ad-ad83-8702ce829edb", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -40923,7 +40923,7 @@ "_postman_previewlanguage": "text" }, { - "id": "17b16fc9-485b-42bb-8f26-5a3a36f4a481", + "id": "2362849a-e882-4b56-ad66-f30e22379edb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40980,7 +40980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e988a3f3-32c2-47ca-a3d7-3ad74b75db64", + "id": "5791f090-83a8-494d-971e-ad36a9fcf814", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41037,7 +41037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed5b76b4-0f70-41ee-a79d-1b9bb41144ab", + "id": "c680a3b8-6a0b-4a1b-b375-17a53d77b13f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41094,7 +41094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e54f0303-6a20-4859-8db6-f30932f1817e", + "id": "673677e9-e213-4536-9664-906a54844e2c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41151,7 +41151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b17644b8-311a-4cbd-bb82-1e2fca5f1bc6", + "id": "9e04470f-3f4c-43d5-8e96-b18b8772494a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41208,7 +41208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ef372c9-abf9-414c-abb0-a4fd49665ef0", + "id": "ecc6d6f7-a401-49e2-9c00-7c3318c28ad1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41277,7 +41277,7 @@ "description": "Use this API to implement connector functionality.\nWith this functionality in place, administrators can view available connectors.\n\nConnectors are the bridges IdentityNow uses to communicate with and aggregate data from sources.\nFor example, if it is necessary to set up a connection between IdentityNow and the Active Directory source, a connector can bridge the two and enable IdentityNow to synchronize data between the systems.\nThis ensures account entitlements and states are correct throughout the organization.\n\nIn IdentityNow, administrators can use the Connections drop-down menu and select Sources to view the available source connectors.\n\nRefer to [IdentityNow Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about the connectors available in IdentityNow.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/idn/docs/saas-connectivity) for more information about the SaaS custom connectors that do not need VAs (virtual appliances) to communicate with their sources.\n\nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about using connectors in IdentityNow.\n", "item": [ { - "id": "1aba8111-e1fc-4b38-a92e-321adafe9f89", + "id": "2df85c85-3364-4b5d-a9a8-bfa1e0ea3e02", "name": "get Connector", "request": { "name": "get Connector", @@ -41328,7 +41328,7 @@ }, "response": [ { - "id": "bb00b3ce-7ee1-43fe-b7ce-1fd6c80accef", + "id": "622828c2-12d7-49cd-b582-cb0c80b780b4", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -41382,7 +41382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dec2677b-85e1-4d05-92e2-6a271bc7053f", + "id": "9519c309-fbe6-4d6f-9867-ce0b061ab19e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41436,7 +41436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05551c45-52b7-4576-8cb4-41f61ad6a7e4", + "id": "2d774f4c-ee63-4c99-8395-0f23a34c5cef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41490,7 +41490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "688a53ce-97e4-46b1-92b8-7edf8043e16d", + "id": "f5bad955-8faf-4e5e-ba6c-daf6c07841d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41544,7 +41544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0e31f84-0728-4851-a30d-7f8a9f5dae76", + "id": "8828c9c8-1cc6-4e20-888d-6ab31f60d09f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41598,7 +41598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10c9478e-d45f-467a-9175-19f808855221", + "id": "391c02ab-6104-4897-b673-6489a1df88db", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41652,7 +41652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "695544a5-f19f-4485-beef-3f8cd4366b0c", + "id": "7819e855-30db-4a73-bd7f-497fa6a09399", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41712,7 +41712,7 @@ } }, { - "id": "f28b88d4-5254-4b4d-a66a-2f35e4d37c6c", + "id": "feb88c43-17ce-4941-a6cf-92ea2c33ce54", "name": "delete Custom Connector", "request": { "name": "delete Custom Connector", @@ -41753,7 +41753,7 @@ }, "response": [ { - "id": "ef63c719-a19c-45a8-899d-fcf450079aeb", + "id": "434c75f5-c0c3-4b32-9f0d-8aad34b3bec9", "name": "The custom connector was successfully deleted.", "originalRequest": { "url": { @@ -41787,7 +41787,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1187e4f6-e28b-417d-a04a-14bd21a79713", + "id": "4d66ef0f-88b4-4e79-9a13-9a115c69ae78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41831,7 +41831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b72fc9f2-4579-4c4a-a771-94585c9a24a4", + "id": "d47d3c49-836d-49c6-ac9b-4b51ed995f05", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41875,7 +41875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e20a300c-43da-4e1a-91b3-f212ceb2724e", + "id": "f193eacd-a696-46a1-8380-6b87079934d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41919,7 +41919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92236211-698d-4fc5-bce0-a74d56044243", + "id": "0b5e1089-0fa3-4383-9ca4-0b4f82761987", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41963,7 +41963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50143886-f8b4-4af5-a8ee-6c76cc6acce4", + "id": "b7e929db-616d-4975-b732-9aff3b840cfc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42007,7 +42007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec7016ca-60a6-4fc1-96a8-f7ef008db9d2", + "id": "593a063b-f676-4233-9ffa-378fdaa4a7e2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42057,7 +42057,7 @@ } }, { - "id": "d5eca3f8-2c6f-4473-84db-110caf4bc801", + "id": "04df2b49-1db0-41cb-ae45-5dafe1785092", "name": "update Connector", "request": { "name": "update Connector", @@ -42111,7 +42111,7 @@ }, "response": [ { - "id": "4d855d8a-45b1-4d2f-a631-927818b8481a", + "id": "d9771080-627d-49e8-a919-64d3794f3e8d", "name": "A updated Connector Dto object", "originalRequest": { "url": { @@ -42168,7 +42168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6861bb39-8657-4c4e-b7e6-a056eca1e560", + "id": "d9f52492-ce97-4f57-90d5-082d0e4f41ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42225,7 +42225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adf50da0-255d-4da3-9ed5-8f3a48130679", + "id": "6ed3ec45-5ec3-4c92-8461-da791c3e3291", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42282,7 +42282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "477f7b16-5a03-4d99-801b-665c8dfef723", + "id": "090cb58d-cf00-4941-87cd-09af4ac67261", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42339,7 +42339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1f28dcc-1588-46e3-a61c-34c1027470f1", + "id": "78437860-2b1f-4ab7-895f-3c76c92aa4da", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42396,7 +42396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe894b19-7823-47d0-9a71-9b6d2db12fec", + "id": "b9ded651-b353-42d1-8e5d-bdb74b3fe2d1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42453,7 +42453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a76977cb-c647-49aa-abb2-cf12d077b0c8", + "id": "4c7d1f3a-6831-4815-bbba-78bbb5dcfa13", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42516,7 +42516,7 @@ } }, { - "id": "1bbd950a-d623-443b-bb57-a46490d02ebf", + "id": "c3702778-d99a-4b66-8f82-2a3ae6ccd824", "name": "get Connector Source Config", "request": { "name": "get Connector Source Config", @@ -42558,7 +42558,7 @@ }, "response": [ { - "id": "c0d496eb-111b-43b8-a0e9-5a54daf1465d", + "id": "e518ff2a-a994-4f45-a929-b16578c6512d", "name": "The connector's source template", "originalRequest": { "url": { @@ -42603,7 +42603,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "6d1b9378-92b0-41e8-b69d-8406bc452fa1", + "id": "dba5aeb6-0da7-496a-aee4-389ed5038eb7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42648,7 +42648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eef0ea1-2da0-4bf2-89dd-5af6b49e58d5", + "id": "e35fda13-d746-4ac0-b363-b24bde5567b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42693,7 +42693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc3bcad-b9b4-487e-8c2f-f07d1a64ce67", + "id": "988a01db-d74e-465a-98e7-82a85fd40710", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42738,7 +42738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cad3c16f-e191-4085-9973-6c95eadd1dae", + "id": "2112bc83-5bc1-4d3f-8b4f-14f486139e88", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42783,7 +42783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e759c9d5-1671-4c13-ba2a-cf4259bdd5db", + "id": "bb21b919-855c-44ae-84d0-57b59c23b737", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42828,7 +42828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97468c47-fdb1-4411-884b-fd2e88d6f318", + "id": "b46f2e7b-f2c9-4d40-ad8b-f95284244edd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42879,7 +42879,7 @@ } }, { - "id": "0736dd87-14f8-4467-a3ff-594e91b9a8b6", + "id": "19a481d4-68b8-416c-a7bd-4cd80941ba2c", "name": "put Source Config", "request": { "name": "put Source Config", @@ -42930,7 +42930,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea nostrud ullamco", + "value": "aliqua nisi", "type": "text" } ] @@ -42938,7 +42938,7 @@ }, "response": [ { - "id": "463891ef-c96a-42b6-b154-cb41f2aa15cc", + "id": "80f9fc4f-f685-4c2e-a8e2-81fb0f716c1b", "name": "The connector's update detail", "originalRequest": { "url": { @@ -42981,7 +42981,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea nostrud ullamco", + "value": "aliqua nisi", "type": "text" } ] @@ -43000,7 +43000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "848fa11a-0cd1-4b33-8cb1-bb9fc847ad39", + "id": "dde22761-cf58-468f-af67-05c29033488e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43043,7 +43043,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea nostrud ullamco", + "value": "aliqua nisi", "type": "text" } ] @@ -43062,7 +43062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b82ca33-e167-48a1-b094-2eb174e22b8b", + "id": "d7e29c51-d2db-463e-8ec8-ffc866d72175", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43105,7 +43105,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea nostrud ullamco", + "value": "aliqua nisi", "type": "text" } ] @@ -43124,7 +43124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a165d57b-bab1-46f0-ba0a-51e130cae004", + "id": "2df704ba-a7a0-40c4-9b89-91af48b543e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43167,7 +43167,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea nostrud ullamco", + "value": "aliqua nisi", "type": "text" } ] @@ -43186,7 +43186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "926f4635-e511-4a9c-aa89-632ccf7ea7e3", + "id": "1d250623-62be-418a-bc2a-5a3abb32fb19", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43229,7 +43229,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea nostrud ullamco", + "value": "aliqua nisi", "type": "text" } ] @@ -43248,7 +43248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76f50fd2-498f-4a0c-a54e-c03336962517", + "id": "5c59e804-e632-4a7d-875f-a02b59c11464", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43291,7 +43291,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea nostrud ullamco", + "value": "aliqua nisi", "type": "text" } ] @@ -43310,7 +43310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1769985-b702-47f2-ab41-2759cbb637f9", + "id": "a4b7beaa-0b10-4df7-ac1c-defaf9f90c49", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43353,7 +43353,7 @@ "type": "text/plain" }, "key": "file", - "value": "ea nostrud ullamco", + "value": "aliqua nisi", "type": "text" } ] @@ -43378,7 +43378,7 @@ } }, { - "id": "c9c463b7-8502-4834-82b5-2797c4d20768", + "id": "54d23151-ea31-4956-aaec-3ae9ac00768c", "name": "get Connector Translations", "request": { "name": "get Connector Translations", @@ -43431,7 +43431,7 @@ }, "response": [ { - "id": "776e2d6d-11de-4025-9546-4f65416fced0", + "id": "02116e01-945c-4133-9897-97f96bd8073b", "name": "The connector's translations", "originalRequest": { "url": { @@ -43472,12 +43472,12 @@ "value": "text/plain" } ], - "body": "ea et", + "body": "veniam Lorem eiusmod deserunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "c1251f88-8cc1-455b-9561-5dc42e1121d1", + "id": "9d85dbd8-ff24-4c42-aabc-cd2506921c74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43523,7 +43523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aaabad9-f352-4245-be13-5655d4e5c397", + "id": "3845149d-ece7-4353-8b10-dde3188c5184", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43569,7 +43569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f21d2a1-41a8-4712-bcbb-a4918ce6357e", + "id": "b13dccd7-4166-41ea-bd16-1e058fab680c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43615,7 +43615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e9600c4-1658-487a-ad6f-0d34e31d0897", + "id": "c22d8e4c-cd8e-40a1-bc5d-a17b218b9078", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43661,7 +43661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04207a71-5ebf-4910-8450-be8747fc43ed", + "id": "d7298eb6-ae91-4486-9ce1-93b8ee75eb45", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43707,7 +43707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31fabaa2-d3bc-4a12-bc40-cb51558fd713", + "id": "49696605-8c95-45a4-b694-4a9eaced3916", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43759,7 +43759,7 @@ } }, { - "id": "b55b8c43-d88b-4135-990e-43b566343735", + "id": "0277d039-bf8a-4f10-a9dd-ed5be1ab3025", "name": "put Translations", "request": { "name": "put Translations", @@ -43819,7 +43819,7 @@ }, "response": [ { - "id": "000ee8bd-40eb-46ef-a69b-e184a2c38966", + "id": "0b3ff0e2-1b9e-4ebb-a46f-9c691e68bcfa", "name": "The connector's update detail", "originalRequest": { "url": { @@ -43872,7 +43872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "218dcf3c-acb2-4033-be75-ae7c965b85af", + "id": "c24da093-078e-43d2-abde-46ecffde399a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43925,7 +43925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6da4c6c9-4e03-4b21-8667-9fc7ef3d0059", + "id": "02f56716-bb64-4cd5-8f1a-f1668906b4bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43978,7 +43978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ad76146-fa9b-40e9-9c1e-831d8a3a18cf", + "id": "4afe8536-b36e-4e6a-8d2e-ffb0b1b8e6a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44031,7 +44031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a13f0565-a5a3-41d2-bc5a-bcb2688fe33d", + "id": "17add576-3f6f-40eb-bd42-b6f0c251df82", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44084,7 +44084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcb2e6dc-2c25-405c-a655-a914d535fdbc", + "id": "4234cfbd-947d-4b6d-b984-d848017fa9dc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44137,7 +44137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6db646a-8e76-48e4-8625-056c753ab946", + "id": "f9834d3d-383d-4d09-a5b8-bd13cc662e3d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44196,7 +44196,7 @@ } }, { - "id": "7f5d04ec-739c-4b30-b1cd-09848775aa86", + "id": "d18a5efb-5d43-47a1-8856-af6ff2a3eba9", "name": "get Connector Source Template", "request": { "name": "get Connector Source Template", @@ -44238,7 +44238,7 @@ }, "response": [ { - "id": "f46ac686-a98b-4189-8051-6e4c3070301d", + "id": "033832bd-79a7-4de7-b486-9b5d9990b14e", "name": "The connector's source template", "originalRequest": { "url": { @@ -44283,7 +44283,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "cfed1e55-b0e5-4c3b-9900-a53352e71f45", + "id": "87f4c10c-3fad-43b7-940f-a5342e9dc2cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44328,7 +44328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34c67807-051a-417e-83fd-9c88e090634b", + "id": "4a6da091-146f-433d-bda4-59b4e8253c6d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44373,7 +44373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab304734-aada-4707-85ea-2edfc6f209f5", + "id": "ee98ff52-a730-4a95-9ee2-c228b5bea78d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44418,7 +44418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08c1f104-96fa-4dc9-8ffc-84988fcc4249", + "id": "7156cc2b-0461-4e70-991e-87ed95da9903", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44463,7 +44463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73f1666b-b1bf-4b69-a56f-e19da34c5c80", + "id": "814e0d77-f985-40d1-a329-5107e228af37", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44508,7 +44508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf6d6332-c1a7-4563-8e17-aefcb491a43b", + "id": "f237bd91-62de-4fe7-b59c-17a437770cf5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44559,7 +44559,7 @@ } }, { - "id": "ec846f4f-46df-4281-a9af-64da2f99046e", + "id": "1f696431-4311-48cf-b25f-0ca2be81f0be", "name": "put Source Template", "request": { "name": "put Source Template", @@ -44610,7 +44610,7 @@ "type": "text/plain" }, "key": "file", - "value": "amet minim", + "value": "adipisicing sint", "type": "text" } ] @@ -44618,7 +44618,7 @@ }, "response": [ { - "id": "640fae78-a1c7-4499-bdd4-6b2526f364e1", + "id": "dcec7f54-c61f-4cb6-b881-86e1d35b7deb", "name": "The connector's update detail", "originalRequest": { "url": { @@ -44661,7 +44661,7 @@ "type": "text/plain" }, "key": "file", - "value": "amet minim", + "value": "adipisicing sint", "type": "text" } ] @@ -44680,7 +44680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "839d6648-35b1-4439-832c-a0f98a741e4f", + "id": "a9b35c74-56bb-4285-ba18-904f8d12a0e8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44723,7 +44723,7 @@ "type": "text/plain" }, "key": "file", - "value": "amet minim", + "value": "adipisicing sint", "type": "text" } ] @@ -44742,7 +44742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67e66a89-1bbd-4c43-8f39-4cc2866305c6", + "id": "31756276-a446-46d7-ae59-44d012889b69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44785,7 +44785,7 @@ "type": "text/plain" }, "key": "file", - "value": "amet minim", + "value": "adipisicing sint", "type": "text" } ] @@ -44804,7 +44804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24fc5f7e-875e-41bf-b8c9-3998dcf8d8b5", + "id": "93c54113-1e41-46b2-9b77-02f55005dd12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44847,7 +44847,7 @@ "type": "text/plain" }, "key": "file", - "value": "amet minim", + "value": "adipisicing sint", "type": "text" } ] @@ -44866,7 +44866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c07d85c-634d-4960-9e1d-5e0b3159a1ac", + "id": "f45306e2-fea7-4569-b5ed-a29a54472415", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44909,7 +44909,7 @@ "type": "text/plain" }, "key": "file", - "value": "amet minim", + "value": "adipisicing sint", "type": "text" } ] @@ -44928,7 +44928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69096a5b-d06d-44f4-9292-47955ee2c723", + "id": "2df8cc07-cbde-41e9-9bb3-49641060f7a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44971,7 +44971,7 @@ "type": "text/plain" }, "key": "file", - "value": "amet minim", + "value": "adipisicing sint", "type": "text" } ] @@ -44990,7 +44990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "611c3302-4553-4cd9-864f-635194ecf861", + "id": "069fc98d-c2b5-4c46-a8cb-cd55f9bf1efe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45033,7 +45033,7 @@ "type": "text/plain" }, "key": "file", - "value": "amet minim", + "value": "adipisicing sint", "type": "text" } ] @@ -45058,7 +45058,7 @@ } }, { - "id": "3a0889d8-2454-4ad0-8037-b8bf5eccaf37", + "id": "6bb11076-f9fc-4ccc-a3f0-ce47a7bb624c", "name": "get Connector Correlation Config", "request": { "name": "get Connector Correlation Config", @@ -45100,7 +45100,7 @@ }, "response": [ { - "id": "8c2df2b7-9177-4a03-aede-6ae7bbb6467b", + "id": "56bf4de2-633d-4f9f-8dc8-14b4e2a0115d", "name": "The connector's correlation config", "originalRequest": { "url": { @@ -45145,7 +45145,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "15634fcb-4220-4189-9e39-6d0b6828fe80", + "id": "2abc6e8a-93fe-4c7c-9848-ac6e4412d27d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45190,7 +45190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d52289e-9344-4bd8-83aa-2a71e64e701a", + "id": "0d4f0aad-7f9f-4459-a963-9d7fd9dc7f40", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45235,7 +45235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fccb7169-2c5c-4e05-94ba-4ef0dcbc2c35", + "id": "68c9da68-9cbb-40ab-805d-c95812525a1b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45280,7 +45280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9c979d2-cf5c-4771-bb8b-6f8e437826dc", + "id": "897dc70e-6afc-429b-ae87-b961bad18297", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45325,7 +45325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a12ea491-8f54-4aeb-a2fa-78ec7a5ffe35", + "id": "bd0b26e9-2178-46f7-a3b1-433523bcf046", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45370,7 +45370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bc645fb-0dc0-44d1-a6e3-abcc4ce59c68", + "id": "622f7db4-7183-40c3-b559-20dec9fe2935", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45421,7 +45421,7 @@ } }, { - "id": "9d459092-1eaf-4b4b-8d54-81af4b43bdcc", + "id": "0792ad43-e223-4ca7-ba51-e2705ed79c54", "name": "put Correlation Config", "request": { "name": "put Correlation Config", @@ -45472,7 +45472,7 @@ "type": "text/plain" }, "key": "file", - "value": "anim", + "value": "fugiat officia Ut", "type": "text" } ] @@ -45480,7 +45480,7 @@ }, "response": [ { - "id": "22d753ac-3b67-4894-91bf-bb28ade4cbe1", + "id": "4266b925-9843-4c12-b73c-8c1e49732eb4", "name": "The connector's update detail", "originalRequest": { "url": { @@ -45523,7 +45523,7 @@ "type": "text/plain" }, "key": "file", - "value": "anim", + "value": "fugiat officia Ut", "type": "text" } ] @@ -45542,7 +45542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc271271-a859-40a4-92a9-2b72a7e477e4", + "id": "e96c51f8-3049-4166-8f1a-6f8a81b5c4b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45585,7 +45585,7 @@ "type": "text/plain" }, "key": "file", - "value": "anim", + "value": "fugiat officia Ut", "type": "text" } ] @@ -45604,7 +45604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "840fada7-2f72-4afb-8085-bb4d73795221", + "id": "283a8d9d-33ae-4b30-b00b-81d92d145a4c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45647,7 +45647,7 @@ "type": "text/plain" }, "key": "file", - "value": "anim", + "value": "fugiat officia Ut", "type": "text" } ] @@ -45666,7 +45666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02967149-2e11-4b1e-ae44-c02c9691855e", + "id": "13cf9447-1f65-4d7c-be54-ae4f0b56e653", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45709,7 +45709,7 @@ "type": "text/plain" }, "key": "file", - "value": "anim", + "value": "fugiat officia Ut", "type": "text" } ] @@ -45728,7 +45728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf83ae17-3b27-453b-8a09-980d9f2900f6", + "id": "8d3e5026-fbe3-472d-a102-f8091f202753", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45771,7 +45771,7 @@ "type": "text/plain" }, "key": "file", - "value": "anim", + "value": "fugiat officia Ut", "type": "text" } ] @@ -45790,7 +45790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b26689d-073e-4e50-a64f-4fbb9f236950", + "id": "72c52f3a-7d79-46a3-b298-d83213676ce0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45833,7 +45833,7 @@ "type": "text/plain" }, "key": "file", - "value": "anim", + "value": "fugiat officia Ut", "type": "text" } ] @@ -45852,7 +45852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82a91b9e-9c8a-4e32-bfce-319e7563760d", + "id": "5d9726a0-32c0-49aa-a2bb-f5db0f616a65", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45895,7 +45895,7 @@ "type": "text/plain" }, "key": "file", - "value": "anim", + "value": "fugiat officia Ut", "type": "text" } ] @@ -45920,7 +45920,7 @@ } }, { - "id": "726b02eb-d0bf-4746-8981-669f73366243", + "id": "b7723c6f-3b9c-4767-a0c6-1e934bd4d730", "name": "Create custom connector", "request": { "name": "Create custom connector", @@ -45962,7 +45962,7 @@ }, "response": [ { - "id": "77288876-22c0-49de-a101-348dc3f71542", + "id": "7b4a4c0d-344b-4ea4-a175-1a23d7c9b775", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -46018,7 +46018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90da5926-3d4c-4fb4-b12b-252a49dc4c2d", + "id": "ca733865-54bc-4b67-93bc-380a92f4e74a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46074,7 +46074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "200267b8-cc20-4ddc-b8d0-70a0cad28564", + "id": "442b10ba-29f3-4d0b-9b33-5b20c52f76f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46130,7 +46130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c0dd91c-f138-4fd1-95a6-fdf84a0cd4bc", + "id": "df935c0e-490f-497c-b8a2-506027c82771", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46186,7 +46186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a89963ef-91a2-40a3-90b1-e410dc4736f4", + "id": "f0ff9391-80c4-4612-9516-f8a089663967", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46242,7 +46242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c53d8f4-a835-4d8d-aaf7-7e4609732b6b", + "id": "93a55ec8-67ec-4086-ba8d-9b95246c5052", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46298,7 +46298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c82db34-da63-49dd-9d3a-ad38834ae698", + "id": "c9c8ee8c-0e9f-4612-b13d-fae7785d1362", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46366,7 +46366,7 @@ "description": "Use this API to implement and customize global tenant security settings.\nWith this functionality in place, administrators can manage the global security settings that a tenant/org has.\nThis API can be used to configure the networks and Geographies allowed to access IdentityNow URLs.\n", "item": [ { - "id": "661fa1e0-153b-4f93-999c-d2a64d2371e4", + "id": "b9d704d1-43e9-43d2-a413-76c0729fcae6", "name": "Get security network configuration.", "request": { "name": "Get security network configuration.", @@ -46396,7 +46396,7 @@ }, "response": [ { - "id": "e33b8186-1057-4af4-9e7e-258de316f340", + "id": "dea41455-bd95-4d2d-9557-d79bfd8754b2", "name": "Network configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -46440,7 +46440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f34ac797-8cd2-441c-9cb0-12995c06d89c", + "id": "6e29227d-5246-4f07-88cd-21fda50e1b05", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46484,7 +46484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39dc4fb4-fdad-480e-aa90-2b91efd2b4b3", + "id": "9fe44e8b-d30d-47a7-a801-1f780803b087", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46528,7 +46528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10290d08-3e7f-4a96-b522-b6f2fd23a219", + "id": "e38abe99-b88b-4c3d-9db2-facf83e15dee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46572,7 +46572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d48c31fa-229c-4085-b4e8-0b805d707842", + "id": "01c7beed-a00e-48c2-9fa2-eeb0d26516af", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46616,7 +46616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3fa44f2-50df-42b6-ae1e-9c1e3b7959dc", + "id": "52d3f0c0-560e-423f-b199-7fa3a460f7bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46660,7 +46660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df0ae80c-3a4f-478e-8928-4d239c9f707c", + "id": "c9387371-db7a-406d-8181-63d870795466", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46710,7 +46710,7 @@ } }, { - "id": "74bd8a81-b354-4b46-99a8-784f82a11f88", + "id": "67f5065c-0e7c-4fb0-92ed-9e8004258647", "name": "Create security network configuration.", "request": { "name": "Create security network configuration.", @@ -46753,7 +46753,7 @@ }, "response": [ { - "id": "448f7505-0797-45d8-9efc-1b5eb75fddd2", + "id": "05f928c5-b3a9-4473-8901-35f18dc245bc", "name": "Network configuration for the tenant.", "originalRequest": { "url": { @@ -46810,7 +46810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d41fa205-097a-4aaf-9ed3-2e029e2f6257", + "id": "445357fd-210d-4321-b373-03d1ae313d46", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46867,7 +46867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9a46ab8-3272-4709-bf98-16a70b9c2303", + "id": "91fdd409-f24d-468d-9ff9-349bf12cc905", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46924,7 +46924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61044c10-5ce6-4960-b83b-ac60d20a30b1", + "id": "ba52440c-6896-4f04-bd29-cdf12c683208", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46981,7 +46981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0278269-f093-4b47-9880-63d2202612c8", + "id": "94c90cc1-70dd-4d73-b0b5-cec43197c8a8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47038,7 +47038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f8e16ef-98c5-4876-8328-e555a46f7dfc", + "id": "dcec98b5-7b6d-4193-b817-dd75af6ed9ac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47095,7 +47095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e243a22-7825-4a50-a305-923727e186bb", + "id": "b4be58e4-bdec-4fbf-897f-4ff6f8be6ace", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47158,7 +47158,7 @@ } }, { - "id": "d87c363a-c35b-4334-aa1b-4e01c0d59eb0", + "id": "9ee0bd3a-fdfd-4b42-b49b-23aac9958dc2", "name": "Update security network configuration.", "request": { "name": "Update security network configuration.", @@ -47201,7 +47201,7 @@ }, "response": [ { - "id": "da558b11-4c3d-45d2-acf7-79d25ed95332", + "id": "e820c74a-67f7-4a33-b30a-6236315b4e8b", "name": "Updated Auth Org network configuration.", "originalRequest": { "url": { @@ -47258,7 +47258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad79a6ce-8d3b-448c-96ad-81aab9dbccb8", + "id": "e36bec55-7668-40a0-9c44-f0a615bad2c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47315,7 +47315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffb8454f-ad0f-401c-903a-929678b0ca9b", + "id": "7c081831-655b-43e8-87d0-92e5366480e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47372,7 +47372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1801546-ddac-4f88-8b18-857a4cb40301", + "id": "299df287-8a72-4206-b957-b3c12519fd5a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47429,7 +47429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c986f06c-1233-4a72-9174-a0d576131914", + "id": "db4881ca-be08-4b27-9351-cbda78a7e888", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47486,7 +47486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7497a8c-cdf6-4d9b-ad33-b3f03c3ba63f", + "id": "4c5d6bdd-a2e6-4c6d-bb5e-f4f87328c00a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47543,7 +47543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0de0246-ba40-4a08-b072-5e89df47d6aa", + "id": "12361187-a56a-434f-90e2-cc05644028de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47612,7 +47612,7 @@ "description": "Use this API to implement and customize lifecycle state functionality.\nWith this functionality in place, administrators can create and configure custom lifecycle states for use across their organizations, which is key to controlling which users have access, when they have access, and the access they have.\n\nA lifecycle state describes a user's status in a company. For example, two lifecycle states come by default with IdentityNow: 'Active' and 'Inactive.' \nWhen an active employee takes an extended leave of absence from a company, his or her lifecycle state may change to 'Inactive,' for security purposes. \nThe inactive employee would lose access to all the applications, sources, and sensitive data during the leave of absence, but when the employee returns and becomes active again, all that access would be restored. \nThis saves administrators the time that would otherwise be spent provisioning the employee's access to each individual tool, reviewing the employee's certification history, etc. \n\nAdministrators can create a variety of custom lifecycle states. Refer to [Planning New Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#planning-new-lifecycle-states) for some custom lifecycle state ideas.\n\nAdministrators must define the criteria for being in each lifecycle state, and they must define how IdentityNow manages users' access to apps and sources for each lifecycle state.\n\nIn IdentityNow, administrators can manage lifecycle states by going to Admin > Identities > Identity Profile, selecting the identity profile whose lifecycle states they want to manage, selecting the 'Provisioning' tab, and using the left panel to either select the lifecycle state they want to modify or create a new lifecycle state. \n\nIn the 'Provisioning' tab, administrators can make the following access changes to an identity profile's lifecycle state: \n\n- Enable/disable the lifecycle state for the identity profile.\n\n- Enable/disable source accounts for the identity profile's lifecycle state.\n\n- Add existing access profiles to grant to the identity profiles in that lifecycle state.\n\n- Create a new access profile to grant to the identity profile in that lifecycle state.\n\nAccess profiles granted in a previous lifecycle state are automatically revoked when the identity moves to a new lifecycle state. \nTo maintain access across multiple lifecycle states, administrators must grant the access profiles in each lifecycle state. \nFor example, if an administrator wants users with the 'HR Employee' identity profile to maintain their building access in both the 'Active' and 'Leave of Absence' lifecycle states, the administrator must grant the access profile for that building access to both lifecycle states.\n\nDuring scheduled refreshes, IdentityNow evaluates lifecycle states to determine whether their assigned identities have the access defined in the lifecycle states' access profiles. \nIf the identities are missing access, IdentityNow provisions that access. \n\nAdministrators can also use the 'Provisioning' tab to configure email notifications for IdentityNow to send whenever an identity with that identity profile has a lifecycle state change. \nRefer to [Configuring Lifecycle State Notifications](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#configuring-lifecycle-state-notifications) for more information on how to do so.\n\nAn identity's lifecycle state can have four different statuses: the lifecycle state's status can be 'Active,' it can be 'Not Set,' it can be 'Not Valid,' or it 'Does Not Match Technical Name Case.' \nRefer to [Moving Identities into Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#moving-identities-into-lifecycle-states) for more information about these different lifecycle state statuses. \n\nRefer to [Setting Up Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html) for more information about lifecycle states.\n", "item": [ { - "id": "f0d8c4a6-b807-4526-a15a-f6df9caf1e5b", + "id": "fa52a2ef-ca5b-45c1-b750-37df0c1657a6", "name": "Set Lifecycle State", "request": { "name": "Set Lifecycle State", @@ -47667,7 +47667,7 @@ }, "response": [ { - "id": "4809ceee-dc9a-4537-bdec-01fc27509656", + "id": "cf9121bf-5969-4012-9883-ed3468fba6d1", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -47725,7 +47725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4430afbe-6d6f-493c-95ce-2f3079825657", + "id": "8ebb1641-8a29-4c7b-b90c-e2b8b5ed643a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47783,7 +47783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "244e1ad1-49e3-432c-bdef-13102b0248d2", + "id": "43510ed4-da11-41fa-89d0-0a7f7a6f9aeb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47841,7 +47841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92e18f2c-f2cb-4481-8112-3051a63c27b8", + "id": "480fa1ec-c58d-4ef1-81b9-0a275e3380a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47899,7 +47899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d324bc9-c2e9-4e52-9415-e8e47f71ffcb", + "id": "40dcf023-1fe0-40d6-90f4-ea2cea7f6278", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47957,7 +47957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e13b5136-98f7-4b2a-a2bc-157995e58b3b", + "id": "edf788db-c8a0-44c4-85e9-fefb7413f8e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48015,7 +48015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49c1afe9-d1da-4555-b54a-254d21c642e1", + "id": "98acfad4-c3d1-4924-b6bd-371e0ec70b49", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48079,7 +48079,7 @@ } }, { - "id": "c8ccba29-477c-40eb-80c9-36791a3c88bc", + "id": "99b2293b-8c0b-4a76-bb92-c4435c7e132b", "name": "Lists LifecycleStates", "request": { "name": "Lists LifecycleStates", @@ -48158,7 +48158,7 @@ }, "response": [ { - "id": "09044875-1222-4e60-82d1-910b9e2070fe", + "id": "f7f267ae-4694-4839-b4d3-11a5d34d0e36", "name": "List of LifecycleState objects", "originalRequest": { "url": { @@ -48240,7 +48240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f34a1c62-c7af-4379-b59f-99a33f2b3362", + "id": "656bc75d-fbdc-4a64-ae93-d97450a8f2b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48322,7 +48322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3a313f1-59f5-4cef-aefa-f4f6ebe89fe2", + "id": "531ec65e-e6e7-4974-acec-b6962e455f94", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48404,7 +48404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03646a0d-7430-4d26-9caa-b6ec2be165f2", + "id": "25196330-90a7-435a-b673-df7db2375e4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48486,7 +48486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b634e528-6bbd-420b-b370-63f88a2a5911", + "id": "586acd57-6616-4af0-a5e1-1db5abe835e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48568,7 +48568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a028d10-27f3-454f-8827-8c32a384cd4c", + "id": "bd2ebd61-13bb-4ab4-b29a-b4d3d0b48e5e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48656,7 +48656,7 @@ } }, { - "id": "d7e70987-06d3-4098-a5f1-81f3c0400bd1", + "id": "be938990-f23d-4412-aae5-ce1f50959d6f", "name": "Create Lifecycle State", "request": { "name": "Create Lifecycle State", @@ -48711,7 +48711,7 @@ }, "response": [ { - "id": "8f9c27d8-8094-434f-8607-8178d6245711", + "id": "66e615f9-1df3-4e9d-a9b3-38fc0dec8206", "name": "Created LifecycleState object.", "originalRequest": { "url": { @@ -48769,7 +48769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6863bfa4-2a00-4f05-be75-06d37230f7a8", + "id": "64df254f-49d8-46f2-836e-be8c0bf7cb54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48827,7 +48827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2890a64-5c45-4e63-9da2-ee62c51466a6", + "id": "7dd30805-762a-4c09-acb1-8c4b47d14bad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48885,7 +48885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a3bb16f-24e2-433a-a435-10cc842504d0", + "id": "e8cab0f3-9ef8-4eb0-ac91-846131f586ad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48943,7 +48943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5236905d-cf2e-4054-a295-7037793afeff", + "id": "8a5166bb-1479-46e2-be6b-cb9435d877a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49001,7 +49001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a59f9c3-9750-4bdc-8077-62d7190e9d76", + "id": "c1a49c7e-46bd-46b1-b114-a21a66faca3a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49065,7 +49065,7 @@ } }, { - "id": "4a756712-50ad-47f3-9848-951447b98d37", + "id": "0662a974-04e1-4e75-8f90-ca274a88ab18", "name": "Retrieves Lifecycle State", "request": { "name": "Retrieves Lifecycle State", @@ -49118,7 +49118,7 @@ }, "response": [ { - "id": "c11e9dd7-69ea-4cca-b8b4-77728049f5e3", + "id": "411147a7-1f64-457f-ba06-546c5bb1444d", "name": "The requested LifecycleState was successfully retrieved.", "originalRequest": { "url": { @@ -49164,7 +49164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "005fcd60-2a52-4b24-845d-ab6e4f1f495b", + "id": "6dcfb15b-02a5-43a7-9545-f09fffa7920b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49210,7 +49210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8f4fc39-8156-4f82-b904-54189db8dc50", + "id": "6b536ae1-2f22-4e4b-9d46-978037ff2c73", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49256,7 +49256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30dda47f-f7e0-4cea-9738-efc850550811", + "id": "aa3707ca-5c09-42bf-bc79-ebcffeda3444", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49302,7 +49302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f0c279e-2831-486d-859c-4382db7dae80", + "id": "a127fd52-7376-4ff9-9cad-047a4153075d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49348,7 +49348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2ded02e-574e-4766-a60a-20115d4b0a13", + "id": "b06627b2-559c-42d0-94ef-ec17deb78361", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49394,7 +49394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b365f3c-fd9f-4f27-8b61-4ca26a792a74", + "id": "93f0b49f-4313-4377-a291-d501289f55f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49446,7 +49446,7 @@ } }, { - "id": "df140acc-f510-4a68-8cde-54d7ff03e112", + "id": "b79f8c35-dd3e-4250-9869-704caee06232", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -49512,7 +49512,7 @@ }, "response": [ { - "id": "39ab6daa-235d-4b09-a2a5-4e0c9d975b09", + "id": "e645cb3f-581f-46b6-a29e-8a29a34ff70d", "name": "The LifecycleState was successfully updated.", "originalRequest": { "url": { @@ -49571,7 +49571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46546a2f-3618-425d-aae2-51ff41e55f22", + "id": "f0718085-ccf8-4d75-927e-b3e0878da1a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49630,7 +49630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4a692da-a90b-4408-8b9c-82e3a24bae5a", + "id": "37afeeca-9250-4fa1-ae30-ed6ee3ffd22e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49689,7 +49689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fa8ac42-9701-40a8-a2db-45eef7a9d628", + "id": "0ba635d8-2240-443b-ab9d-fe27e3f24a02", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49748,7 +49748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3be394ae-561d-4437-863a-fc85b2f0fc78", + "id": "d080963e-4b82-4065-bcdf-327c218d01ad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49807,7 +49807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fce71cb4-d0ac-414a-9594-16b289b10a9b", + "id": "5ae1ceae-ca0b-4ca5-bd8b-58bc0dd0f776", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49866,7 +49866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "380d055c-a89e-4efa-8781-55fea0a004aa", + "id": "4d224a4e-35e4-497b-b6e7-390f09cc105a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49931,7 +49931,7 @@ } }, { - "id": "8a23f8c9-e222-4efb-a461-b2e3bbb28142", + "id": "01c10073-f559-4f8b-bfae-f1adc224f6e9", "name": "Delete Lifecycle State by ID", "request": { "name": "Delete Lifecycle State by ID", @@ -49984,7 +49984,7 @@ }, "response": [ { - "id": "a272c3b3-6426-4efe-9280-4e39a042bee8", + "id": "262d6694-ee1c-4754-a9ba-be5f95ea0741", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -50025,12 +50025,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"Lorem dolore ad amet\",\n \"name\": \"Contractor Lifecycle\"\n}", + "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"quis cupidatat commodo mollit\",\n \"name\": \"Contractor Lifecycle\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f9d1ae87-0aa4-451b-8d6b-2e4bce7cfd4e", + "id": "1f6c9a26-f916-4ac0-b06e-320c1572a88d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50076,7 +50076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec02d67a-f805-4a58-b88b-7a35a94a0a89", + "id": "a5516075-0fd5-43f2-b4c7-065153b721bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50122,7 +50122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "749ab13b-87bb-4d4c-9306-79ccd89a5d75", + "id": "81e00afd-33eb-44c6-a315-3b6ab3746896", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50168,7 +50168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a8b08a7-065b-46f7-82fa-e83b78e22d0e", + "id": "79871536-006c-4f15-a9d3-02d1b06b7577", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50214,7 +50214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e59ae82-070b-4223-9453-ce58a5d52da0", + "id": "5ae22318-2590-451c-a137-155cfa92eecb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50260,7 +50260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92b4a90e-eb52-4c00-a732-5aef1b154f97", + "id": "072fe80e-4965-480f-9099-611e8d1f63e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50318,7 +50318,7 @@ "description": "Use this API to implement identity profile functionality. \nWith this functionality in place, administrators can view identity profiles and their configurations. \n\nIdentity profiles represent the configurations that can be applied to identities as a way of granting them a set of security and access, as well as defining the mappings between their identity attributes and their source attributes. \n\nIn IdentityNow, administrators can use the Identities drop-down menu and select Identity Profiles to view the list of identity profiles. \nThis list shows some details about each identity profile, along with its status. \nThey can select an identity profile to view its settings, its mappings between identity attributes and correlating source account attributes, and its provisioning settings. \n\nRefer to [Creating Identity Profiles](https://documentation.sailpoint.com/saas/help/setup/identity_profiles.html) for more information about identity profiles.\n", "item": [ { - "id": "74a81d98-1444-4fbc-a776-7f59bf910e1b", + "id": "68438545-0dc2-4624-b0df-4e662c25d034", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -50393,7 +50393,7 @@ }, "response": [ { - "id": "86bfb6b4-d0af-4602-9ff2-15d68bdd686c", + "id": "cddb9ff4-ebc5-48c1-b43d-b70f504707ca", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -50482,7 +50482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9929f505-b925-4171-9978-a2ce14ca7b1a", + "id": "83926f26-3b89-4be7-acbd-ca6941b03972", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50571,7 +50571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03f6267a-b811-4509-a91e-088dd30ec907", + "id": "64f57a4e-a1a1-4f1e-8576-0443d4f3b611", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50660,7 +50660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43dffcae-34b3-441d-967e-70272e162c83", + "id": "cc3b96df-8f04-452f-b57d-053cb762d176", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50749,7 +50749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "661f032d-d3be-44b7-9a02-d09861adecf0", + "id": "92e5093f-c79b-4d93-b0a3-5c817735f098", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50838,7 +50838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e03f571-f2b0-4057-a6ea-26a50747a849", + "id": "c7fdcb50-47d5-41fc-8159-de85c119ccd3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50933,7 +50933,7 @@ } }, { - "id": "d70f1aff-27c4-41b4-a17b-243a7f7f27e4", + "id": "e016914a-6d09-4817-86f0-bf0530b1376b", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -50976,7 +50976,7 @@ }, "response": [ { - "id": "0696d5ad-5947-40f1-aa0f-13f00c602eb2", + "id": "af65ec54-b3f0-4a68-a0b1-a783d65c6b8a", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -51028,12 +51028,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"2018-10-25T07:56:39.602Z\",\n \"launched\": \"1997-09-02T16:38:51.885Z\",\n \"completionStatus\": \"Success\"\n}", + "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"2012-10-24T14:19:18.719Z\",\n \"launched\": \"1966-10-26T11:58:45.109Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e99a47e3-30c7-4deb-91d2-3ecb60236bd7", + "id": "a8fe8c06-3e9a-4523-9665-b44002d74136", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51090,7 +51090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cb1ff7a-00b2-4cba-a57c-3d300d7d9f3b", + "id": "741afcd8-5590-45aa-b64a-e6b0783e71b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51147,7 +51147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d279b0b-29f1-4526-987c-2f94c00a1b18", + "id": "beac5fb6-cb0a-4863-869d-0ca0634d3b80", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51204,7 +51204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9782dd6d-7efc-4a06-8fc1-92941652a545", + "id": "30d3ccdf-ccbf-48c9-a141-5bcd2f656e2a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51261,7 +51261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b19dc36-b97e-4301-b006-720b545447ad", + "id": "668ad672-97d9-4614-ad0d-cced84b5be5f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51324,7 +51324,7 @@ } }, { - "id": "a57ebdd0-3ccf-4943-b14a-45e7d3838047", + "id": "b55079f3-85ba-4c4d-ab23-8eab6b955794", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -51400,7 +51400,7 @@ }, "response": [ { - "id": "5db111f3-971c-411b-b908-3d3161123a78", + "id": "0da8b18e-c7c3-4037-823d-bc3cb0df96b5", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -51490,7 +51490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcfc373e-87da-42a3-852f-91c11f7c9bf6", + "id": "207dcead-d7d5-4297-b5ed-791b1fd71b20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51580,7 +51580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "552ab0c8-3e18-4e55-bd92-36b2c426ff1b", + "id": "c4f533b9-b11c-4984-ad7b-fa9d1a3b7fa2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51670,7 +51670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbbe2fe3-3fb8-4187-8fac-6121ca10352a", + "id": "f19a769b-02c5-4fc0-9bcd-de3c1cebb890", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51760,7 +51760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10a1062f-23f0-4c2e-9bbc-c26406a742d4", + "id": "51b474df-6567-4b9d-a6ea-c6c4cb4846a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51850,7 +51850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bd7dc06-aab8-4c41-9ce3-1712cf93bea1", + "id": "3729e9b0-964d-4082-8fa3-4196986c9346", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51946,7 +51946,7 @@ } }, { - "id": "ed09fb02-c9b6-4867-b30b-50feafc8249c", + "id": "b07aa958-3689-4796-bbff-98e8c49d3256", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -51989,7 +51989,7 @@ }, "response": [ { - "id": "8c3a38dc-e835-48a2-a499-fc8c94f1d802", + "id": "605a2bfb-5647-4e53-8900-c93d8cf3dda6", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -52046,7 +52046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0185590e-7c7d-4237-a3a1-ceb97ec1bcd6", + "id": "d090fc6a-f36f-4baf-97ab-08d06a56957b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52103,7 +52103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "853c2b91-d151-44dc-8b2e-e99c1478fbb5", + "id": "097eeb79-7b66-4933-8e2e-794575de06be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52160,7 +52160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5def28e8-1bd2-4e8c-ae2e-3b0d69c68a4c", + "id": "61acb4f2-4047-49b1-8888-33371cbb625d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52217,7 +52217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0117a5a5-235c-463e-9600-6fc0781e333b", + "id": "1f6e61a3-1130-4e20-866c-6fc017f92270", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52274,7 +52274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f71040ae-3180-4fc5-80eb-c90990fce3a1", + "id": "81757393-00f5-47ea-a188-c07e8b3dc572", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52337,7 +52337,7 @@ } }, { - "id": "06a4fb1f-71e1-4324-b566-4b5393408449", + "id": "8fdb9414-2411-47ac-a51e-abbfdd69057e", "name": "Get single Identity Profile", "request": { "name": "Get single Identity Profile", @@ -52378,7 +52378,7 @@ }, "response": [ { - "id": "b01ff060-5d5e-4a8b-bf5a-ccff9f8822c3", + "id": "3f8e83f8-5781-454f-ae7b-b102c139625b", "name": "An Identity Profile object.", "originalRequest": { "url": { @@ -52422,7 +52422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e883e5c0-9b5a-4536-9c9d-d953fab00bb7", + "id": "0fa9f5eb-6fbc-4d8c-90a4-7b288b5c1a3d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52466,7 +52466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9319e410-68ef-4249-ac1f-f272905c7f71", + "id": "0669bdb9-cf70-4809-bd11-6c07678e5596", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52510,7 +52510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "868cacab-0077-4a7c-9e7b-ee078b6237de", + "id": "d2c9862c-b394-4f95-8f46-d357afe6fc4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52554,7 +52554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33fc419f-ff07-4f8c-8c5a-1defd810e86a", + "id": "34d2e946-4495-46ac-860b-0b1fffda0405", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52598,7 +52598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30429c2f-3737-4345-b9a7-69c1b2b34450", + "id": "08204fe2-aaef-42e9-83a9-2dd8041d4fda", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52642,7 +52642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07c781ca-7a1b-4eb7-8ba8-3035bb8ddc18", + "id": "2c3e2ff7-2019-4987-ae34-f797fe945e70", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52692,7 +52692,7 @@ } }, { - "id": "e9f8f22f-d309-48c5-be09-3b9273bf6821", + "id": "541195b5-c118-4e97-bb2e-2b800e963ae0", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -52733,7 +52733,7 @@ }, "response": [ { - "id": "4ea0902c-a776-4ee2-b473-d86b42c78bbc", + "id": "3edeeedc-7976-47b3-8894-79410645513b", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -52772,12 +52772,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"2022-04-26T23:41:40.138Z\",\n \"launched\": \"1992-03-16T12:51:11.729Z\",\n \"completionStatus\": \"Success\"\n}", + "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"1978-06-25T19:09:52.690Z\",\n \"launched\": \"1984-01-11T18:29:49.970Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "405a03f5-4331-4ad7-b09d-e83f4ea1720a", + "id": "1b0b1130-db0b-46e4-af77-e2f84afb2adf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52821,7 +52821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af336e7b-6e24-453f-827c-37b60a4a7ee3", + "id": "50169b72-7620-4b74-912b-5e8af553542a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52865,7 +52865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2795f35b-6c70-46d3-8a6e-eeba04dec5dd", + "id": "e5ad59ca-b79e-4f58-b5c5-af4a167ccffa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52909,7 +52909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c791fd04-0960-4bf9-8bf0-0bffbd4ac1da", + "id": "a4b2c4c8-ba9f-4a52-9c61-5d8e3309e816", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52953,7 +52953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f42ae1a1-e1a4-4c90-b766-7ae99eb4649f", + "id": "17cd746c-2b91-4619-831f-6b71010d71f6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52997,7 +52997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80f5057f-264d-4614-b4b6-4528a7b39b54", + "id": "bbb48fa1-57f3-415b-919e-5f105876bf7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53047,7 +53047,7 @@ } }, { - "id": "7d7b573f-076a-4c3c-92dc-039e2fdd3d86", + "id": "e9455240-2f49-468f-9d43-8850d7b81fb4", "name": "Get default Identity Attribute Config", "request": { "name": "Get default Identity Attribute Config", @@ -53089,7 +53089,7 @@ }, "response": [ { - "id": "7d8ab349-0f44-4e2d-8a5c-449f29961992", + "id": "e57fb2a7-3638-43b6-9449-8fd1c357a951", "name": "An Identity Attribute Config object.", "originalRequest": { "url": { @@ -53134,7 +53134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11a0a0f9-aaab-49cd-95a5-ec324fda47a1", + "id": "2724424f-21f1-4943-ac75-3a63a3ba9aae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53179,7 +53179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4909f9a-f355-4e11-9560-dbdc55841c2e", + "id": "1831e763-43aa-4c9a-8952-39697a105fe9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53224,7 +53224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d052d987-0f9a-4040-89a5-c5809218db76", + "id": "a69613c7-008d-4940-9073-6cad055854f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53269,7 +53269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb7c26df-4877-4540-afcb-7cb84197facb", + "id": "83705444-e650-476a-bad6-2d7c62c020b8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -53314,7 +53314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb3fafb2-ad91-4a62-8d71-1216d19f7dbe", + "id": "c0ea1a8c-fa70-44ea-a3c4-1cf73a44a6ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53359,7 +53359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f69d6d3b-356d-4cf5-b5b1-4050e5fdeda1", + "id": "7b969506-e6b1-43b1-9613-ebee3accea41", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53410,7 +53410,7 @@ } }, { - "id": "9f95c5e4-b2ce-48c2-9da6-dcae3dc16bab", + "id": "b90b111e-ae59-4811-b349-991faa8cda41", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -53452,7 +53452,7 @@ }, "response": [ { - "id": "60aa1364-b18f-4117-a612-668adea2ceee", + "id": "d67836cd-e22a-49a1-8235-4e191bfab914", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -53497,7 +53497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac440748-c1b7-41db-9cc7-56d9fc06993e", + "id": "3dda4503-7c84-4018-aef8-d015b9c0186b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53542,7 +53542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "695eaa15-2a99-45c4-a7a0-73f77f339ae8", + "id": "6272cf40-476b-4a9f-8da7-78ca5aad7c53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53587,7 +53587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3cf210e-e582-4810-8e88-2de26c09c270", + "id": "0ed7b842-79fe-4676-b5c2-01a870fbc6e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53632,7 +53632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c0cf83-b4c4-4566-a5aa-5295a3140ee6", + "id": "afe14eb9-efd0-4cc7-98fd-148cfa2b7acb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -53677,7 +53677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dab0fe8-bfde-46ab-a614-c268fb048aae", + "id": "6df71aa3-e517-474a-9cdf-a141219c0fa3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53722,7 +53722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df736a9f-2a29-4d02-a83f-7f825a6f8120", + "id": "20d7a71c-99f1-4ef3-a18e-af81ec8d3988", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53779,7 +53779,7 @@ "description": "Use this API to implement non-employee lifecycle management functionality. \nWith this functionality in place, administrators can create non-employee records and configure them for use in their organizations. \nThis allows organizations to provide secure access to non-employees and control that access. \n\nThe 'non-employee' term refers to any consultant, contractor, intern, or other user in an organization who is not a full-time permanent employee. \nOrganizations can track non-employees' access and activity in IdentityNow by creating and maintaining non-employee sources. \nOrganizations can have a maximum of 50 non-employee sources. \n\nBy using SailPoint's Non-Employee Lifecycle Management functionality, you agree to the following:\n\n- SailPoint is not responsible for storing sensitive data. \nYou may only add account attributes to non-employee identities that are necessary for business operations and are consistent with your contractual limitations on data that may be sent or stored in IdentityNow.\n\n- You are responsible for regularly downloading your list of non-employee accounts for all the sources you create and storing this list of accounts in a managed location to maintain an authoritative system of record and backup data for these accounts.\n\nTo manage non-employees in IdentityNow, administrators must create a non-employee source and add accounts to the source. \n\nTo create a non-employee source in IdentityNow, administrators must use the Admin panel to go to Connections > Sources.\nThey must then specify 'Non-Employee' in the 'Source Type' field. \nRefer to [Creating a Non-Employee Source](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#creating-a-non-employee-source) for more details about how to create non-employee sources.\n\nTo add accounts to a non-employee source in IdentityNow, administrators can select the non-employee source and add the accounts. \nThey can also use the 'Manage Non-Employees' widget on their user dashboards to reach the list of sources and then select the non-employee source they want to add the accounts to. \n\nAdministrators can either add accounts individually or in bulk. Each non-employee source can have a maximum of 20,000 accounts. \nTo add accounts in bulk, they must select the 'Bulk Upload' option and upload a CSV file. \nRefer to [Adding Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#adding-accounts) for more details about how to add accounts to non-employee sources.\n\nOnce administrators have created the non-employee source and added accounts to it, they can create identity profiles to generate identities for the non-employee accounts and manage the non-employee identities the same way they would any other identities. \n\nRefer to [Managing Non-Employee Sources and Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html) for more information about non-employee lifecycle management.\n", "item": [ { - "id": "4d26d85e-241a-4127-a286-4f9db8918705", + "id": "743c1566-3b54-466a-8f0a-952ab4292648", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -53821,7 +53821,7 @@ }, "response": [ { - "id": "db2fa4b6-021c-48e9-82f3-2decf79a198d", + "id": "6417eda4-b2bf-44f0-b83b-9f98cad75396", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -53877,7 +53877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e61665b5-876e-464b-be6a-c08d81c12ba4", + "id": "ca7567e5-a038-4b79-aa7d-9c14686a399a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53933,7 +53933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a025973d-e504-4e66-98ff-885bfa985896", + "id": "fe8c38a4-51df-4584-8a62-39edef56a537", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53989,7 +53989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1831d501-8f85-435d-a0bf-cfaee84311a5", + "id": "75e2a455-f681-4941-83f6-c56f71245417", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54045,7 +54045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "587c434c-a55a-49fb-8dcd-398bcab8476d", + "id": "4c4d0764-0ed4-4a30-8a4b-162ff65dc942", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54101,7 +54101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c9af76f-19f9-4834-a121-0e65872642fa", + "id": "1b8009a0-362d-4f45-964a-94d89248f5fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54163,7 +54163,7 @@ } }, { - "id": "2cacd809-3057-430d-adab-176fea99f4a0", + "id": "d80b8843-9164-45b5-8387-f7583a5129d0", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -54238,7 +54238,7 @@ }, "response": [ { - "id": "a64c23b5-0f01-4ae8-b86c-0192d805f15f", + "id": "9ed81c31-246b-4076-bf2e-b22b71603251", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -54327,7 +54327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd0bbb26-2db0-42ca-9025-c1fa8f451e4c", + "id": "0f9b458b-b3a2-4771-af0d-284f7ba7044b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54416,7 +54416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cec0015-b0ba-4b09-a975-7f9d75b880f5", + "id": "19f36ab8-ba3a-49e7-8648-7a62164a0b52", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54505,7 +54505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9832ec3-6180-4fa4-a71e-f8604a756c35", + "id": "e59abb85-59cf-4100-863b-21cb653c017d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54594,7 +54594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6178c3bf-254e-438b-ac6a-9536e7346685", + "id": "3d499794-91ac-4ec9-9bd5-326d1fe00bc1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54683,7 +54683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aed3f3e-a608-4bed-bbd1-38637f6ceac3", + "id": "f759df54-ca27-40ff-9968-d2956b06ab17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54778,7 +54778,7 @@ } }, { - "id": "56cd975b-dac5-4d34-a6bd-bd788ed0222a", + "id": "e08fe066-71f3-4e74-93ac-d94b6669740a", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -54819,7 +54819,7 @@ }, "response": [ { - "id": "53c04c40-ac21-44bc-916b-e39116a11f14", + "id": "2b6d11f9-f233-4fb2-954c-f7e224b353df", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -54863,7 +54863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7279665-c55f-498c-aaa8-649c63835fbe", + "id": "a6dc056e-4515-4baf-a5c4-d683a0a0ee89", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54907,7 +54907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c95855f-4874-451e-b2ad-6759d377d3b4", + "id": "e419474d-4f78-45e7-a19f-caeaff33c110", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54951,7 +54951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "657a119f-1023-4003-a8ce-19dfa26f6aaa", + "id": "a020f7e1-b86b-4ea7-a3e0-8824ad61007c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54995,7 +54995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06e5ebdc-c4bc-4c08-ba89-063c6e4669c1", + "id": "08bd5ce3-5cba-44f1-b5af-6a90fd6e4044", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55039,7 +55039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3dbfbd3-ac27-4190-aa74-e83dddc5d5ff", + "id": "da13d266-a9b9-4836-9186-9ad79865778a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55089,7 +55089,7 @@ } }, { - "id": "7d28f9dc-e2a8-46dc-8a84-8db49efc359a", + "id": "a13fdaf0-54e8-41ff-bd03-a07af725766e", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -55143,7 +55143,7 @@ }, "response": [ { - "id": "b360f020-a516-4aa4-b3ce-4e3a2844e689", + "id": "3adfdce6-bfe7-45f9-a6a4-af9df7eff440", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -55200,7 +55200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aab72cc-6341-4b25-85b2-bd187706407c", + "id": "39aee332-aa66-4ed5-ba68-b844b2c138a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55257,7 +55257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6008cfe-96aa-4c92-8e07-6b64ead38e05", + "id": "8335a517-a040-4670-afee-5fa22fdc134c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55314,7 +55314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "065b2fb6-4f16-4754-9789-243c3593d05f", + "id": "12ce3af3-44e5-4aaa-a339-b5739ef31a1a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55371,7 +55371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f314765-a486-423d-9ab8-22d2846dd660", + "id": "4a77c083-8e7d-41df-a042-6d988aca0377", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -55428,7 +55428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d39940b-ee1b-429c-a2a2-6641a644878a", + "id": "dd5665c9-3d30-4262-9f4d-4bca0b5ebc63", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55485,7 +55485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94cb1100-4555-4560-b4e1-d752780298a6", + "id": "a8779875-fedd-45bd-be67-d480c4d4d5e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55548,7 +55548,7 @@ } }, { - "id": "dad10881-83ac-45fb-b98e-c0f3aff01724", + "id": "e0d0f8e8-dd2d-4b86-b598-349ea378cf4d", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -55602,7 +55602,7 @@ }, "response": [ { - "id": "b71e025d-1679-4186-bc93-a993ec14dc18", + "id": "7ea132c6-c7e8-4ebe-b2de-16911764776c", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -55659,7 +55659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c62eeb5-ff93-4602-a25c-2e005b4ee98a", + "id": "12c9aaec-61fc-464d-ac5c-9c701583bda2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55716,7 +55716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1bfd4ed-58bf-4241-9960-4172cb119288", + "id": "f6daaaa9-4007-4caa-9e17-8e42efa2fb89", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55773,7 +55773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4de2dcfa-7b98-4331-bf90-dd900fb35a77", + "id": "5ac5040c-ee69-4530-96e9-22feddae2559", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55830,7 +55830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aea03ca8-81a7-460d-9bdf-cbd5a40c694f", + "id": "dc45403f-90da-42df-be7c-55e752d739b6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -55887,7 +55887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdecdd20-471e-4b1d-832a-c81fee1f31eb", + "id": "4cc150e7-b367-4928-85aa-75b504be5946", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55944,7 +55944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06f9eddb-2001-4afe-b264-b27a88182406", + "id": "4ac0ea08-ed3a-4a19-92da-3f44c44f1554", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56007,7 +56007,7 @@ } }, { - "id": "140a7060-589c-4698-abac-4167de5d0e2f", + "id": "fd88337e-a30d-4363-8f26-deb876ac6000", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -56048,7 +56048,7 @@ }, "response": [ { - "id": "3fe7d086-679b-4198-8f9c-a2a6c32c8494", + "id": "d94f49da-fe17-4b62-a57e-7fa70d6fdbcb", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -56082,7 +56082,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2678da54-3524-4daa-98b8-cd345eae2d68", + "id": "a0f74d30-47b9-45c1-b059-669d1dc0d9dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56126,7 +56126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33cb1b26-51b4-409b-895f-305760947f2f", + "id": "5b0ec9b9-0eed-4f7a-a3c9-87b3a1e9d778", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56170,7 +56170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38601fc4-a1eb-435c-adb2-3a6a3ee26c5e", + "id": "f89dc592-41f2-4bab-b641-ca674881b696", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56214,7 +56214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bce12aa-c2b0-406d-9476-6d4c822289fa", + "id": "5262a06d-ec54-48b0-a5fc-45b1aaa90bec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56258,7 +56258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "692965fd-4449-4c4e-b85e-40e7fc73212b", + "id": "88e8efa4-697b-44a6-ace2-f4b4c9e3ba08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56308,7 +56308,7 @@ } }, { - "id": "2592c008-c60b-4776-a8d5-6f2f78791d59", + "id": "3add728c-6eeb-4f54-9ac2-4352c50a8da2", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -56351,7 +56351,7 @@ }, "response": [ { - "id": "40adccd2-e4a3-47a6-8649-1d14d05aca96", + "id": "716837f3-3b4c-4487-82d3-d3d246a7996c", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -56398,7 +56398,7 @@ "_postman_previewlanguage": "text" }, { - "id": "92ca7adf-9a50-419a-969a-a3b4ffbfbfe5", + "id": "ba5415f5-cad2-4351-94a9-0d1e86a501a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56455,7 +56455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de133716-180b-4f84-8995-c4523d69025d", + "id": "5927b689-6b28-49cb-aa53-737cd4c139ca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56512,7 +56512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "269243fe-666d-4ce0-b1e1-4fb822afaed4", + "id": "27d8635a-98e4-4809-b44a-7189b1ee5c66", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56569,7 +56569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4cc937e-67c0-4750-b13b-172a20d88e80", + "id": "5a6c8438-ca55-465e-bf20-dd6fc1c57512", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56626,7 +56626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "796716c4-9008-44f3-a085-57d696ef4ab9", + "id": "b9aa6fe8-5507-48d0-8acd-912c8bfa4a38", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56689,7 +56689,7 @@ } }, { - "id": "11062253-4672-457a-81ea-78eeee90176d", + "id": "b895f70c-48df-4154-958d-cd5c5b2963ac", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -56731,7 +56731,7 @@ }, "response": [ { - "id": "597d7a7f-5a14-4bb2-8bef-8eb47c7c1738", + "id": "961310e8-7ff9-4726-bdf5-03bc14706ace", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -56787,7 +56787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e15953f-f560-4f30-8ef3-75ada994e759", + "id": "6b5e1865-e223-442c-8a23-134c2b5526ab", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -56843,7 +56843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcb2a179-d8e2-4ea8-93c1-6fd89f481a02", + "id": "6bb1bbef-31f6-416e-a0ad-29cc4e92a7b0", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -56899,7 +56899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbe41319-c063-4745-bdf0-3ceb880c311e", + "id": "f1c00097-d8d0-44d1-abed-96db17ac43cd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56955,7 +56955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "438efdbf-2ce6-4845-8b32-a2cf3fa6017e", + "id": "c685fd6e-502b-41a6-b3c1-07029262d0f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57011,7 +57011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ab4b8aa-03f2-4a68-b3a1-febc71dbb03b", + "id": "f31f6a4e-672e-4330-8b4e-c6c1f9003ad8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57067,7 +57067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03f70689-34e4-43ec-80a5-5b2865180cf4", + "id": "cec2b13e-f7f8-4027-9cf5-bc611a83f534", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57129,7 +57129,7 @@ } }, { - "id": "a9dc9152-12e7-490c-b86b-f7491dd91fd6", + "id": "8187dfdd-1bc2-4919-924e-0a5ccb271067", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -57213,7 +57213,7 @@ }, "response": [ { - "id": "41880b4a-3d64-4d04-9031-d0d730052161", + "id": "700f729c-876d-4fd8-a04a-562f569cf7cb", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -57311,7 +57311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5135606-0a20-4795-9f99-0a3df53d3124", + "id": "653bf06d-d65c-47c9-9d47-c90852ed7894", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57409,7 +57409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce61e440-bd58-4b45-b225-ac4491dc4344", + "id": "3f666b47-6a68-44eb-a580-af4993debb59", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57507,7 +57507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0ee655b-a83f-4fe8-8136-058785cfb562", + "id": "8dc59795-9f88-4856-90c2-9dd23a2f3b5e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57605,7 +57605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a924941d-d790-44c4-bf77-e15ed35016b4", + "id": "1f1e5a4c-9cd6-41e3-ad34-69ed2b9dd4f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57703,7 +57703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f91a971f-7469-433d-8e09-b711e8ca6d65", + "id": "2d57c007-df40-4547-82ca-84b861130a7f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57807,7 +57807,7 @@ } }, { - "id": "49086b1d-a7fe-4baf-bbe8-cdd6b93b3d02", + "id": "2f8a5220-9f84-4707-8a6b-8c11ad245c06", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -57848,7 +57848,7 @@ }, "response": [ { - "id": "e15b69f9-07b4-4164-bf42-5b1ce65aa3d9", + "id": "270e64bc-64fe-47f2-a622-e96294a1197c", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -57892,7 +57892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98cae29b-86a4-4c4f-a0df-039e3fe14fa2", + "id": "5beec0d6-83e2-4a9e-8183-05284ae9c6d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57936,7 +57936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d77ec9b1-9512-405c-a10e-0f8ca4c99401", + "id": "070585d4-3442-48bf-a812-6535623b13cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57980,7 +57980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7c11339-3de0-48ad-bcd9-ee3dbe735775", + "id": "45e05e03-af0b-4cbc-a498-7488fef8728d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58024,7 +58024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "939365d0-061c-4e45-a961-e1a4f5d8a140", + "id": "bd9bd528-1df4-430f-9d41-c336909d355b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -58068,7 +58068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91bfeb06-7f79-4962-b785-a72821811966", + "id": "565f3635-77cc-46c7-88f2-ade9416f0d9d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58112,7 +58112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "060f5c36-7d4c-4d7f-bc66-e2feb3c98526", + "id": "91fd89bb-2c81-49d6-a01b-ac226ae0142e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58162,7 +58162,7 @@ } }, { - "id": "7119b54b-d25e-4c02-935b-558f3003fff4", + "id": "6d6b413d-df64-4a05-8cf2-012b2097a573", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -58203,7 +58203,7 @@ }, "response": [ { - "id": "928fd3c2-aae4-4d78-8934-ffc04d57f1b5", + "id": "e72ff297-5e82-4db7-8ff8-0881a9313a47", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -58237,7 +58237,7 @@ "_postman_previewlanguage": "text" }, { - "id": "99beb64b-1a81-41d8-99d5-0a1448792fd9", + "id": "03c4b32d-1383-46b4-a6ac-e77e99686653", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58281,7 +58281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52c7d3b2-7bf6-4dab-9dd9-124134332036", + "id": "8ea861fd-3e28-4c81-926c-4f565a42aafe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58325,7 +58325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73c779a8-b1ff-4dc9-b70e-b82e8f152bab", + "id": "9c2c7d0d-1921-4c56-8ad0-465a916fce75", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58369,7 +58369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e67f3f13-09eb-4738-894c-a828cd7167fd", + "id": "032837b6-a182-40aa-86a2-e3f89ef50e27", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -58413,7 +58413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "486241ef-b146-45e5-80b7-8a69595f5a33", + "id": "14d48557-b2ff-4b71-b7e0-01c236ebd4c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58457,7 +58457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e0cce54-3fcb-4946-bf4f-80213c92839f", + "id": "3cdede31-6cce-4ea6-8d4f-57d61859ed2f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58507,7 +58507,7 @@ } }, { - "id": "ec87dcc4-e8ad-403d-a544-f1cf8b05a80f", + "id": "e2fe0ea5-ce6a-45cd-a652-119536c5c60a", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -58549,7 +58549,7 @@ }, "response": [ { - "id": "602742e2-3846-4fc0-b1be-971c72922b36", + "id": "7afa5ff3-41f3-4410-8af2-f6b41db9cf63", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -58594,7 +58594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2d30584-b7ba-45d8-899f-80b9c7426843", + "id": "b36d35b3-bd6a-46a0-a8c1-30b849a1f4ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58639,7 +58639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5252a632-976b-4196-a92a-d51bdf837f01", + "id": "e7658597-0a18-4e4d-b8dd-1fca8217cff1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58684,7 +58684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "356d06fe-44b8-4006-ab67-18becf6d0b42", + "id": "9945b695-92b2-4fb5-b331-459996c6de4e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58729,7 +58729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c261f9a-8b44-4890-99e1-cef84ba9b3df", + "id": "50aea59c-b41a-4cdd-a1c4-2a2a1eea54b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58774,7 +58774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a884720-5441-445d-8532-81de794e17d5", + "id": "e1e6e1d2-c463-44fc-8668-35e5c481204b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58825,7 +58825,7 @@ } }, { - "id": "174a1b9c-dc51-4798-bd7c-fbac3c5d3952", + "id": "d4aa5288-7914-44ad-a229-4feae784326d", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -58867,7 +58867,7 @@ }, "response": [ { - "id": "e8dbb252-3b7e-4c4d-8e8f-7e4327587adc", + "id": "67b99071-9297-414e-b375-28f3ba27849c", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -58923,7 +58923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5e4b501-08fa-4fcb-9c20-720bacbc19d8", + "id": "7590c53a-f705-48a0-8fe4-304e26df61b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58979,7 +58979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f883076a-eac2-4043-b9a8-6c64fc2b3259", + "id": "382c9c84-bb6c-4fea-8f93-d8bc8e1a8de3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59035,7 +59035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d94d3bc-40ae-4f34-b8b2-8c3612bd436a", + "id": "510f845e-ca71-4920-93e6-4697bd2d4f84", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59091,7 +59091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9509053-0b0e-4883-9a4d-ab576b579acb", + "id": "ae5426b4-8a08-4890-b922-b87c8dcb7a17", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59147,7 +59147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ab6953e-cf8a-4ea2-9ab1-5f206481853b", + "id": "df579c4d-f057-4e2f-879e-37c63086a2c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59209,7 +59209,7 @@ } }, { - "id": "08c380a0-8adb-4851-9729-4cdea91022f2", + "id": "b7247ec8-3195-401a-a99e-1b0660c97ac1", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -59293,7 +59293,7 @@ }, "response": [ { - "id": "8af115f6-4fa7-4805-a2f3-72c513aa8af2", + "id": "47511ecd-a85e-483a-a47d-f05fdce0ea0c", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -59391,7 +59391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bba0351-ee08-4d56-bce0-39004283f711", + "id": "73615c4d-a0df-490a-9868-ca28a5a915ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59489,7 +59489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec60a2e2-ac36-4b12-8460-4e7562caedc5", + "id": "1ddcd485-fe7d-4296-b635-b42cf44e8458", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59587,7 +59587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7f611db-7f29-4197-95fb-a345480276e8", + "id": "651c2c8c-694d-4aa1-80be-c43f28d339d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59685,7 +59685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b798ad3b-2a5c-4921-a563-e99a9171f73f", + "id": "f8f324bd-55bd-429b-9081-15afb8eb6adb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59783,7 +59783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a304dd32-f80a-4083-95d5-90035a8f007c", + "id": "75de9acf-1636-4b9d-b379-b1bffad17a70", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59887,7 +59887,7 @@ } }, { - "id": "0451ca76-232c-4ba6-a5e8-17f65e0d0a7d", + "id": "513a94bb-c82b-4f2c-bb31-e7df3da5f391", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -59928,7 +59928,7 @@ }, "response": [ { - "id": "ffe5b8f9-4179-40fa-8533-7958dd76b695", + "id": "9af0090f-7989-400c-a2db-aebea4e5829e", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -59972,7 +59972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e16134d-8380-4344-b45e-b59fdf22a26f", + "id": "7fe5f505-f1db-46c7-b89d-026d9b598557", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60016,7 +60016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc9a3c50-a20f-453a-b91f-92b48484275f", + "id": "5d8b117e-8812-4be7-8317-2121b8dca2e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60060,7 +60060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4ef4717-253a-4bfb-a8bd-0df6b027a36d", + "id": "34ab7d5c-bcb0-420f-84ed-718c8bbcd9e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60104,7 +60104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9488c828-911f-4c95-89a4-3cb4595bd60f", + "id": "055d6beb-f89b-4463-89ec-22a42d833402", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60148,7 +60148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb3e458b-0b29-4ec5-951c-e9187f9cc0d2", + "id": "659b30b4-6952-46ca-a119-4a882af506d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60198,7 +60198,7 @@ } }, { - "id": "0a44ac54-22bf-48a4-bbbb-02a552249a2e", + "id": "9f7fce97-8569-4e6d-9ffd-be7dd91deb05", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -60252,7 +60252,7 @@ }, "response": [ { - "id": "c3189eee-fa07-44e7-b495-0e6d212014f8", + "id": "da259bfe-87bc-4c31-bdfd-8f461f54f2d0", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -60309,7 +60309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d268a32b-b584-4a6f-936f-9565617420d1", + "id": "75ed1d4b-67ce-41dd-b239-4049849afdc8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60366,7 +60366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4093a72c-2efc-495b-98b1-d53b8a53dbb7", + "id": "ce8467d3-eeb6-42f8-b016-4e68533f2d6f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60423,7 +60423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b12f89-d616-468f-8812-4ef275578b2d", + "id": "1f406590-8892-4278-997d-96310c24d77f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60480,7 +60480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09041555-7f8a-4280-a00e-66e16b4c3462", + "id": "1e6b6da1-af18-4cbb-b60f-687923d5fc7d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60537,7 +60537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2566a866-68bc-4580-862a-7bfc0ca5e20d", + "id": "7e0aef77-cec2-4120-818e-15cd8b38e131", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60600,7 +60600,7 @@ } }, { - "id": "8f676bc6-b38f-42d4-9d37-3942882224da", + "id": "c271a673-fdac-4a5b-95da-65632f8c9b6a", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -60641,7 +60641,7 @@ }, "response": [ { - "id": "fabf5a98-4ab4-42d7-915f-7dc82eb1ee03", + "id": "f628f1f4-7f46-4f35-b70d-c17a7e08f38b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -60675,7 +60675,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e81cdc18-051d-43ef-bc6f-2f415ed00657", + "id": "a01d26a1-b9e1-4ec1-a76d-2154effe0e3d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60719,7 +60719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87e0b219-5157-4d83-995c-b87181b6c679", + "id": "02e4b678-1b70-4317-868d-dad1c0973acf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60763,7 +60763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "828fb840-b8f4-4874-abd4-544b364772d4", + "id": "792c3a71-3d74-4568-90ef-253335a64c83", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60807,7 +60807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1848e4f-3f0a-4eb3-b5a8-09177c1e0ce6", + "id": "2a270575-23d9-4f5a-9ad8-9285bc490af3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60851,7 +60851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10595610-c026-4a88-bd79-2ad39fe2b4ff", + "id": "910de279-3b37-45e5-b432-42fc7b5df02f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60901,7 +60901,7 @@ } }, { - "id": "aed06d72-06c0-4a32-8433-d0b02615b110", + "id": "1ec1fd7b-f214-423d-8d2d-4634ba13975e", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -60944,7 +60944,7 @@ }, "response": [ { - "id": "d8e4ab4e-38fa-45a3-9e05-dec9dacc3a4a", + "id": "db01e468-6291-44bf-a5e2-ea2221095443", "name": "Exported CSV", "originalRequest": { "url": { @@ -60990,7 +60990,7 @@ "_postman_previewlanguage": "text" }, { - "id": "871bf846-4df0-4f65-882e-821de8bec9c3", + "id": "2d2f4415-a31a-4287-8ed8-fe3734268485", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61036,7 +61036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8640446e-322e-4286-aef3-74c9b6869d9e", + "id": "7b7fff59-c1b8-47c9-aeab-8281428a8f78", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61082,7 +61082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77a9573b-1b5b-4f4b-9d87-f61c11736191", + "id": "81cc1006-e0d2-494e-9da7-2b14b1654572", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61128,7 +61128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67e7afc5-3012-4704-801b-81feba79598b", + "id": "50fc096c-b27e-4669-b46f-aa5b47da38b9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61174,7 +61174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7da63f1-7fc2-4e42-ace6-8aca8f91ac5e", + "id": "727c03bf-72a7-48c6-b2fb-65a19f61dafb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61220,7 +61220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f2e8b99-233b-445e-9735-f0efd128f8b3", + "id": "64949fed-d5cc-4517-8cdc-b3918503eda8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61272,7 +61272,7 @@ } }, { - "id": "0f0978c3-23bb-4271-b64c-62be5c4bdf54", + "id": "6a90277a-0077-4318-8736-4a27bdb8e442", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -61323,7 +61323,7 @@ "type": "text/plain" }, "key": "data", - "value": "sit eiusmod", + "value": "mollit esse velit", "type": "text" } ] @@ -61331,7 +61331,7 @@ }, "response": [ { - "id": "c762d1da-0987-45f3-9aaa-38c139fa931a", + "id": "5aec438e-9327-45f5-a01f-558afb6c8fc5", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -61374,7 +61374,7 @@ "type": "text/plain" }, "key": "data", - "value": "sit eiusmod", + "value": "mollit esse velit", "type": "text" } ] @@ -61393,7 +61393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b72c2ecc-6446-4cee-a05c-cd278575eef0", + "id": "746e33a9-6bac-4f89-8c11-d518908502e3", "name": "Client Error - Returned if the request body is invalid.\nThe response body will contain the list of specific errors with one on each line.\n", "originalRequest": { "url": { @@ -61436,7 +61436,7 @@ "type": "text/plain" }, "key": "data", - "value": "sit eiusmod", + "value": "mollit esse velit", "type": "text" } ] @@ -61455,7 +61455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2052e0ed-c9f9-4e0f-b818-cda50dcfb5be", + "id": "cb289bc2-f945-4f47-84bc-dbbca425d4f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61498,7 +61498,7 @@ "type": "text/plain" }, "key": "data", - "value": "sit eiusmod", + "value": "mollit esse velit", "type": "text" } ] @@ -61517,7 +61517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d509b80a-bdb0-4779-946d-d003e9452919", + "id": "5b23352c-1f27-48a9-ac35-1463169e4e90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61560,7 +61560,7 @@ "type": "text/plain" }, "key": "data", - "value": "sit eiusmod", + "value": "mollit esse velit", "type": "text" } ] @@ -61579,7 +61579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96cb5e7b-a44e-480d-b81f-1d3e70d7e27f", + "id": "4702eb0f-68b8-4b0c-8962-9f63ae304c63", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61622,7 +61622,7 @@ "type": "text/plain" }, "key": "data", - "value": "sit eiusmod", + "value": "mollit esse velit", "type": "text" } ] @@ -61641,7 +61641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b43c3e8d-11fc-4bae-a11a-99a0686f32e0", + "id": "50bf68ef-7cce-467f-860a-6e20d19cf313", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61684,7 +61684,7 @@ "type": "text/plain" }, "key": "data", - "value": "sit eiusmod", + "value": "mollit esse velit", "type": "text" } ] @@ -61703,7 +61703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f818084d-62fa-4b13-9b3a-96649201489d", + "id": "b1115552-463b-4e69-bd02-48539e70f318", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61746,7 +61746,7 @@ "type": "text/plain" }, "key": "data", - "value": "sit eiusmod", + "value": "mollit esse velit", "type": "text" } ] @@ -61771,7 +61771,7 @@ } }, { - "id": "7e07b0ab-d992-4042-becf-d164b084c1e3", + "id": "e1e1d25f-67ca-4e33-9901-62f97980ac51", "name": "Obtain the status of bulk upload on the source", "request": { "name": "Obtain the status of bulk upload on the source", @@ -61814,7 +61814,7 @@ }, "response": [ { - "id": "772d1aca-d098-40dc-91f9-4042e2499965", + "id": "2b8c1f2a-304e-4a44-977f-9fe36ce75f15", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -61860,7 +61860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46eecfda-25ba-4e3a-a9d3-f4df81bf5d3f", + "id": "7572083b-8c7c-474a-9d5a-e3f5ddeacd35", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61906,7 +61906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c43bc752-4721-40d3-8951-10ff95f24ddb", + "id": "f8f6a508-0f21-4af0-bdca-a461ea63e9c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61952,7 +61952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a64c3a82-40bb-4089-a3a8-b3e3e3c0a512", + "id": "7bae648c-dce0-41c9-8cef-ce38336dc10f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61998,7 +61998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "841e60fb-abf0-49fe-92ae-0db8ea7d3b34", + "id": "7ec3a74d-4594-431a-bb61-4bd8815dc24d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62044,7 +62044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b21d5222-a14f-4c2b-b835-1b2a8f4cdec2", + "id": "a7e4cd9e-f985-442e-8804-c05a96456740", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62096,7 +62096,7 @@ } }, { - "id": "16909dae-17db-409f-a103-3a9b91b46c2a", + "id": "cccad57d-437a-47b9-9f3c-4a206419068e", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -62139,7 +62139,7 @@ }, "response": [ { - "id": "a2314a69-b55b-4fa5-8d3a-657150c72642", + "id": "d63367d0-c795-42df-9786-7e80aefa87c5", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -62185,7 +62185,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ad9eefde-93cd-41d4-be42-146067fdf7da", + "id": "e6dee66d-d608-4250-b3ae-c8010417fcf8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62231,7 +62231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b43e85c-e69e-4e2f-b632-79bd2d257b3b", + "id": "0831b98b-c887-4eca-b3f9-bd9cacdc6f3e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62277,7 +62277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33eada76-b63b-42a9-a21e-58042ebfccf4", + "id": "cd7ff9e1-d687-4b96-b564-b4036542622b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62323,7 +62323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df726202-fd7c-4791-a35f-b953f0cb686f", + "id": "ccdc88e8-f218-4440-be24-a6e8e123af9c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -62369,7 +62369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1132516d-c1dd-4013-b158-82d6f75dba3d", + "id": "e327cf49-6bbb-4116-8384-4530c3eb8bad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62415,7 +62415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15fef049-cf0b-4d4e-9fc8-11da45ee9381", + "id": "27dc80af-6d8b-45ba-b548-89dee9908511", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62467,7 +62467,7 @@ } }, { - "id": "d184f766-83ca-4af1-9614-9cfac7a4c0eb", + "id": "71b9cfd7-ab92-439e-80b8-e3080253874d", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -62551,7 +62551,7 @@ }, "response": [ { - "id": "6592372f-800e-402e-82f5-1c36318e6c53", + "id": "41b7a37e-bd97-4423-afbd-4d99136b44cb", "name": "List of approval items.", "originalRequest": { "url": { @@ -62649,7 +62649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f49396d-40b0-4e38-8841-07e7f9e8c450", + "id": "c01fe0b0-71be-4086-8ec4-f95394a61df6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62747,7 +62747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc667313-0991-4943-82c8-1d27cb06f53b", + "id": "c76e25f4-8e01-4581-8839-37f413adf3d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62845,7 +62845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01ffbbee-1be6-4abf-be7c-6be69fcc2e52", + "id": "a89efd9d-5965-4e27-8f18-d977314ed363", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62943,7 +62943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f545a2a8-f514-47dc-a55f-cfcbe689778f", + "id": "99e87afb-5867-4c7c-88f6-d1030b11244a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63041,7 +63041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7851087-b1c6-4b28-a75b-43efdabaac92", + "id": "6ee43f03-fbe1-4fb1-b928-e18bedbdb049", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63145,7 +63145,7 @@ } }, { - "id": "463b2258-20d7-4936-b8fb-6cefe9a6b2f2", + "id": "10a85b7e-1d12-481b-ac11-7cbf420002cd", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -63196,7 +63196,7 @@ }, "response": [ { - "id": "d578fa62-b12b-4d58-b8c8-f28eb942ba23", + "id": "30993477-137b-4302-a3d1-304a7aeb4a32", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -63250,7 +63250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f27491d-7731-4f2b-8572-6e4f6014f275", + "id": "88cd9634-b6ff-4b7d-a1cd-e917bc5293be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63304,7 +63304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70a6b008-de69-4f32-a9d4-6cfefee3ac1d", + "id": "e85b6a30-f57f-4e51-91b4-71959fa2bbd0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63358,7 +63358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78712311-fa46-4a01-bb25-4a9f535bbf72", + "id": "4cf50e8e-e1b4-4e63-be2e-4d2bed6762ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63412,7 +63412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6651be0-c57c-446d-a104-2e268da40166", + "id": "958a67a8-b88b-4420-b2ec-6fb1b6c4759a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63466,7 +63466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04966751-f00c-4da6-986c-4645842b47ea", + "id": "ab49adc5-abbc-4a43-b51e-348238a9d4b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63526,7 +63526,7 @@ } }, { - "id": "9eadeab9-828f-4099-b639-93e1cf0b52e1", + "id": "d9246f19-00c6-4d79-80f7-5832f12d937b", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -63581,7 +63581,7 @@ }, "response": [ { - "id": "19b0b2a0-4507-4f7a-ad84-a51951db0e7e", + "id": "ea3f4913-bbf0-4d66-b11d-292478790e04", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -63639,7 +63639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "969ef1a6-50b4-478c-962d-adad04d3b375", + "id": "cec0d97e-ae4c-416d-99ee-78176706f0e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63697,7 +63697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21c0ac3a-886f-4811-b6ea-24b11baeec53", + "id": "d5e08931-8806-4fca-bca9-557dce8191de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63755,7 +63755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8d3ee88-ee5b-4754-af14-df3ec36a1cf9", + "id": "5d8088f5-edfa-4280-bc78-b222554d8535", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63813,7 +63813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20f4d7c9-1049-4b9d-9ae2-a9543931ac52", + "id": "e820f80e-0b7a-4410-b506-2ae0d3939ff5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63871,7 +63871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00358349-d84e-4a2c-ae03-f46fbcde5b0c", + "id": "bc512cc3-3b9d-4f30-9d96-4a42b761f354", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63935,7 +63935,7 @@ } }, { - "id": "00bfbc62-cd74-492a-91b3-1bbfc41850b7", + "id": "9cb7d3a7-f829-4da5-b8aa-65d63afc0d96", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -63990,7 +63990,7 @@ }, "response": [ { - "id": "e2bf9d8c-07b9-463b-948c-56f60fe37310", + "id": "a4ddb954-6ca3-446d-8d3b-32805936ccfa", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -64048,7 +64048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59533d12-c98e-41ef-a407-05c86192053a", + "id": "0b9f7537-204a-47e0-98a6-8ebd1141e34c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64106,7 +64106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00e0d06a-b5a5-41d8-a623-f6f233557d09", + "id": "672c02a1-80e6-4b92-9c9c-4e75dd1ea181", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64164,7 +64164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6246d25-a065-4cf2-ae30-255d0db539d1", + "id": "2bf434f9-8b36-42c0-8a19-5b96c4a3ff2a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64222,7 +64222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3632dd97-a61c-4e3f-be77-2434836400ea", + "id": "e11c9388-d1ce-4339-b0c5-1ede5f7dbf39", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64280,7 +64280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e345c3e-07c6-43ec-b482-99f5ea196343", + "id": "d8597206-683f-496b-bf75-a4ee0f188683", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64344,7 +64344,7 @@ } }, { - "id": "58194613-4cfa-40c9-b255-4af9548c74a6", + "id": "2fe31190-3e61-453e-9e77-de05d650dd29", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -64386,7 +64386,7 @@ }, "response": [ { - "id": "b2ef3ba1-5988-40b5-935a-226d38d55a2c", + "id": "c25535f1-3ccd-4df4-9041-f2310354915b", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -64431,7 +64431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3da5de6-abe3-4497-8175-dae692247caa", + "id": "2dbbed3f-8881-40ac-b517-a69dbf50364d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64476,7 +64476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "806d46ae-93f1-4c46-9dd6-327391327e83", + "id": "08463432-9d02-4960-a1a8-3f6f5d83881a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64521,7 +64521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa5c018a-9628-410d-822f-165aff39bbf9", + "id": "30e984ee-f592-42bd-9848-5c713838b845", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64566,7 +64566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "083bbe5f-0403-41a6-b45e-d134f5f5e914", + "id": "c6d9281c-5610-4574-be92-1b6a485ee018", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64611,7 +64611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e80e454-1906-4e9d-950b-ef7777eb6cbc", + "id": "3e6ed2fc-52a6-4899-af32-a8dfe0319513", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64662,7 +64662,7 @@ } }, { - "id": "e7a46dc7-fd83-4996-a5cc-989a7afb670f", + "id": "49e08f12-5596-4db2-b982-6c5572d5ae82", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -64704,7 +64704,7 @@ }, "response": [ { - "id": "5aaedfff-9273-44e9-8b7a-4e3ac93df9c8", + "id": "6cecdf01-719c-48b7-99e8-51ca35c94ea9", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -64749,7 +64749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d44ed9dd-d78f-4a4e-b0ad-10a62e1f766a", + "id": "5f16cecb-4de0-415a-8df8-8df7526d7801", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64794,7 +64794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "000683ad-3903-49ce-bbd8-fae824b1620c", + "id": "b502c4cb-dd8e-4ff6-891f-834383c37a42", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64839,7 +64839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb08f28a-a650-4d07-be42-6e27aa403672", + "id": "88b03263-9a42-4d59-af4d-2b1cb0a1beef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64884,7 +64884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "722fae24-aa7e-4cad-bbd3-9524491ab3cd", + "id": "92880cbd-4a5e-4476-902c-860c9f0dfccf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64929,7 +64929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a5a5496-b388-4948-86a3-228b31674c9f", + "id": "31e3dde3-bf93-4c69-9e4a-ccb55578b430", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64974,7 +64974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b09a6574-aea4-40ee-9496-6efb0fc57cee", + "id": "6ab235a4-2458-458b-8ba9-d1986ff7a149", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65025,7 +65025,7 @@ } }, { - "id": "d4958389-8177-41c6-b462-c673767b9c91", + "id": "6d3da022-0e7b-4f22-8a8a-fc2c6cbc8f90", "name": "Create a new Schema Attribute for Non-Employee Source", "request": { "name": "Create a new Schema Attribute for Non-Employee Source", @@ -65080,7 +65080,7 @@ }, "response": [ { - "id": "6e5a44a1-9c68-46b9-8f7e-883302bdb186", + "id": "55d0c147-fcc4-42fb-8dba-b3c20e46af34", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -65138,7 +65138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4f7538b-ae51-4e58-8c66-f3e33ea4b4d1", + "id": "31c90fd2-1ed0-429a-b8c2-9fa898720d20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65196,7 +65196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b87620e1-c9bf-451c-af83-715314c804de", + "id": "0efeb25f-3a94-4a19-9737-5fb20ad19ad2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65254,7 +65254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf8d0b2c-d18c-4fba-840f-ec24fed4672d", + "id": "05955d6a-72d4-4465-bdc9-30d169f9aff1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65312,7 +65312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7995afd-37e4-41e5-a2a5-b906e024e655", + "id": "39916a43-8845-485f-aef1-a586433c15f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65370,7 +65370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "282d6abf-1112-45ab-a651-6fb214ecd22e", + "id": "0c30842a-71b9-40dc-ad00-61c063fe98f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65434,7 +65434,7 @@ } }, { - "id": "f6c5395b-21ae-4ef3-8524-511ab157a68e", + "id": "84dedbe7-d975-4913-befe-8a84ae48aee5", "name": "Delete all custom schema attributes for Non-Employee Source", "request": { "name": "Delete all custom schema attributes for Non-Employee Source", @@ -65476,7 +65476,7 @@ }, "response": [ { - "id": "eb0d99c6-1523-4543-83b5-3975ad62a1f8", + "id": "417b8606-c7ba-4a4c-a7b9-f68a7aa3a3bb", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -65511,7 +65511,7 @@ "_postman_previewlanguage": "text" }, { - "id": "781a39ab-2615-4c7d-9e57-a65fd60ba2a0", + "id": "691c14da-32db-4843-b11a-77b7f860cf9b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65556,7 +65556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2956e12-e8df-4d96-8b1c-1520985447a1", + "id": "46e16a62-68f8-412f-883b-3c1cdfad0951", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65601,7 +65601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57f2bfda-3cf6-4f11-bd91-0111e947b0ca", + "id": "d1802301-b154-41f8-abbb-4cd452d90b25", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65646,7 +65646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fe482df-4c53-47e4-9bc2-f28f3512cb19", + "id": "c05bc40b-f12f-4c7c-a605-21e575496e1e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65691,7 +65691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03c29cea-555e-49b9-9246-22cb2a00a99f", + "id": "a5657880-94ca-4b0e-b334-5a7dbd5172af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65742,7 +65742,7 @@ } }, { - "id": "8701ff97-534f-4faa-ba25-59e931f452cc", + "id": "abef5878-d849-471f-9d34-554cd9406aa4", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -65795,7 +65795,7 @@ }, "response": [ { - "id": "1ca82a18-4124-4faa-8044-399525068f72", + "id": "f1ff9d99-226e-4eb3-8730-15c2c5cdcab0", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -65841,7 +65841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "787ba580-cc4f-4d4d-9b0e-354e801a7df3", + "id": "f312efd6-c21c-4028-b544-59bbfe29b9b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65887,7 +65887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86b080ce-b273-49b0-9a92-51713ad46588", + "id": "103f7909-561d-4d32-bcfc-e8deffd4d3fc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65933,7 +65933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "015114b8-9aee-420c-81bf-5522eef9223c", + "id": "a1a7cd2d-f933-4b5d-96d5-04b68d90a620", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65979,7 +65979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0a53b59-4879-4aeb-85cc-9e1b8e2400c1", + "id": "a59e710e-9f3d-40a4-8f27-8b81a0c2d8b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66025,7 +66025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b49fe8f4-f979-4324-9620-59d6001f7b71", + "id": "d51a825d-2b67-431d-a14e-fc6543192bf7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66077,7 +66077,7 @@ } }, { - "id": "a5a196f3-b359-4181-a109-3c3aae35c237", + "id": "ca91fb48-aa38-44cd-8990-d72680d3e0e4", "name": "Patch a Schema Attribute for Non-Employee Source", "request": { "name": "Patch a Schema Attribute for Non-Employee Source", @@ -66143,7 +66143,7 @@ }, "response": [ { - "id": "934b74dc-b806-43c5-a745-4994c4f3b0e9", + "id": "9952759d-4e1d-44c4-a0dd-727b732d030f", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -66202,7 +66202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de95b3e3-e38b-4e94-b92f-7fb9c1711209", + "id": "8794a687-fdca-4c3b-9dc4-a6d7745b9f7f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66261,7 +66261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76cf6648-a366-41fa-9e41-676d37665418", + "id": "4f972d89-7fb2-46dd-9133-c602a62888ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66320,7 +66320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a39b267e-094b-4008-80c5-c144915e8178", + "id": "c8b8cc88-bfe3-4a64-b8a5-f5ea372e9f1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66379,7 +66379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a8347e7-992e-44b6-b796-54f84a17caf8", + "id": "8db9ade6-24b4-4164-a88a-4f48f1ae23a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66438,7 +66438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9535bcd6-90ff-4634-9a37-c694087104f3", + "id": "82db9a40-608e-4ac7-9029-a96770308e37", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66497,7 +66497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a242070a-fbb8-42c8-83c0-c6e05eea302d", + "id": "a4b342cb-cd8b-494f-80da-cd52f3162813", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66562,7 +66562,7 @@ } }, { - "id": "7671550e-1894-4fa7-adb7-f26ccd7d162b", + "id": "d77e4460-24b4-4c00-9059-7549c417bd5c", "name": "Delete a Schema Attribute for Non-Employee Source", "request": { "name": "Delete a Schema Attribute for Non-Employee Source", @@ -66615,7 +66615,7 @@ }, "response": [ { - "id": "dfb68256-6b82-4c15-8ec8-37c681ca0c18", + "id": "a9a85849-a6af-46ae-89f7-17048779cd1f", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -66651,7 +66651,7 @@ "_postman_previewlanguage": "text" }, { - "id": "51084f71-f880-4604-a165-202055f69c76", + "id": "90b7d21c-f198-4e1d-b801-2f2702eb2fe8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66697,7 +66697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41c711cf-2309-4135-aa78-271ca4eeb2e0", + "id": "9715f732-15ad-4853-89d4-c76f86890a13", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66743,7 +66743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c63e118d-822b-49c1-9c8d-9f1dc68aa148", + "id": "d817d66d-6d5d-4871-9432-4c1983229133", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66789,7 +66789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd6a89b4-d19d-4c98-a5e2-9a1f896002e0", + "id": "d5cf9ef1-a2dc-4a23-8756-a1954cbda6a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66835,7 +66835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d32aeed-0e1f-4aa5-b539-0f2a4a75f36e", + "id": "b42dcf18-4bcf-4f0f-b752-86848948b1df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66893,7 +66893,7 @@ "description": "Use this API to implement OAuth client functionality. \nWith this functionality in place, users with the appropriate security scopes can create and configure OAuth clients to use as a way to obtain authorization to use the IdentityNow REST API.\nRefer to [Authentication](https://developer.sailpoint.com/idn/api/authentication) for more information about OAuth and how it works with the IdentityNow REST API.\n", "item": [ { - "id": "3d2aa55a-b70e-4ba8-9ced-7c710dff25e5", + "id": "8a44e734-4caf-45eb-9f1d-3f1690e4b7de", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -66932,7 +66932,7 @@ }, "response": [ { - "id": "504ebdce-2b2a-4ad2-b3bc-b0d520948d20", + "id": "37f5ebee-c332-4c7e-8cfc-4465b55fb41a", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -66985,7 +66985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e33658c-ed31-40a9-a10d-1a18c7868620", + "id": "3ffd51f4-966c-42b3-b075-15ae6448b0a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67038,7 +67038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb504e5f-211a-4b76-a41e-3a6c4f3c2c52", + "id": "fc850287-bf3e-4356-8f6e-0a6fe28b4cfa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67091,7 +67091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cc5718a-917d-4bd7-b5c6-d1a3218564c9", + "id": "ac9fbeca-b1ac-4edf-909a-218b8bb49648", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67144,7 +67144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e24e4756-4cfe-4961-97ec-093dc6cdb9d1", + "id": "6a999ebf-e253-4a64-8466-80aec0583d69", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67197,7 +67197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0758fbeb-4039-450a-84e9-573cb52940c0", + "id": "e9676f29-9bd6-495f-a55a-51546c6eb828", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67256,7 +67256,7 @@ } }, { - "id": "5456cf00-afa6-4e4f-893a-98bf1c395c3c", + "id": "46aff5cf-0bea-4d84-bf29-6272512ef0c4", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -67298,7 +67298,7 @@ }, "response": [ { - "id": "89da21c9-aea3-47ee-a237-2d9d93d97a2f", + "id": "2c2663c9-92a9-488d-9bf8-9cca53c1b61b", "name": "Request succeeded.", "originalRequest": { "url": { @@ -67354,7 +67354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50b138af-a8a5-426d-9e86-4c5c52b2334a", + "id": "e4a4023e-0a28-46da-9b5f-3f0ccac2dfb8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67410,7 +67410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80f21ecb-0572-4841-8b74-c33720be04c4", + "id": "0f7e074e-b524-46d0-be48-c5d801924901", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67466,7 +67466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1acd59db-a156-4429-85ad-85ac2e617ecb", + "id": "e600810e-8de3-4c8e-ab81-455459122ec0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67522,7 +67522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfc38d4c-8738-44e9-bd46-c7e9db426bbb", + "id": "04d967d2-2d1e-4cb2-99dc-3979cc3053b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67578,7 +67578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00715d52-2dc6-49c7-bae6-4ef949b39def", + "id": "11d85e12-718c-460a-9db4-1e000d4afb22", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67640,7 +67640,7 @@ } }, { - "id": "6971d2b7-35f7-4162-aea4-d91d263c13b7", + "id": "e2beee26-c58c-40f0-9581-5efbb0f3f7ac", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -67681,7 +67681,7 @@ }, "response": [ { - "id": "093a7232-6a7c-4236-b3da-0d4d922c7e89", + "id": "3501c1be-37f0-4d15-abb0-6fab2f392997", "name": "Request succeeded.", "originalRequest": { "url": { @@ -67725,7 +67725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "085baa76-a913-4b72-95ac-f5ccdc73fc7c", + "id": "275e5891-06ac-4511-af79-55456e73d376", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67769,7 +67769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29227241-3f78-42da-8716-4974faef1398", + "id": "865076b8-671a-4a42-a0ea-b6229cce7e21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67813,7 +67813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c325af0-1d71-4693-a12a-9f5726b1dade", + "id": "8dfed3a9-a84d-4805-ad78-f71d8c5b4c17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67857,7 +67857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31d29c62-4aa2-4215-9891-b88e2c62a791", + "id": "ac685d58-5873-426e-b96a-aa42274684c6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67901,7 +67901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b075b2ef-4a1b-4ebc-bddc-2fd66ed466fd", + "id": "6883d68a-3fdf-482d-9398-87d257ab28b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67945,7 +67945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1a148db-5c2e-4eed-bc71-1eebd576556a", + "id": "a8803f4d-f101-46aa-a14f-4ae6ee0e9341", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67995,7 +67995,7 @@ } }, { - "id": "9704b318-1b1f-490b-b21a-1d1d53255d2f", + "id": "f69d5449-0b79-4cb4-994f-db41719204b1", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -68036,7 +68036,7 @@ }, "response": [ { - "id": "b8921be2-db15-480a-880f-546112e24504", + "id": "e8592155-9267-457f-8b1d-dfbf85804d12", "name": "No content.", "originalRequest": { "url": { @@ -68070,7 +68070,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a9f6df83-9ba1-49cd-87ee-aaf7df432114", + "id": "7d9c241e-570a-4b2a-a99e-13b90bf590ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68114,7 +68114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8318a4e-3088-4bde-9f9b-8520271cd809", + "id": "221c0a3e-8e54-4198-a337-ce833cb7ef00", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68158,7 +68158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "818368e3-2afc-4340-ae5c-3ffd2e04d114", + "id": "8bba9cc1-2624-4201-9424-c0af19832dc1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68202,7 +68202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "637453cf-89c7-4c31-a50b-dd4782e60d64", + "id": "7c890ef2-3800-46f6-8f53-f42b76f884ba", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68246,7 +68246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c144076b-b151-4fc0-837e-9ce0b27d9752", + "id": "ddbb3a86-b395-4d2a-858c-d1bd018d84d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68290,7 +68290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d29b0ca8-4091-4e04-9b7e-36c5e78ead29", + "id": "148c1fca-b31a-422b-8806-7e73793cb041", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68340,7 +68340,7 @@ } }, { - "id": "f0ab244a-309a-4a79-b78f-9d5741d27e91", + "id": "1f36f973-fb5c-497f-a9ec-15651908d6e0", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -68394,7 +68394,7 @@ }, "response": [ { - "id": "cc9a84df-59dc-46f7-837e-9c212f58c865", + "id": "d3debbdf-bc95-4d9e-b839-8b8ba3fb6b7d", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -68451,7 +68451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81c70b5e-97fb-46d2-bcfd-ae7407f2a126", + "id": "d337b5ec-62c3-49c0-9ca7-df5a8af5ea3d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68508,7 +68508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a3352a2-ca46-4a81-9ecf-f2cf8a6b6298", + "id": "cf4a7b5f-9c47-4297-af44-9d72b6a48fce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68565,7 +68565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cc0dec5-df0a-4f74-b4b9-b595eb054984", + "id": "8c686601-e6fa-4180-9766-05841a6c8c15", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68622,7 +68622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4920bb1d-91e5-44b4-aa2f-f8157e3633cb", + "id": "8201537d-7bc4-476d-8a89-43acf26bd477", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68679,7 +68679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b34fa7ec-3ba2-42de-ab24-44f501539613", + "id": "c2e6a791-6b9c-4388-9a8c-c7031ec5a429", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68736,7 +68736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4728d24-7699-46bf-b794-48c41dcd6680", + "id": "62f26e20-c6c5-4038-bc4d-c283529319d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68805,7 +68805,7 @@ "description": "Use this API to implement organization password configuration functionality. \nWith this functionality in place, organization administrators can create organization-specific password configurations. \n\nThese configurations include details like custom password instructions, as well as digit token length and duration. \n\nRefer to [Configuring User Authentication for Password Resets](https://documentation.sailpoint.com/saas/help/pwd/pwd_reset.html) for more information about organization password configuration functionality.\n", "item": [ { - "id": "181ff3f3-36c2-4022-b807-c056b9d71e86", + "id": "38a66f3d-5ab8-4165-8415-8a3f4b30c248", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -68834,7 +68834,7 @@ }, "response": [ { - "id": "00f0b182-38b7-4fbd-af59-6bab01da8fb1", + "id": "ba5bf167-0627-4fe0-85c9-2d07177b0c15", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -68877,7 +68877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "212f8263-b912-487a-897a-aef133cbeaba", + "id": "6c4f22c7-2073-44f8-b3e2-d7eb4614b28e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68920,7 +68920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0541d629-2dda-45c3-b2b8-952b41f76c4e", + "id": "182e99f0-3eb4-4e53-b737-d3ba253bc6a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68963,7 +68963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef8bbf67-8802-443e-814d-4adfb9eb07e3", + "id": "d011e9f8-eef5-410a-97fe-97c69092ba6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69006,7 +69006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebe57b20-6ea0-483b-bd4e-ffaa2bb2c33b", + "id": "c5a10429-cffb-4a84-8b4d-37ad891b6c38", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69049,7 +69049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d135e3f-f9bd-418e-ba4b-2ec002638975", + "id": "79c5309b-9522-4ff5-83ee-d859c3f8312b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69098,7 +69098,7 @@ } }, { - "id": "76cd398e-37a7-4a8f-a569-cd1df21b85ce", + "id": "7d55bed9-a15e-4831-b3b0-9e7247b9c3f7", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -69140,7 +69140,7 @@ }, "response": [ { - "id": "1587e112-964a-4e7a-a21b-e6325f0c6f94", + "id": "54d9cc89-a72d-46a6-986d-1fa06fe5d4d7", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -69196,7 +69196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a487c613-07be-4c3d-9537-02cc24cb9623", + "id": "6e802baf-b2ab-4083-817d-ca1f32155f8f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69252,7 +69252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "724ae345-eac6-4800-bdf6-a5c4061708f0", + "id": "36a59ab1-7bc3-46f9-a14b-26bc34c1602f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69308,7 +69308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad365ecb-a7b3-432d-9102-fff0c2fa251c", + "id": "4f601ee3-8350-42ff-ad47-8385c4dfc570", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69364,7 +69364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb999ed7-e828-4a3b-913e-e9474f48902b", + "id": "30078c8f-e946-406f-87e5-0311466acdda", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69420,7 +69420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "168ba42d-c152-4488-88f7-c19feabe7411", + "id": "4503dc10-dcaa-4452-9446-6fe6f63e8977", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69482,7 +69482,7 @@ } }, { - "id": "05ab11c4-5068-4511-bfd2-45fdd5170b28", + "id": "81bd2677-2d61-4c9b-9756-338b41891710", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -69524,7 +69524,7 @@ }, "response": [ { - "id": "b35c56b3-cf90-4119-9e87-0a11bc7fe2c3", + "id": "63bde366-631d-4d80-be18-b072cc9d3755", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -69580,7 +69580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7894f28-fc28-430a-adc2-ad5169351586", + "id": "4cce651c-5dbc-4966-b888-ed5e4fcc554d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69636,7 +69636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18571035-2c0d-453a-aa61-d51e5962eafe", + "id": "0a102f42-bb68-4213-a395-c2c6e5b2038d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69692,7 +69692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc04fab9-f6b6-419f-9c77-d1906f32ce0b", + "id": "e3fd1841-f96a-49ed-8afd-4586687da8a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69748,7 +69748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98614328-58ed-4aed-a22c-f0bcc9fdcd37", + "id": "354bd84e-7364-4e23-a4f6-772951012f8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69804,7 +69804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "622a95e8-152b-4e21-b563-3a93d663ed48", + "id": "7646dea8-0b42-4a02-9c86-6b6a057e588a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69872,7 +69872,7 @@ "description": "Use this API to implement password management functionality. \nWith this functionality in place, users can manage their identity passwords for all their applications.\n\nIn IdentityNow, users can select their names in the upper right corner of the page and use the drop-down menu to select Password Manager. \nPassword Manager lists the user's identity's applications, possibly grouped to share passwords. \nUsers can then select 'Change Password' to update their passwords. \n\nGrouping passwords allows users to update their passwords more broadly, rather than requiring them to update each password individually. \nPassword Manager may list the applications and sources in the following groups:\n\n- Password Group: This refers to a group of applications that share a password. \nFor example, a user can use the same password for Google Drive, Google Mail, and YouTube. \nUpdating the password for the password group updates the password for all its included applications.\n\n- Multi-Application Source: This refers to a source with multiple applications that share a password. \nFor example, a user can have a source, G Suite, that includes the Google Calendar, Google Drive, and Google Mail applications. \nUpdating the password for the multi-application source updates the password for all its included applications. \n\n- Applications: These are applications that do not share passwords with other applications.\n\nAn organization may require some authentication for users to update their passwords. \nUsers may be required to answer security questions or use a third-party authenticator before they can confirm their updates. \n\nRefer to [Managing Passwords](https://documentation.sailpoint.com/saas/user-help/accounts/passwords.html) for more information about password management.\n", "item": [ { - "id": "63a8208d-6965-48b1-aebe-6ac97585ba45", + "id": "d0dec144-1151-47d5-8795-d4b9f05b1c9e", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -69914,7 +69914,7 @@ }, "response": [ { - "id": "61d8a8c9-3455-4797-81fe-bf6ca549aee8", + "id": "1737fa2c-271b-48ca-9a99-3a87dbc473d4", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -69970,7 +69970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4fa33a2-00e3-45a9-9fbd-a2621aaf554f", + "id": "e4c11c55-9a57-465c-9d9c-2d720dabdc6f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70026,7 +70026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88293903-80dd-4477-9556-af8cdb69d88a", + "id": "3e550979-3ec0-4a18-86a8-d36296af6d86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70082,7 +70082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0d90ffd-1af4-4423-b198-40b234c19816", + "id": "cbf32bc5-b529-41f4-a7b1-6e43b78cd37c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70138,7 +70138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6cdab1d-c9d8-44b6-ae00-0713fcc97ed1", + "id": "e1c17fb2-b54a-4574-963a-65cd7e8f02ca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70194,7 +70194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aae482db-ad32-421c-814c-3fd752d8e45f", + "id": "f19c3da9-fa4b-48d4-ab48-fcd8e4a39386", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70256,7 +70256,7 @@ } }, { - "id": "37f3ed9f-6933-4121-8d5e-83150e2cdaff", + "id": "1d989e94-db06-4f36-9073-87cfc28f0adc", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -70298,7 +70298,7 @@ }, "response": [ { - "id": "7d7436f6-96cd-41d7-a3c0-80f6f19bb6d1", + "id": "4c9eff0b-745b-4186-baeb-c2acf5efbefb", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -70354,7 +70354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02151937-c13d-4057-a4c3-6f5dc5887dcb", + "id": "17ffeab1-00d4-4d59-8c8e-2d19b382d689", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70410,7 +70410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0942b112-fec7-45ec-9cb0-b495ffc83a41", + "id": "c50d957b-254d-4006-8269-6833c40819d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70466,7 +70466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33d750c5-f26a-44dc-8b55-11965bc98197", + "id": "39390b2b-fd78-42d0-91cc-b504a34153aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70522,7 +70522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6087ff19-1d8b-4502-8563-96f7a4712efb", + "id": "8a806b0d-6781-4ee3-aedd-e7f22fda53f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70578,7 +70578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58d186c5-9a03-4a9e-9abd-64eeb36ba500", + "id": "9d6beeaf-b848-4dc6-a93d-e43553cd5f38", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70640,7 +70640,7 @@ } }, { - "id": "38965338-d3da-4716-b41f-e838b5e3e8df", + "id": "abd9b44c-1ecc-4412-b6cd-88689a7fec3c", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -70681,7 +70681,7 @@ }, "response": [ { - "id": "427d4ce9-cea4-43bc-acd6-cf69e50923aa", + "id": "27b5a99d-872e-463c-8024-38eeace563fb", "name": "Status of the password change request", "originalRequest": { "url": { @@ -70725,7 +70725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e769d90b-dfea-4a64-a669-f16cd2add920", + "id": "ad60147f-6f63-4950-8469-ba1b1adde99e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70769,7 +70769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ff45e90-5c45-4bba-9982-80eaaab25493", + "id": "fb5f4fd9-ec83-4754-bf8e-4c587852523c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70813,7 +70813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7199cbd-1356-4ca5-9164-f4403679fa1a", + "id": "29d1a3e7-00ff-4f38-bb07-115bceff9a4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70857,7 +70857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5166efe-e015-4f91-b395-e4c67dc70c30", + "id": "553fbc1b-c509-4034-b4ed-7fdcc85bace3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70901,7 +70901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "454bae56-7fa4-400d-bcc7-a6962b94bcd9", + "id": "5faf0d37-0276-4af3-9d08-9d4cc917aef9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70945,7 +70945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cc2cf3c-58f9-49ae-a8fc-d502651846fc", + "id": "ac00ca84-6aa5-456b-bac5-eda9d239b1e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71001,7 +71001,7 @@ "description": "Use this API to implement password dictionary functionality. \nWith this functionality in place, administrators can create password dictionaries to prevent users from using certain words or characters in their passwords. \n\nA password dictionary is a list of words or characters that users are prevented from including in their passwords. \nThis can help protect users from themselves and force them to create passwords that are not easy to break. \n\nA password dictionary must meet the following requirements to for the API to handle them correctly: \n\n- It must be in .txt format.\n\n- All characters must be UTF-8 characters. \n\n- Each line must contain a single word or character with no spaces or whitespace characters.\n\n- It must contain at least one line other than the locale string.\n\n- Each line must not exceed 128 characters.\n\n- The file must not exceed 2500 lines. \n\nAdministrators should also consider the following when they create their dictionaries: \n\n- Lines starting with a # represent comments.\n\n- All words in the password dictionary are case-insensitive. \nFor example, adding the word \"password\" to the dictionary also disallows the following: PASSWORD, Password, and PassWord.\n\n- The dictionary uses substring matching. \nFor example, adding the word \"spring\" to the dictionary also disallows the following: Spring124, 345SprinG, and 8spring.\nUsers can then select 'Change Password' to update their passwords. \n\nAdministrators must do the following to create a password dictionary: \n\n- Create the text file that will contain the prohibited password values.\n\n- If the dictionary is not in English, they must add a locale string to the top line: locale:`languageCode`_`countryCode`\n\nThe languageCode value refers to the language's 2-letter ISO 639-1 code.\nThe countryCode value refers to the country's 2-letter ISO 3166-1 code.\n\nRefer to this list https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html to see all the available ISO 639-1 language codes and ISO 3166-1 country codes.\n\n- Upload the .txt file to IdentityNow with [Update Password Dictionary](https://developer.sailpoint.com/idn/api/v3/update-password-dictionary). Uploading a new file always overwrites the previous dictionary file.\n\nAdministrators can then specify which password policies check new passwords against the password dictionary by doing the following: In the Admin panel, they can use the Password Mgmt dropdown menu to select Policies, select the policy, and select the 'Prevent use of words in this site's password dictionary' checkbox beside it.\n\nRefer to [Configuring Advanced Password Management Options](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html) for more information about password dictionaries.\n", "item": [ { - "id": "0e744f16-ae94-42e6-9ce6-c03f5d3597ad", + "id": "bc8fc2ec-64be-46a6-bdd8-fb4328ba94e4", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -71030,7 +71030,7 @@ }, "response": [ { - "id": "dff19b95-8b7b-4f63-9971-809301af9e41", + "id": "50f79640-13c5-4c1b-97c5-ca0630b058bf", "name": "A password dictionary response", "originalRequest": { "url": { @@ -71068,12 +71068,12 @@ "value": "text/plain" } ], - "body": "ea et", + "body": "veniam Lorem eiusmod deserunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "b3d97c72-ef87-42a2-b4a5-10c1258361f9", + "id": "78bb9ff5-3e36-4a68-8ae1-8a6993175aca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71116,7 +71116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8d96677-6ac5-485a-bffc-fec5e5bc2949", + "id": "6c718982-70ef-4edb-ac77-8882f26adb07", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71159,7 +71159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1a44247-ea0f-413e-b08d-c79927b23e53", + "id": "37688563-8e30-42a9-b6ef-30b901fa8a87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71202,7 +71202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77f54b02-4285-4418-82cc-c2d6c368910f", + "id": "373a377a-e138-4cd7-8e21-bbfeb9b4d6a3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -71245,7 +71245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "479eff25-714f-4d64-8a9d-d1a3f14bbc4c", + "id": "a9e14052-3c64-4cb9-a64c-581a49e09454", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71288,7 +71288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27088516-33b9-41a6-99c0-d436ffa1a3e2", + "id": "1d84bd8e-ad0b-4b17-a2ae-60730132da02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71337,7 +71337,7 @@ } }, { - "id": "bd62e216-b7e2-4222-b774-46e7908ee1bf", + "id": "e5ba5ff4-3f61-424d-a982-ea95843b7ca1", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -71375,7 +71375,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -71383,7 +71383,7 @@ }, "response": [ { - "id": "2d9b9c30-6095-4153-ac3a-0d0f1ddbd8c9", + "id": "f7d99baf-4ff3-46ac-bedb-f7917bad03ef", "name": "Successfully updated.", "originalRequest": { "url": { @@ -71420,7 +71420,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -71433,7 +71433,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fc771397-e426-437b-9515-87bec0616c31", + "id": "ee1551f9-8ee2-4ebd-9109-8c6e28d490a0", "name": "Created.", "originalRequest": { "url": { @@ -71470,7 +71470,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -71483,7 +71483,7 @@ "_postman_previewlanguage": "text" }, { - "id": "bef08dae-16a5-4785-8ddb-a61fc69d78c5", + "id": "2c84f26b-fd46-4f1a-a22e-52d239b61698", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71524,7 +71524,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -71543,7 +71543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01917ba5-49a5-4a76-aaec-fa640c3184f0", + "id": "cadc8258-2ba5-4cf8-9e68-ef55259a0b27", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71584,7 +71584,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -71603,7 +71603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5daefc18-8554-456b-87bc-53e179ebe622", + "id": "86012111-9b6d-4b13-868b-653d79bfc2a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71644,7 +71644,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -71663,7 +71663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfbf76bf-6a72-46ba-89e2-73cc89d003e1", + "id": "41944088-be84-4744-9978-190fdbe23c85", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -71704,7 +71704,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -71723,7 +71723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eea5b96-054e-49ef-82cc-fd701f612c92", + "id": "0eb675d8-24c8-4027-a6fb-078f99b3a5a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71764,7 +71764,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -71783,7 +71783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73dc3e24-dda3-41e3-ab93-2339269ae69e", + "id": "bf085798-e17d-43b0-b348-706e4b49d59c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71824,7 +71824,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -71855,7 +71855,7 @@ "description": "Use this API to implement password sync group functionality. \nWith this functionality in place, administrators can group sources into password sync groups so that all their applications share the same password. \nThis allows users to update the password for all the applications in a sync group if they want, rather than updating each password individually. \n\nA password sync group is a group of applications that shares a password. \nAdministrators create these groups by grouping the applications' sources. \nFor example, an administrator can group the ActiveDirectory, GitHub, and G Suite sources together so that all those sources' applications can also be grouped to share a password. \nA user can then update his or her password for ActiveDirectory, GitHub, Gmail, Google Drive, and Google Calendar all at once, rather then updating each one individually.\n\nThe following are required for administrators to create a password sync group in IdentityNow: \n\n- At least two direct connect sources connected to IdentityNow and configured for Password Management.\n\n- Each authentication source in a sync group must have at least one application. Refer to [Adding and Resetting Application Passwords](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html#adding-and-resetting-application-passwords) for more information about adding applications to sources.\n\n- At least one password policy. Refer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/policies.html) for more information about password policies. \n\nIn the Admin panel in IdentityNow, administrators can use the Password Mgmt dropdown menu to select Sync Groups. \nTo create a sync group, administrators must provide a name, choose a password policy to be enforced across the sources in the sync group, and select the sources to include in the sync group. \n\nAdministrators can also delete sync groups in IdentityNow, but they should know the following before they do: \n\n- Passwords related to the associated sources will become independent, so changing one will not change the others anymore. \n\n- Passwords for the sources' connected applications will also become independent. \n\n- Password policies assigned to the sync group are then assigned directly to the associated sources. \nTo change the password policy for a source, administrators must edit it directly. \n\nOnce the password sync group has been created, users can update the password for the group in Password Manager.\n\nRefer to [Managing Password Sync Groups](https://documentation.sailpoint.com/saas/help/pwd/sync_grps.html) for more information about password sync groups.\n", "item": [ { - "id": "970b35a4-b9ee-4322-bb8b-d86cc06b37bf", + "id": "2cd90696-d129-4a67-90f7-2e45613d2ef5", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -71912,7 +71912,7 @@ }, "response": [ { - "id": "4f2efb20-3445-43ca-9875-929df622e4cf", + "id": "671ec96a-ddaa-4f16-8c66-5f0564b80842", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -71983,7 +71983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baa856eb-23c9-45de-b59e-318b1d9112fa", + "id": "13bfa166-78e9-4b74-8616-e697f37ae513", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72054,7 +72054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "398d50d9-419a-4046-986a-82458f35f40f", + "id": "c1ba6394-bfcc-4d3f-ab46-bfb5dfb02dfc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72125,7 +72125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71104e28-d8ff-4c26-91d0-6198e4e1e929", + "id": "bab107af-6a14-48b6-94f9-8f4ab1f3d1b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72196,7 +72196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e38b1555-0349-437b-9080-ddb7acefc686", + "id": "31fd5e43-ba0f-4cc7-8bd8-e1ac5e6daf89", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72267,7 +72267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "932d39bf-a4d6-4a92-81ca-18ff6cc3aeb3", + "id": "341edb31-64ca-4f06-9551-58c2b847c024", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72344,7 +72344,7 @@ } }, { - "id": "9228da97-f3a9-40c0-b064-f09a1de6f1f7", + "id": "6fe9718d-889c-497b-ba37-5eb7f01eb599", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -72386,7 +72386,7 @@ }, "response": [ { - "id": "5f6d42f9-5f66-42a9-9079-8ba486932697", + "id": "7c2eebc2-c272-4cae-95d2-4bc6199db250", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -72442,7 +72442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24346fb4-c9e1-4faf-872b-85fa1c6fb292", + "id": "14d9b24b-e1d9-4d07-8a7b-a425dda20322", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72498,7 +72498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56754b8c-fe3f-471c-9a39-22eaa035d703", + "id": "5618f5c0-1e6f-49d9-b3f8-74365db31189", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72554,7 +72554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a72d52e-1f92-4f98-9c8d-989f3b718aad", + "id": "c25bf0d1-e538-4d46-b3b0-31d88530b34d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72610,7 +72610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a678ff45-8644-4a0d-a8b2-ada2d2a62838", + "id": "5debad0f-9c02-4ccb-8e48-e3fecc95686a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72666,7 +72666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "682c3b27-fb95-48f2-b8a6-342e99fa4e38", + "id": "403e6dcc-0536-44a6-bd47-bc5c8b6dfcb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72728,7 +72728,7 @@ } }, { - "id": "79d4051d-ef44-476e-b570-792c37c32466", + "id": "59503e57-f6ac-469b-8ab1-7858393af45e", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -72769,7 +72769,7 @@ }, "response": [ { - "id": "773a0a17-440c-49ca-8b1d-abdcd67f31f7", + "id": "5664e4dd-2d0d-4800-8d4d-02e644955c65", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -72813,7 +72813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87c35a3f-0761-4721-8eb9-4d1cf0446e83", + "id": "11590e14-05b3-426d-b6c4-1d4747a8e7b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72857,7 +72857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a145b721-417a-4205-88b5-6c614ae0bde2", + "id": "9967da33-71c2-4920-8f9c-4a3b667e0b35", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72901,7 +72901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76597946-dc71-4d98-ad51-bbb32256445f", + "id": "3487c7f0-905c-4666-a162-6adbe86c7713", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72945,7 +72945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e891d9c7-6aa2-4b5b-9b64-f0b10624038b", + "id": "190ef835-646b-49f6-a324-0ec376dbe72b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72989,7 +72989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8449f1a6-653a-4735-a9a9-c0ee0fe56a44", + "id": "fdc6795c-dd30-4667-8764-89e921946492", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73033,7 +73033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f670039-af0e-4ae2-a85b-a1d151b2afaf", + "id": "ed51715a-5ad5-4f04-8c13-3ef5e6d2c9ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73083,7 +73083,7 @@ } }, { - "id": "1ca4df0b-300d-4bcd-a33c-8c4e2fe04bd4", + "id": "00ac2dfb-67ee-47af-b126-9df01c3e2f34", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -73137,7 +73137,7 @@ }, "response": [ { - "id": "75ad40e2-44cb-4381-950e-cadefd82b71b", + "id": "e0354dd2-ba57-407e-85ef-d6a1ea0f7c2b", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -73194,7 +73194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79fa118a-9ac9-48f3-b13f-6f9b42f509c2", + "id": "cacd8c2d-3b2e-4b3a-a2c7-16fd5fb9931c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73251,7 +73251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "693af288-8006-429e-9e9b-97c4ea40b53e", + "id": "a96f2fc6-275a-4242-8a03-ddb768f4eee2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73308,7 +73308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c80e3c38-ab84-4092-8eaf-efe8b2597256", + "id": "7c01cd74-9384-4e4f-8be0-d53923f54469", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73365,7 +73365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24e66f96-1967-4ceb-b476-1d9617bc5d83", + "id": "c6ea9674-c5b7-48a6-8d51-b89b5fe1b81b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -73422,7 +73422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f677f4dd-0067-4f9f-bb87-1f13de5e7371", + "id": "827e1a07-bc82-45ad-a2a5-35cda949e6e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73479,7 +73479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9015544-3185-4f99-b1fc-911161d0d562", + "id": "2cb40dba-27bd-48fd-9a00-adcb84df4bc7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73542,7 +73542,7 @@ } }, { - "id": "923ec6d8-bed7-47ff-ac12-620d1f5cee9c", + "id": "bd601128-9050-470f-919b-a97e9b961c5e", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -73583,7 +73583,7 @@ }, "response": [ { - "id": "b8bb3a96-3b2e-481c-906d-d174c8db0a8f", + "id": "e006f455-7fd8-40ad-a7ea-8be061e20bd8", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -73617,7 +73617,7 @@ "_postman_previewlanguage": "text" }, { - "id": "739f8d0a-3dca-4bc1-9606-c7cfa9eb622b", + "id": "ad97d1e1-0d5e-45f6-a087-96a976fe7c5c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73661,7 +73661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93b281aa-f227-4bd1-882d-0f8d3354f736", + "id": "893a1de6-1256-4f5b-91c3-40ffd1cf4bf7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73705,7 +73705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "233744dd-5054-4fd0-a828-e96d8e9396d6", + "id": "371ba108-ce21-4e11-9d3d-461369cf4301", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73749,7 +73749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9f052a9-f318-4a4d-9116-378595b36060", + "id": "4323ceef-9129-4ef9-8b59-c9e5df07b529", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73793,7 +73793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69e68729-7ba2-4683-ad9f-5a76870deb80", + "id": "1a654c81-ecfc-4a31-89e3-cd912d6f7e1a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73849,7 +73849,7 @@ "description": "Use this API to implement personal access token (PAT) functionality. \nWith this functionality in place, users can use PATs as an alternative to passwords for authentication in IdentityNow. \n\nPATs embed user information into the client ID and secret. \nThis replaces the API clients' need to store and provide a username and password to establish a connection, improving IdentityNow organizations' integration security. \n\nIn IdentityNow, users can do the following to create and manage their PATs: Select the dropdown menu under their names, select Preferences, and then select Personal Access Tokens. \nThey must then provide a description about the token's purpose. \nThey can then select 'Create Token' at the bottom of the page to generate and view the Secret and Client ID. \n\nRefer to [Managing Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/generate_tokens.html) for more information about PATs.\n", "item": [ { - "id": "135d4c0e-5b6f-416a-aefd-bce795450e22", + "id": "69310187-b0a9-43d0-bb89-84c355994916", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -73897,7 +73897,7 @@ }, "response": [ { - "id": "46cb025f-54cf-430b-a721-c2a23034b8ce", + "id": "e06c7696-909d-451b-bdce-b75bfb1f9311", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -73959,7 +73959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d689a65-acf8-4132-bfe6-925a3435679e", + "id": "f5bca8d1-c04f-4ca4-bd4b-21997afd0e2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74021,7 +74021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "581e07bf-420c-4c72-a475-522c1bb4f3d7", + "id": "3cae3354-d95f-4f5f-a39b-f4889850f3fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74083,7 +74083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a57c2c1-1403-4106-9c6b-fba45dd5db61", + "id": "15f0a39d-3e25-44d7-b222-caefaa07582b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74145,7 +74145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd4ef3b1-eabd-4c83-8b10-17bf48819ab7", + "id": "2fa1fd27-f5e8-4740-b964-87b3becff90c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74207,7 +74207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b94942a-80de-46f5-bdb4-8248d39112de", + "id": "eb636bed-8380-45a8-b1f6-96823a580442", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74275,7 +74275,7 @@ } }, { - "id": "55b74d69-0262-48f7-ab9d-de9a237df320", + "id": "59484671-17c5-40b2-9004-23a427111fb5", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -74317,7 +74317,7 @@ }, "response": [ { - "id": "d8c65f5e-f2cb-4db9-91cd-1fe42a83898e", + "id": "6583e609-6d07-4e1d-b93f-539f04c0e138", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -74373,7 +74373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81e818f6-234c-4499-85e5-0fba26842cf8", + "id": "9869d69e-52f1-43b1-8ee8-381e0096b7ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74429,7 +74429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27c4fb61-08fe-4155-aaad-8593fa8cd4b2", + "id": "b0f6baca-8624-480b-88e8-274095d53ce4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74485,7 +74485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a425f5ff-569b-4409-a3a9-25f92e30eb36", + "id": "3e91c51b-bfdb-4aac-a213-a1a333324f89", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74541,7 +74541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe63c14d-656a-499f-9cea-0a0eb19752bc", + "id": "9addc317-cd38-4f2c-82ff-81b4e1d35621", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74597,7 +74597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceaae01c-e06e-4c3b-8beb-b39d97630db8", + "id": "85f3c386-ed3a-49e5-8847-d5207d49cb89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74659,7 +74659,7 @@ } }, { - "id": "984900fa-98aa-4866-af08-d0a308527eb0", + "id": "702fe4e7-79ad-445b-a40f-6abb0467c0d5", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -74713,7 +74713,7 @@ }, "response": [ { - "id": "a14771b5-032f-4f60-a201-e5e3bd36ba47", + "id": "daf217e4-07b0-4ccc-8674-0531abec1fa8", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -74770,7 +74770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ccad70c-d9b2-4885-bf3e-0b002c896923", + "id": "016b34dc-794f-4bd3-af99-bb38976d9c09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74827,7 +74827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56b16d15-5122-45f7-86f1-53e54ef54b0c", + "id": "d6897f31-1fdf-4330-a856-ba6d10973e33", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74884,7 +74884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c96690e9-3bbc-4163-b75a-eac689937cec", + "id": "e3067dda-c832-41c7-b910-e0462319a38f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74941,7 +74941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "798c4099-3fdb-415f-a2bd-85356ce54bd9", + "id": "47e0cff8-ecb2-4262-8225-bec02097ddd9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -74998,7 +74998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be0cd0f3-7032-4b52-be30-26fa01f67fc2", + "id": "4d551663-a4b2-4c80-a8a0-03bd5cae29c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75055,7 +75055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c184e449-8af8-4ece-bba2-e0584fad6112", + "id": "690ce225-4c48-4ba0-8c52-6b2d1f1ddde5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75118,7 +75118,7 @@ } }, { - "id": "3024044f-f325-4eec-b0b0-4792acd30dd3", + "id": "32f99752-088f-46f8-924d-497451005fa5", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -75159,7 +75159,7 @@ }, "response": [ { - "id": "f406db51-d7c0-4f4d-814f-e838136ddb23", + "id": "4062cdd8-53a4-4dfe-9fab-e69817dc27cf", "name": "No content.", "originalRequest": { "url": { @@ -75193,7 +75193,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3cf8608b-a037-4864-b1ee-0efa100df9b4", + "id": "5d9afff9-d38b-49e9-bb44-091969b461ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75237,7 +75237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49040a3f-43ec-43bc-aeee-f70bfaf18810", + "id": "c7bc1ae4-dcea-4d2f-ab47-c47a03433460", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75281,7 +75281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61775e9f-af29-472f-87fa-a43b0967ebc4", + "id": "3c3f21d5-543b-4859-93eb-214678b3d465", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75325,7 +75325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be6919f5-cd29-4560-a9e2-ace7b8d07b0c", + "id": "3b3d49f1-4208-474d-8337-1d5a361513d9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -75369,7 +75369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8138162-6157-4023-a87c-7fc579710a9b", + "id": "b6c12bf8-b73f-4455-8ca7-19964a2d41a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75413,7 +75413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4080cbc-89e7-4664-8dca-cfd727781cf7", + "id": "e1cc4be1-5f19-440d-8d3a-93fa86e8737e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75469,7 +75469,7 @@ "description": "Use this API in conjunction with [Public Identites Config](https://developer.sailpoint.com/idn/api/v3/public-identities-config) to enable non-administrators to view identities' publicly visible attributes. \nWith this functionality in place, non-administrators can view identity attributes other than the default attributes (email, lifecycle state, and manager), depending on which identity attributes their organization administrators have made public. \nThis can be helpful for access approvers, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n", "item": [ { - "id": "7023c7c6-e874-40b4-a62c-f2e0a3481c2e", + "id": "a03a9960-e9c7-439f-bb9f-ff8dfd24e469", "name": "Get a list of public identities", "request": { "name": "Get a list of public identities", @@ -75550,7 +75550,7 @@ }, "response": [ { - "id": "d75bcaee-f896-4b40-93c2-a94a04f7d129", + "id": "0245f589-5b55-4b66-b543-66add65b1270", "name": "A list of public identity objects.", "originalRequest": { "url": { @@ -75648,7 +75648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f650653c-17c5-45da-910c-db35eb194dc4", + "id": "5b30b0b9-7a74-44e3-b355-5cba60778a6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75746,7 +75746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92c131b2-32b7-4220-a6e1-c9642b6e1382", + "id": "4e11c1bb-5fe0-4164-90cd-a747086911b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75844,7 +75844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d9bbfa4-3684-4725-9d51-3a312ba4e2c2", + "id": "cf75b363-161c-4ae9-94b4-698cb93d7fc9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75942,7 +75942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82b54fa4-3cdf-4495-91ff-c192507d370d", + "id": "b5586fe4-4269-4ec6-8b3c-dc64ede0fbd3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76040,7 +76040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "950da084-2ed1-4bb4-8b53-3f8bc872a2f5", + "id": "86b6747a-2f37-4d35-9514-00e6ca45c08f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76150,7 +76150,7 @@ "description": "Use this API to implement public identity configuration functionality. \nWith this functionality in place, administrators can make up to 5 identity attributes publicly visible so other non-administrator users can see the relevant information they need to make decisions. \nThis can be helpful for approvers making approvals, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n\nBy default, non-administrators can select an identity and view the following attributes: email, lifecycle state, and manager. \nHowever, it may be helpful for a non-administrator reviewer to see other identity attributes like department, region, title, etc.\nAdministrators can use this API to make those necessary identity attributes public to non-administrators. \n\nFor example, a non-administrator deciding whether to approve another identity's request for access to the Workday application, whose access may be restricted to members of the HR department, would want to know whether the identity is a member of the HR department. \nIf an administrator has used [Update Public Identity Config](https://developer.sailpoint.com/idn/api/v3/update-public-identity-config) to make the \"department\" attribute public, the approver can see the department and make a decision without requesting any more information.\n", "item": [ { - "id": "5d9cae5f-6dc9-48e7-b65a-651508d80e69", + "id": "84746dcd-9924-44fd-a117-7ed27c4a2ddc", "name": "Get the Public Identities Configuration", "request": { "name": "Get the Public Identities Configuration", @@ -76179,7 +76179,7 @@ }, "response": [ { - "id": "0e60915e-da65-4c80-bea2-ef652c8ec47a", + "id": "55e5a1f7-9874-45b8-8069-e7f16bfe20be", "name": "Request succeeded.", "originalRequest": { "url": { @@ -76222,7 +76222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8866275d-3e37-41da-be05-f7e57a5afd0e", + "id": "546b956d-6123-49b1-9b82-82a6493d6f0a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76265,7 +76265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e20d5376-f4f7-499f-9677-14de705d6824", + "id": "cd2cc017-732c-493f-870d-e7b21ad788e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76308,7 +76308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b0a5864-711c-4358-8056-7922994b6a0b", + "id": "e6b3aab3-3e2a-4d97-8b34-9d50d98b0b36", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76351,7 +76351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a58f632-8cae-4d5a-bf47-2f5e97bad328", + "id": "02845f65-d331-4224-a239-4fcd2678670c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76394,7 +76394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21db7137-52d5-4403-8192-49808932d1a0", + "id": "25e1dcad-88f7-489e-bfb9-9abce0217e44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76443,7 +76443,7 @@ } }, { - "id": "00f4ca04-63ed-43f4-a1d1-7d14c6f39813", + "id": "ffb00649-297a-4f86-b012-487835fb6691", "name": "Update the Public Identities Configuration", "request": { "name": "Update the Public Identities Configuration", @@ -76485,7 +76485,7 @@ }, "response": [ { - "id": "dbd4cacc-b0f7-41b1-8668-a3a13f3ab2fa", + "id": "92f63d52-fa81-4850-9b1b-8708bf135945", "name": "Request succeeded.", "originalRequest": { "url": { @@ -76541,7 +76541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83bf86cc-8e95-424b-9374-093a7067929f", + "id": "2db7db5a-311d-4af2-a3be-2fb9bfddc9fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76597,7 +76597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8887d4fc-cd41-4f24-be62-7b6e4da90baf", + "id": "5979735e-f788-44eb-8513-81adc3270357", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76653,7 +76653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43568616-c1e3-483a-8dc0-624a88250e99", + "id": "2c190c0a-99ee-4e40-b88c-d831cf1de381", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76709,7 +76709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7dee19a-3f8d-47b6-b278-7a9062f2474f", + "id": "fd4853a7-fd05-4579-9b54-6df936ef3832", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76765,7 +76765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2098edc-fed6-44f7-864c-b036c627da98", + "id": "c9cf70ce-f377-4ef7-8e63-28e8a730d3d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76833,7 +76833,7 @@ "description": "Use this API to implement reports lifecycle managing and monitoring.\nWith this functionality in place, users can run reports, view their results, and cancel reports in progress. \nThis can be potentially helpful for auditing purposes. \n", "item": [ { - "id": "74f0aa6d-61fa-4b35-8746-ce4e6096d735", + "id": "b8a7c93e-8003-430f-956e-b61c1767aa29", "name": "Get Report Result", "request": { "name": "Get Report Result", @@ -76885,7 +76885,7 @@ }, "response": [ { - "id": "675db7e5-e598-4a71-8a9e-6d8277a559f3", + "id": "a4a3729e-df60-44d7-ae0e-7fbdb2ff356e", "name": "Details about report that was run or is running.", "originalRequest": { "url": { @@ -76940,7 +76940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a96127-fb19-4d14-8150-15db3822f040", + "id": "52de3f61-5122-4143-8ecd-e36553810a5d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76995,7 +76995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1574e1a2-14e1-44c4-83d1-29eb31158119", + "id": "48fe9407-8bf2-4a6f-a86d-6649c32ef46b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77050,7 +77050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45ee9644-f8c2-49bc-afc5-2a705f45f006", + "id": "e9e5b349-95d8-4cc0-b22e-0ba540df761b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77105,7 +77105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1377bd5-4b80-4d39-ba5f-9d35dff54176", + "id": "a8a509fb-904f-4cdf-ab91-30523ffa4a97", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77160,7 +77160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1c91a25-b939-4573-a97e-85dbbcbdc2aa", + "id": "4675fd27-eeb9-42f4-a17e-adfd26869ba9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77221,7 +77221,7 @@ } }, { - "id": "232320ff-7f99-46a3-8fc8-427d7c4b9b61", + "id": "1d3434fe-cd1f-4ecd-9aef-472ebba71579", "name": "Run Report", "request": { "name": "Run Report", @@ -77264,7 +77264,7 @@ }, "response": [ { - "id": "ac970cc7-8a46-49ab-b147-9bd012149d91", + "id": "8c61d2fa-e5da-487a-b905-7884731218ef", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -77321,7 +77321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b7f6aff-7789-4f73-9c08-7548f88743e7", + "id": "b90bfca5-5602-4a8a-842c-baedc45f9f7b", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -77378,7 +77378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "343797db-91c6-4ad8-9ac0-f9b3863ba68e", + "id": "5fcb87b2-4058-4423-800f-18b18d1430eb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77435,7 +77435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eefb101-01c6-4154-91e4-1c3bdf2ec890", + "id": "07598ede-b2c1-4918-9f08-ab3880d28987", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77492,7 +77492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd5d0eb4-72b3-497c-996f-f372d7c66581", + "id": "cbaaed31-44d3-48ae-b599-989ec4a72a7f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77549,7 +77549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "744a7c35-e918-41a5-9801-f659ce9a061f", + "id": "ff820d63-6cd3-447c-bc6e-b9f839e862b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77606,7 +77606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85f63d39-ea57-4358-91a4-043df1347992", + "id": "33f8ea67-37ca-4b2d-823a-3922deba8ccb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77669,7 +77669,7 @@ } }, { - "id": "10e85a2c-bb3c-43f4-afcb-44c71ba0aa26", + "id": "061ab8de-19a4-43ba-9f40-78f4572a89a3", "name": "Cancel Report", "request": { "name": "Cancel Report", @@ -77711,7 +77711,7 @@ }, "response": [ { - "id": "8913a324-103b-4753-b217-d74e12194706", + "id": "5b0c2e23-6df4-40c4-98ab-b72dd69ca10c", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -77746,7 +77746,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3d2663bc-a34d-437e-97b1-61e362e72eba", + "id": "a4892fc9-9465-47d4-87a4-acc5d2c9a2c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77791,7 +77791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a41cd96a-aef9-454e-9b28-834a32f872cf", + "id": "0cbe71be-3c49-4c6c-9f40-e65e3485bd6f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77836,7 +77836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a14b72a-8970-4a9f-a50d-b515f8464d19", + "id": "b9d6dc64-caad-47f1-aae6-0d0190d26cf0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77881,7 +77881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efed0e28-def6-431f-a303-9b1f8ee14435", + "id": "a34122c8-b07a-4323-a2c3-55bbf566cc7f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77926,7 +77926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7786cc8-e062-4541-a5a9-e1c4b7d68c0b", + "id": "9088a1e4-0817-4185-b58b-c5477823e23a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77977,7 +77977,7 @@ } }, { - "id": "d55abe50-5fa1-4e31-b59e-6439996782f8", + "id": "a30ef6e2-44fe-4f75-8338-160544efe659", "name": "Get Report File", "request": { "name": "Get Report File", @@ -78046,7 +78046,7 @@ }, "response": [ { - "id": "a82724f0-6f7b-468d-95bd-5623e26dad07", + "id": "29981936-f3ee-4e32-a613-64b642e1475d", "name": "Report file in selected format. CSV by default.", "originalRequest": { "url": { @@ -78122,12 +78122,12 @@ "value": "attachment;filename=\\\"fileName\"" } ], - "body": "ea et", + "body": "veniam Lorem eiusmod deserunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "d938b58b-92c6-4c94-aa76-853e7f1c3e14", + "id": "4a4e9e6b-6494-417b-a1a5-dfefca7f09c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78199,7 +78199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7234b088-06f9-4687-90b7-5aafe437a212", + "id": "f6b3cd14-bbc5-44d4-a798-4f1249ab54ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78271,7 +78271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cd0a24c-3fc8-412e-a7b8-5cda57a1c8c2", + "id": "22b6c0df-7277-4488-8992-06615bed11aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78343,7 +78343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e5a6f61-5590-43aa-acc2-0bad0cef2142", + "id": "91184e90-48db-4f8f-8526-50af00148d10", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -78415,7 +78415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "855775d0-e0c0-490c-bd08-ecba4051a349", + "id": "c862714c-f23c-4411-b936-ec4d7fe6cdaa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78487,7 +78487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbf6816e-be57-45ea-8685-470c7276709a", + "id": "00636cd7-11df-4fa1-aafd-5dc7c98b068a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78571,7 +78571,7 @@ "description": "Use this API to implement requestable object functionality. \nWith this functionality in place, administrators can determine which access items can be requested with the [Access Request APIs](https://developer.sailpoint.com/idn/api/v3/access-requests), along with their statuses. \nThis can be helpful for administrators who are implementing and customizing access request functionality as a way of checking which items are requestable as they are created, assigned, and made available.\n", "item": [ { - "id": "3ab63bd4-1a8a-435d-b32b-c24a1d27837d", + "id": "0fc2434e-2ad0-4d48-9fd8-887a292a2a5b", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -78682,7 +78682,7 @@ }, "response": [ { - "id": "d76f2db0-1606-4752-933c-b577ded4665c", + "id": "2b3004b2-fd15-45b1-b8f3-8103837f8832", "name": "List of requestable objects", "originalRequest": { "url": { @@ -78807,7 +78807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99f8949c-6b1c-4c30-88da-fedefeffcb4d", + "id": "565b324f-00b8-48f0-ad3c-55fa001027b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78932,7 +78932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2362d20d-1d04-406c-9a4e-81e3273f15c8", + "id": "f4594862-3ba8-4eb7-a229-64ce1eefe043", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79057,7 +79057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aca14856-beb5-4e04-809c-5bcf00770482", + "id": "168d33f9-8e09-41e7-96da-80f329f065a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79182,7 +79182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e1882a-dc82-439b-9cc4-b59e3a15512e", + "id": "ec33ab45-e8d5-48a1-960a-febd3e9c7440", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79307,7 +79307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc11bc23-84f0-421e-820c-662a224d157d", + "id": "19911d14-a879-49f7-ad7c-d6d30f74cbd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79444,7 +79444,7 @@ "description": "Use this API to implement and customize role functionality.\nWith this functionality in place, administrators can create roles and configure them for use throughout IdentityNow. \nIdentityNow can use established criteria to automatically assign the roles to qualified users. This enables users to get all the access they need quickly and securely and administrators to spend their time on other tasks.\n\nEntitlements represent the most granular level of access in IdentityNow. \nAccess profiles represent the next level and often group entitlements. \nRoles represent the broadest level of access and often group access profiles. \n\nFor example, an Active Directory source in IdentityNow can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both. \n\nRoles often represent positions within organizations. \nFor example, an organization's accountant can access all the tools the organization's accountants need with the 'Accountant' role. \nIf the accountant switches to engineering, a qualified member of the organization can quickly revoke the accountant's 'Accountant' access and grant access to the 'Engineer' role instead, granting access to all the tools the organization's engineers need.\n\nIn IdentityNow, adminstrators can use the Access drop-down menu and select Roles to view, configure, and delete existing roles, as well as create new ones. \nAdministrators can enable and disable the role, and they can also make the following configurations: \n\n- Manage Access: Manage the role's access by adding or removing access profiles.\n\n- Define Assignment: Define the criteria IdentityNow uses to assign the role to identities. \nUse the first option, 'Standard Criteria,' to provide specific criteria for assignment like specific account attributes, entitlements, or identity attributes. \nUse the second, 'Identity List,' to specify the identities for assignment.\n\n- Access Requests: Configure roles to be requestable and establish an approval process for any requests that the role be granted or revoked. \nDo not configure a role to be requestable without establishing a secure access request approval process for that role first. \n\nRefer to [Working with Roles](https://documentation.sailpoint.com/saas/help/access/roles.html) for more information about roles.\n", "item": [ { - "id": "54bd1cfd-f247-4d0c-9436-8670b9e3bc0f", + "id": "7f6cc51c-894d-47f1-adcc-f422bca8e390", "name": "List Roles", "request": { "name": "List Roles", @@ -79546,7 +79546,7 @@ }, "response": [ { - "id": "d7434943-c75d-4310-a9a3-442a411e4436", + "id": "5018c668-1f13-446f-8fac-e4e8a7981c7c", "name": "List of Roles", "originalRequest": { "url": { @@ -79662,7 +79662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "995e2459-3688-4bb9-9db5-2e57181cd355", + "id": "88ab8b08-c4b3-43eb-9d59-73596c12c654", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79778,7 +79778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0483cbca-5f4d-4d45-91ca-5ce287ac6d1e", + "id": "0e556514-7b9a-4229-b3d5-36bba4a930be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79894,7 +79894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c359eba0-459f-467e-8817-6b75a0145e0a", + "id": "00b2bf4d-8ae1-4f65-86a0-e1e7e9aed66b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80010,7 +80010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1db5df3-4cbb-465f-a06a-a03e4e5a6b3b", + "id": "38d17215-6426-481b-83db-16070c6c2acc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80126,7 +80126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f213f8c7-b7c7-41df-9c92-0250965242b9", + "id": "80b78fb9-dcf9-4ccf-b361-591f94f00ab2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80248,7 +80248,7 @@ } }, { - "id": "4006dc6b-0ecf-4401-bcba-dab546c9c13a", + "id": "12d6ae8a-3ecd-4bd5-bbbc-23944a9c8849", "name": "Create a Role", "request": { "name": "Create a Role", @@ -80290,7 +80290,7 @@ }, "response": [ { - "id": "ef241640-583e-49ce-9b4b-7ca0946c033b", + "id": "2e117812-ae7d-4a55-b702-06772551cf8d", "name": "Role created", "originalRequest": { "url": { @@ -80346,7 +80346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8debd80-2a1b-49a3-9752-b055f4167c8c", + "id": "7b33c38b-ae0f-4f8e-9d3f-d8b328102493", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80402,7 +80402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a7947de-7b47-45c8-b775-21feef0c37ec", + "id": "05d50ebd-9bf2-4da1-b044-734a7eef399a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80458,7 +80458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6ffd0f6-09aa-43aa-8363-8e866005fe47", + "id": "d85c8d83-de9f-4a0e-b78e-3f3c2e3ad336", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80514,7 +80514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13c93241-f185-442f-9bfb-f896bc5dbae6", + "id": "398246b2-8424-4b21-b9cb-2742a3d098c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80570,7 +80570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65e430de-be82-4f71-b716-d4083502a13f", + "id": "54ee9bee-7bb3-443b-8fc3-7ae779866256", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80632,7 +80632,7 @@ } }, { - "id": "efb3f5ed-c40d-44f4-88f9-bc3a84b8ca1f", + "id": "1e435f68-8d03-41e1-82a0-acbdbcca96b1", "name": "Get a Role", "request": { "name": "Get a Role", @@ -80673,7 +80673,7 @@ }, "response": [ { - "id": "c5986ac4-9eb6-49a8-9254-e38a25d627d2", + "id": "51de3662-881b-4494-9087-f0be53bda4bc", "name": "List of all Roles", "originalRequest": { "url": { @@ -80717,7 +80717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8df91a4-24a2-49c4-addb-58a05dc9641a", + "id": "a57d7cd9-19bc-4220-aac9-7072b7331c51", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80761,7 +80761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4c2c7e4-4560-4d74-bc4c-25f7e9d98213", + "id": "dea729f2-6388-49e0-8cfd-8d19bfb98ce8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80805,7 +80805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca69a639-5a79-4c15-8af5-62c9c4bfe1f0", + "id": "342b6e34-86c7-4762-a6f7-ea594743fb09", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80849,7 +80849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20ca1ff1-4d0c-4a8c-8930-5dc5958f018a", + "id": "9db4b63e-a214-4840-80dc-31fae029bb62", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80893,7 +80893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "697c3c34-f6f7-43ac-8a2c-19721963b254", + "id": "3510bb8e-43ed-4e43-89a8-e78291cbb312", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80943,7 +80943,7 @@ } }, { - "id": "05ce0f4e-0248-4a2f-8b67-7f09d943d158", + "id": "2f3872c9-3f05-419d-b8cb-452949e1ce00", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -80997,7 +80997,7 @@ }, "response": [ { - "id": "b62ed6eb-0963-4344-b676-40838c3ad400", + "id": "19ac37e1-7396-4f81-a711-bf1073a3307e", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -81054,7 +81054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb34c14e-e179-4fc7-88c6-d9df73f54e60", + "id": "9380350d-7a26-4316-a257-a418fecf87d5", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -81111,7 +81111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "783c9b2c-422c-4c4b-a54a-061ba8a1d04e", + "id": "d0a66a15-0bb1-4c57-9479-6380a0e04f92", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -81168,7 +81168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "831a60b4-d6ff-46e4-94e4-46c30095acde", + "id": "c7519fa1-51e0-40bd-ae70-9588c37c2f49", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -81225,7 +81225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9f71fc5-2393-4fc4-974b-99328723a990", + "id": "d77a8d5a-7748-4039-87de-c2513f55901c", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -81282,7 +81282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4095bb7-2c46-4a36-a804-57f2e952ecdd", + "id": "8870868f-c69e-4566-9fad-ffe9c494bccf", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -81339,7 +81339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78bdb049-aa4b-4b0c-a72f-f3d87b59057b", + "id": "c39ecf25-3127-4066-9b2b-c218a5f8719c", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -81396,7 +81396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61f74c50-21d7-43d1-844d-1cb5e858b087", + "id": "402b47e6-3dc4-4d1d-a4b2-591bea311d40", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -81453,7 +81453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b34d2fc7-bf18-40c4-b4e5-eeae93b41aca", + "id": "3deb16d5-62f0-425f-a8e8-77138e8fb833", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -81510,7 +81510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7338e528-f284-4d51-a497-acac5445f425", + "id": "531d1235-13dc-46af-9920-5f0c6199f8a2", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -81567,7 +81567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e545d458-217c-46da-ba4c-2f7ce4763fd0", + "id": "5c759ac9-b903-422b-8371-edcc227402c1", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -81624,7 +81624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab3acb72-3871-4984-90c9-2e023a9585fc", + "id": "6abd4b61-65bd-4ee8-9ac8-823a5b0798ca", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -81681,7 +81681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce419d9a-5157-4f51-9a26-8c4bc910ede4", + "id": "f4b09e6b-0399-4c81-b601-feed23a722d0", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -81738,7 +81738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "147de700-a604-4bd4-959d-3da35d775729", + "id": "b67c78e3-9d16-4eac-b207-583f81ae54dc", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -81795,7 +81795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c34665b2-77f0-4cce-bab4-7e6df6a4073a", + "id": "071e4113-648c-44cb-bf16-bd96ea3399eb", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -81852,7 +81852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba201dd9-d640-4e54-82a2-aef61697df28", + "id": "a4884f78-07e9-403c-91f9-4535a1658146", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -81915,7 +81915,7 @@ } }, { - "id": "5b76113b-c90e-4a81-be00-c69aa2e76b87", + "id": "34c82e73-990f-4bc9-9e58-93d5eb33a658", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -81956,7 +81956,7 @@ }, "response": [ { - "id": "168c7a70-ffa9-4798-943d-2f8caf7f5d66", + "id": "8980635e-8f3f-4dcc-abf5-9fd1881ea2bd", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -81990,7 +81990,7 @@ "_postman_previewlanguage": "text" }, { - "id": "af83d352-523e-407e-962b-4325cc457c33", + "id": "c3aa0dba-2181-4e03-b1d0-1fdb4f021020", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82034,7 +82034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb928a70-dfc1-4773-984d-f5cee326cc41", + "id": "f0f01ca0-4ce7-4f95-b33a-fb9814c64c1b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82078,7 +82078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b500883-45b8-43a2-9369-4b95296d1471", + "id": "c9058245-e934-4464-8441-491ce65df1ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82122,7 +82122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1eb659c-2fb9-4ece-b41e-72b04a2c5ec7", + "id": "fa12f466-75d8-4d8a-b65a-467dba866341", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82166,7 +82166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5bc3dd9-21d4-4d4d-9887-4b7708c62ea6", + "id": "29587a02-d708-4b1f-a947-52199e13737c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82216,7 +82216,7 @@ } }, { - "id": "22f5828b-11e0-4943-ae04-08d073c0fd81", + "id": "9214e2d9-84b9-47fb-990e-c4c2eaf2becc", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -82259,7 +82259,7 @@ }, "response": [ { - "id": "919bcd76-67b9-4750-bfed-f675d3e38ace", + "id": "782f3591-ec0b-4e0e-8953-c3ee681202b8", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -82316,7 +82316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98075b8a-0139-41ee-9c7e-702d674ee56a", + "id": "1189472d-bba5-41ba-a160-0522cef7f6bb", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -82373,7 +82373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b4f76c0-b476-42f9-8928-af215d433792", + "id": "3ad8c818-1c22-4993-8c52-c9d22c844908", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -82430,7 +82430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7315d4be-169d-4ff8-ab0d-0924e80a009a", + "id": "22a6fbc9-7477-4653-9b74-48a7368102e4", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -82487,7 +82487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2251374-3115-464c-afd9-a854721f0dd4", + "id": "5b9c81c8-40e9-46c3-a1aa-2f6314fb6c5c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82544,7 +82544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41262c74-9d56-4925-b41f-2026b834ad7d", + "id": "5f163494-8a4a-4836-af9c-771445e993b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82601,7 +82601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72979da2-1e7d-43ec-9a7b-54d770a75059", + "id": "49f6c762-edfe-4ae1-bb50-775981eb5d8e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82658,7 +82658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b54beea-9218-48c4-a1d1-cde244929955", + "id": "ecaf23f6-991a-4c62-a172-aacf742b796b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82721,7 +82721,7 @@ } }, { - "id": "f41f0c6f-2f68-47d6-b51c-f3d47320f292", + "id": "528a582e-5ee7-4833-b69b-be8ce1f408a5", "name": "List Identities assigned a Role", "request": { "name": "List Identities assigned a Role", @@ -82806,7 +82806,7 @@ }, "response": [ { - "id": "594af1a0-1ac9-43b4-8566-c7d66e84687a", + "id": "9d2c72f1-252e-4cd2-91ae-98ffcb6cd4cd", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -82897,7 +82897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e0d08f3-f714-4fab-b1b1-108197db521a", + "id": "54d1db0b-e6bf-44d9-84e6-d690423e0c50", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82988,7 +82988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "309c7c6a-8d88-4dfe-a50d-cb5fbe630fdc", + "id": "1742ef14-408c-438f-b0c2-53be38b2144d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83079,7 +83079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26d4864d-95c7-441c-97d5-c1dd7c24023e", + "id": "68a849dd-8102-441a-bab9-9fa76f36e04c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83170,7 +83170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dabd3ac9-e5a9-436f-a836-3972d50c2992", + "id": "1555cdf3-1731-4049-b03d-88f7dbeccd60", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83261,7 +83261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79d4c28b-d358-40c7-87cd-375a06b59f05", + "id": "410e06a3-63b0-4cde-b55b-5dbc61b88188", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83364,7 +83364,7 @@ "description": "Use this API to implement saved search functionality. \nWith saved search functionality in place, users can save search queries and then view those saved searches, as well as rerun them. \n\nSearch queries in IdentityNow can grow very long and specific, which can make reconstructing them difficult or tedious, so it can be especially helpful to save search queries. \nIt also opens the possibility to configure IdentityNow to run the saved queries on a schedule, which is essential to detecting user information and access changes throughout an organization's tenant and across all its sources. \nRefer to [Scheduled Search](https://developer.sailpoint.com/idn/api/v3/scheduled-search) for more information about running saved searches on a schedule. \n\nIn IdentityNow, users can save searches under a name, and then they can access that saved search and run it again when they want. \n\nRefer to [Managing Saved Searches](https://documentation.sailpoint.com/saas/help/search/saved-searches.html) for more information about saving searches and using them.\n", "item": [ { - "id": "8d8dfb01-f1e0-4b74-86aa-8a569b8c4c05", + "id": "91d00c12-5448-4022-bf24-dd4e7638fd7b", "name": "Create a saved search", "request": { "name": "Create a saved search", @@ -83406,7 +83406,7 @@ }, "response": [ { - "id": "e5814d13-5d57-43c3-b9f9-92e8a71feeb3", + "id": "867c0e84-eb1f-4ca2-838b-8632f541ecff", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -83462,7 +83462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "865ea780-8ed7-414b-8901-67d0784d49f3", + "id": "740cda06-ef90-424d-9779-e7d4f24023b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83518,7 +83518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23fc7717-9789-47c4-819f-f32e14fc8051", + "id": "fc008a36-2cff-45ce-a0f5-3bc1c2844cfd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83574,7 +83574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46c8c1e9-23f2-48d1-8016-4144d2d84557", + "id": "6930492b-c6fa-4e21-a2fc-73d531dab5c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83630,7 +83630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f8296cb-a118-4b65-871a-b2f8ce1cd639", + "id": "dc8f5c00-52de-45cf-b22b-78fa0b55f493", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83686,7 +83686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83ea63de-185f-443f-b5f5-d76e923161bf", + "id": "c16638aa-e6d8-46e7-afce-392acf689636", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83748,7 +83748,7 @@ } }, { - "id": "f7d6cc39-49ec-4173-b004-2631a976e362", + "id": "449e9810-9e7b-4059-bca9-3e71028594bb", "name": "A list of Saved Searches", "request": { "name": "A list of Saved Searches", @@ -83814,7 +83814,7 @@ }, "response": [ { - "id": "bd9d45a7-4420-48b5-a05e-e1ef3bf460c0", + "id": "3d4538ac-13ee-43a6-ac2d-f8ccf225668d", "name": "The list of requested saved searches.", "originalRequest": { "url": { @@ -83903,7 +83903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49d1307d-4873-4b73-b0a0-8d59a7598632", + "id": "b39b16f3-e488-46c9-abd9-f6099e6437bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83983,7 +83983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a84331-15dd-45c4-a6f6-72e11e3e8b54", + "id": "72a17ddd-d725-4fe2-9045-a24c5c1fe458", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84063,7 +84063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d35e6999-7970-4166-9ea3-7ac76346d27b", + "id": "bd6f8871-c65e-4def-a665-39cc91814763", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84143,7 +84143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46afa3e6-f147-4d1a-8231-a7fe75a90667", + "id": "e7859ebf-b5d7-46d5-bded-72296e407660", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84223,7 +84223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "231130d7-041c-4a50-9d66-28d8b5040b84", + "id": "21ee0427-7865-4d43-8f1e-f355b775f3bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84309,7 +84309,7 @@ } }, { - "id": "8788b666-3e38-4405-85f0-e5e2ac8c77ed", + "id": "64a3b0da-b2d9-4347-9a0f-d33ca92faf25", "name": "Updates an existing saved search\n", "request": { "name": "Updates an existing saved search\n", @@ -84363,7 +84363,7 @@ }, "response": [ { - "id": "476b41d9-b416-4535-946e-29d27b698a58", + "id": "73ca7065-cbde-4962-9f79-5fcb80c06c8e", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -84420,7 +84420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4f7556e-64d6-46be-b8c9-333d38417497", + "id": "adb5ca9a-da74-4a25-acbe-fc7152cbbf2e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84477,7 +84477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b83afda9-0d2d-447d-8f23-4b5b6b47d8b3", + "id": "ff1119ff-16ad-4198-9bf9-6c62dc8fc318", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84534,7 +84534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6cb06cf-8a89-4a49-b9b1-65f5eb446d87", + "id": "de4254f2-a3a2-4594-93b4-14e286b54414", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84591,7 +84591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8af3797-0d91-48b6-a012-44bc921cc7ab", + "id": "b1485d55-45cf-4fef-b69b-e693fe6ffca2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84648,7 +84648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fc61049-8968-44b0-a9ea-df940bdd426e", + "id": "4896f66a-4132-4295-85e8-9c538e9f7da9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84711,7 +84711,7 @@ } }, { - "id": "c6d5402a-c39f-406c-9a0d-9e7ae333cb0e", + "id": "af0cc13a-b00f-431b-b0a7-132c444ece72", "name": "Return saved search by ID", "request": { "name": "Return saved search by ID", @@ -84752,7 +84752,7 @@ }, "response": [ { - "id": "a00856d9-e3b9-4e50-8045-d33736a3b059", + "id": "175442a5-74e0-46fe-9797-e4d827bfc5e1", "name": "The requested saved search.", "originalRequest": { "url": { @@ -84796,7 +84796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e495b7a-17bb-4e34-b6e8-ceb188c9fd91", + "id": "86f138a9-13d4-45bd-a816-29d238392ffa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84840,7 +84840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7cadd81-608a-44cc-896d-8a5d5a67dc67", + "id": "6adc83cc-055b-4465-b326-96eddd89a9e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84884,7 +84884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceaebf6e-b572-4e68-b504-1189342c92ec", + "id": "97fcb4eb-9423-42b3-b645-915b58bf087b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84928,7 +84928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19c39b75-447d-429a-aedf-419cf506fb17", + "id": "765b598f-af91-4020-9ee0-2506efa48688", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84972,7 +84972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ee6c342-9304-4689-8f48-acdeb384f090", + "id": "e8b60c8f-b6f0-4484-9849-ef25ba34ba86", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85016,7 +85016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74f353e5-ea3b-41e3-baf1-ba5817c6166c", + "id": "19c18960-e9d8-4722-8d9e-885a427146b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85066,7 +85066,7 @@ } }, { - "id": "365d9f91-2928-4471-9e7e-666698023c68", + "id": "4e8b4105-0878-40d0-aebb-bd7e60d5f3e2", "name": "Delete document by ID", "request": { "name": "Delete document by ID", @@ -85107,7 +85107,7 @@ }, "response": [ { - "id": "e344dca3-e7e0-4562-b012-46488603e03d", + "id": "f15e071e-635b-4b61-8153-1dbf48eaa7c4", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -85141,7 +85141,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c601c959-6991-4f18-8696-fbc015521de6", + "id": "a873d8dd-9178-43a1-b603-e670667b985e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85185,7 +85185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2132e31f-3f41-4795-a34e-f96416a51fb3", + "id": "2dd9e31a-0134-4fbb-b164-cee622e8998e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85229,7 +85229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da68e831-63c1-4720-bd46-2de09ec396f7", + "id": "5c661677-7a07-41d8-ac5e-1b208db583fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85273,7 +85273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f57828b-94d3-482b-b47f-d75f061f1221", + "id": "9c408531-7e92-4042-b157-8cd898bf8fec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -85317,7 +85317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02a03a72-74e4-4a05-b833-70696c5dacfc", + "id": "5bcaa91e-89e8-4074-9970-64b27e115986", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85361,7 +85361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17d7e41d-bdde-473a-9a79-36552a56ae2c", + "id": "a49935e4-a756-4b2c-b126-93d28ad018c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85411,7 +85411,7 @@ } }, { - "id": "71f1bae7-41bc-4ca7-abbf-fc53932f7ef1", + "id": "2b118e9e-fff5-4948-b760-80d77e6820a8", "name": "Execute a saved search by ID", "request": { "name": "Execute a saved search by ID", @@ -85466,7 +85466,7 @@ }, "response": [ { - "id": "db240a40-ca8a-457f-8562-12dd18ac749b", + "id": "7c74c4bf-4377-4966-9bd8-bfd374bb0d84", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -85514,7 +85514,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5327f291-37d8-4d5a-8b73-fa4af4611569", + "id": "b03543f7-fe74-4c76-8a52-22c9af788d24", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -85572,7 +85572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "176d7281-a1f0-4e90-8b45-b0b988828716", + "id": "ef5ce814-61bc-410a-8d83-cdbc030ec806", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -85630,7 +85630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18fa84d7-623a-459c-b10f-c832fdb81222", + "id": "f8ab699e-0e99-42d8-9a95-a73ca2f3e7eb", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -85688,7 +85688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c2f1799-cd13-4ee2-bca7-aa274859fde4", + "id": "2d97dda8-d023-48dc-b13a-83523e36535e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -85746,7 +85746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d21b8b1-abbf-4600-8c01-853ae21afdb5", + "id": "7daa24b1-221f-430b-9eb0-d5d2e9270da5", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -85804,7 +85804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3de2fabc-f608-4b02-8386-327e0de46165", + "id": "e6f34f30-6dde-4374-b5b3-1b77a0542023", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -85862,7 +85862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd873144-30c0-4d00-bb6d-3815ce49e2fa", + "id": "782bad55-4ce5-45a0-920d-d1648429f016", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -85932,7 +85932,7 @@ "description": "Use this API to implement scheduled search functionality. \nWith scheduled search functionality in place, users can run saved search queries on their tenants on a schedule, and IdentityNow emails them the search results. \nUsers can also share these search results with other users by email by adding those users as subscribers, or those users can subscribe themselves. \n\nOne of the greatest benefits of saving searches is the ability to run those searches on a schedule. \nThis is essential for organizations to constantly detect any changes to user information or access throughout their tenants and across all their sources. \nFor example, the manager Amanda Ross can schedule a saved search \"manager.name:amanda.ross AND attributes.location:austin\" on a schedule to regularly stay aware of changes with the Austin employees reporting to her.\nIdentityNow emails her the search results when the search runs, so she can work on other tasks instead of actively running this search.\n\nIn IdentityNow, scheduling a search involves a subscription. \nUsers can create a subscription for a saved search and schedule it to run daily, weekly, or monthly (you can only use one schedule option at a time). \nThe user can add other identities as subscribers so when the scheduled search runs, the subscribers and the user all receive emails. \n\nBy default, subscriptions exclude detailed results from the emails, for security purposes. \nIncluding detailed results about user access in an email may expose sensitive information.\nHowever, the subscription creator can choose to include the information in the emails. \n\nBy default, IdentityNow sends emails to the subscribers even when the searches do not return new results. \nHowever, the subscription creator can choose to suppress these empty emails. \n\nUsers can also subscribe to saved searches that already have existing subscriptions so they receive emails when the searches run. \nA saved search can have up to 10 subscriptions configured at a time. \n\nThe subscription creator can enable, disable, or delete the subscription. \n\nRefer to [Subscribing to Saved Searches](https://documentation.sailpoint.com/saas/help/search/saved-searches.html#subscribing-to-saved-searches) for more information about scheduling searches and subscribing to them.\n", "item": [ { - "id": "9937d82d-a75b-4e72-90c6-41406a20bc08", + "id": "77909c22-b564-45d6-be47-b79e1fc3d06a", "name": "Create a new scheduled search", "request": { "name": "Create a new scheduled search", @@ -85974,7 +85974,7 @@ }, "response": [ { - "id": "7eea882d-81c6-458a-8e9a-639a6b4fd929", + "id": "3b3001a3-8de1-483e-9ebd-74ea4b7da28d", "name": "Daily Search", "originalRequest": { "url": { @@ -86030,7 +86030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86d158cd-4cb5-4763-b236-22b78db958fe", + "id": "0132b898-2ce6-4b77-93ea-0b47344ae2a3", "name": "Weekly Search", "originalRequest": { "url": { @@ -86086,7 +86086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91b7b682-87a4-464a-b202-edeca7a6a408", + "id": "974d6bf3-f12e-4e65-94fc-c9b14a96c886", "name": "Monthly Search", "originalRequest": { "url": { @@ -86142,7 +86142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87ac8fd5-c794-4655-b36b-0f05faf156e2", + "id": "b22d48bf-6ea5-43ce-a8c2-880fd6d4b5ee", "name": "Annual Search", "originalRequest": { "url": { @@ -86198,7 +86198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f1f3491-be73-46ec-93f3-82403caab48b", + "id": "38becb45-e775-46ad-b1af-1a9a15f5b263", "name": "Calendar Search", "originalRequest": { "url": { @@ -86254,7 +86254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8af68ce0-5f49-47a6-a509-9ef85e5f2b70", + "id": "65b8694d-1a5e-4beb-851a-7ff4aa7ef351", "name": "Weekly Search", "originalRequest": { "url": { @@ -86310,7 +86310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a9863ab-8041-4194-85ef-aa7e9ac41a8a", + "id": "5a880891-b451-4368-a279-2cc34257366d", "name": "Monthly Search", "originalRequest": { "url": { @@ -86366,7 +86366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2073176-5dd8-4bb3-8041-5b7d4931c2df", + "id": "eae2cc1d-e11d-45fc-8eb8-210db0b9fd0f", "name": "Annual Search", "originalRequest": { "url": { @@ -86422,7 +86422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a249f9e-6550-49ab-84cf-6601804a37ec", + "id": "7f50465b-2e96-4dc0-9e01-c95ac3a0d406", "name": "Calendar Search", "originalRequest": { "url": { @@ -86478,7 +86478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59a380d2-c4e9-40ca-9822-bf424c012154", + "id": "06240806-9d3d-4dd2-90dc-360a2505523c", "name": "Monthly Search", "originalRequest": { "url": { @@ -86534,7 +86534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d961bad5-2977-4f57-a28e-0e1baf9a2737", + "id": "8b481c2a-33ae-4f2c-8f68-acf617189dbc", "name": "Annual Search", "originalRequest": { "url": { @@ -86590,7 +86590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7686817a-827c-439d-ab6f-1bce0badc1ce", + "id": "9b91c9fb-99a2-4fb5-b77f-6e5949488c89", "name": "Calendar Search", "originalRequest": { "url": { @@ -86646,7 +86646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aff5fbc-e4fc-4ce6-907f-b34b496d8206", + "id": "99bd1792-6edc-4a4b-935f-1b65154006e0", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -86702,7 +86702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcb8a724-61ec-4e26-a86b-c183311e8dcf", + "id": "b3cfc337-ad5e-48b0-8160-0066f0f8b662", "name": "Calendar Search", "originalRequest": { "url": { @@ -86758,7 +86758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "165dc021-07ac-4d02-be7f-2165860edc9d", + "id": "f79e881d-e80f-409b-b574-e7295f31a213", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -86814,7 +86814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de653f0c-a40c-4d5c-b6cd-0e03a51173d6", + "id": "fc9d18d3-8e41-457c-9837-f03e04b7c258", "name": "Daily Search", "originalRequest": { "url": { @@ -86870,7 +86870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "496aa6b2-b507-44f0-a93b-db8265483ad8", + "id": "70aa2f42-542e-4028-a410-21f0e52e150b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -86932,7 +86932,7 @@ } }, { - "id": "81e83722-55c0-4194-bdda-1f6a56734127", + "id": "787f3564-a4fc-4262-a5ab-78f7019edac5", "name": "List scheduled searches", "request": { "name": "List scheduled searches", @@ -86998,7 +86998,7 @@ }, "response": [ { - "id": "d43b233b-9fad-450c-b97b-dfdc4f85654c", + "id": "67928851-6773-40d9-a4ae-a7ba307d8947", "name": "The list of requested scheduled searches.", "originalRequest": { "url": { @@ -87087,7 +87087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3b27252-3f5a-4b3a-8f91-cd8fbc5a46fe", + "id": "bd70bbb1-c410-4004-a693-b35628b49474", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87167,7 +87167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8481e3f9-2f98-4428-aaa9-f0690ed66b0c", + "id": "2cac9b5a-6c13-4e56-8f58-f4e08367f0e7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87247,7 +87247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43074296-2e22-41ff-b2c8-8b1aa5598573", + "id": "8c593c02-b039-4312-9719-c20659ca3ba0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87327,7 +87327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "061f1a07-aafc-4f62-9c4c-1ed6c76090f3", + "id": "9c39b74a-2a3f-42fb-9f19-a95e1c5aa89a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87407,7 +87407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "945d7b18-e0f0-4e30-a6ef-201779a69007", + "id": "15f5706c-cf55-4ffd-9aa0-eeb4c55aaabe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87487,7 +87487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f70f1f17-a142-4d61-be2b-8e56cb7f6060", + "id": "35d5027a-ab39-4466-8099-8bd4ac7f2952", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87573,7 +87573,7 @@ } }, { - "id": "83b29ff7-03f5-44d7-b683-eb233e6c8c02", + "id": "00f77d09-3f3d-4445-98b0-a39c4ca3a911", "name": "Update an existing Scheduled Search", "request": { "name": "Update an existing Scheduled Search", @@ -87627,7 +87627,7 @@ }, "response": [ { - "id": "fdfef60e-15b8-494e-b9cd-015dcc5b3d2d", + "id": "d4320ba7-4d6e-480b-bc76-a9cdfa9be2be", "name": "The persisted scheduled search.", "originalRequest": { "url": { @@ -87684,7 +87684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25a3be50-4357-4816-9c6c-f90b43228751", + "id": "95637c4d-edb8-4726-bd83-b6f4c70ebfdd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87741,7 +87741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc6456b5-9c0e-4d6c-9739-fd244633e13d", + "id": "cdffe3d4-0190-41b0-ad04-780b019b2446", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87798,7 +87798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "740fcf95-3080-4dd2-822d-1aed580a084b", + "id": "6509b573-e212-40cc-9796-29875c15c16a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87855,7 +87855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0d247d4-11a2-406e-b1df-1767a3a41fa8", + "id": "d9384beb-d07c-40ea-8e5a-3612c726bb6a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87912,7 +87912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08304a9f-6bc3-4839-b327-210bbf31f68a", + "id": "5ce451ef-4f8a-489c-8e04-b68bb280ef57", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87969,7 +87969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc679086-d378-4434-b373-266b6763c83c", + "id": "5d2b57e5-f59d-4fd3-bcca-a3c2a1a41e05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88032,7 +88032,7 @@ } }, { - "id": "a21382d2-c4fa-4788-ae7e-4721e9653eab", + "id": "8bc17cff-87b7-457d-931f-ecf3e0d02448", "name": "Get a Scheduled Search", "request": { "name": "Get a Scheduled Search", @@ -88073,7 +88073,7 @@ }, "response": [ { - "id": "236c10cc-09b2-4e67-9a34-38f3e7d73862", + "id": "6bb01545-e1a0-4a4f-9f0e-7dd61dcec623", "name": "The requested scheduled search.", "originalRequest": { "url": { @@ -88117,7 +88117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "908efce5-74de-41bb-a67b-e32be3e33eb7", + "id": "01de7c90-aad5-4c29-9673-c788ea3e493c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88161,7 +88161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b99e71c7-1776-425e-9e08-0c61f716c823", + "id": "191fe920-57e4-44f5-ac22-7352e6007e0c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88205,7 +88205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1b353f1-e9a7-4be9-a60a-1439ed1c88c3", + "id": "c926af62-a1b8-470e-9056-8f6c474f9a19", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88249,7 +88249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec5cdd99-ec52-42be-aa4b-b3392bc1f9c5", + "id": "a0572c9e-cbab-40d9-96b9-b8628496e8f0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -88293,7 +88293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eabd9cc2-243d-41e0-9125-d1e777d1a081", + "id": "6f8559eb-f00b-4040-9020-763c1e28f25a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88337,7 +88337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e3f8518-fd53-4c2f-bb0d-eebcd919fa79", + "id": "f0683b48-532f-4e76-9056-c988a014afba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88387,7 +88387,7 @@ } }, { - "id": "b2e6fd92-2819-4dea-81d3-5efe8ea2f6fc", + "id": "f07dc845-a654-4dd4-95bf-2e3b2ffbca27", "name": "Delete a Scheduled Search", "request": { "name": "Delete a Scheduled Search", @@ -88428,7 +88428,7 @@ }, "response": [ { - "id": "18ebef95-128c-45b9-87b2-fb9e3fc85d15", + "id": "9abf5006-3688-4993-9aef-047db0831138", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -88462,7 +88462,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ad72f5f4-e644-4761-a41b-df2903d94384", + "id": "9df0e38e-414c-4e22-b562-cc743cd7e40d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88506,7 +88506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd22029c-2de1-4765-9666-9f5f153ccbc9", + "id": "4fddf5b7-a91d-4a98-a24d-666d458a1d21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88550,7 +88550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cc8b179-bc7e-4e0a-a5a8-e4b214b713ea", + "id": "43c264cc-c2d9-4d10-8c61-be8b24fb2fcc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88594,7 +88594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "865a6d90-b5cd-4bd2-9d09-d62ecb48adbd", + "id": "795814bf-a8cd-4db5-8e77-1267208d2937", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -88638,7 +88638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "587a9a51-bf46-44ce-b474-46376aa0d07c", + "id": "3b222690-d8a2-431e-a566-73c53c0fa4d0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88682,7 +88682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8936246f-d484-4dc6-a16c-eba21cd576ca", + "id": "977aeead-f706-4bd5-8107-b2e0ea5c6a0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88732,7 +88732,7 @@ } }, { - "id": "928c0181-3556-44b3-9069-0f3bb38e1c97", + "id": "62d8942d-c6c6-4d9d-99fc-4681327a18ef", "name": "Unsubscribe a recipient from Scheduled Search", "request": { "name": "Unsubscribe a recipient from Scheduled Search", @@ -88787,7 +88787,7 @@ }, "response": [ { - "id": "025f4f12-8f64-48e9-a0c6-7fc1d69ebcd6", + "id": "6ce1bfe5-5b35-4f4f-9cae-792ca9351ee5", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -88835,7 +88835,7 @@ "_postman_previewlanguage": "text" }, { - "id": "66bfb578-591c-4076-b445-f2283443aa8d", + "id": "7eec2d72-6957-42c6-82d0-1866ba71e68d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88893,7 +88893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06b92844-43d1-4f6f-8321-da549176a30a", + "id": "22c0279b-8007-4444-a75a-cccbdc94af51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88951,7 +88951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b75cb8d6-971f-4f64-992d-ae9151a61c48", + "id": "879b0acf-cfbd-4451-844f-902464590214", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89021,7 +89021,7 @@ "description": "Use this API to implement search functionality. \nWith search functionality in place, users can search their tenants for nearly any information from throughout their organizations. \n\nIdentityNow enables organizations to store user data from across all their connected sources and manage the users' access, so the ability to query and filter that data is essential. \nIts search goes through all those sources and finds the results quickly and specifically. \n\nThe search query is flexible - it can be very broad or very narrow. \nThe search only returns results for searchable objects it is filtering for. \nThe following objects are searchable: identities, roles, access profiles, entitlements, events, and account activities. \nBy default, no filter is applied, so a search for \"Ad\" returns both the identity \"Adam.Archer\" as well as the role \"Administrator.\"\n\nUsers can further narrow their results by using IdentityNow's specific syntax and punctuation to structure their queries. \nFor example, the query \"attributes.location:austin AND NOT manager.name:amanda.ross\" returns all results associated with the Austin location, but it excludes those associated with the manager Amanda Ross.\nRefer to [Building a Search Query](https://documentation.sailpoint.com/saas/help/search/building-query.html) for more information about how to construct specific search queries. \n\nRefer to [Using Search](https://documentation.sailpoint.com/saas/help/search/index.html) for more information about IdentityNow's search and its different possibilities. \n\nThe search feature uses Elasticsearch as a datastore and query engine. \nThe power of Elasticsearch makes this feature suitable for ad-hoc reporting.\nHowever, data from the operational databases (ex. identities, roles, events, etc) has to be ingested into Elasticsearch. \nThis ingestion process introduces a latency from when the operational data is created to when it is available in search. \nDepending on the system load, this can take a few seconds to a few minutes. \nPlease keep this latency in mind when you use search.\n", "item": [ { - "id": "39b08004-4d14-45f7-bff4-b676e097d37a", + "id": "16f21df1-c363-49bf-8ebe-1f266260861d", "name": "Perform Search", "request": { "name": "Perform Search", @@ -89091,7 +89091,7 @@ }, "response": [ { - "id": "be45bc2d-da41-44f0-81a9-f5c5d4168993", + "id": "5e74f352-d7f9-4150-837e-f513db7f9a06", "name": "A collection of AccessProfiles", "originalRequest": { "url": { @@ -89184,7 +89184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d2c3dc1-3e62-4bd3-8ea1-d7c9c885f804", + "id": "b911f72b-2c61-4821-8270-e7cf033b7638", "name": "A collection of Entitlements", "originalRequest": { "url": { @@ -89277,7 +89277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "740b3468-94e6-4109-adcd-b63bfcc0da15", + "id": "65fbf1f5-caac-4db7-89d7-2eea51df0153", "name": "A collection of Events", "originalRequest": { "url": { @@ -89370,7 +89370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9669a72-d0c3-405f-bb6a-0a75b0b42ea4", + "id": "bbb85a28-23c2-404a-9af7-602126df62d8", "name": "A collection of Identities", "originalRequest": { "url": { @@ -89463,7 +89463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eae2a8b2-537d-4add-a118-0794267e7755", + "id": "c79e547c-6186-47e2-baff-32f7d9415c11", "name": "A collection of Roles", "originalRequest": { "url": { @@ -89556,7 +89556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "148dde38-d84f-45ef-b328-c4bd1c35fbd2", + "id": "c7f761f9-1750-4296-9292-78e8d9b9e883", "name": "Filter with Exists", "originalRequest": { "url": { @@ -89649,7 +89649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d5f7cad-86f4-4573-b3a2-c8813bfc9d98", + "id": "4618e522-1c4f-445a-ae05-89bdb6505408", "name": "Filter with Range", "originalRequest": { "url": { @@ -89742,7 +89742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b964d62-0fe3-4f16-b103-ca25da2c07be", + "id": "fd6fb2c0-deb7-40d1-8c03-17d19cafde49", "name": "Filter with Terms", "originalRequest": { "url": { @@ -89835,7 +89835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66b6fc24-6ffc-447c-84e0-4ade20b0508b", + "id": "6c8117b3-6528-402a-a280-644e8ca084de", "name": "Filter with Exists", "originalRequest": { "url": { @@ -89919,7 +89919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bb50864-ebcb-49b8-abf4-e6b73340dbbf", + "id": "699e6187-ba03-40f3-8cca-719de8de2ca8", "name": "Filter with Range", "originalRequest": { "url": { @@ -90003,7 +90003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fd7e7d7-3f2a-41df-bdc2-b90b2ba11df0", + "id": "b90fae8c-1d0e-41a0-8875-15405efd7556", "name": "Filter with Terms", "originalRequest": { "url": { @@ -90087,7 +90087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "648ca965-2840-416d-b73b-bdc60c1ce623", + "id": "6a69c28a-7842-4bad-a2cf-dd54cc741c1c", "name": "Filter with Range", "originalRequest": { "url": { @@ -90171,7 +90171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fca96e27-71fb-42b8-8699-647c8b160a1d", + "id": "04bb2d68-b98a-4d85-a469-db68dd2911e4", "name": "Filter with Terms", "originalRequest": { "url": { @@ -90255,7 +90255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8abbc149-f4b5-4b04-b043-fa7758abfaa3", + "id": "c6de4dbb-40a5-407d-81bb-a6b7c0f71c85", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -90339,7 +90339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5be984f0-08f9-4b75-8842-af6cbb553bf9", + "id": "e1b0eb69-23af-4141-9715-f5eaee9693db", "name": "Query with Fields", "originalRequest": { "url": { @@ -90423,7 +90423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5bc45e9-3039-4416-80c3-ba55fac4c8a5", + "id": "d9fd37ae-a77c-46a4-affb-63d485b806d4", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -90513,7 +90513,7 @@ } }, { - "id": "29afed53-2fa9-40cd-a2ea-664472534674", + "id": "31a60752-fbe5-4e9e-a8bd-82ea26f3c96f", "name": "Count Documents Satisfying a Query", "request": { "name": "Count Documents Satisfying a Query", @@ -90556,7 +90556,7 @@ }, "response": [ { - "id": "7dfa03d1-09e5-4996-9ebd-0e608a954c61", + "id": "7fbd4f25-3016-4a40-9fb8-bb1350f3b8c3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -90613,7 +90613,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f13ba237-e176-4f59-9288-b03a567b4784", + "id": "ba2fd00c-04d9-480e-b25c-e9d14433ea6b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90670,7 +90670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3345389-31d3-4e3d-8b34-dd17fcf8df5f", + "id": "b26988bb-0463-4d39-8548-6a436963428f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90727,7 +90727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6638eca-a864-4f82-bb45-6cf4f92c6674", + "id": "b1ab1e92-4942-4b3a-8fd5-315d2b44c3d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90784,7 +90784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aca9b4f1-a447-4b48-b397-7ff39725bc7e", + "id": "2c686b0d-c7d8-446c-b4a0-8e51971d97b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90841,7 +90841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f053b70e-ff41-4684-b9a4-61f264a47286", + "id": "fce17e4d-5cc2-4b8e-89cb-b4df649f8600", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90904,7 +90904,7 @@ } }, { - "id": "60c73f84-92a3-41a6-b75a-eb062e7b8293", + "id": "034ec5bb-fcbe-43df-8a45-c1323ec5b18e", "name": "Perform a Search Query Aggregation", "request": { "name": "Perform a Search Query Aggregation", @@ -90975,7 +90975,7 @@ }, "response": [ { - "id": "02f27b5e-207d-402c-99a7-be9127d2dd6c", + "id": "9c218950-452a-479b-a382-6fcf2b0ceb32", "name": "MetricAggregation", "originalRequest": { "url": { @@ -91069,7 +91069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0530e08-5977-4e81-94aa-51206f6c0f8e", + "id": "7a5f58bf-b994-41cc-b8fa-ebc9e4499988", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -91163,7 +91163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "292a48cd-1b18-409d-a238-f177a496dfa5", + "id": "d863f015-e189-426a-983f-c9047cbb263e", "name": "BucketAggregation", "originalRequest": { "url": { @@ -91257,7 +91257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c426fc53-0ea7-4373-878d-ba680f4f6d89", + "id": "1dfae13d-7f2e-4bab-a7ca-d139562007ea", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -91351,7 +91351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66171ab3-5db8-4a64-862f-e834a8ea3ca6", + "id": "5623cd8c-1afe-4a84-82d4-fcccdbd4babe", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -91445,7 +91445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1a5bc51-87d8-4f1f-9a10-63b8a30b26e5", + "id": "6f206d0c-8813-4a93-8044-3ecb730cf996", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -91539,7 +91539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ba847af-1245-4a6a-9e98-55bff589d1b4", + "id": "bad4dc9b-44fe-4806-acae-13e66228f476", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -91633,7 +91633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b521fb9e-2ae0-42d7-8203-302273eb99db", + "id": "95f7cb9e-65d8-4062-83aa-fb0242f6031f", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -91727,7 +91727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41d7dda0-ed94-4e43-98f1-834a129c6b19", + "id": "171d9274-992c-4582-a9a3-08c2e44a94a5", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -91821,7 +91821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3789258-6af2-4793-8a51-c881b74d02ef", + "id": "1c82becf-5376-43e8-9325-c959f31634ae", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -91915,7 +91915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67220dfc-1c5a-4c0c-b770-b84c63cf5483", + "id": "cebba574-b763-49c1-b615-7924b3edf6eb", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -92000,7 +92000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ca0da89-332c-48e0-979c-a72f69bdcf5f", + "id": "ed5de25b-24b9-4bef-8fc2-655bd9d0c514", "name": "BucketAggregation", "originalRequest": { "url": { @@ -92085,7 +92085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf2eeacf-ad87-49f8-b170-d1711fd20f1d", + "id": "492f92c0-bf01-4942-87c9-fefdcfc051ee", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -92170,7 +92170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aacc4cb0-6954-433c-a263-2c66c7bb7858", + "id": "16764488-df90-4504-9cd0-13d2ba3b54b4", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -92255,7 +92255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bb32196-70d3-48df-bf8c-507048504ea7", + "id": "2a1982ef-a83a-4b8b-88aa-45a0e10985c7", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -92340,7 +92340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c51edbf4-9f40-4518-b33a-6514468fdcde", + "id": "2734e736-f0a4-4709-824f-8a5425ac4ad4", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -92425,7 +92425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "979fe559-90d0-48c5-a901-c332fc1acba0", + "id": "50ac384f-1ba0-4beb-b5be-d9b37fafe672", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -92510,7 +92510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8e28261-a761-40dc-a7b7-6c8b2553ef74", + "id": "50ebc47a-c173-457b-9b4a-66c59798995c", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -92595,7 +92595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b948be1a-be63-422a-816d-5652d073dfe5", + "id": "e743ac1f-25e3-43c2-bd11-84fffe1069a2", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -92680,7 +92680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "116ba5a9-18e2-4de8-8b27-1effa0a22c9b", + "id": "64bcbf64-696c-4f7e-98e3-02f824921f44", "name": "BucketAggregation", "originalRequest": { "url": { @@ -92765,7 +92765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fa02bf4-dbb1-4579-b996-3ff72d2de71b", + "id": "6dd1a244-341a-4ac5-8007-e8379d7ead89", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -92850,7 +92850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e568eb9d-4d2f-46ad-a3de-e5c16032bdb2", + "id": "bc9b5c2c-45b4-4156-b0cd-4eb8fa0fb29a", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -92935,7 +92935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33540158-1ca0-46f5-adb6-515c6470367f", + "id": "5ea5c63b-fd5d-4521-87ec-3b846f6df122", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -93020,7 +93020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6fdfe18-46c4-4c09-b097-28077776a954", + "id": "5ac5ff68-7f32-443c-900f-3406f1565875", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -93105,7 +93105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bed0c2ca-dcf8-4de7-b1d0-c517a474681d", + "id": "f05e457a-4490-4b70-95a4-5ef14557e145", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -93190,7 +93190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97870a3f-bb48-45a2-81b3-a1ef7ea69671", + "id": "a3f673d8-96e8-42d9-964e-b8279b5a6ad9", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -93275,7 +93275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f36d3eee-df2b-4e90-8d66-26711a854756", + "id": "d0cd8093-3792-48a6-9484-ed878bb70165", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -93360,7 +93360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4726fca6-f885-481c-8eba-9c0443b7eb8d", + "id": "04b2f614-482b-4e32-925e-3e7437cbef3b", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -93445,7 +93445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d859259-2776-4171-9e23-fdbe40a66693", + "id": "b7fe9fdf-4e79-4ded-9b55-23e7516664ec", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -93530,7 +93530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2962d049-7671-4ec0-8376-ae43fca52e78", + "id": "83510183-6090-4e00-b1c7-9be047864133", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -93615,7 +93615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45ced65d-d717-4777-9f3c-8ca05bbd5932", + "id": "d893f968-7f61-4f8d-9935-35dfdd3a018f", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -93700,7 +93700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e638bcae-3fb1-4453-94a9-fd560b2e0f4f", + "id": "5b270dd0-68ea-46d1-88bd-9597a8ee8f49", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -93785,7 +93785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "902a11d2-6b6a-4b4b-ade2-0feb0281ab0c", + "id": "f19c79b6-f60f-459e-95c7-cb5b5c61284f", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -93870,7 +93870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79f3b2cd-1e1a-4ce9-aeb1-6f6b39f5c642", + "id": "5f6be0b5-7ccc-465a-bf43-286cff5825e3", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -93955,7 +93955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3377edf0-93fa-46d3-9774-4c9b3610b8df", + "id": "67c09a55-4ceb-4c89-ac03-f37272600576", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -94040,7 +94040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09069a90-5288-4305-a698-db2e02d4a41f", + "id": "272b19a7-5ad1-4f60-bded-da60710eb5a5", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -94125,7 +94125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87e84e60-bd11-4208-929a-c0ab2f83b116", + "id": "73d8ab66-3891-4580-a9b3-28da3c9d1efc", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -94210,7 +94210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bf26404-3303-42c1-b9fe-75d9cb035b0c", + "id": "6d3a8af8-b84a-4a01-bdf0-3bb43d0bb668", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -94295,7 +94295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4ca24cb-cbe1-48a3-bab5-1b0398d718c3", + "id": "9363a20f-7404-4f9c-9f61-24ea1a35ff0b", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -94380,7 +94380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04ce530c-544a-4e85-88da-67223abb276b", + "id": "8fde178d-91eb-40cb-acb2-492fcae12605", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -94465,7 +94465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a80698f6-105a-42e2-9096-d2ca9e4f75b1", + "id": "0dfd2bee-dd16-42d4-8c28-f8b93a6014b9", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -94550,7 +94550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81b1d3f5-6ae4-4956-8675-037c9c9b0737", + "id": "e690652c-86c2-4f46-a762-b5e92030c9c2", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -94635,7 +94635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d40d4c0-1b1e-4a5b-98ed-12b236c54d38", + "id": "578dc1b2-2f3d-4938-ae78-42b5d4fa0082", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -94720,7 +94720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d155ab8-423e-4b76-8b96-9054c2e920c6", + "id": "13b295d3-2bac-4c26-ae37-7c29e095b8e5", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -94805,7 +94805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1c7b240-2ec4-4753-8d03-426657d0ff1d", + "id": "79a2d531-07a6-4910-8baf-47122af894b2", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -94896,7 +94896,7 @@ } }, { - "id": "e773aa4e-f12b-4dea-9405-466e08994145", + "id": "bdf999aa-fd66-4f63-8512-adc6a44701f6", "name": "Get a Document by ID", "request": { "name": "Get a Document by ID", @@ -94948,7 +94948,7 @@ }, "response": [ { - "id": "32f4ddb9-1e27-47dd-b9e9-2c8cfdd519b4", + "id": "24f912ea-8170-4994-94e8-7a44e1cff6d9", "name": "AccessProfile", "originalRequest": { "url": { @@ -94993,7 +94993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590fc438-5c00-4017-8b77-9771c28adfe0", + "id": "826ac387-0d05-46a5-8696-dcc6269cf62d", "name": "Entitlement", "originalRequest": { "url": { @@ -95038,7 +95038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eee30471-be20-4e66-a885-602347087876", + "id": "ec8e9eee-c967-4346-8380-8cd553c48104", "name": "Event", "originalRequest": { "url": { @@ -95083,7 +95083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f940ebaf-07f7-42ff-8e15-2602ae2653a8", + "id": "5773a4ae-ac04-4ba9-977d-1b4170ca325f", "name": "Identity", "originalRequest": { "url": { @@ -95128,7 +95128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce94955a-7faa-4477-b9d1-c79fa3febd9f", + "id": "1615c64e-88b1-4a60-ace0-6ed03dd6524a", "name": "Role", "originalRequest": { "url": { @@ -95173,7 +95173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ac7de7d-3578-43c8-b7a5-187a08bf13db", + "id": "dec8e4fb-9f34-455e-badd-3c636984f593", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95218,7 +95218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2755fd71-8026-4820-bdbb-bfcb30c0362b", + "id": "5c0425de-1104-4a46-bb33-d1044ae92623", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95263,7 +95263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fe9a87b-023f-4de0-b59f-39771a409d76", + "id": "06ff0e63-e70e-4b11-8c75-d22399d1a212", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95308,7 +95308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccffcedc-9d27-4506-8c3b-fe22e383efa8", + "id": "c89dc64a-12db-4372-a51f-e4807a87be8d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95353,7 +95353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3266c60-54fa-4b9b-bf24-e41090942e5c", + "id": "86607ca3-cbc1-499f-a5b8-cbdbfc904959", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95398,7 +95398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f00d913-9b33-4edf-99a5-bfd156577105", + "id": "82179e3b-419c-4806-bce2-0adf12ff9e2d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95455,7 +95455,7 @@ "description": "Use this API to implement and customize access request segment functionality. \nWith this functionality in place, administrators can create and manage access request segments. \nSegments provide organizations with a way to make the access their users have even more granular - this can simply the access request process for the organization's users and improves security by reducing the risk of overprovisoning access. \n\nSegments represent sets of identities, all grouped by specified identity attributes, who are only able to see and access the access items associated with their segments.\nFor example, administrators could group all their organization's London office employees into one segment, \"London Office Employees,\" by their shared location. \nThe administrators could then define the access items the London employees would need, and the identities in the \"London Office Employees\" would then only be able to see and access those items.\n\nIn IdentityNow, administrators can use the 'Access' drop-down menu and select 'Segments' to reach the 'Access Requests Segments' page. \nThis page lists all the existing access request segments, along with their statuses, enabled or disabled. \nAdministrators can use this page to create, edit, enable, disable, and delete segments. \nTo create a segment, an administrator must provide a name, define the identities grouped in the segment, and define the items the identities in the segment can access.\nThese items can be access profiles, roles, or entitlements. \n\nWhen administrators use the API to create and manage segments, they use a JSON expression in the `visibilityCriteria` object to define the segment's identities and access items. \n\nRefer to [Managing Access Request Segments](https://documentation.sailpoint.com/saas/help/requests/segments.html) for more information about segments in IdentityNow.\n", "item": [ { - "id": "d7ef6198-181d-4b8e-9ca5-b68ba4e3488e", + "id": "2f367d35-4ad0-4c11-ba8c-c491623481bf", "name": "Create Segment", "request": { "name": "Create Segment", @@ -95497,7 +95497,7 @@ }, "response": [ { - "id": "517689b8-ae63-4964-8f68-0562bcbccf82", + "id": "4b5f727e-9d28-4c38-bd38-869443102b55", "name": "Segment created", "originalRequest": { "url": { @@ -95553,7 +95553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df719782-52ce-4939-b614-e0efed0f0025", + "id": "6ae1991a-b9e4-49a8-9bb2-b6245495491d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95609,7 +95609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a3029a0-6a87-4d64-8c6e-5ad7f87a121c", + "id": "1a6a37c4-4a81-4e36-a527-fbfc7b1b6173", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95665,7 +95665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c236fa29-a145-494c-8c36-6a93096083e4", + "id": "e3dd921b-9666-41d2-80e8-e834f4a7d0ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95721,7 +95721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70f53290-0579-4c63-a928-7e8401df281f", + "id": "20fe9f18-e329-40a2-b057-8e31a94390f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95777,7 +95777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eff75aa4-231c-4b52-86d3-84463c744b9d", + "id": "6d40afe2-3925-4e0c-b266-bc7e0ab29dbc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95839,7 +95839,7 @@ } }, { - "id": "b90ed83e-ab74-427c-8ece-dc8df1c45502", + "id": "53210c7b-f7c1-4aa1-8f7e-58cd4436ae5e", "name": "List Segments", "request": { "name": "List Segments", @@ -95896,7 +95896,7 @@ }, "response": [ { - "id": "cbd4d010-c94b-40fa-b358-265c66ce43f1", + "id": "a28eb747-e144-4ac0-bca0-9eb10d2e9921", "name": "List of all segments", "originalRequest": { "url": { @@ -95967,7 +95967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d70a5f4-ad82-4da4-8ab8-41f511607a0b", + "id": "bf9a0474-5368-4503-be20-a56d6b693c42", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96038,7 +96038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3583fbae-f7db-4ad7-8e14-ddbae1e2e8a0", + "id": "e205cb27-bd21-40aa-8a46-494dd71a549d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96109,7 +96109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a0a0a00-d078-4b34-8522-57cbd807b22e", + "id": "0eed992d-699a-423e-a80e-ffa142a72a9a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96180,7 +96180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d3716d3-55a6-4ded-92c1-e75630411ad8", + "id": "9238b935-6405-4b92-9343-068ae5a0f4f6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96251,7 +96251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27aaab5e-6f3f-4fa8-af1c-3ff508e4cdfa", + "id": "1a45cfc1-f4b7-4975-8bbb-a320f9d5e9c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96328,7 +96328,7 @@ } }, { - "id": "adccc362-632b-4989-b7a1-9be94d05adfd", + "id": "ae051931-4d05-40e5-8312-a838f2639e44", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -96369,7 +96369,7 @@ }, "response": [ { - "id": "c9024bfd-f439-4704-9d4e-f91b818140ec", + "id": "f9538214-2806-47e5-8c85-8b0c3a2da951", "name": "Segment", "originalRequest": { "url": { @@ -96413,7 +96413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "969432a0-67e9-4185-9787-f364f490cdab", + "id": "ffa275cf-8cb4-48e1-86f8-6c06a6399111", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96457,7 +96457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e6641c1-7f28-4162-93e8-0c991f2a7454", + "id": "e25b543d-bc69-4119-a7a2-30909b68e65a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96501,7 +96501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b65badc1-b2c3-48ca-91d9-8fb6acf6ef9a", + "id": "4ff8bde4-da81-452c-a45c-ee6d90974bae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96545,7 +96545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46b10e37-f66f-406b-8e2e-8189dc178492", + "id": "9d42e551-71d5-470b-80aa-3e25835f9083", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96589,7 +96589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73e9f8a0-e65e-4768-a436-1ef6cc2ef66b", + "id": "59bd2f9c-de9c-42a8-9702-631890e0733b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96633,7 +96633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a28ebf75-8968-4fb9-9b17-6fc9fa82482c", + "id": "2bedb27e-46b6-49b8-a296-c8c9b79710c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96683,7 +96683,7 @@ } }, { - "id": "6800a705-5bc4-4aee-a837-5d45c92d130c", + "id": "eac9bdbd-eb1c-4a9f-97dd-7b5d1b0f5c25", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -96724,7 +96724,7 @@ }, "response": [ { - "id": "5cee18bd-21f3-4786-bf9d-7e6487e05108", + "id": "9d4cd1b6-6940-4a31-86c0-bc5278acf70d", "name": "No content.", "originalRequest": { "url": { @@ -96758,7 +96758,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d110eb25-8533-47e4-aca9-5a989d0afd83", + "id": "6c312ea0-8d9a-456f-b3f5-188082627954", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96802,7 +96802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afe31456-5fbe-4542-a171-c96ea21119c5", + "id": "9a247bc7-04db-49d3-8589-4e57999ef852", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96846,7 +96846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "683d227b-43e3-4399-ad86-3db8d768aa20", + "id": "30694be6-dd6e-447a-822a-eceb0045c39a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96890,7 +96890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a29401eb-6141-4603-9e2c-b1973cedd43f", + "id": "4b2654df-00d6-4750-a755-1dbfbcfb2cc8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96934,7 +96934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daa71ee2-81df-4c05-ac40-103d504248d6", + "id": "ad652773-1e73-4814-b208-9ff9a6a9f76d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96978,7 +96978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "479f3f55-dd9b-4dc0-9e7e-79792d33d93b", + "id": "13471a56-4365-4ddf-b523-ade429fa773b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97028,7 +97028,7 @@ } }, { - "id": "00c97c2c-5f1e-47e6-9ed7-10fc426e1cac", + "id": "8684ddc4-ee88-4f43-aac6-648330ee05c4", "name": "Update Segment", "request": { "name": "Update Segment", @@ -97082,7 +97082,7 @@ }, "response": [ { - "id": "3bd6d88f-abe4-4368-b829-e6152161a6fd", + "id": "84bd87c1-b861-465d-9425-db0f244ce838", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -97139,7 +97139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e623b2d-0cb1-46e1-b151-d9f14bd76547", + "id": "df4f3d37-91ba-49dc-b048-63a4e63dc0bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97196,7 +97196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4529598-f631-4ed9-a146-c6fc23d5d537", + "id": "ebed6f8b-bca4-44e7-86f3-6e9a5863fc21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97253,7 +97253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ffe3b0f-18f5-4a16-bad2-cab68737aa24", + "id": "d46bfbac-3b30-46b8-97ef-8c1b6eac4bd1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97310,7 +97310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c900da8f-d18b-47cc-af6e-2c4ecf9f5a2a", + "id": "fdf10830-62a0-49c4-aacc-e8939156bd9f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97367,7 +97367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7c98631-fc16-4718-965e-527ae0a28a7a", + "id": "b8bd160a-1e6b-404a-b205-01686e032121", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97424,7 +97424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0a509c4-144d-404c-9ffa-2f27b524af73", + "id": "d71fe71c-fc6e-4bd3-8ebf-45ae3c81cd7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97493,7 +97493,7 @@ "description": "Use this API to build an integration between IdentityNow and a service desk ITSM (IT service management) solution. \nOnce an administrator builds this integration between IdentityNow and a service desk, users can use IdentityNow to raise and track tickets that are synchronized between IdentityNow and the service desk. \n\nIn IdentityNow, administrators can create a service desk integration (sometimes also called an SDIM, or Service Desk Integration Module) by going to Admin > Connections > Service Desk and selecting 'Create.'\n\nTo create a Generic Service Desk integration, for example, administrators must provide the required information on the General Settings page, the Connectivity and Authentication information, Ticket Creation information, Status Mapping information, and Requester Source information on the Configure page. \nRefer to [Integrating SailPoint with Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html) for more information about the process of setting up a Generic Service Desk in IdentityNow.\n\nAdministrators can create various service desk integrations, all with their own nuances. \nThe following service desk integrations are available: \n\n- [Atlassian Cloud Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_cloud/help/integrating_jira_cloud_sd/introduction.html)\n\n- [Atlassian Server Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_server/help/integrating_jira_server_sd/introduction.html)\n\n- [BMC Helix ITSM Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_ITSM_sd/help/integrating_bmc_helix_itsm_sd/intro.html)\n\n- [BMC Helix Remedyforce Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_remedyforce_sd/help/integrating_bmc_helix_remedyforce_sd/intro.html)\n\n- [Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html)\n\n- [ServiceNow Service Desk](https://documentation.sailpoint.com/connectors/servicenow/sdim/help/integrating_servicenow_sdim/intro.html)\n\n- [Zendesk Service Desk](https://documentation.sailpoint.com/connectors/zendesk/help/integrating_zendesk_sd/introduction.html)\n", "item": [ { - "id": "7994259c-a065-491b-b48f-67c9d731792a", + "id": "b8b994d6-514c-4190-a0a6-383b32ca547a", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -97568,7 +97568,7 @@ }, "response": [ { - "id": "52411463-5711-42d1-84c6-1422719c318c", + "id": "d0d945c9-8e05-482b-8ff6-ab6e6872aabc", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -97657,7 +97657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a812618f-053a-406b-aa4f-94e8bbf493f2", + "id": "4f7acab9-ca7a-44d1-b000-e26e274a0bdd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97746,7 +97746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5338338-8759-42d3-ba0a-eaa228ec4950", + "id": "e9389986-4fac-4fc6-9a51-e61c9ec1fd0b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97835,7 +97835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22a738af-3af5-404d-86af-4f508adbdef4", + "id": "452a4365-5ea3-4d1d-9fc3-469e9285421f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97924,7 +97924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "189ccd9a-f992-46a0-81ea-666752fce3fc", + "id": "2aa52b3e-7ec4-4d68-b43d-31c621118388", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98013,7 +98013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fe916e2-5073-4e12-a352-833ad8866c69", + "id": "5ea14de7-0d7b-472a-853a-85b16c9829ca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98102,7 +98102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9859579-bb85-4df5-a2c4-6f6566c96bdf", + "id": "93959d00-607c-4008-80d2-dd78d7da1b11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98197,7 +98197,7 @@ } }, { - "id": "ec4971e9-0f73-4081-884a-1907a9e309d6", + "id": "56e05bd8-276d-4834-9fb8-3517b3bf4e79", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -98239,7 +98239,7 @@ }, "response": [ { - "id": "81b4bf79-8f3e-4424-906b-74e56267e0ad", + "id": "ade6d7d2-c611-45e3-8456-10b6f2a4838b", "name": "details of the created integration", "originalRequest": { "url": { @@ -98295,7 +98295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b5b827f-3cac-46aa-adff-98d13d6717b6", + "id": "9e480947-71d9-41a7-93bd-9ba2641c840e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98351,7 +98351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7638a2d-5c43-4f58-a9b5-4eb040bb7597", + "id": "5780bf63-545e-4b01-9e1c-ebf876435e33", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98407,7 +98407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d84bbc86-591c-435a-937a-23a7012e1ea5", + "id": "8fdc90ab-a572-4499-a63a-68b3af210bed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98463,7 +98463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfac953e-d035-438b-b385-7335a0b1ac1a", + "id": "2498f58d-aa45-4b5a-b9da-4000a49d735f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98519,7 +98519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e253c759-f98e-4d72-88d9-1ab8aa202f9f", + "id": "90f727d3-f181-4907-a80f-6b4c0cd79758", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98575,7 +98575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c48fc654-8fc2-4722-8150-a7633f360c40", + "id": "300369c4-34da-437d-939f-e897654fe77c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98637,7 +98637,7 @@ } }, { - "id": "47bd49c1-ecb4-414e-8d82-53a8e4f3c729", + "id": "71e03432-655f-4603-ac03-bb59edaa7148", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -98678,7 +98678,7 @@ }, "response": [ { - "id": "bfdd365a-6f13-4b52-9464-484005a0d5fe", + "id": "7572e802-fe60-4f53-81f5-abf909d67163", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -98722,7 +98722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44693949-1029-4d05-abb3-38685fb0818f", + "id": "05856aed-18d8-4bd3-bf12-406c567802c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98766,7 +98766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83bb2a8d-07d4-4115-beda-73334920317e", + "id": "70107b62-33a1-4170-8df6-1899c6060c64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98810,7 +98810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d69d3a45-8fe7-4cfb-9bfd-80d874713127", + "id": "326456d0-e174-4385-93fe-a5116df2701e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98854,7 +98854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9465b352-e19e-4092-b24b-c34babdbc56c", + "id": "a5577c36-c6f2-4a1b-94b9-83eed0f6debd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98898,7 +98898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f344f31-86c9-4a13-a5e2-c8808b4d1f00", + "id": "59ce60bf-1e3c-44b1-b59a-49bd5285146a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98942,7 +98942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e11cd693-fda1-4ee1-9087-0b22d4e1f420", + "id": "09b14867-5206-479c-9fb9-58e163b04919", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98992,7 +98992,7 @@ } }, { - "id": "778ee4c0-4a0a-474c-96e3-f9d1068ddcb8", + "id": "e631d2b1-cce5-46bf-9109-80adfac4bf0b", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -99046,7 +99046,7 @@ }, "response": [ { - "id": "20ee6898-052b-4401-8b23-35dd7eabff77", + "id": "9c39d179-eaa0-44c6-a8ee-576cf83fe357", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -99103,7 +99103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "411a0d5c-7422-42cc-bde7-d451a45fd2b1", + "id": "1c6ecf7d-0c8f-4829-a18c-10ee73c9dc6e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99160,7 +99160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a14f397d-980f-4cb2-8f62-60a08a6775df", + "id": "3c539e69-fa23-4e97-be3d-59a6001a54c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99217,7 +99217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6160e40b-dc20-4789-8926-a103f1222a96", + "id": "12f03fc5-4500-42b7-b607-2e98215fd922", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99274,7 +99274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "740480ef-343d-45ac-ba94-2c11a8d9f0c4", + "id": "92d931c6-8c44-4bd8-8aa0-f6b201390702", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99331,7 +99331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67a25e7d-0752-4529-b06c-83998f67c9de", + "id": "5af9886e-dd71-4175-972b-1e759830ff1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99388,7 +99388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2544eb6e-0e9a-4fcd-b467-9f335b0e6c2f", + "id": "233abe26-a57b-4084-a9a4-16bb31d04110", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99451,7 +99451,7 @@ } }, { - "id": "6618204d-1366-44f6-9fcf-9d9f7b66bc3c", + "id": "3f625705-5371-4d18-9d3e-b438fedf022a", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -99492,7 +99492,7 @@ }, "response": [ { - "id": "bd94e0b9-f517-4377-b8e5-50ac0aea0928", + "id": "dcee26fc-e899-4baf-85e3-fb173b7b5395", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -99526,7 +99526,7 @@ "_postman_previewlanguage": "text" }, { - "id": "77e18406-6b85-4360-bbf3-5d6835aa2f5a", + "id": "bb42ee16-fa4c-4b8c-b738-4c41aab46fad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99570,7 +99570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43bd22ab-00ec-41c8-86df-518b9e37e2bc", + "id": "45d675b8-334f-4a02-b957-b39547d790d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99614,7 +99614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea888eae-c8c2-46d1-8ebe-5726c05b6207", + "id": "d9a0dc92-cf86-4d74-bf3a-727b1c784be0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99658,7 +99658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96792529-1682-43ed-b408-95a823972941", + "id": "3bae4ada-7649-4d54-8025-c5ad054215a4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99702,7 +99702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f465ce5-5b1e-4789-9b64-0deee6468c21", + "id": "e6007cfa-2248-43f3-8d31-6945df27fbb9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99746,7 +99746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01c366b6-2ad1-447c-b49a-3d890fde4f04", + "id": "7f9e7499-83f8-4976-a591-b9b17e44b359", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99796,7 +99796,7 @@ } }, { - "id": "a0d66ca0-3ade-4deb-9b17-2e2f84f25466", + "id": "6134a059-299f-4a29-8cc2-87644f70d56a", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -99850,7 +99850,7 @@ }, "response": [ { - "id": "8307107f-25b3-4df8-9011-4233fdde7249", + "id": "723c3788-62a7-42aa-abfc-9010aeee9069", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -99907,7 +99907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8096587-aeae-476e-965b-2327dae5c110", + "id": "221cd359-df45-4666-b88e-c3f15d2205b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99964,7 +99964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "905072db-d2d7-4bec-b2e6-c6ef9bee330d", + "id": "497a3c63-bc86-4335-a7eb-dafafb24f316", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100021,7 +100021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76e16b90-048d-4e5e-b167-8c09d6c3887e", + "id": "ca844624-a42b-4441-8dad-fa2f6af70487", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100078,7 +100078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0341d036-243c-48ad-9c85-981b02427d0d", + "id": "f1778f03-0e04-4aa9-8426-47d92e66d1a2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100135,7 +100135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7462958-9ba7-4fac-98da-97660cdf5af5", + "id": "d149187e-32d5-4bc3-8a18-26d35b373113", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100192,7 +100192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76209c9f-b26f-4b94-902b-b9bd37248d3f", + "id": "f31c32d4-ed0c-44d4-bf0c-9a7c6be8fd2d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100255,7 +100255,7 @@ } }, { - "id": "03a9a760-9cca-4604-987f-56b1021afe96", + "id": "3f581a39-109a-441d-8339-630280cc3b90", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -100285,7 +100285,7 @@ }, "response": [ { - "id": "9400461b-23f7-45c2-9adf-fd4497b5677f", + "id": "a48a78d2-8606-47f1-a084-2008ad233553", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -100329,7 +100329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2c3079d-576e-405e-afb4-4b6b5f42d606", + "id": "a2332dbb-152f-45b4-b1fd-12a17929aeef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100373,7 +100373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff11879f-1000-4b04-85e0-dfeea216cc6e", + "id": "cfa46b80-b8b6-44ea-adeb-464cdedb08b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100417,7 +100417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6e1a0df-5e13-4585-8737-2539d1b9aebe", + "id": "79060246-ffb6-48dc-8d02-aa56877a876e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100461,7 +100461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "475d497c-ac8c-4821-86ea-ee4a6d6bad56", + "id": "0ac80148-1b70-4d15-810f-0367ece7bbf8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100505,7 +100505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "295979fd-5b28-4945-884e-e4d769f2f93e", + "id": "871777b6-40e1-473c-9ec4-c120d9df5b88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100549,7 +100549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb914674-c146-4492-b8d2-ad7e0686dbc8", + "id": "70d94515-8563-4d59-93fc-4b0830f3cdd3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100599,7 +100599,7 @@ } }, { - "id": "5b39e5c6-9255-445b-b25d-1823cc545886", + "id": "f20cbc6a-db6b-4379-931c-c726f488429f", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -100641,7 +100641,7 @@ }, "response": [ { - "id": "ad9e9d7f-d2ba-4bff-b600-65487b758187", + "id": "f1d3c94e-3034-4453-a6e2-b646f9c157c9", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -100686,7 +100686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfb68893-504c-492b-8471-cf83a23545cf", + "id": "498ba9a3-f648-4571-b2b1-8b74f3476bea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100731,7 +100731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d83a1034-392a-4838-aad0-8537c95e6123", + "id": "7bfe9d05-aa3b-40e0-85b6-6fffa1f6eed4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100776,7 +100776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b29bfcd-027e-4357-9eb5-550ff7c44b86", + "id": "61479515-e8bd-4510-8386-ecb822a346a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100821,7 +100821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "722d6873-df96-4f60-acb3-357f78a6fe35", + "id": "38ac60c8-ac47-4392-b3a7-3b462f7067b6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100866,7 +100866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24a2e29-c57f-47a5-9c58-f3c477568127", + "id": "367ce0d0-9eec-4bc4-92ea-77325a46a43f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100911,7 +100911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6bfad0c-5ef6-42ea-b7d2-bd096b27f113", + "id": "f13c99b7-2aa6-40aa-be5f-280ddcc5a5b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100962,7 +100962,7 @@ } }, { - "id": "309d9c44-3a5c-4aa1-bc7a-8ed9e965d4d7", + "id": "2b8e79e9-dbf3-4ff4-bd09-7198fc944a44", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -100992,7 +100992,7 @@ }, "response": [ { - "id": "8eba6f33-808d-4858-bbe2-d5ff6bb5773c", + "id": "71803a3c-d827-4919-90ef-6dadc986548f", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -101036,7 +101036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1801ed83-a0f8-4290-93f7-8d3612372f3a", + "id": "d92af6f5-e4e7-4603-8651-be6890d6116f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101080,7 +101080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7c3b5bb-6df5-49d3-904e-c5b466bf6ba2", + "id": "5ab37d7c-5889-4e2e-845f-2f2aade60b9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101124,7 +101124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25d03777-7f70-42b9-979d-d2d6928de260", + "id": "879f4d4c-b1a8-4766-a156-13341273a052", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101168,7 +101168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42ed8f2a-4d9d-4522-8730-9b8e92a818c8", + "id": "ab722a2a-226c-4ea6-833f-537753e94421", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101212,7 +101212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0afc4677-961c-4815-b1de-268c65a01d04", + "id": "7645706e-f6e6-4dc6-b2ec-8ffe465ea9dc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101256,7 +101256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b07f944a-1bc3-4d09-8176-8a7b66c4f8f0", + "id": "6271625a-c0f2-4443-8bb9-667b52d1f8ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101306,7 +101306,7 @@ } }, { - "id": "f498c8a6-2e80-4fce-8b33-c400bced7a62", + "id": "46b55fb4-b464-4126-ae05-f791ad8071ec", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -101349,7 +101349,7 @@ }, "response": [ { - "id": "a8030b76-3760-458e-b37c-7ab9297b0ced", + "id": "2eec68aa-09e9-49ea-bf71-ca9b97bb6dfb", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -101406,7 +101406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26d4dcc1-23bf-4bd0-8fc2-57e265b6f817", + "id": "9a4a5aa9-6ce7-45a5-a0b3-ba16d20268df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101463,7 +101463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cab6bc0-3212-45e4-bdf4-3220a44d2529", + "id": "05b75692-9b61-48b6-af6e-bc2ecda2cf05", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101520,7 +101520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf824bf4-70f8-4327-a5b7-f2985d119502", + "id": "dca6bb4b-4af4-4fef-8bc2-4fe60615e367", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101577,7 +101577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6be7d55-4bbf-49d4-9597-1902abd4a5f9", + "id": "8439baed-de3b-459b-85b4-27b493d29618", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101634,7 +101634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "250dc180-94b1-46f1-8088-7bbc110c1943", + "id": "797d752f-db7b-49e0-9f7e-23d861336ccf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101691,7 +101691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e242dbc-dc58-406c-8ae4-d70a6fb6c53e", + "id": "1c307520-f8ac-4d43-850e-5053659297be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101760,7 +101760,7 @@ "description": "Use this API to implement and manage \"separation of duties\" (SOD) policies. \nWith SOD policy functionality in place, administrators can organize the access in their tenants to prevent individuals from gaining conflicting or excessive access. \n\n\"Separation of duties\" refers to the concept that people shouldn't have conflicting sets of access - all their access should be configured in a way that protects your organization's assets and data. \nFor example, people who record monetary transactions shouldn't be able to issue payment for those transactions.\nAny changes to major system configurations should be approved by someone other than the person requesting the change. \n\nOrganizations can use \"separation of duties\" (SOD) policies to enforce and track their internal security rules throughout their tenants.\nThese SOD policies limit each user's involvement in important processes and protects the organization from individuals gaining excessive access. \n\nTo create SOD policies in IdentityNow, administrators use 'Search' and then access 'Policies'.\nTo create a policy, they must configure two lists of access items. Each access item can only be added to one of the two lists.\nThey can search for the entitlements they want to add to these access lists.\n\n>Note: You can have a maximum of 500 policies of any type (including general policies) in your organization. In each access-based SOD policy, you can have a maximum of 50 entitlements in each access list. \n\nOnce a SOD policy is in place, if an identity has access items on both lists, a SOD violation will trigger. \nThese violations are included in SOD violation reports that other users will see in emails at regular intervals if they're subscribed to the SOD policy.\nThe other users can then better help to enforce these SOD policies. \n\nTo create a subscription to a SOD policy in IdentityNow, administrators use 'Search' and then access 'Layers'.\nThey can create a subscription to the policy and schedule it to run at a regular interval. \n\nRefer to [Managing Policies](https://documentation.sailpoint.com/saas/help/sod/manage-policies.html) for more information about SOD policies. \n\nRefer to [Subscribe to a SOD Policy](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html#subscribe-to-an-sod-policy) for more information about SOD policy subscriptions.\n", "item": [ { - "id": "36a81d62-9561-4107-9b90-5ffe44ac432c", + "id": "8f2abcd5-bfdf-42b1-ad68-8e3768371e20", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -101802,7 +101802,7 @@ }, "response": [ { - "id": "3e57591d-a6ab-498c-bc6a-f67e0d011481", + "id": "cfb3eb50-6b84-4662-9a01-27f35cf93683", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -101858,7 +101858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a3fbfa7-2f0b-4c45-b00b-eb17432d998b", + "id": "5e7e6a82-6f46-4113-8eec-74af9c013d05", "name": "General Policy", "originalRequest": { "url": { @@ -101914,7 +101914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b707f33-4c50-4b88-a13f-63b36a517353", + "id": "11b5782b-7235-4220-be56-164323986ff5", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -101970,7 +101970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76680550-f301-471d-813f-a93978499163", + "id": "738f06e0-c69f-46f4-bee2-dacca125bce2", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -102026,7 +102026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73ed7153-3452-4304-8e39-77e2f983e035", + "id": "64f5dbf7-4966-4467-a780-1690ee4681c4", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -102082,7 +102082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d8a6ff6-8a6c-4cf4-9e33-18e99894fce0", + "id": "7660a165-04c2-4dd7-80e3-e4796c8cfe40", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -102138,7 +102138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d0ca0e0-cfd5-40a3-8453-7351e94cdaac", + "id": "f9f40dfa-0d85-444b-9586-5b2b54cdfbb3", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -102200,7 +102200,7 @@ } }, { - "id": "a45d791f-f3f4-4f4d-a665-fe3d80ba426e", + "id": "42e070aa-4a6a-4beb-857f-e978cd673a27", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -102266,7 +102266,7 @@ }, "response": [ { - "id": "066988c8-bcc3-4370-b412-e52bb6b0b314", + "id": "033a6cb6-d3ff-403f-b973-277fa8ffc928", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -102346,7 +102346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91ca2330-fb4c-4a8d-ac04-1d1fc0c6a1d2", + "id": "70ccce65-eb2c-4937-ae9a-e9c2397386e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102426,7 +102426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4aca5f3-536f-4fb0-ad7d-d40c9e3924ea", + "id": "3ac4c65b-6338-4062-ac5c-9dd2a09e307d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102506,7 +102506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4720b52-9612-4608-b199-366316104f88", + "id": "ec50fe8b-da3d-466a-b06c-5418519f7c26", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102586,7 +102586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2987e6a3-cbda-49e4-8a83-e0ea89a09b9c", + "id": "6afc76e4-d910-4883-8f2a-c1ac00babb2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102666,7 +102666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a9c8f08-a667-4c02-95d0-415004128fbd", + "id": "0efd4e5d-71a0-4333-96f6-4beaf5a3ff32", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102752,7 +102752,7 @@ } }, { - "id": "f37c6433-1826-46f8-9e33-0e07f39885b9", + "id": "c5f25341-fae2-4adf-9450-30322a049778", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -102793,7 +102793,7 @@ }, "response": [ { - "id": "c4610b86-84b1-424e-b2d0-8ae99164f65f", + "id": "92f2b87c-4ede-4da2-8387-daec4b8365b7", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -102837,7 +102837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29de1052-64dd-4521-9943-f76b8994dc0d", + "id": "f44ab460-d349-45fd-acfa-d84eadc32864", "name": "General Policy", "originalRequest": { "url": { @@ -102881,7 +102881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4af9702-6493-40ab-b919-d63bd864233b", + "id": "8304457d-3132-41f7-bfe6-84dcde57fcd5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102925,7 +102925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86e1c856-4a85-4428-8520-3221c0fceb03", + "id": "0eafb355-25e7-4482-a308-69136c56371a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102969,7 +102969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b3971cf-396a-4205-96fa-72b7371759c0", + "id": "593c997e-5443-4e82-b967-c7c388871db3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103013,7 +103013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d9bdc80-6976-4eee-a9bd-b9d153e6d69b", + "id": "9930727d-4e1c-40a1-83e3-7a1cec584f08", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103057,7 +103057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a46c0419-a3ff-4a2a-a194-9e4625487422", + "id": "a074cf58-c51e-4f9d-8968-c7166a950772", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103101,7 +103101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0fbf8f1-2997-435c-8ea0-f1e3c29425f5", + "id": "f425af1c-18fa-4fbb-bb7f-e65be655f2ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103151,7 +103151,7 @@ } }, { - "id": "bc8f6e6d-8cc4-4938-92e1-8c9d46c19267", + "id": "094050a5-dea0-4fb6-9737-18b7c8cbc894", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -103205,7 +103205,7 @@ }, "response": [ { - "id": "2d01a4f9-9cca-42da-89ea-7cf723a0c480", + "id": "6ba3767b-e37e-4fbe-913c-5a7f16ec7b87", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -103262,7 +103262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dc50ba5-ccae-4212-8a9d-a677fd1ce905", + "id": "869438b8-6d42-4946-b5c9-28ff3a80cfd7", "name": "General Policy", "originalRequest": { "url": { @@ -103319,7 +103319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10bfabeb-dca9-4663-bd78-670cf8bc915d", + "id": "9070178e-a098-406b-887a-256e30a4a9ec", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -103376,7 +103376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "316259f9-0a35-4411-b85a-adbce1d1c69e", + "id": "887b6874-1e9c-4e8f-83a2-452424fb63c1", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -103433,7 +103433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f84168cf-eb10-4025-927c-ac02049fcb70", + "id": "9666aa9a-1105-4bc6-a0a8-1f2ae1125d3f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -103490,7 +103490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4e0958f-537a-40a5-bb01-693ab1cea881", + "id": "142b2357-e9c2-41b4-a5c1-c647a727f108", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -103547,7 +103547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "825685b3-5ed4-42e5-9ea3-6bfa2fd63392", + "id": "efd8f728-60e2-4616-a021-f4f66fe2604b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -103604,7 +103604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bf003c8-71c0-43aa-8109-49c122675e0a", + "id": "892dac9c-175f-4362-8edf-3aa70bf2c6c1", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -103667,7 +103667,7 @@ } }, { - "id": "93cc635b-b10b-4f5c-aeff-b818277c1e5e", + "id": "94bce4cf-81c1-4feb-a264-46ff106ba733", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -103718,7 +103718,7 @@ }, "response": [ { - "id": "c241f4d0-f505-4487-907d-66ca71b1d7c3", + "id": "5a741cbc-65a5-487e-86fb-9064c17fd662", "name": "No content.", "originalRequest": { "url": { @@ -103762,7 +103762,7 @@ "_postman_previewlanguage": "text" }, { - "id": "45532969-fd74-4094-9bd6-bdc56c4fc944", + "id": "0d0a5c29-af62-43a4-9337-39810e1d3e54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103816,7 +103816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1125425d-3971-4e51-9743-e4a7fbf64299", + "id": "de130194-27e9-446f-887e-083aed0baff5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103870,7 +103870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d78e1f8e-e2f9-402e-9a1c-b8398ee5c548", + "id": "8843e25f-0c11-42db-8084-6977f623d9d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103924,7 +103924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c889565-6213-4215-9c1c-1d3c6dcc9be8", + "id": "46e8b26f-b20a-497c-bac3-de96846f53fd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103978,7 +103978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96e7ef37-9ef7-4453-8fc3-9e0522520a9b", + "id": "dd36ce83-0762-468b-a08b-2073a9f2ab7c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104032,7 +104032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e828d953-05df-4d56-ba37-c70ab4341bd4", + "id": "726798a3-39c0-44ee-90d6-012a5e3232e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104092,7 +104092,7 @@ } }, { - "id": "ee4806e6-8b5d-4874-8767-c6cfcfcc6682", + "id": "68d73137-9335-4a22-9cb3-91281516bdb4", "name": "Patch SOD policy by ID", "request": { "name": "Patch SOD policy by ID", @@ -104146,7 +104146,7 @@ }, "response": [ { - "id": "adeaa4e1-a510-414f-a3bf-5f788b628a4e", + "id": "873f054a-8232-4dd9-a549-996a2fbf65ce", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -104203,7 +104203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e42958d6-60e3-43b3-9d95-72d4ba457c90", + "id": "9f611611-a03b-4667-b4df-bfb5edb12926", "name": "General Policy", "originalRequest": { "url": { @@ -104260,7 +104260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b49b8f8-4e0e-4a49-9977-58777bbc87a3", + "id": "dfcb6c86-8537-4c37-b5ee-f92746ff45b5", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -104317,7 +104317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aef7a71-1923-4864-8527-c1543bb3bbb9", + "id": "fd5039f3-e6dc-4a20-ad84-1707ac0d6d61", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -104374,7 +104374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9174b2c6-7b43-4238-8c0f-472d228c2d31", + "id": "cadd10e0-d346-4ff2-9ebe-62374db685ca", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -104431,7 +104431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "477c86bb-2cb0-4085-b519-1248eed27667", + "id": "44a65b10-959e-4e1a-9e50-db015b900a57", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -104488,7 +104488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25ec5d6d-4013-4d5c-b996-dc448034dfde", + "id": "c5f62e82-5246-4193-acdd-c2ce4b003949", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -104545,7 +104545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21db2d6e-eeac-481d-99bf-a1952490f47e", + "id": "7ca32370-7e56-4763-85fc-393d12ca247f", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -104608,7 +104608,7 @@ } }, { - "id": "f946811e-0739-4101-b47e-ad5d8bc649f1", + "id": "3bd95bb8-f4f2-4f09-b9ec-81b060d9f5f4", "name": "Evaluate one policy by ID", "request": { "name": "Evaluate one policy by ID", @@ -104650,7 +104650,7 @@ }, "response": [ { - "id": "10f1f37f-0695-4bf8-8b11-69bb214bbc2c", + "id": "9873eab7-2a7c-458d-b714-1399a69c6873", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -104695,7 +104695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "561ccd4e-c65b-4c56-acc4-56450ff4ed02", + "id": "702f937f-3b8c-4536-8dda-e9bd7ed5ce92", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104740,7 +104740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98037a0b-5a3c-4faa-b5d3-f0d9d403a9eb", + "id": "b3f577be-c719-4665-9132-5f7e54b404a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104785,7 +104785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06b5ab14-52fa-44b5-9db7-605d9abae605", + "id": "94fe0096-619a-4c67-ac68-7c30c2cf10fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104830,7 +104830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7bf5e9f-58ae-4f58-b4ea-07274eb6577c", + "id": "44089070-94ec-4c7b-9e08-9d6889c7cc56", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104875,7 +104875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "928fd743-b55b-4838-8114-cecd767a6f76", + "id": "e9f3ecf9-8f5b-449f-ad80-34f7f31c7594", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104926,7 +104926,7 @@ } }, { - "id": "560135b5-5aab-4790-ad26-9883871630ad", + "id": "f21c6d9f-1746-4e45-b316-6d25dbfa461f", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -104968,7 +104968,7 @@ }, "response": [ { - "id": "473a4c4b-337b-4bad-a64d-de306ee38bff", + "id": "9a74dc78-55c9-4b25-aef6-9adb4ceb3f0a", "name": "SOD policy schedule.", "originalRequest": { "url": { @@ -105013,7 +105013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bbf9450-3de0-434a-8690-b539039b5f1b", + "id": "9afbd43e-d33e-44e4-a22a-729a4860c831", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105058,7 +105058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6632b90-8e90-451b-bb7a-b30d14e5e1af", + "id": "d36b80a9-a231-486f-9c02-ef47f5c06065", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105103,7 +105103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6112ffdc-f87a-4ece-9b35-3716793ca6a6", + "id": "3ca72d82-1ce0-42f0-9db9-a4f0f307ff4d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105148,7 +105148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05c4dc6c-c28f-44f5-8d8b-5e724a1c9264", + "id": "a3b3853f-2027-4b16-9b47-14f986ed0e35", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105193,7 +105193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aad34fdf-2712-4400-abd1-4077415f01c0", + "id": "2e5122d4-b0ca-4950-97a9-377b6f6c4857", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105244,7 +105244,7 @@ } }, { - "id": "b91906c9-3a9f-4d9b-9236-68172623bbc0", + "id": "c821532c-8626-4c13-80f3-0d8475439adf", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -105299,7 +105299,7 @@ }, "response": [ { - "id": "3910749f-c2a4-4446-874b-9d8ea93be48d", + "id": "a6c19c28-6e42-4c5c-a48d-6925d7bf9f5c", "name": "Created or updated SOD policy schedule.", "originalRequest": { "url": { @@ -105357,7 +105357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d8173eb-e389-4e3a-8d41-451613a43be1", + "id": "36f1da32-dde4-417b-ad74-bdb812f76909", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105415,7 +105415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "520bf3fa-a8a8-4907-9b63-4d8a4c463725", + "id": "481967e9-45c0-467c-9737-4a0050fe81e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105473,7 +105473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92e63ae6-e587-4285-a670-b4b606ad9c40", + "id": "42d9c0a4-c443-43d8-828d-57fccc8e62da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105531,7 +105531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dce2b9c-e69a-4c60-8510-21cd3a5123ea", + "id": "4661fdc4-6c97-420e-80bd-f4ba0dbf7609", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105589,7 +105589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3c20f8d-bf53-46a0-a892-d76eae2e1a00", + "id": "be9b21ea-de54-45ad-8a54-334bb217ad72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105653,7 +105653,7 @@ } }, { - "id": "7176591f-e9c6-464f-8c2c-c1c71cdfb2d2", + "id": "a7de8253-6e17-40cb-88cf-7b6cf8073f51", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -105695,7 +105695,7 @@ }, "response": [ { - "id": "edc5c971-849d-4c03-b75e-f54e44340dbb", + "id": "36cd65be-42bf-4f23-976f-4181cdd97235", "name": "No content response.", "originalRequest": { "url": { @@ -105730,7 +105730,7 @@ "_postman_previewlanguage": "text" }, { - "id": "33f0c187-f499-4993-82b8-e99238ad48fb", + "id": "3a61c265-1fa0-4458-982e-e2916468329e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105775,7 +105775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fbdecf1-495a-4a96-bb7e-67e67a22fc1c", + "id": "000d5a90-73ba-4efd-9f6d-6130876d9583", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105820,7 +105820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dddc4a6-4bbb-4fda-81a9-ac832508857f", + "id": "1252ba5e-1782-4bd0-9018-c0b7b9651df9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105865,7 +105865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beeb270d-2b91-4442-8564-8691d92c96e4", + "id": "4cd5ebe7-7270-49b0-a7fb-0b8e7fb9f6a7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105910,7 +105910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cd00c5d-bfd8-4b30-8bff-abcf4b9d6dc6", + "id": "f09628e7-1797-4327-9a41-11b5ff741409", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105955,7 +105955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cdda5fb-09d8-49f5-9aa2-9595d0c304f2", + "id": "eebb78ec-85f9-4756-9aec-325399b82136", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106006,7 +106006,7 @@ } }, { - "id": "b2c856aa-65be-4290-b720-695ff90bdc54", + "id": "b5327e9c-af74-4058-8caf-938691783aea", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -106049,7 +106049,7 @@ }, "response": [ { - "id": "202c3dff-fe00-46d5-9669-a6536ae22c91", + "id": "5a8e31b7-2e51-40b1-8cf8-601434f6c4e5", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -106095,7 +106095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6fbc41b-fd7c-4935-bdb2-3cd455c06e2b", + "id": "d95e0f8c-a433-4016-990e-13ac768a55e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106141,7 +106141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4704e2a1-70ba-401e-83d3-860f134a9d77", + "id": "22f4b72c-290a-441d-a181-c9404df4a485", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106187,7 +106187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95f9b3d2-6574-4fec-bb44-0dcfd9d3c981", + "id": "3063cc34-61eb-4646-9bd2-d333063a42b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106233,7 +106233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9751cde-11ca-4fb3-bc23-12b0370fa301", + "id": "aaf6363f-50a5-4edb-b293-6ad7277c4f83", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106279,7 +106279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e989bf23-2c89-4854-90b8-d8dca4aff82f", + "id": "cba1d373-ce85-4aed-b2c9-f4a9f9206601", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106325,7 +106325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d91d6c4-9ebb-450e-9f25-f7ff1e44187f", + "id": "788dfe91-de2d-42dc-90bf-cfe0b8cf9da1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106377,7 +106377,7 @@ } }, { - "id": "e402108c-d80f-485d-af37-38649e955220", + "id": "674d43e2-e61c-4fad-8192-7110ef26e855", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -106419,7 +106419,7 @@ }, "response": [ { - "id": "7f5274a6-d973-4e0a-adff-cf892bd0ee71", + "id": "d3cf5a6a-4a4c-402d-bfb0-3a21302486d9", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -106464,7 +106464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79cee8e0-b365-433c-af96-165cd43ba278", + "id": "2fb6593c-139f-4953-a14c-42c16374dbc9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106509,7 +106509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f1d596f-cfae-47d7-8a1a-0a3e598d241f", + "id": "4ece7c40-f220-45bb-ae19-67a0015ecc46", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106554,7 +106554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0be5081-3cbb-4676-8995-b984003513bc", + "id": "084009a5-c95f-46f8-a2e7-d3b5054a3829", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106599,7 +106599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c6c0c8b-ed8c-47fe-b643-ca884707636c", + "id": "f8955070-bd42-4ecc-8ad0-2fa2388e760f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106644,7 +106644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d12a6bda-4394-4d50-9f39-d560f53d3c58", + "id": "c9780e74-e554-4c45-8d8b-9f4f036c29fd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106689,7 +106689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8aa8070-a5be-42c2-b2f0-62e4ba089395", + "id": "2211b77d-b360-4650-9d98-18515a33ab1d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106740,7 +106740,7 @@ } }, { - "id": "29e46064-8cf4-4bb0-9e86-ff33b7d576b0", + "id": "8d3c6bbb-b3da-41a6-ae83-e0865a6981b7", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -106782,7 +106782,7 @@ }, "response": [ { - "id": "74c0fcbc-f858-4f24-9a76-ba3dccba80b9", + "id": "4a7e0f02-ec98-4cc2-9dc5-01be9d5e87dc", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -106827,7 +106827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f98be8e9-c07f-45e2-91d2-5a1e0b65cf7e", + "id": "56e4ccee-2501-4f86-8262-78d9630f82bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106872,7 +106872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4843c52-9b21-42a2-902b-2a1b736cdd98", + "id": "df73d11c-74f2-412b-b93d-3958383248ee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106917,7 +106917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "900196de-5801-4334-aa2d-f4e796068182", + "id": "5155adf1-7be5-4b64-b1b1-f506c7b24007", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106962,7 +106962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffb6fb5e-425c-461d-977f-3e2e1a514090", + "id": "67ae7a8a-8e39-4982-97be-6bde87611ac7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -107007,7 +107007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e834d216-300a-4cb2-b6e2-158f4af3b2c5", + "id": "a67f7fdc-467f-453c-88bc-c6fd4a98532a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107052,7 +107052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5973aed-6771-4d1e-8a61-1626848c9f25", + "id": "71746ac7-d01a-43e0-a342-4bb71f6d2a4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107103,7 +107103,7 @@ } }, { - "id": "14af7da8-345b-482a-821c-3ea06f2d5364", + "id": "b556ce09-721a-43d8-9c1b-1da389363c04", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -107146,7 +107146,7 @@ }, "response": [ { - "id": "ff44c4e6-566f-4d2d-b290-8f0d2bfc8b32", + "id": "9121b615-c547-48be-aec9-a9c464fea73c", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -107203,7 +107203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0038c74f-371a-49e1-88e0-522539a7440a", + "id": "fc0bdb53-51f3-4d5b-8567-444ecd9aa372", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107260,7 +107260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e81f6a5-0c84-4458-b0ca-dc9f5a77d8fa", + "id": "b144259b-6699-443e-9495-d5726aa8aa39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107317,7 +107317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc9207fe-77cd-43d8-aa4f-8d3b02549c17", + "id": "599b796b-d249-494b-8dbb-62ddbf69b2f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107374,7 +107374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea4f3875-4744-4873-be21-abbb7a6828b5", + "id": "180438fa-cea8-4798-a16c-d74479f97361", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107431,7 +107431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7483243b-b82c-4a3a-8ffa-2ec827a1b4ae", + "id": "971a6e9a-5da0-4e3b-9866-bb67b787d709", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107494,7 +107494,7 @@ } }, { - "id": "d6845804-3b20-4575-986e-8c0103a7ae6a", + "id": "80e22385-2ba3-43a1-bd89-13dc3d6f88fb", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -107523,7 +107523,7 @@ }, "response": [ { - "id": "d6e2165e-8588-4785-aa9a-66f7999035b2", + "id": "32dcf270-8f29-4d12-9714-139954773b86", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -107566,7 +107566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9af643ad-cdc1-46ba-a890-f8391af01467", + "id": "a8d17a98-d1e1-4ce0-b585-1a3cc20e480f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107609,7 +107609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ca89c25-2fa5-4f48-a9e6-4f6f594c5e12", + "id": "8950e7d7-ba48-4531-9515-21dbeb00a32d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107652,7 +107652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53b276ce-49a4-49c8-bb5e-2c87db287aff", + "id": "b0b02467-7894-4fd9-8b8a-619037366fb5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107695,7 +107695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fc19b70-4c7b-4644-a634-bd63f34ec581", + "id": "393e893c-3717-4a55-8f7b-b93f2a71b04d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107738,7 +107738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bceeb894-b3fe-42b9-95ec-df15c8b0d99f", + "id": "dcf54099-3888-4dd6-b014-a7676e517e32", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107787,7 +107787,7 @@ } }, { - "id": "cf5d7ccc-ed98-45e6-8299-1b8d8e87206f", + "id": "71987b0c-a281-444f-bccf-eb97087c1fcb", "name": "Download violation report", "request": { "name": "Download violation report", @@ -107829,7 +107829,7 @@ }, "response": [ { - "id": "f08e27b3-b346-4793-ae96-6067b0ad8dcc", + "id": "d1986d27-5a95-4944-a3c9-e3b323d2b4dd", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -107869,12 +107869,12 @@ "value": "application/zip" } ], - "body": "ea et", + "body": "veniam Lorem eiusmod deserunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "2737b58c-f155-4947-ab99-11d659673efd", + "id": "e23f4bd1-81c6-4fae-a488-7d71780d4c5f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107919,7 +107919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9103b802-3dfa-4694-a3e3-b5b23a683643", + "id": "0c1e0f35-7182-485e-b4b9-99e6c9a93eb4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107964,7 +107964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f50b73d-59e8-4293-bc23-78e56c344fee", + "id": "fa696f4e-ca2c-403b-9729-97655e911823", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108009,7 +108009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "739a321d-530f-418c-a0c3-ac5ca413ed75", + "id": "e0c1d506-cfdd-46bf-95a7-26524bf7d4e2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108054,7 +108054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09d89539-ac77-414e-b434-94b1c5144884", + "id": "0bbf448a-dba6-4b3e-8a7b-481191017370", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108099,7 +108099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f94f2cb5-6ad0-4462-b888-6e07ca227e13", + "id": "82807d38-a86c-45d7-a4f0-a7f5ba0940f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108150,7 +108150,7 @@ } }, { - "id": "1fb272c9-0c1f-4c90-920c-4c92e145ce53", + "id": "30c5c12f-7843-4338-8622-db6967e81982", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -108203,7 +108203,7 @@ }, "response": [ { - "id": "2e782764-8c3f-45dd-933d-e8e8eba4f94d", + "id": "ef1010d8-aa03-4baa-8c10-968b0eef6176", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -108244,12 +108244,12 @@ "value": "application/zip" } ], - "body": "ea et", + "body": "veniam Lorem eiusmod deserunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "c788403d-6aed-4c0a-b699-5b2b7f1a0dfb", + "id": "9f532e09-daa4-4ff7-a5c5-a130e9590f1a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108295,7 +108295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c4f3076-1020-49cc-8bfa-31a9b84f9217", + "id": "70c353b7-dac1-48ea-8f36-e1ae606985d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108341,7 +108341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7599cc9f-f63d-439f-a652-78cf4c44082b", + "id": "a10aa974-f08c-43e4-b1d4-f8abfebce9d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108387,7 +108387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92a12718-ebcb-489e-8b2c-36ac22d4f8a6", + "id": "767765bb-5018-458f-8e6c-f0bade472821", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108433,7 +108433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb3ff88a-b56f-4575-80b2-01eae8efbeac", + "id": "4c03e146-a38a-48cc-8b14-3181fa5d8315", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108479,7 +108479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8633f3f3-ad65-4637-9ba3-f5c6b02044a7", + "id": "738f984e-d227-46e4-baab-bab918e5895c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108537,7 +108537,7 @@ "description": "Use this API to check for current \"separation of duties\" (SOD) policy violations as well as potential future SOD policy violations. \nWith SOD violation functionality in place, administrators can get information about current SOD policy violations and predict whether an access change will trigger new violations, which helps to prevent them from occurring at all. \n\n\"Separation of duties\" refers to the concept that people shouldn't have conflicting sets of access - all their access should be configured in a way that protects your organization's assets and data. \nFor example, people who record monetary transactions shouldn't be able to issue payment for those transactions.\nAny changes to major system configurations should be approved by someone other than the person requesting the change. \n\nOrganizations can use \"separation of duties\" (SOD) policies to enforce and track their internal security rules throughout their tenants.\nThese SOD policies limit each user's involvement in important processes and protects the organization from individuals gaining excessive access. \n\nOnce a SOD policy is in place, if an identity has conflicting access items, a SOD violation will trigger. \nThese violations are included in SOD violation reports that other users will see in emails at regular intervals if they're subscribed to the SOD policy.\nThe other users can then better help to enforce these SOD policies.\n\nAdministrators can use the SOD violations APIs to check a set of identities for any current SOD violations, and they can use them to check whether adding an access item would potentially trigger a SOD violation. \nThis second option is a good way to prevent SOD violations from triggering at all. \n\nRefer to [Handling Policy Violations](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html) for more information about SOD policy violations. \n", "item": [ { - "id": "80c57513-b09e-4791-b49e-81ea4a191a68", + "id": "0db3eeb1-2955-4fa6-a685-64b6a71f1be1", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -108580,7 +108580,7 @@ }, "response": [ { - "id": "b40bcf5c-7631-4158-aad1-b6c4794fd1d9", + "id": "572ee7a3-90ce-4629-9e92-b6dd88c3ed59", "name": "Violation Contexts", "originalRequest": { "url": { @@ -108637,7 +108637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6501b0b6-8ae7-4832-92fc-025dfeebe345", + "id": "fb307cd1-9ccc-402a-a2c7-d70cc0917778", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108694,7 +108694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c08d686b-4f41-4044-9655-ba0f95652aee", + "id": "3562acf9-d364-4c87-aff9-7a22f7321ea6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108751,7 +108751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "803d5953-c7d0-4b23-9e22-a559ed862baa", + "id": "fd82988b-734f-4ff9-a776-caad8ad5ade5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108808,7 +108808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7013361-8822-4b8b-ab07-972e32596a05", + "id": "c2016ace-929d-4459-968a-3d9869ceb742", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108865,7 +108865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c7b7873-4c99-4521-8c5c-5e44a2b62e94", + "id": "85cc45cf-6ca9-4a3c-bdc0-a6ff2ecc21a8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108922,7 +108922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e00ccaf-cd84-4004-96f4-06cbe36037c2", + "id": "a195268c-a141-474f-9eda-5d9102d78932", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108985,7 +108985,7 @@ } }, { - "id": "9a224dd8-3acd-4e5b-83c1-cca1a50e80fa", + "id": "ec85a549-102a-409b-8946-4f0cc42e32f0", "name": "Check SOD violations", "request": { "name": "Check SOD violations", @@ -109028,7 +109028,7 @@ }, "response": [ { - "id": "03b96011-698a-4312-bf15-7322a4143aa5", + "id": "d5196b88-a8f3-4921-9a4a-c407787d5339", "name": "Request ID with a timestamp.", "originalRequest": { "url": { @@ -109085,7 +109085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7786e1b-0cfa-4427-b1b4-ae00f3a2ade0", + "id": "2586a4f0-59ab-45b5-90f4-992b4cc6c0c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109142,7 +109142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4bafbd0-596b-49a0-b05e-db7a6e13e2d2", + "id": "ab836da9-b4ca-46d8-87a2-ae26b42ead50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109199,7 +109199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffabbf64-070a-4824-a541-7606de76eb1c", + "id": "1948dbb4-26d0-44bf-ab22-8ad6390177d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109256,7 +109256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2a45dc9-89be-4fde-93be-b67f4c2af372", + "id": "b355bb11-02e9-42f0-b5ce-d4916fa19c05", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109313,7 +109313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22aa50f6-ce5a-455b-936a-aacc92fb80b0", + "id": "47e85007-cdb0-402e-8a62-5687fee3b432", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109370,7 +109370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "469db328-3c6d-4039-bd8b-cf0daf501359", + "id": "5b429d93-6ac8-4f23-86da-73b4ea8a9896", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109439,7 +109439,7 @@ "description": "Use this API to implement source usage insight functionality.\nWith this functionality in place, administrators can gather information and insights about how their tenants' sources are being used.\nThis allows organizations to get the information they need to start optimizing and securing source usage.\n", "item": [ { - "id": "d654f05a-84b2-4439-8a1f-8c6447ac2fa9", + "id": "0c8a46a1-e86f-4f03-99fc-5f9e9b4308ba", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -109481,7 +109481,7 @@ }, "response": [ { - "id": "849a5486-4515-46eb-923c-4acc6a111cc0", + "id": "c1e6f5d0-cfd3-483d-8b30-c18545a279a1", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -109526,7 +109526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30038d73-57fb-4118-8277-3ad45c44153b", + "id": "71fdcda9-219d-4da1-acf0-791f070480b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109571,7 +109571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9e5b520-b66d-4532-ab05-c2fc8808e80a", + "id": "e42a31cd-72c2-4da5-b4d4-398c9c4e7466", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109616,7 +109616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64a7565d-5dc7-4a08-9844-416735394ce6", + "id": "265c0b09-a1f4-4c3f-9953-919a6789d2b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109661,7 +109661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "415c1efa-0e61-4e82-b9e6-441cc4c9ab5c", + "id": "de60e0b0-b2ab-484f-9efd-6ea61210654e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109706,7 +109706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4f4e277-c03d-422c-9590-d1866b3d31a2", + "id": "424a0e5c-3a29-45f3-a35b-85ae02d41a18", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109757,7 +109757,7 @@ } }, { - "id": "4aa38d95-974a-48a6-9bf6-5fea35d3d73b", + "id": "ae0f4a11-303a-45cf-a647-e7cce60706e3", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -109836,7 +109836,7 @@ }, "response": [ { - "id": "97b9dd71-c02a-4cf0-b0d3-bd883f5544d8", + "id": "8d433b39-b7b6-4522-9496-d148ffd03670", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -109918,7 +109918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31e32138-16a1-4a67-8449-63857a701239", + "id": "0170ea29-e660-42c9-b014-15ed9553d1a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110000,7 +110000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15b574d4-7701-484e-a955-8a90dfc667ea", + "id": "05d90018-2fe4-422b-86bc-ed1475fdebc9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110082,7 +110082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da0ec71d-55cd-4433-89d0-2af50c7e05e5", + "id": "c79b7f55-eedb-455b-a043-1946d828aa8b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110164,7 +110164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa008e14-d349-49ca-a95a-419f1c98bfd4", + "id": "b9925b41-721f-4a9e-83b7-4fdd2828f157", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110246,7 +110246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce517c25-1231-462c-b321-c4bf6ff73cb3", + "id": "0c729f30-dcc7-4e14-a290-adc3cab47f28", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110340,7 +110340,7 @@ "description": "Use this API to implement and customize source functionality. \nWith source functionality in place, organizations can use IdentityNow to connect their various sources and user data sets and manage access across all those different sources in a secure, scalable way. \n\n[Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) refer to the IdentityNow representations for external applications, databases, and directory management systems that maintain their own sets of users, like Dropbox, GitHub, and Workday, for example.\nOrganizations may use hundreds, if not thousands, of different source systems, and any one employee within an organization likely has a different user record on each source, often with different permissions on many of those records. \nConnecting these sources to IdentityNow makes it possible to manage user access across them all.\nThen, if a new hire starts at an organization, IdentityNow can grant the new hire access to all the sources they need.\nIf an employee moves to a new department and needs access to new sources but no longer needs access to others, IdentityNow can grant the necessary access and revoke the unnecessary access for all the employee's various sources. \nIf an employee leaves the company, IdentityNow can revoke access to all the employee's various source accounts immediately. \nThese are just a few examples of the many ways that source functionality makes identity governance easier, more efficient, and more secure. \n\nIn IdentityNow, administrators can create configure, manage, and edit sources, and they can designate other users as source admins to be able to do so.\nThey can also designate users as source sub-admins, who can perform the same source actions but only on sources associated with their governance groups.\nAdmins go to Connections > Sources to see a list of the existing source representations in their organizations. \nThey can create new sources or select existing ones. \n\nTo create a new source, the following must be specified: Source Name, Description, Source Owner, and Connection Type.\nRefer to [Configuring a Source](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html#configuring-a-source) for more information about the source configuration process. \n\nIdentityNow connects with its sources either by a direct communication with the source server (connection information specific to the source must be provided) or a flat file feed, a CSV file containing all the relevant information about the accounts to be loaded in.\nDifferent sources use different connectors to share data with IdentityNow, and each connector's setup process is specific to that connector. \nSailPoint has built a number of connectors to come out of the box and connect to the most common sources, and SailPoint actively maintains these connectors.\nRefer to [IdentityNow Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about these SailPoint supported connectors. \nRefer to the following links for more information about two useful connectors: \n\n- [JDBC Connector](https://documentation.sailpoint.com/connectors/jdbc/help/integrating_jdbc/introduction.html): This customizable connector an directly connect to databases that support JDBC (Java Database Connectivity).\n\n- [Web Services Connector](https://documentation.sailpoint.com/connectors/webservices/help/integrating_webservices/introduction.html): This connector can directly connect to databases that support Web Services. \n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/idn/docs/saas-connectivity) for more information about SailPoint's new connectivity framework that makes it easy to build and manage custom connectors to SaaS sources. \n\nWhen admins select existing sources, they can view the following information about the source:\n\n- Associated connections (any associated identity profiles, apps, or references to the source in a transform).\n\n- Associated user accounts. These accounts are linked to their identities - this provides a more complete picture of each user's access across sources.\n\n- Associated entitlements (sets of access rights on sources).\n\n- Associated access profiles (groupings of entitlements). \n\nThe user account data and the entitlements update with each data aggregation from the source. \nOrganizations generally run scheduled, automated data aggregations to ensure that their data is always in sync between their sources and their IdentityNow tenants so an access change on a source is detected quickly in IdentityNow.\nAdmins can view a history of these aggregations, and they can also run manual imports. \nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about manual and scheduled aggregations. \n\nAdmins can also make changes to determine which user account data IdentityNow collects from the source and how it correlates that account data with identity data. \nTo define which account attributes the source shares with IdentityNow, admins can edit the account schema on the source.\nRefer to [Managing Source Account Schemas](https://documentation.sailpoint.com/saas/help/accounts/schema.html) for more information about source account schemas and how to edit them. \nTo define the mapping between the source account attributes and their correlating identity attributes, admins can edit the correlation configuration on the source. \nRefer to [Assigning Source Accounts to Identities](https://documentation.sailpoint.com/saas/help/accounts/correlation.html) for more information about this correlation process between source accounts and identities.\n\nAdmins can also delete sources, but they must first ensure that the sources no longer have any active connections: the source must not be associated with any identity profile or any app, and it must not be referenced by any transform.\nRefer to [Deleting Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html#deleting-sources) for more information about deleting sources. \n\nWell organized, mapped out connections between sources and IdentityNow are essential to achieving comprehensive identity access governance across all the source systems organizations need. \nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about all the different things admins can do with sources once they are connected.\n", "item": [ { - "id": "43927382-9d96-488e-9af2-b56161e867bc", + "id": "86a990e1-2bda-426b-9240-4bc966ae8df0", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -110424,7 +110424,7 @@ }, "response": [ { - "id": "725b6d2b-b586-412d-bfa8-a5dd760c3274", + "id": "5197beb2-864f-4c8a-8bd1-a608c5a401bf", "name": "List of Source objects", "originalRequest": { "url": { @@ -110522,7 +110522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3584e37-6324-4595-8237-be3db3e9fe69", + "id": "4e05d366-b3c2-46fd-bbca-1fac849e1484", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110620,7 +110620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ba52d64-ec7a-4f0a-bb0a-af5b459939a9", + "id": "f15364a9-30d5-4547-9cc3-33ae44b63e7c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110718,7 +110718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f8e104b-1a83-40bc-80c4-2eb033e2cb74", + "id": "b86cab81-67e4-4801-960f-8c5f8ea19460", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110816,7 +110816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b468a088-a2ec-4161-9195-15178f32be5a", + "id": "ea1a6a44-95b0-461b-a712-153b94555275", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110914,7 +110914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c8e61de-0c9e-4488-ab0b-4c67e0e99548", + "id": "dd9250b3-d632-4150-b5c7-02c5bac3d7e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111012,7 +111012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "256b7221-1622-4da5-a2c3-38947b6e2bf5", + "id": "0e6284ac-2dff-4e7c-a6a2-171b93bb3924", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111116,7 +111116,7 @@ } }, { - "id": "2456dd2a-a3cc-4422-9740-7fb3ace3767c", + "id": "f8d660c9-5842-4dc1-b9de-553788cfa57d", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -111168,7 +111168,7 @@ }, "response": [ { - "id": "c6df4608-9692-4b63-a89e-012244f7e67d", + "id": "05e61c5c-188e-4a5a-96c1-7f1ac1161d5a", "name": "Created Source object. Any passwords will only show the the encrypted cipher-text, as they are not decrypt-able in IdentityNow cloud-based services, per IdentityNow security design.", "originalRequest": { "url": { @@ -111234,7 +111234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8f35630-9403-40d4-96b3-b80094044990", + "id": "858c1f01-060f-43e0-82f3-dd8ba1c04f26", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111300,7 +111300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab5fc787-7dcb-49a9-a1bc-64be5c3b9d81", + "id": "9a10a714-c003-4380-9ae6-970deaf11e59", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111366,7 +111366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eac0ec23-56cc-4d21-8233-7d8fee6b98b2", + "id": "292da52f-ca3e-4769-9cb9-a882f95e26ee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111432,7 +111432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72da1bc5-a34b-4875-8997-cccbe4aa3649", + "id": "0d386a6a-604f-4521-98b5-717f47ad7743", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111498,7 +111498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b10cba8-be7f-45cc-8847-b43d6cd8c683", + "id": "1ed161c7-3124-4b71-a428-dfa181c5c6df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111570,7 +111570,7 @@ } }, { - "id": "03a9f44b-d113-40e0-b02f-66061b4eba15", + "id": "f291e00c-c1b3-46b9-bf03-3fec46f34d90", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -111611,7 +111611,7 @@ }, "response": [ { - "id": "0aecbc2b-7cb4-4ed7-82df-12b1f7183533", + "id": "f7b94f1f-c110-4c4f-ada5-26326099009d", "name": "A Source object", "originalRequest": { "url": { @@ -111655,7 +111655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adee7040-6639-45df-ada8-3e6af1a43314", + "id": "00c77300-02b3-4be0-aa99-4a1e1d5bae64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111699,7 +111699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "983ca828-089c-44cb-b9f2-4520e3e7d100", + "id": "2d7a89bc-c3d1-4385-97bf-685e8a63ae5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111743,7 +111743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be76d991-a864-46f1-ae0b-af0dfdb83b93", + "id": "d1fafbea-bf64-4ecf-888a-266fb83911c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111787,7 +111787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "796791bb-471c-43ef-8d6e-7b19c863a512", + "id": "53441b53-8dac-4c2b-9568-48046536a7fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111831,7 +111831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58546f1c-0ca3-4364-8366-474c8c949066", + "id": "e37c998f-8675-4843-9207-f642bdf0260a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111875,7 +111875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2eff302-2431-48c4-baef-15480d4c52cc", + "id": "52fc23cd-af97-4b40-b93f-cb62791378c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111925,7 +111925,7 @@ } }, { - "id": "78cc0cbc-5241-4935-b4c1-a4d09558dbca", + "id": "c29b7387-c34b-4e92-bd50-0ebb40330048", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -111979,7 +111979,7 @@ }, "response": [ { - "id": "4005a0eb-3108-4ade-b4aa-c015f210bd96", + "id": "5bb71c3b-956a-482a-a9c3-41c8017659f2", "name": "Updated Source object. Any passwords will only show the the encrypted cipher-text, as they are not decrypt-able in IdentityNow cloud-based services, per IdentityNow security design.", "originalRequest": { "url": { @@ -112036,7 +112036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7276f7e7-f50f-4f7e-af6f-201e3a0d83c6", + "id": "3d8f412d-5abe-47a4-986d-05977783ac38", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112093,7 +112093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24e6cdb7-3a35-4104-9137-37efdecb0978", + "id": "2afd750f-4368-4123-94b9-7280f2260800", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112150,7 +112150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ba25ef2-ef96-45a3-aafc-d1ee738c09c6", + "id": "0f95d72d-f15c-44aa-beb6-73a8f7cc6055", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112207,7 +112207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e98d6c53-73af-47a9-a1ec-e7eb10a05bdf", + "id": "c0209be1-1eb8-4ad8-b8ab-9c55c781dc87", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112264,7 +112264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a89eeed3-f74d-4b0a-a0b7-00630665d316", + "id": "dc0d269e-ab80-438a-afff-5ac0f72a0dee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112321,7 +112321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c6f365c-c361-44ee-bace-8d0e1bbaaa92", + "id": "f20a27c0-2eb5-49b5-a136-c7553e2e02bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112384,7 +112384,7 @@ } }, { - "id": "a59669ea-b49a-4edc-8c30-893e87a7f929", + "id": "4ee49b67-e54b-4709-880f-e137ae96d2d4", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -112438,7 +112438,7 @@ }, "response": [ { - "id": "e5a93217-46be-498f-a01d-86e8b293d3a0", + "id": "042a7ec8-97de-46be-86f8-b555b1c2223e", "name": "Edit the source description", "originalRequest": { "url": { @@ -112495,7 +112495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b1e22db-73b5-4cb5-8d84-345a2127c476", + "id": "d1157706-bd7d-4d58-8168-81db11a1297a", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -112552,7 +112552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f52f257-3873-4429-b794-0e253dc6d7ef", + "id": "ac2d03bd-2dfa-43fd-90e0-ffd61087cafe", "name": "Edit source features", "originalRequest": { "url": { @@ -112609,7 +112609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd8532fe-1471-4102-917b-9c94b768813f", + "id": "4bbd222f-adc7-433f-a6d7-3d24f9ef9491", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -112666,7 +112666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6d5a766-1962-47f5-83b0-53c2caaa6320", + "id": "3fb00f90-e5c4-4185-8c90-c0c5c5782ab2", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -112723,7 +112723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "071586b2-4dc2-4cf1-8e6c-4e8d86d7be08", + "id": "8e32065a-4793-4d06-88ff-adb1bc0531a8", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -112780,7 +112780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00dfd4cd-8625-4a91-a0fa-27bd1f8c3169", + "id": "a46298e3-42b1-4ea3-8d5e-4dc6755a6a79", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -112837,7 +112837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40a68475-f496-471a-8096-fe70982e3334", + "id": "637de665-49b0-448f-b093-b7f7acaeed32", "name": "Edit source features", "originalRequest": { "url": { @@ -112894,7 +112894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "921197ab-a27f-479b-a722-0b289b90c73d", + "id": "cabef097-52bd-4286-81a7-7ea00099dc7c", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -112951,7 +112951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d34f48b1-7dd3-4164-bb4a-eac70bf81e89", + "id": "2d4e7305-4e3e-4707-94e9-4e0ef8abb661", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -113008,7 +113008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0448e27b-f270-42fb-9744-4aea8dcee9e2", + "id": "1c98055f-12ad-44b2-a422-1ccba552c5bb", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -113065,7 +113065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78d7bd43-2f80-4b8d-8393-a9a2b7dccdca", + "id": "e14ed6cc-c415-4860-a395-f000fb808f0b", "name": "Edit source features", "originalRequest": { "url": { @@ -113122,7 +113122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b777d4f2-618b-446a-bc7a-c5e5bb8da14f", + "id": "d223ae19-d4bd-4ce1-8576-93556fa75df7", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -113179,7 +113179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b4412ad-84ab-4d9b-bd1e-abe348843178", + "id": "1692d7d3-0bda-4136-a55d-0caa09182aa3", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -113236,7 +113236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccace668-70f7-4218-9a9e-4fa6bea60a66", + "id": "523ad0b2-6253-4b7a-80f6-2cc38d0b0f63", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -113293,7 +113293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83a727d0-f3d7-4908-848a-82a9032d997b", + "id": "a2a04e56-9481-4a04-883d-2be559fd0a1e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -113350,7 +113350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfc3da56-6fcf-47e0-993f-7e40de8858a3", + "id": "82dfbcf0-ffc2-4b95-baba-2df37a080f0e", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -113407,7 +113407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e161995-d929-4d19-8c6a-f342838d97e4", + "id": "a32e5de6-d41c-410c-a2d5-8e4bcf425c87", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -113464,7 +113464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a95f753-54b5-453c-8f2c-8d6e6b1e197b", + "id": "63cac671-e108-4240-93d6-1d6d5616e25b", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -113521,7 +113521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb5752a0-ccd4-42df-ba53-406c2e7c2eaf", + "id": "17437ad4-ccea-47ba-a858-0bd38e4511b9", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -113578,7 +113578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d1d8c01-ac1c-45d6-b69b-625efbb3e191", + "id": "59ba2fad-a34f-46dc-9b0a-41018e095432", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -113635,7 +113635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09253050-0516-4a40-93ea-8c44c3c8ba90", + "id": "b69b5fec-f2d2-4568-9efb-43278dbaa470", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -113698,7 +113698,7 @@ } }, { - "id": "b7d74915-bfb0-42c8-b633-f121889fb247", + "id": "1e8a390c-ae16-4646-8786-bfbaa19d6a66", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -113739,7 +113739,7 @@ }, "response": [ { - "id": "a47724d0-f312-4e5d-8237-2d3205d3c25c", + "id": "c716f4c4-f5e0-4220-8650-4a0013da5cbc", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -113783,7 +113783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e47a34b-697f-4a34-91f4-deeea76266f1", + "id": "fff5f61c-7998-4c4c-893b-56952ded0420", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113827,7 +113827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2085384-5667-42eb-a301-25817aa13925", + "id": "1ab0f168-b592-4ed7-a244-00255acec0a8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113871,7 +113871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58083970-455f-4d1f-85f4-990e10161ce1", + "id": "7953d232-a9e3-44de-8122-41ded0658620", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113915,7 +113915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb8d3fb3-a1a2-44f0-b750-f9957fd40719", + "id": "a1c23e37-3055-40c0-a9d0-cbc9d0a77c38", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -113959,7 +113959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ac2e694-b85a-4537-812d-610b9782d85c", + "id": "d7108d0f-c8bc-4975-8926-73c67f03037d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114003,7 +114003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb0fa582-b77b-4253-8e01-2384763d972e", + "id": "c6ad241f-6cc7-4553-b4f8-2aaf6851853d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114053,7 +114053,7 @@ } }, { - "id": "939a1bb0-dc1f-4456-a325-55b3e28fcfb5", + "id": "ef2e9975-f3a3-4649-bfb0-02492398d264", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -114095,7 +114095,7 @@ }, "response": [ { - "id": "62cd375e-bd37-41a7-bff1-985709cf4236", + "id": "c7dbe7ca-1ae7-4918-9e3e-bbdfa0375a9d", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -114140,7 +114140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "456dbef7-838e-42e3-81b4-f869b5bb8810", + "id": "b2cbe0f2-518d-4a3b-81f9-fe927d6af83a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114185,7 +114185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63668de7-4a40-494e-8ffc-067a0b35f5b4", + "id": "4c06ee60-7a60-4c21-bde1-590e4641ed4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114230,7 +114230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6d8b1e9-3104-4577-ae73-9eda91a856a0", + "id": "d911e1b4-9370-4445-bc14-6713b7890dc3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114275,7 +114275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61c3f66e-004a-48a5-92f7-a36d73ee4c07", + "id": "b8f4ceef-55cc-4ed9-9825-93d742bb145d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114320,7 +114320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12f426c6-f2f6-4e1f-ad76-abfc0e248021", + "id": "5b349b77-d462-47bf-89e0-1ba689ea8d36", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114365,7 +114365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c16b4132-d79f-407d-9e4f-aff6bd3a7db8", + "id": "da0000e5-38c5-4138-8ce8-4403aa0c171b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114416,7 +114416,7 @@ } }, { - "id": "32b9aa73-fb74-412d-b3ce-91c5740d2bbc", + "id": "cdd089eb-4ff9-41da-852a-0642da602d16", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -114471,7 +114471,7 @@ }, "response": [ { - "id": "c618d1b0-ec4d-4f22-8c74-02625d751105", + "id": "2ca2697b-b553-4c98-9f03-0bb1a6f8a9fb", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -114529,7 +114529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcf1d74a-dd20-4a4f-88d6-ed652512273c", + "id": "729ca130-da03-4252-b04b-b43b8d23f634", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114587,7 +114587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07192d3e-cd2a-42f1-af80-7f9f4aaf2474", + "id": "bc922e5c-bd6e-4ad7-834e-f8ab7c6baec6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114645,7 +114645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2861854-3709-4913-b566-9087eea41c26", + "id": "6c5224f2-6ec6-40d9-baaa-3fafedeaaa19", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114703,7 +114703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42e82ccd-3acb-47b9-b6ec-92487f786388", + "id": "dbffd638-dad6-42ae-9819-c1b6bd721481", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114761,7 +114761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d0d7e57-f2d8-4856-84f1-8822cc9de76c", + "id": "95a3735e-6ef5-4b44-9a40-33bae03dc902", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114819,7 +114819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2b41615-e03a-4fbe-a787-9449c5230414", + "id": "8d9f55a9-46e2-418c-8233-8b9b11fa41df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114883,7 +114883,7 @@ } }, { - "id": "6a724252-0868-497a-a1f7-8b5cc6c83c9f", + "id": "c968e13b-38e3-4e59-8861-563b3729c1e7", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -114936,7 +114936,7 @@ }, "response": [ { - "id": "93a70bc6-fbf8-4d8e-b673-83bbd19352f0", + "id": "91ad9d28-f2fb-45bb-b470-bec0bc712afc", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -114982,7 +114982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48e1bf83-b43f-46a3-95a6-cd3fcc87ad44", + "id": "6cc53be7-3cb8-4c84-a0b9-acf4e0f2d721", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115028,7 +115028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa04e57d-3602-4c18-becb-4e570b533142", + "id": "42534d60-d240-4e20-b95d-038a590a13ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115074,7 +115074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca3fd3cd-1f51-46a8-a29d-284737246c6a", + "id": "6ddb459b-1fde-4586-8344-f0b1dfd0ce4b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115120,7 +115120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96d1e6b7-4aa0-4b87-8cf4-96ef8b8308e6", + "id": "dc68d05c-224f-4831-a678-201392926783", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115166,7 +115166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11f56ed2-931f-4e6e-acd0-abe05388a33e", + "id": "3640fbc5-63e1-4f7b-8ed2-ace51cadb2ca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115212,7 +115212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a207b59-03d0-4947-9bd7-d3adbd0afc0b", + "id": "7f7baecc-c543-4664-b0a2-80e6d08044e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115264,7 +115264,7 @@ } }, { - "id": "bc03e5c9-0888-45aa-8fc8-03f3637395e9", + "id": "5ef07d71-12ea-47cc-9fc9-92127eecd045", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -115330,7 +115330,7 @@ }, "response": [ { - "id": "26d57947-637b-44e3-8daf-f13abcd1e423", + "id": "daf53f07-8c29-427d-b515-cacaf256991d", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -115389,7 +115389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0831458a-57d1-4aa0-a3d4-7fc8f08a8e76", + "id": "901590d6-31f7-4b08-bf1b-c3db7a7b2867", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115448,7 +115448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9115d08-ab3b-49f2-b9bf-a08fd7e79e25", + "id": "06fd8435-a94f-4220-a8d8-ec2a2c8b0495", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115507,7 +115507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2243db5b-aa36-4cf7-a8eb-950101ce577a", + "id": "26f5a12d-d87b-4155-a311-9e91f2001172", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115566,7 +115566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2dea581-dc26-4bee-b6d0-99825c50f4fa", + "id": "8fb7aedb-77d7-4d60-b2bf-c6448a3f0c65", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115625,7 +115625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "950078fb-c8c1-4f2f-9ef6-c37b683aa091", + "id": "1b41c0be-1cb7-44f5-8c1c-2d1437020700", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115684,7 +115684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dbbb7d6-162e-420b-bc5f-b51c2ade2889", + "id": "80a9079f-9eb3-4842-aac4-ee62438ab5ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115749,7 +115749,7 @@ } }, { - "id": "f4d94a9e-c9dc-4c93-a1c5-6650bcf8c571", + "id": "6967d152-43a1-4782-9817-e8c911df0791", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -115815,7 +115815,7 @@ }, "response": [ { - "id": "8fa885fa-c37b-4584-8222-63cd62b69bcf", + "id": "eddbd1ab-4a6c-4fbd-b1b5-47010c104dcd", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -115874,7 +115874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6de4c404-fa4d-413d-be9b-a622878081ba", + "id": "f394f777-f3bb-4b82-aac5-71195ec4c32f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115933,7 +115933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "032167e1-c9df-44f1-b6df-e13f334f8188", + "id": "da277bf7-7f7e-438c-aff3-0798edd8c1cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115992,7 +115992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85fa2862-52ff-4761-a8fd-f523a3291e3b", + "id": "73052ba8-6be9-47e9-9cfe-fc88a70938be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116051,7 +116051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f6fa465-db01-4950-84d4-65ce48b4a086", + "id": "ef98be5e-653a-45ae-a474-966f19eaf0df", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116110,7 +116110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4929f7e6-83c0-4d4a-90b8-87b37d96a6ba", + "id": "27ffb1af-d4f0-4d6e-80c6-b09eb9407852", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116169,7 +116169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6ad20a6-7d8b-4950-8d01-c9eb6dd34f46", + "id": "ba68969d-537f-489e-9e0a-3276b750cdf1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116234,7 +116234,7 @@ } }, { - "id": "b6f74538-8ca1-4dbf-aff8-6dac46f1b95b", + "id": "41e6d0c2-b52d-427a-a8d8-d3bb41f9ffba", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -116287,7 +116287,7 @@ }, "response": [ { - "id": "62b4e451-5252-470b-9dc9-35695d9d928e", + "id": "bfae4e6b-bba2-4efa-a6d4-33f406979f02", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -116323,7 +116323,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ca4705ef-7592-41a7-8485-edfe9854c51b", + "id": "328b7b05-48b6-48f4-8250-f2d296923b66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116369,7 +116369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eacbf23a-28d4-4610-b87f-b5eed105f7a7", + "id": "8fd97db2-5a90-4fcb-83d3-89f7d095d1f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116415,7 +116415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f62880-3ca5-4274-b320-ab1449795d8d", + "id": "28af38b0-a0f8-481b-8c61-2920d8ad117f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116461,7 +116461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "121a1d9e-6d99-478d-a9ad-23bf5fd18e9a", + "id": "f20e8ce1-ac78-46d7-b740-687bfa10a13c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116507,7 +116507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75ef3fbe-6bcd-4eff-8997-7d490c955da7", + "id": "0c94fbb9-962c-43e6-9317-2bf500ecd218", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116553,7 +116553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b9af130-2fc4-4f59-bb3d-55a4e9769674", + "id": "0c4c071b-f9e9-4a07-b02c-b008eec2d715", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116605,7 +116605,7 @@ } }, { - "id": "0285b869-547f-49d4-a4b8-4e416d3e7389", + "id": "e051731a-36ff-4f79-8dfa-d6e625a47c33", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -116661,7 +116661,7 @@ }, "response": [ { - "id": "067dfc82-890f-4a03-bd55-8b58bbdb263e", + "id": "c858e24b-6a8c-4756-98db-e0b6a44fd8bb", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -116720,7 +116720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f06b7259-670e-4683-879e-1d02840c47ce", + "id": "2bd86cde-d527-445c-9bc3-3503da078b03", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116779,7 +116779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d900956b-a2ff-41c4-9749-9b0ec83ae705", + "id": "c20bc853-b856-421c-b1e0-cbcdc49d2cf8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116838,7 +116838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08240bab-889a-461f-b6cf-aa50caa9e97c", + "id": "81275f6a-c74a-44d4-b96a-cc6ae38ccf4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116897,7 +116897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9c5ebd4-39ec-42ab-ba63-a141fb68c37a", + "id": "15d33a76-2f7e-4554-87ba-58b500afab84", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116956,7 +116956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c136b397-b85a-420a-98d1-f0551a11ac77", + "id": "6b9447af-536f-4840-b9b8-0e00044cee90", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117015,7 +117015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c31e2e2-8892-4247-acc4-7882595599f0", + "id": "7fbef8a6-77f7-47f8-b285-837dd872649f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117080,7 +117080,7 @@ } }, { - "id": "927139a2-faf9-4224-b25e-0197c9462753", + "id": "3c860771-920b-4d14-b181-a2a9e40d5e07", "name": "List Schemas on a Source", "request": { "name": "List Schemas on a Source", @@ -117132,7 +117132,7 @@ }, "response": [ { - "id": "79667949-8201-41b3-887c-6da0c0634912", + "id": "95f8f199-2177-4639-b3e7-ed62d749dd47", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -117187,7 +117187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4017e73-b9b1-40db-83bf-39b72fa94967", + "id": "b2085ac1-fc2e-430e-bcda-0ce3d464da86", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117242,7 +117242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7faaca22-d051-4567-927d-e5982882f3c0", + "id": "c8c340ce-aa97-4cd8-9ee4-8d2faed10fc8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117297,7 +117297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ab72458-ef15-4764-96f2-822ec50b62c8", + "id": "14058ec8-8db4-4dfc-89d8-d33f977c0cc7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117352,7 +117352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df09c5b8-eaac-4282-b559-ee2430ed55d9", + "id": "5bd8279a-cddd-4045-bbea-fd50b1d6ec38", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -117407,7 +117407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6c453c2-a34e-40d9-9c80-7ae7298afe87", + "id": "f0b860a2-1cb4-43bb-b630-c0e2184362ac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117462,7 +117462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e1ce7a2-f9d7-43f2-8e78-a08e73c56b08", + "id": "3e730d66-796e-4069-ac71-8f4dc3b9f41e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117523,7 +117523,7 @@ } }, { - "id": "734ff96f-c512-4441-9570-af8a6f5a28da", + "id": "954a426e-2fbe-40f2-b7c9-c007ec257aad", "name": "Create Schema on a Source", "request": { "name": "Create Schema on a Source", @@ -117578,7 +117578,7 @@ }, "response": [ { - "id": "cc6d48e4-4b16-47bb-a969-aca2666b6348", + "id": "ffb38cdf-2c70-4456-a5a2-129edaa08e5c", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -117636,7 +117636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cf063f6-7701-4cdc-98b7-8788d605070d", + "id": "356f4fe8-3abc-439c-97c8-3b3a2a0f2205", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117694,7 +117694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6f626b2-06e7-4b7c-a6a9-02e119cc9ee2", + "id": "014fb313-e94a-42cb-9a5f-362e6c0710c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117752,7 +117752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "860a3989-db14-4584-8238-9f63cc513651", + "id": "a121e5f0-d7c5-4042-9f63-66fc6d19812d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117810,7 +117810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71652978-b9a4-4ffb-92e8-14cde1b50af5", + "id": "65052d47-2627-4c32-b795-69f8b7473e2e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117868,7 +117868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03f9746f-ef4d-4022-9408-c0c71b3db031", + "id": "6db98a33-fe94-4d17-afd1-d1ebf5862eee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117932,7 +117932,7 @@ } }, { - "id": "bddbf72f-da85-4b69-a688-3db001bb63f0", + "id": "68bc5475-ee06-4a14-a393-8ad33f97aa50", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -117985,7 +117985,7 @@ }, "response": [ { - "id": "c5806ae6-3be1-454c-8eb5-0a653ffabc88", + "id": "857311a1-0220-47a2-ad81-a7b8150c07d2", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -118031,7 +118031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4885975e-11c7-4d91-86eb-44af01c7e37f", + "id": "0be84e68-0917-4a71-b28d-026d41e28c84", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118077,7 +118077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fe41842-022d-4c6e-93ca-d0fd99063779", + "id": "b6eba03b-d9bf-4644-a286-1a9fbd0f15d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118123,7 +118123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c174d916-87e8-4406-8027-ac5ddccef1e8", + "id": "14bc2475-6389-4b1e-b9d2-531966341554", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118169,7 +118169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "540701c3-f9f8-42b7-b9a3-c9ca0f3b76e0", + "id": "3ada741f-2a2b-419c-b98a-addf00400a97", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -118215,7 +118215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9f68933-0631-43ab-97bd-f7b47c8c5963", + "id": "6b973550-6c1d-491a-bc2d-6ad46e25efed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118261,7 +118261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f4a25ca-bf9a-4054-9103-3b6ccbf48169", + "id": "a9ff3c8c-5d34-426d-959e-0fad0c561c71", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118313,7 +118313,7 @@ } }, { - "id": "4e31b328-42d2-4a23-a5a7-01fa95453efd", + "id": "f37f8321-2c88-40d9-baf3-c1c37c65abd7", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -118379,7 +118379,7 @@ }, "response": [ { - "id": "8557254e-eec8-4e3c-9121-cefe325a6cfe", + "id": "ab6d1a2e-b743-4b35-862f-fe15aa8bf82d", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -118438,7 +118438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4687ed8-a551-485e-85cf-dcaff44e1da8", + "id": "28333eb1-f2ad-4e6d-96b7-b1058da53006", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118497,7 +118497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bec668a5-eec3-4266-a550-a9af18394979", + "id": "df37d3b3-e1e7-4678-a4d8-525557104d81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118556,7 +118556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec580347-5bc3-4052-86b0-133cf4935234", + "id": "f2a16933-abcf-401c-8024-3f2bed4edd10", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118615,7 +118615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc7f37c9-6103-4b38-a23f-0e800288bb6b", + "id": "f3005680-ac53-4c22-b9bc-2a772ff63ed6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -118674,7 +118674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "891d66ef-1a90-47be-b40a-00d877615248", + "id": "a31165af-554a-4545-9ff8-f5a83f1c6316", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118733,7 +118733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b82cadde-3db3-4cbe-9200-6f693a8af7c1", + "id": "523f455d-2e86-49b1-a822-14129c7ebd53", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118798,7 +118798,7 @@ } }, { - "id": "2153442b-94cd-457c-b018-283a94d631dd", + "id": "b82c17f6-692b-4faa-af5d-50f08e712e1f", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -118864,7 +118864,7 @@ }, "response": [ { - "id": "f4cf7ea3-40d9-446b-b4b5-fe77373cc7f1", + "id": "c6e50d40-8312-4901-ab9e-518348fca50e", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -118923,7 +118923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "234a9221-37ec-483e-bb19-06c72fa96f72", + "id": "cd71d5f3-5e3b-444a-a7f6-ab9c2fa903f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118982,7 +118982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23003344-f1e4-4128-9119-c70b2acddebb", + "id": "c6edcf46-f6de-4402-8dc5-b9288257d650", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119041,7 +119041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6e29f1f-5f32-4e9e-9433-171c1d898990", + "id": "8b020c52-83e6-4be9-80a1-1dc9cc31a794", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119100,7 +119100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02e28ffb-5c5f-4480-b322-b6ad05a0aeb0", + "id": "c2a2be9e-c874-41cf-aa00-e3fd4fa686d7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119159,7 +119159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d5f194a-61b7-4000-a7ca-1ef6f73daf0e", + "id": "5b5001a0-c0ab-41e9-ab81-4b84b55663a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119218,7 +119218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dc085a7-a204-4395-8b70-0966a53d4506", + "id": "2510c235-245e-4ebb-9cc5-24eecf89fca2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119283,7 +119283,7 @@ } }, { - "id": "cdc444e9-0662-45d9-bed4-02870c752231", + "id": "da5197fe-c604-4c00-91b0-9a15a02e941d", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -119333,7 +119333,7 @@ }, "response": [ { - "id": "e506983c-e2d9-4aa3-9aa7-50abfb97a0d2", + "id": "d73a6b21-adc5-4a0f-a4fb-031825f03a41", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -119369,7 +119369,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e1d9b731-b611-469f-999f-75e9fdbb0f33", + "id": "83ea1380-4e44-48dc-af73-567a9be3fc43", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119415,7 +119415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce980c05-2545-45f9-a19c-701b6bb38b51", + "id": "354d7ee8-4dbf-48cb-9136-73985149f318", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119461,7 +119461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ae0648f-4cba-4fa0-9e5c-505030e8a490", + "id": "6b6773be-a968-41c7-a268-d84de5655aab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119507,7 +119507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fe11b06-ab81-447e-b746-25130ab8bbc5", + "id": "7d48e369-e392-402b-b3d6-ba224ee886b8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119553,7 +119553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c23bc27a-62b1-4a0d-9b58-10ffcb2048dd", + "id": "dca95ef3-6efd-408c-90a1-b068dfed4ab4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119599,7 +119599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d73d10c8-410c-4c01-97ef-27160fd8ffb7", + "id": "59c2b1ef-9374-4022-83d9-46f6b0bd6593", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119651,7 +119651,7 @@ } }, { - "id": "a144ecf3-d16a-482e-9be5-ae916408c372", + "id": "076630a7-6e4c-4d8a-a823-63dd974e73b5", "name": "Fetches source health by id", "request": { "name": "Fetches source health by id", @@ -119693,7 +119693,7 @@ }, "response": [ { - "id": "c81c0b63-64d9-4845-ac63-7734a14ea72a", + "id": "2b4a04aa-b160-4d5e-8ca4-91f598a64d0c", "name": "Fetched source health successfully", "originalRequest": { "url": { @@ -119738,7 +119738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75c8d470-44ce-4d4b-bf49-7868571be430", + "id": "2c53f8b3-6428-4f18-bb0f-94a477f3db3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119783,7 +119783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fce6a63d-6b85-4ffc-966f-defe699984a1", + "id": "002a7940-eb9d-4390-afd3-572ef6aa4f7a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119828,7 +119828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "355b4213-1ca5-46f4-83a5-5af1818a74f8", + "id": "dd2a1022-0166-4342-bb57-54a99fce65f8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119873,7 +119873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83a084dc-06bb-4ed6-bc14-0e85ba3bab8a", + "id": "a6491f53-864d-466b-8e83-5d79c0e67030", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119918,7 +119918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea3771b-f86e-4f4e-8878-e0eec33e6a67", + "id": "eff7d618-869f-4dbd-8484-463f4c2c5ca0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119963,7 +119963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f63be331-0100-40a5-b9b3-993edc8d4546", + "id": "e6176537-f074-4b11-873a-9df3df9fce24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120014,7 +120014,7 @@ } }, { - "id": "5296d233-4eb7-4d6c-9ae6-3c57be9fe8f1", + "id": "93d3e567-1a14-48b8-a306-b45d7a3a1e4e", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -120057,7 +120057,7 @@ }, "response": [ { - "id": "837aa6b9-ba8d-4b5a-ae52-c5473822843f", + "id": "32663e11-71f9-4b52-8de4-277150a7c462", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -120103,7 +120103,7 @@ "_postman_previewlanguage": "text" }, { - "id": "70e7667b-298c-4993-b319-82778db94132", + "id": "f19b61e4-0c75-4c2c-aef2-2434d4e70fb1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120149,7 +120149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cdb8056-9156-4e31-b6f0-4e43ffbd73f8", + "id": "85d3dccd-862c-406f-8947-912babb16974", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120195,7 +120195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05a16546-e7c6-49ee-ac98-bda0bb6e3e0b", + "id": "3eefa305-cc59-4293-aa4d-39fc871a50f4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120241,7 +120241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8377db4-959a-40c2-8964-4f8749f02918", + "id": "93640c12-ca31-4cf0-b3e9-ec2a6311a7b0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120287,7 +120287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e30b0c92-d71b-4be7-98d1-91495328a80c", + "id": "e51edca9-8048-41e5-9398-7bede28ba3f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120333,7 +120333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aac1fa1-e180-45ed-9208-5d08f69524bb", + "id": "7e871cf6-71a6-46ca-86c3-2aa6b2729f37", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120385,7 +120385,7 @@ } }, { - "id": "d0c0cd37-3cd5-4a11-8a69-ad77de9ea316", + "id": "f221c693-4491-4df0-b54b-04b5eb7cf205", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -120437,7 +120437,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -120445,7 +120445,7 @@ }, "response": [ { - "id": "df7d73a0-be06-4dca-b9df-f6d9fe870f68", + "id": "cdb529eb-2674-4f03-b077-3757c231c156", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -120489,7 +120489,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -120508,7 +120508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52ff8846-7119-43d1-8cac-72ca76dc7be1", + "id": "cad68e07-7c01-4c3e-85df-37d9d8b4de38", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120552,7 +120552,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -120571,7 +120571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64c6eb0f-ad77-43d8-94a5-c864c8df3d44", + "id": "d6dd97d4-9fa8-4f21-9151-25d37e7aea64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120615,7 +120615,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -120634,7 +120634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e7a8a3d-95a5-4106-9b72-8119236066c1", + "id": "066c3de0-09b5-4cc2-a5f7-572f6f041a37", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120678,7 +120678,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -120697,7 +120697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdb102f4-ba7e-4cac-9eb4-56864c92b569", + "id": "ca7776e5-3ec5-45ec-84c7-5b16f79914e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120741,7 +120741,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -120760,7 +120760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e3b4a10-4c8d-4a48-ad91-ada8dab8acb2", + "id": "36a4f840-cf97-496f-8866-fa691796810b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120804,7 +120804,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -120829,7 +120829,7 @@ } }, { - "id": "38632426-48fc-46fd-921b-4d802cf1a3b0", + "id": "d32055a8-0356-44f9-b032-4362890f5385", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -120882,7 +120882,7 @@ }, "response": [ { - "id": "565da7e8-eea3-477a-973b-6fa41d79e442", + "id": "680bea45-89d6-4220-9330-fbceb920f3e5", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -120938,7 +120938,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9d2dfdd2-ad08-4e4f-9673-11555c41cd19", + "id": "2e3966ca-8b61-4193-80eb-0de7a7038353", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120994,7 +120994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17e2ab55-b269-4f93-905a-80a170935601", + "id": "8d0d0c7d-6248-4443-827e-d3b88033a635", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121050,7 +121050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f41da503-8b8f-46fe-8c3c-784309541f78", + "id": "3486ea0b-af84-418c-b563-0c51b27215d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121106,7 +121106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3611fad7-7ac2-484c-93b5-dbe80fa9847d", + "id": "d57ce23a-6f97-4beb-bf0e-fa84f819fe8d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121162,7 +121162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "094ed14d-821c-41d6-bc67-48b58a1e5e81", + "id": "b8881ea7-08d1-40dc-926d-f8a39d4a574a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121218,7 +121218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dc57bb2-fe6c-4f17-a771-86b9f9502ec8", + "id": "edc8f314-11ba-4b3c-8ab6-ae81e91bad82", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121280,7 +121280,7 @@ } }, { - "id": "ab7eb9d0-95f0-4d2e-b940-c7e09e3e2e16", + "id": "741d056d-3774-4120-9205-0311a101ab49", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -121342,7 +121342,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -121350,7 +121350,7 @@ }, "response": [ { - "id": "3f0c9d13-e1e2-42ee-893a-4b13a47ec56a", + "id": "a96ee31e-e533-470d-9a99-fb6fd56ef73e", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -121404,7 +121404,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -121423,7 +121423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e73cf0d7-0162-43d6-b1a6-669b12d54587", + "id": "5057964f-d7ea-42d2-a798-5aed8adcd2ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121477,7 +121477,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -121496,7 +121496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5dd12ba-34cb-4ecb-8a66-8ea1298821e1", + "id": "0aaf3971-aab8-4da6-8ddf-ba4530e864e5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121550,7 +121550,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -121569,7 +121569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0163a6aa-d295-4e26-a489-ce63284c6764", + "id": "1e530234-d454-43a5-804e-2e7895e2ae40", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121623,7 +121623,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -121642,7 +121642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ac9e27e-2f00-479b-bff2-2cde758a9c1a", + "id": "ec9a6836-3aa4-4416-8519-0f4e8991c0c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121696,7 +121696,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -121715,7 +121715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "174d651d-9fc1-4fbc-9a66-91ce0580c2ae", + "id": "b5412999-fafc-4fbb-ab04-3adf8658aa01", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121769,7 +121769,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -121794,7 +121794,7 @@ } }, { - "id": "1ce68cc6-9b0a-4ee6-b4b7-ac91ad785aec", + "id": "d430d812-3f51-4965-baa4-cfd71ed3d2dc", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -121845,7 +121845,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -121853,7 +121853,7 @@ }, "response": [ { - "id": "4889a582-bb77-40ee-b61e-d969b8d7e0dd", + "id": "f16d112b-982d-4335-9fdb-f76ce30c450b", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -121896,7 +121896,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -121915,7 +121915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "680065bc-aba7-4bcf-b80f-a7a8e506c389", + "id": "4d656f75-a178-4b9f-add0-b6a8977c5532", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121958,7 +121958,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -121977,7 +121977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce28fcbb-0049-4b6b-97f8-d61ca860dbd1", + "id": "eddc53a7-fadb-4e3d-90c0-2a6b0cf8af67", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122020,7 +122020,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -122039,7 +122039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6df8b9e3-eced-4d69-9de5-2454142d27ab", + "id": "77064bf7-3128-4042-bcb6-54e2f34d0558", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122082,7 +122082,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -122101,7 +122101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e371aceb-57ac-4f28-8f0e-2753b237e6fd", + "id": "2b31c560-748a-4345-af91-95a45dfe5354", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122144,7 +122144,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -122163,7 +122163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7fde1e1-0499-4d8d-b34b-9626536cc22c", + "id": "dc4bfdfd-37ad-451e-84b0-3cf39424441e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122206,7 +122206,7 @@ "type": "text/plain" }, "key": "file", - "value": "magna in nisi", + "value": "minim incididunt eu ut", "type": "text" } ] @@ -122237,7 +122237,7 @@ "description": "Use this API to implement object tagging functionality. \nWith object tagging functionality in place, any user in an organization can use tags as a way to group objects together and find them more quickly when the user searches IdentityNow. \n\nIn IdentityNow, users can search their tenants for information and add tags objects they find.\nTagging an object provides users with a way of grouping objects together and makes it easier to find these objects in the future. \n\nFor example, if a user is searching for an entitlement that grants a risky level of access to Active Directory, it's possible that the user may have to search through hundreds of entitlements to find the correct one. \nOnce the user finds that entitlement, the user can add a tag to the entitlement, \"AD_RISKY\" to make it easier to find the entitlement again.\nThe user can add the same tag to multiple objects the user wants to group together for an easy future search, and the user can also do so in bulk.\nWhen the user wants to find that tagged entitlement again, the user can search for \"tags:AD_RISKY\" to find all objects with that tag. \n\nWith the API, you can tag even more different object types than you can in IdentityNow (access profiles, entitlements, identities, and roles). \nYou can use the API to tag all these objects:\n\n- Access profiles \n\n- Applications \n\n- Certification campaigns\n\n- Entitlements\n\n- Identities \n\n- Roles \n\n- SOD (separation of duties) policies\n\n- Sources \n\nYou can also use the API to directly find, create, and manage tagged objects without using search queries. \n\nThere are limits to tags: \n\n- You can have up to 500 different tags in your tenant.\n\n- You can apply up to 30 tags to one object. \n\n- You can have up to 10,000 tag associations, pairings of 1 tag to 1 object, in your tenant. \n\nBecause of these limits, it is recommended that you work with your governance experts and security teams to establish a list of tags that are most expressive of governance objects and access managed by IdentityNow. \n\nThese are the types of information often expressed in tags: \n\n- Affected departments\n\n- Compliance and regulatory categories \n\n- Remediation urgency levels \n\n- Risk levels \n\nRefer to [Tagging Items in Search](https://documentation.sailpoint.com/saas/help/search/index.html?h=tags#tagging-items-in-search) for more information about tagging objects in IdentityNow. \n", "item": [ { - "id": "1f04bbd0-55a2-40c9-af38-ffff1b17b416", + "id": "c44d98cc-9f2f-4051-936c-d86bffea6876", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -122303,7 +122303,7 @@ }, "response": [ { - "id": "76bce993-baf2-4745-bf9a-4b96c5eadf57", + "id": "af4b646b-a1ac-4a55-9f9e-6d39ca717e5d", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -122383,7 +122383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c602dd5f-adcd-46e4-8e98-ed1cecbc605a", + "id": "7d5c4ce6-f879-420e-afe0-c6ae73910425", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122463,7 +122463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71b84db4-aa7f-4421-89e5-3617f95cda52", + "id": "86735556-a4d7-4ad2-b20d-46760a8709c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122543,7 +122543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "715298c3-5cda-4b08-a237-812f0caefa0c", + "id": "1fbef5c1-6e34-4d10-84b9-c2ea770a9fa6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122623,7 +122623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c7be7e5-15f9-4d8f-859d-034f50f9781e", + "id": "b998fb22-53f3-4d3c-a449-bd4ec7197a04", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122703,7 +122703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdfb5ab7-4cd1-4b69-931f-c81841f9a94d", + "id": "3545de1d-9585-498a-b395-cfca244d5490", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122789,7 +122789,7 @@ } }, { - "id": "c75a3362-8222-4664-a488-6de41417b0a0", + "id": "a29150be-6c30-47c5-8987-611a4f63f854", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -122831,7 +122831,7 @@ }, "response": [ { - "id": "7355e5f2-50e4-4d08-be85-c0b8fe188834", + "id": "03306c3d-bb00-48c6-9d4d-4508d730dafc", "name": "Created.", "originalRequest": { "url": { @@ -122877,7 +122877,7 @@ "_postman_previewlanguage": "text" }, { - "id": "467c6e9c-74c1-407b-85e9-fe3cacaab6c6", + "id": "63f096fa-5d7c-426f-a90c-00b04bcd13d1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122933,7 +122933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79ff04c1-6189-438c-8850-a79eb4daa3f0", + "id": "bd71cfc6-a73d-47dc-ad59-3371bf12dc73", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122989,7 +122989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01eb65dd-2d4d-405a-b14c-7f8dcffb9a69", + "id": "104f0370-6e4a-443d-aee3-a3b8ac597ecf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123045,7 +123045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e1c3538-b6cd-401e-851c-934dc0be0107", + "id": "f10c5ce4-9349-4cca-b2e6-e8007cd627af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123101,7 +123101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "226c00e3-578c-4928-be44-05e296f02285", + "id": "93c9dfa3-5c4b-44b8-87c0-a5fe98375f42", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123163,7 +123163,7 @@ } }, { - "id": "0cb78b81-fc55-4ea3-b0e5-5c1f2300abf9", + "id": "40de9765-69b5-4f21-88e4-40c7e2284e98", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -123241,7 +123241,7 @@ }, "response": [ { - "id": "a526ad0d-2457-4000-a56b-db0796f16c24", + "id": "49ec4035-a339-481a-831f-e75c451bb54d", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -123322,7 +123322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8d1796d-e2e0-41a2-a99d-9ec7f9d402d3", + "id": "c34db2a0-c8af-416f-ab22-06c80fedf13f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123403,7 +123403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55f8b246-b91d-4a7a-82b0-30f6184a7df4", + "id": "a741392c-5a37-47e7-95cf-b52293d69b80", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123484,7 +123484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfddb9d5-e340-4659-ab5d-89835c6cce7a", + "id": "8dedecec-97b6-4952-9395-4890571f0891", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123565,7 +123565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6486a9f1-1607-4db5-ba89-b6aa8ae46616", + "id": "d6898021-a50e-45e3-9ffa-fd343bb9ec24", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123646,7 +123646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e87cf7-f844-47ea-beb9-750962156f67", + "id": "e587510c-3d3d-4eb7-b795-59b6b743c693", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123733,7 +123733,7 @@ } }, { - "id": "39ca75d8-3602-4dab-b24a-e7444fa15dc7", + "id": "e073e8f5-599a-44cc-b120-65b42ade4751", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -123785,7 +123785,7 @@ }, "response": [ { - "id": "73d16b85-bfb2-4ee3-9977-8b343b81a9b8", + "id": "3d0905fb-3b5c-43f0-8a81-da6588a4008e", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -123830,7 +123830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67014614-a07f-436c-98e5-41ffa1fdcf68", + "id": "30af9a3e-2c85-45fa-9775-e5223de1639c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123875,7 +123875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aafb127-cf51-4f38-ad2d-3be9cc2fcd1e", + "id": "cb9672cb-4965-4e28-ad9e-987b796be666", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123920,7 +123920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3d7beee-f2ed-497a-a047-9037d7a2c44d", + "id": "f9d43d4e-c52f-427f-babe-218d58d4e862", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123965,7 +123965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00f39664-b798-42e2-a7f8-5bd8f499434e", + "id": "cf621fcc-dce7-4e08-a49a-4613740f311e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124010,7 +124010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77f1ce05-3850-4e42-8d85-23919aaf0c94", + "id": "293a7793-c8c1-4258-a97c-00526d634696", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124061,7 +124061,7 @@ } }, { - "id": "225de415-902f-469f-bcdf-adb0a9d313a3", + "id": "aa356ad0-f3e7-4817-93df-1035f77c21c8", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -124126,7 +124126,7 @@ }, "response": [ { - "id": "5c18511d-5e7a-401c-8eae-228e6ad344ab", + "id": "34c37792-4514-47c8-bdb9-91a292fb2037", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -124184,7 +124184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d01d777-66ee-405d-ad83-8b541d56d96f", + "id": "db24a907-23d7-4e12-bc19-33aa665840d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124242,7 +124242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a98741c7-1127-4442-84d0-6fa51412394b", + "id": "be726bec-2cc3-4c01-8fda-42334b6bb8ee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124300,7 +124300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e43ea7eb-db50-4495-8521-3913e220a087", + "id": "9b3762e5-75a2-4b9e-9f33-949bcb059e4c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124358,7 +124358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36ab8d77-38f9-44f0-a345-ef73de2d0063", + "id": "ac0e3a4a-4e86-4faa-8c70-be22b676f989", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124416,7 +124416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d130153f-b057-400d-afea-31e9c24cbd12", + "id": "9217c2b8-43a5-4a45-a8af-4e0e1318f70c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124480,7 +124480,7 @@ } }, { - "id": "3739f713-6027-42f3-a5b9-8f0c607dd9e1", + "id": "6177a500-2be0-49b9-8dbf-b88d1eb2ce17", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -124532,7 +124532,7 @@ }, "response": [ { - "id": "9bbdc3cd-5218-4fbb-a205-b8c4cfa9f069", + "id": "0973955e-8747-4558-923b-eb7300007587", "name": "No content.", "originalRequest": { "url": { @@ -124567,7 +124567,7 @@ "_postman_previewlanguage": "text" }, { - "id": "709e4ee1-9120-4061-b987-7a0f7dd8fbff", + "id": "80a9bef8-6759-401a-b991-1d58f016b734", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124612,7 +124612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5eb6e3d-32e4-44fe-a01f-a5182cfe3e46", + "id": "f21480da-641f-47be-9d47-7c8589e6d1e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124657,7 +124657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9789f789-566d-48fe-bad9-0d47e19112b6", + "id": "e8465d3e-4a69-47a1-bf4e-0d0be03fe534", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124702,7 +124702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c125b471-91c5-465e-8c28-af9ab9d2e46b", + "id": "aff5f228-803a-4748-b67b-c1fb85ab9d4b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124747,7 +124747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a69e693-73db-468d-8564-2f051ab38cb4", + "id": "7b152da5-06f4-43b6-8011-340df53c9ada", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124798,7 +124798,7 @@ } }, { - "id": "77ecda59-6c1a-4e8e-bb7c-20b4e78fdf20", + "id": "f5b6ef93-337f-4988-9c69-ad5265108a5f", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -124841,7 +124841,7 @@ }, "response": [ { - "id": "db757784-0dfa-4853-9874-ecb36685c919", + "id": "fa75fcdf-46bd-4437-a883-588233348b97", "name": "Request succeeded.", "originalRequest": { "url": { @@ -124898,7 +124898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "205cc3ad-ba55-4a78-8eb1-168e6e143d31", + "id": "09fd450e-448f-4967-9d5f-ba80dcfd497f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124955,7 +124955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4beb18a-1888-47f9-9b60-d5d266d6ca0c", + "id": "39fb209c-da30-4003-86d4-1e0175833a28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125012,7 +125012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41863701-49b5-439c-8a48-8fc0010a2e49", + "id": "9b5ac285-da8e-4f0d-836e-93975a6f8ada", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125069,7 +125069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc252ac9-74a0-4d76-9a29-b48328fa5839", + "id": "2edc5fba-c261-469c-b261-0acdf724506c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125126,7 +125126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91bcc865-566e-4a3e-8d39-4fcc3360133c", + "id": "2e35b536-0302-42ca-ab61-fc51ac021dfd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125189,7 +125189,7 @@ } }, { - "id": "8c96363f-ff3a-41fa-95d3-99316c9a25e8", + "id": "f00e30fa-a3f3-4f58-b700-7fcb72b3b51c", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -125232,7 +125232,7 @@ }, "response": [ { - "id": "57c37599-c792-4300-a074-c4f0ba718deb", + "id": "410ed600-5945-4dee-80c9-77cae7e14440", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -125279,7 +125279,7 @@ "_postman_previewlanguage": "text" }, { - "id": "89fdc041-6144-46d5-a956-8699d25497fd", + "id": "41874f44-419a-41c6-9cf1-5561a6b0261e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125336,7 +125336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5561620-2e9c-48b3-afa4-3e1064230ded", + "id": "ef188cc4-ea37-4167-98e9-586bd32bc815", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125393,7 +125393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0be9c24b-e751-4008-a962-556c42bf9e33", + "id": "10f3dabf-1db6-4b75-9ead-b89eb3cacc80", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125450,7 +125450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6749870-08ce-46bf-947e-509dd6a879a7", + "id": "f6a509d3-df99-4a87-83d0-c0b36ef004f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125507,7 +125507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfd598b1-5979-4393-94c7-afe7ea899718", + "id": "424429c4-635a-4823-baeb-1b2ec6c73789", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125576,7 +125576,7 @@ "description": "The purpose of this API is to expose functionality for the manipulation of Transform objects.\nTransforms are a form of configurable objects which define an easy way to manipulate attribute data without having\nto write code. These endpoints don't require API calls to other resources, audit service is used for keeping track\nof which users have made changes to the Transforms.\n\nRefer to [Transforms](https://developer.sailpoint.com/idn/docs/transforms) for more information about transforms.\n", "item": [ { - "id": "fcba1993-eeea-43c9-a235-e1237b07c090", + "id": "3052ea93-4659-432f-837c-b2512335625e", "name": "List transforms", "request": { "name": "List transforms", @@ -125651,7 +125651,7 @@ }, "response": [ { - "id": "de938297-faa4-4ea0-a6e1-825e8212a6b9", + "id": "a2a3a9ae-31c7-4a03-bc93-6586d323bce1", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -125740,7 +125740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c4cecbe-5e3b-40df-86a7-9c2fbadb59ea", + "id": "6f2976c6-7bca-4433-842c-28728c282ee3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125829,7 +125829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "740a764c-f9b2-4d5c-a041-fbb0c8312afb", + "id": "49798ef2-e635-4b56-8b6a-145912bac001", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125918,7 +125918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b8c8ea5-b767-4e9d-9617-c4f998fe9c7a", + "id": "bd76560e-9f93-4865-82d2-7cc1be6ff2a5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126007,7 +126007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3b0b32c-1bcb-4262-a2d3-3b25ea79556d", + "id": "156d9eab-c322-47eb-a745-2c3c5cffbfeb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126096,7 +126096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4e40f3d-9684-4bd1-a20a-a7f20ddf1ab3", + "id": "a3b8bfc5-63ea-4e28-a19a-0749c1c0c6e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126185,7 +126185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a3ad89c-622d-4a03-9df9-334281317caf", + "id": "95672bec-8a9d-4d51-a053-7fa0d764d87f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126280,7 +126280,7 @@ } }, { - "id": "fe340a74-e27f-4363-887e-28205d6e9221", + "id": "9dfc6cf3-07b2-4c70-8572-212e4d2fa78c", "name": "Create transform", "request": { "name": "Create transform", @@ -126322,7 +126322,7 @@ }, "response": [ { - "id": "dcaddb89-6183-4b46-b815-6b5fe1c1807e", + "id": "b316affd-0614-4fa6-bed0-3607b6a6cbd7", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -126378,7 +126378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62f050ba-4ff6-40b6-a805-57b17b22954b", + "id": "fd14b9e9-5632-4383-8135-109695d1c0ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126434,7 +126434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "830a9b92-5281-4c1d-9573-98a26d8b3917", + "id": "12b3bec1-3c83-4d92-9cc9-1d14571949a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126490,7 +126490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8cc006e-e180-4ce5-aa25-ea49c55bdde1", + "id": "f19ee41b-26e6-45cf-b8a0-7c23a2284005", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126546,7 +126546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbc33928-5f94-4bd8-b546-581012f83561", + "id": "6f3d8e3f-d841-4bb8-bb7c-537fb8292c2f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126602,7 +126602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c709e35-c18c-4739-af3b-53d995c6ec27", + "id": "aec33351-3175-4974-8501-a4ffaadb5772", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126658,7 +126658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e52288c-55e4-4e17-b89f-946ae89e1f74", + "id": "1f166083-3378-4290-98f1-50f1ee6f4ab6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126720,7 +126720,7 @@ } }, { - "id": "a7673f5b-8055-49e1-a341-3336ef7678a2", + "id": "ca6fe68e-5dec-4e62-a797-6b82171c376e", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -126761,7 +126761,7 @@ }, "response": [ { - "id": "5f182595-1eff-4b02-9c0e-9a97cddb772b", + "id": "6e08d538-9835-49d5-9e19-a14576168633", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -126805,7 +126805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96272906-611a-4d50-a64f-b5bcacca1b71", + "id": "e65b66e5-ccc4-4e5d-a6a4-a857f976f80c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126849,7 +126849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0aeecbb-2cae-47d7-a4cc-c76846d5d7d2", + "id": "6323d960-a1ca-4f96-a491-7e60535225c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126893,7 +126893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67de5b1f-1f81-4f99-8642-f960ff49185a", + "id": "2986828b-6d9b-41cc-bdbc-8971c884b8bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126937,7 +126937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2a9417d-f671-4c2f-88ed-17f25cdec95d", + "id": "a45164c6-8019-4528-8f51-87ae6775cd59", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126981,7 +126981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acb0f0ee-f3b0-4e10-a459-34b2c47e8b2d", + "id": "2cc4026b-c0d6-41a8-af5a-d4bfabdb09b3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127025,7 +127025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10e3e767-e4b6-4dd4-a05f-70a2353a8b72", + "id": "f3996231-4d22-47e4-8de5-8a5224457772", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127075,7 +127075,7 @@ } }, { - "id": "3fbda321-99f2-4ce8-94af-2c1948428e0a", + "id": "8ac3d214-9924-4ff4-87e8-c20c3b780c76", "name": "Update a transform", "request": { "name": "Update a transform", @@ -127129,7 +127129,7 @@ }, "response": [ { - "id": "1c4df54a-3692-42f0-9c90-5a840fcf1752", + "id": "dc515006-af2e-4f08-810b-2a6db5469ad3", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -127186,7 +127186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8946b4c-72c7-46a8-8bde-f854295aaba8", + "id": "25982481-b5bc-4b7a-bdcc-5518c7eddca9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127243,7 +127243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9adbe5a2-17cd-48f3-9d96-527709cbc2d8", + "id": "847db9a8-9a3b-474a-a83e-baf3aa865cae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127300,7 +127300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdab2721-afeb-4ac0-8060-247c46ead2a2", + "id": "88ae2513-f2c7-4551-8ed2-06fcb2b634b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127357,7 +127357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15649c8c-a52d-42d0-ab52-faf765a73957", + "id": "5db1b18b-52e0-48ae-81b9-d47231e899b3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -127414,7 +127414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "811a70f4-4c8b-4216-9b1d-bcb19102ea91", + "id": "dffd83c6-2c40-446c-9e32-fc2b31c23aa8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127471,7 +127471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a839a743-0b3b-42f7-917c-8b1ce460bd1f", + "id": "a07b5c78-50fd-4eb6-83a5-8e67bd1d44d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127534,7 +127534,7 @@ } }, { - "id": "f60aa54f-dddf-47cb-a4d2-751abe0f8b07", + "id": "66b10efd-ae00-4e13-bed7-891db2c103c6", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -127575,7 +127575,7 @@ }, "response": [ { - "id": "9d2745af-de6e-4a28-9214-12dbedb09b87", + "id": "875c9053-1b90-4e27-8663-9b3f09e41b2d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -127609,7 +127609,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c1834fa5-0449-4b9a-beee-b74dd73ab42c", + "id": "7eccb60c-d7b2-4aa2-b652-101a3a5517ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127653,7 +127653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96f0c9d1-255d-470e-b015-435a3582288a", + "id": "8c0879ce-34c8-4f60-9302-1e83f7de0e64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127697,7 +127697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76c67a77-cab9-4544-a588-ab9f31c1ffa3", + "id": "efcce075-8107-443d-bf1c-ea452339dd7c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127741,7 +127741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7278199e-0cd6-41ed-b592-d6604a389fde", + "id": "d990f393-0e9e-4111-ae0a-ad98dd224196", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -127785,7 +127785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a92344f-411e-44bd-81de-e570c45349ac", + "id": "9e9d9611-73bf-4f74-ae27-8614e24ac1ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127829,7 +127829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3da35bd5-f3bb-433b-8538-fe0ed6ba231e", + "id": "038ebdff-3e24-4d4c-bebb-038395b54c31", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127885,7 +127885,7 @@ "description": "Use this API to implement work item functionality. \nWith this functionality in place, users can manage their work items (tasks). \n\nWork items refer to the tasks users see in IdentityNow's Task Manager. \nThey can see the pending work items they need to complete, as well as the work items they have already completed. \nTask Manager lists the work items along with the involved sources, identities, accounts, and the timestamp when the work item was created. \nFor example, a user may see a pending 'Create an Account' work item for the identity Fred.Astaire in GitHub for Fred's GitHub account, fred-astaire-sp. \nOnce the user completes the work item, the work item will be listed with his or her other completed work items. \n\nTo complete work items, users can use their dashboards and select the 'My Tasks' widget. \nThe widget will list any work items they need to complete, and they can select the work item from the list to review its details. \nWhen they complete the work item, they can select 'Mark Complete' to add it to their list of completed work items. \n\nRefer to [Task Manager](https://documentation.sailpoint.com/saas/user-help/task_manager.html) for more information about work items, including the different types of work items users may need to complete.\n", "item": [ { - "id": "a9fccb12-eaa1-4d4c-a0e7-3d0a22c41d94", + "id": "bb7ebfd3-664e-4839-9166-012782508682", "name": "List Work Items", "request": { "name": "List Work Items", @@ -127951,7 +127951,7 @@ }, "response": [ { - "id": "8ed78959-2b8b-4588-a738-e961d8637b1a", + "id": "eb1f198d-82f6-47ee-af8b-80e91b7a079b", "name": "List of work items", "originalRequest": { "url": { @@ -128031,7 +128031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76db8d8a-070f-4154-8273-dbb2d6d3edd3", + "id": "ab2d49c0-310c-4453-9b2c-837b9160d9b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128111,7 +128111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5674832a-4f7a-4b41-9ece-886d46e14c78", + "id": "20c78d5a-1be7-4991-9e1d-66d0be45469f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128191,7 +128191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62dc3152-3f85-46f2-86c6-3ee4921246f9", + "id": "3c819bf0-e77f-4410-b200-e99b20c16e71", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128271,7 +128271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae62e614-5a97-4198-9a0d-1fe3eedfd810", + "id": "0822884f-011a-4492-9abe-88de833bb88d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128351,7 +128351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d6a2fa2-a760-43f3-a188-dc6008aac8e8", + "id": "d93f5ee7-2941-443f-9c5f-76a612d3c9fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128437,7 +128437,7 @@ } }, { - "id": "a45f0f0f-c240-466a-abdc-66796dcf0934", + "id": "f1c27f90-6ed9-4f54-a64e-c80c71f73c6e", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -128504,7 +128504,7 @@ }, "response": [ { - "id": "39adef91-e081-4590-bd27-43877a5c523b", + "id": "3d50170c-e84c-4f44-9a30-9883b2e3fd98", "name": "List of completed work items.", "originalRequest": { "url": { @@ -128585,7 +128585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f212cfd7-15d3-40f1-957e-2fb2365586e9", + "id": "2ac132c6-8870-4d97-bfda-190432aa9345", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128666,7 +128666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fc2baff-cdf5-466e-8713-385c02d2c366", + "id": "ce51ea07-51d3-4af4-a3b6-d267a357e47a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128747,7 +128747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28e0c961-091f-4a95-85d2-69febc3a2778", + "id": "8c18e1f4-5f58-4cd2-b7ef-3e250b483aff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128828,7 +128828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e74877d3-efa7-436d-81f3-ed4e153dfbef", + "id": "417701d3-84a2-47a0-a0fd-e852f885f6e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128909,7 +128909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a153985-6fa1-49b7-b9ae-e47ed8acb64b", + "id": "bd4f6339-2f7f-4331-b755-22d73ce58cf5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128996,7 +128996,7 @@ } }, { - "id": "5e75f06d-9edb-47a1-a75e-945b09a97bc5", + "id": "ca215e51-35d6-43d4-b8f3-c30b8295fe58", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -129036,7 +129036,7 @@ }, "response": [ { - "id": "5a41d3f5-d0a1-4e73-8544-1a2ed01b77d2", + "id": "412fa271-26c3-4c46-9f5a-ae048795fe77", "name": "List of work items", "originalRequest": { "url": { @@ -129090,7 +129090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94276274-2f23-4347-9fd9-14de99d76161", + "id": "6a22bd93-fefb-461b-aa59-2c499d0b0f05", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129144,7 +129144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f410c2b4-330a-49a7-9d9b-904b5cb5f2dd", + "id": "2e0e8381-7995-4a30-ac6e-64c5e47b2125", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129198,7 +129198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0424825c-b4ba-4fdd-9fe2-8b96df98eb11", + "id": "c445041f-591e-4b17-9f8d-ec03619d6256", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129252,7 +129252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40a790db-0dd9-4629-ac72-924ffe60cfb1", + "id": "f304d6a1-1681-4589-b217-d336379777a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129306,7 +129306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bf7796a-f030-488e-9b8d-19c89135f799", + "id": "f6a8a77e-80d1-46a7-ab13-473cba809d55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129366,7 +129366,7 @@ } }, { - "id": "cb76930c-929e-44f2-870a-73fec3a54198", + "id": "48cbd1e3-f545-4df2-9c6e-8494fe03de6b", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -129407,7 +129407,7 @@ }, "response": [ { - "id": "bc5adac0-28c8-4f4f-9f7c-e22f104eaa73", + "id": "c329a37a-f131-4b4b-a8b0-91db08478d00", "name": "List of work items", "originalRequest": { "url": { @@ -129462,7 +129462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "641df6af-014b-4b65-aa44-67f90fb841bc", + "id": "1a1d3d38-b4c5-4c76-980e-99abe15f76af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129517,7 +129517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e709fb0-8c72-4c26-a2a2-2eacd65e1bbc", + "id": "22e3af86-258c-47b0-b3cc-513fde3203e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129572,7 +129572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dfc9d06-f15e-456c-9138-ca931663c4fc", + "id": "edca5657-0f9e-48cd-be6b-e302a53a0707", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129627,7 +129627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "170e68a7-d7d2-47b9-8f69-c7cf2bc5513a", + "id": "44015572-bacc-4007-9406-87dfaeb9e0f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129682,7 +129682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06cdbc8b-0388-4738-9a8e-f22718d06d06", + "id": "5b5774b4-efcc-4bea-9238-a80d95034417", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129743,7 +129743,7 @@ } }, { - "id": "b8c0a57d-459a-43f7-97ec-2c0d4c060632", + "id": "7ef28cc3-166e-42fc-9719-28dc9d26b759", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -129783,7 +129783,7 @@ }, "response": [ { - "id": "429cf63d-c5b0-42e3-b269-1553202e2255", + "id": "c7cd4872-4233-4a69-a596-6d2eb67b5fa7", "name": "List of work items", "originalRequest": { "url": { @@ -129837,7 +129837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d87c3a37-d4bc-4ed9-8f58-58314cfc9f87", + "id": "eacbc2d4-3274-477d-89eb-a4db595ec406", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129891,7 +129891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34107871-183d-443a-8583-9f4a11d6d265", + "id": "f6bbda0e-80cc-4fed-bdea-9e304167bc77", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129945,7 +129945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52843bc1-35f5-4839-b75d-a9dc2c2797a7", + "id": "d3afc860-89a1-4782-8bba-8f38d652b8f5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129999,7 +129999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae98cf81-bad6-490d-a5b0-368723c55c08", + "id": "31c43ef5-ac36-43f6-9da9-edbfffc7de69", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130053,7 +130053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf2d7db1-fa70-4535-b1d6-7855e7430b7d", + "id": "cdebf166-7d55-46ef-87aa-ee10f2d837b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130113,7 +130113,7 @@ } }, { - "id": "c588fa5d-7fba-4f98-8835-bc6052f66512", + "id": "2bc2007f-2b81-4892-ad6f-f21d65d87800", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -130154,7 +130154,7 @@ }, "response": [ { - "id": "72654e14-137b-42ce-97f3-ade589f90d6b", + "id": "d9c326f2-84ac-4242-b708-a3200573ae41", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -130198,7 +130198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48779c08-368b-43ff-b11b-8b8cf2c2c3ab", + "id": "854e342e-ec12-4224-8bb4-3f7794c97bf6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130242,7 +130242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c740d9e7-f5af-46a0-916c-ca8726c19e14", + "id": "f2da5992-88f1-478d-a623-a29fb5826937", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130286,7 +130286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cbc4401-f6de-43fd-90e5-36a504d6b06c", + "id": "a4a7b083-b2a9-453f-b53e-e828b92b6444", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -130330,7 +130330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ac7822f-203f-4380-960f-7a26678ba1ba", + "id": "9a4ce06b-a2dc-4560-9e00-32301ee54239", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130374,7 +130374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8692443c-08ee-4acf-9ed7-d4bf1481aa77", + "id": "70a201ee-6ba6-4f84-bb9e-fc02aee102f3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130424,7 +130424,7 @@ } }, { - "id": "05fd6d8a-358a-4d4b-9621-aec5a5513d0e", + "id": "cb081886-47de-4173-a5ae-5abd1f88b490", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -130465,7 +130465,7 @@ }, "response": [ { - "id": "a68b5f5e-8d97-4417-a71c-9f3209ad9717", + "id": "65e482a1-7e3b-4486-8476-40b5b6c2f472", "name": "A WorkItems object", "originalRequest": { "url": { @@ -130509,7 +130509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dc7289e-b896-4df5-92c1-170ef54772b1", + "id": "40849c51-2a13-4ce5-9aa1-e62d0f542ab7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130553,7 +130553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2c6e42a-2257-435e-a0f4-8bb6f7782d9f", + "id": "ff435ddc-e82d-41fe-8f06-9f219327f9a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130597,7 +130597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4afc10c-768e-448f-9bd3-8cd68789e122", + "id": "6e6bde46-12de-4f96-93b4-95432654b719", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130641,7 +130641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13fc0acf-f0ea-4099-8d10-feb40f261602", + "id": "3fd2e44b-5927-48dd-b0c9-27ed7df7e8b1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -130685,7 +130685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5a6b77c-8983-410a-8495-8fc954b1d25d", + "id": "63c10645-e78b-4ad4-81b7-7f806261149f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130729,7 +130729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bacfc42-30c9-4e94-b650-0d12886d33ff", + "id": "507ea2a4-6893-4108-ae1b-6a3c68ad0627", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130779,7 +130779,7 @@ } }, { - "id": "5191433d-41df-4739-896d-5caef1d85e63", + "id": "18959390-6ed4-4365-b314-cd0e2c9c5502", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -130832,7 +130832,7 @@ }, "response": [ { - "id": "ba1af35f-700f-4506-a9f5-515cf468e491", + "id": "20310f10-be7f-43f0-81c1-fb320df84598", "name": "A work items details object.", "originalRequest": { "url": { @@ -130878,7 +130878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c9cd5e7-2b3b-43a5-bab4-b71590455e7c", + "id": "f90b0ed2-2635-4fe5-9dde-56d6054ec6f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130924,7 +130924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ab68976-47d5-42a5-9d2a-e78de33777e4", + "id": "405f00d3-1c84-4be9-badc-2aba14e6e2a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130970,7 +130970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb262834-7274-4b53-ad14-921c2afc837b", + "id": "953fd74f-aca7-4c9c-939d-90561506e850", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131016,7 +131016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a50bbf81-43a1-4f00-935c-ef401bbfb4fa", + "id": "a590bda8-c3cf-408d-a685-921ecae10763", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131062,7 +131062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "767817d5-e709-44c7-83ed-9a184febd46f", + "id": "9223cf60-e9a7-4350-9e9a-02468555bb0b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131108,7 +131108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "120aad91-bbb6-4a96-bb25-217cb3c90872", + "id": "12271440-b09e-412d-a1fe-3a20e20f5f44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131160,7 +131160,7 @@ } }, { - "id": "d7d7f9aa-3f3a-449b-a849-6100bccaf0bb", + "id": "39a6df56-5a7c-4e22-a8e7-70720460d177", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -131213,7 +131213,7 @@ }, "response": [ { - "id": "ac845d0d-bd90-4605-8f83-6ad9e2e96f23", + "id": "3f17c237-3309-41d9-9db3-e845744dd9ea", "name": "A work items details object.", "originalRequest": { "url": { @@ -131259,7 +131259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44f38d55-5cac-4731-adad-4e3721559de6", + "id": "e0c87077-df1d-4b88-ae91-741bd1633740", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131305,7 +131305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "facf9c00-8ddb-4c86-aebf-9f257816aff4", + "id": "a0c1d127-279c-4761-86e7-9b78e434a91b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131351,7 +131351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21db14b3-9153-4423-ad78-4f9ec8c18d3e", + "id": "508ac953-72f0-4886-9777-1a2568dcd5b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131397,7 +131397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02bd483c-c9eb-424c-b9f8-edec0abe7374", + "id": "70419601-f3e6-4c1d-8087-00957bd59558", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131443,7 +131443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2106e6c7-7a03-426e-bb49-b1952b71f0c8", + "id": "d5552ca5-8912-4372-8786-4c2c4508a5d1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131489,7 +131489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38d8e3fa-18d3-4459-a235-4ff55d8e6f04", + "id": "6cc0be3e-b2d8-4cdb-88ea-a468b754f249", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131541,7 +131541,7 @@ } }, { - "id": "58cbdf8d-51e0-40b6-a207-e475d53a2920", + "id": "49dfcedd-e872-4846-bcc3-d32a29ba373d", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -131583,7 +131583,7 @@ }, "response": [ { - "id": "b7e8d03e-a18e-4a21-87d3-2490bc868ac4", + "id": "dadf163d-263f-46ac-8f26-81653a092bcc", "name": "A work items details object.", "originalRequest": { "url": { @@ -131628,7 +131628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a693c66-62d2-4fb9-a2e0-89d2e7a85cd9", + "id": "fc202cbe-74fb-42ae-ad23-9be22e842345", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131673,7 +131673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36260635-30b1-462b-8b67-ef8684121110", + "id": "966b84a9-232d-4de4-8c2b-db3e60e0b1e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131718,7 +131718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcda630b-9340-4b7b-8890-7f86ab8a328e", + "id": "e312e245-2657-4bce-adb2-5d898e6c5067", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131763,7 +131763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d6f7c6f-d9c8-437b-be09-81b3b8a10c79", + "id": "3b1e8068-417d-42ef-a594-c4277820918c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131808,7 +131808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd37496-a4f4-41f5-95d1-5a564de9a1a9", + "id": "c6e6e8a8-8805-4503-9daf-099dabae37e8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131853,7 +131853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29066242-694e-4a2e-a2f7-e8b651216d7e", + "id": "9f17558f-3e0e-4e18-88a4-2db1c1f5d97a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131904,7 +131904,7 @@ } }, { - "id": "5601f61a-1f6a-48cd-b2d7-080409e2680d", + "id": "c53146a3-e5f1-4488-add7-1096c52866a0", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -131946,7 +131946,7 @@ }, "response": [ { - "id": "4261190d-9aea-48ae-9725-c652adf76d99", + "id": "267613bf-bc71-489e-a92b-7ba470857238", "name": "A work items details object.", "originalRequest": { "url": { @@ -131991,7 +131991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39089bf3-504c-4959-8a0f-7ca4c010727c", + "id": "d447e879-69d0-4724-b87b-065cc2c2ebeb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132036,7 +132036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8803f0c-d452-468a-baec-55f0a21f5eb0", + "id": "ab1491d8-21f3-4130-a946-7b0ee1a3e460", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132081,7 +132081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ede17e16-5806-4f80-a9a5-32a177c99263", + "id": "83f64e5a-498b-433c-b10d-1a44677eaf69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132126,7 +132126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51a41981-9e60-4118-a397-ce5b2556c87d", + "id": "cd3a07dc-fa81-4ff8-bd06-d25d39f02f6f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132171,7 +132171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f033dfd-6596-4bed-9fe0-b8bebafb7edb", + "id": "e3d893d5-616a-427b-b132-126a85dba63d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132216,7 +132216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ccf7381-b4a9-4b54-8547-8cc7a44bab0c", + "id": "d7dc8a04-4900-415b-9398-5ca8aef07201", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132267,7 +132267,7 @@ } }, { - "id": "1c3786a5-3a67-4c1f-9d72-6e020978762d", + "id": "d3f6efda-b28a-4164-a82e-2157b26c7c78", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -132322,7 +132322,7 @@ }, "response": [ { - "id": "2b93ca88-fb27-479b-9bba-3886e28df79e", + "id": "580543c4-6ccb-4204-890d-6e912128110c", "name": "A work items details object.", "originalRequest": { "url": { @@ -132380,7 +132380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e725a27a-62b9-451c-87a7-f96381021dab", + "id": "9024908c-7d6a-4a83-bcb7-3a52bc74cbc5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132438,7 +132438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66608c50-1543-4a87-8d18-d5262149eeb1", + "id": "c4f36eac-0317-421b-bf44-2e3468906bf8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132496,7 +132496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccd67c55-3134-46bd-8c4d-ccef5aa240dd", + "id": "411ccdf3-0099-4406-b675-49fdaba17f77", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132554,7 +132554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40db6a56-8477-4ba8-b4bb-a4ff3a603112", + "id": "c9bd4f51-3c46-457a-aa65-8878052f1de8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132612,7 +132612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5d7612e-c1e3-4371-9eed-9a001f8a5614", + "id": "19db2d5f-1cfc-42f8-b91f-003413ebf9e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132670,7 +132670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db4c0865-0c6f-42e2-9c82-68825e1c5169", + "id": "9004726f-ce64-4ac3-b08d-486553dc0124", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132740,7 +132740,7 @@ "description": "Workflows allow administrators to create custom automation scripts directly within IdentityNow. These automation scripts respond to [event triggers](https://developer.sailpoint.com/idn/docs/event-triggers#how-to-get-started-with-event-triggers) and perform a series of actions to perform tasks that are either too cumbersome or not available in the IdentityNow UI. Workflows can be configured via a graphical user interface within IdentityNow, or by creating and uploading a JSON formatted script to the Workflow service. The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST.\n", "item": [ { - "id": "337170bf-f809-4d50-b2d1-31fb7c80e311", + "id": "462648be-2dc4-40e7-9bd8-15b49bbad3c5", "name": "List Workflows", "request": { "name": "List Workflows", @@ -132769,7 +132769,7 @@ }, "response": [ { - "id": "98d88bf1-659a-41fd-8c9e-fedaca2c5293", + "id": "b0988e91-0517-4484-8cb2-5029aadc206e", "name": "List of workflows", "originalRequest": { "url": { @@ -132812,7 +132812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "634e3cdb-5b8e-4361-94d9-408ac1941499", + "id": "a48875b8-3232-4cff-a3f2-fe655454c5df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132855,7 +132855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56792cdc-dc16-4546-b015-81a87deab387", + "id": "a7f25084-616c-4231-9119-3f045ef3ddd8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132898,7 +132898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75fbc771-1e86-4ff5-a211-5685afcca61f", + "id": "cfe07d21-3633-4602-b4de-117c5813ddc8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132941,7 +132941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c933287b-7f5b-44da-98b6-ebbb3b80c905", + "id": "f6e58a3f-4889-4036-8e60-73620fcde134", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132984,7 +132984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2561d356-4be8-4b55-a266-5284db841cfe", + "id": "911d9cfe-f151-4224-b466-bcbc3d8d289d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133033,7 +133033,7 @@ } }, { - "id": "c8f4a159-944b-455d-83e5-8e5a51172cc8", + "id": "11da1f24-e5fa-42c1-a942-353e59ff236c", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -133074,7 +133074,7 @@ }, "response": [ { - "id": "6cbe4b8d-5430-41a9-bec8-d73f6786dc66", + "id": "3479d924-012c-4233-bb2f-759176164539", "name": "The workflow object", "originalRequest": { "url": { @@ -133118,7 +133118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b94be36-29ad-441f-b34a-892bb5fc13c6", + "id": "2a4c20e9-91ea-40cf-931a-2071b8407121", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133162,7 +133162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffa927f0-fa63-4452-8314-40547b3e7b38", + "id": "d14fb27f-8db3-4af0-ad3a-d6e5f28de081", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133206,7 +133206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd759596-595a-4434-8de2-fe934234314d", + "id": "5b1c7bff-b251-43ad-8906-003420b79d01", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133250,7 +133250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f54ad08e-9d67-4d60-9226-9a2c63a2a535", + "id": "241a74d1-83d2-47e1-a93c-26ebf7b1d462", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133294,7 +133294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de311cc8-716b-48d8-98a0-ce4139309c95", + "id": "a6e64996-caf3-48d4-acc5-c51ac636a805", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133344,7 +133344,7 @@ } }, { - "id": "41249e2d-dd16-4d8e-93c7-7bd1d392891b", + "id": "85da9e8a-3494-418e-9d3d-3d5f3cafde18", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -133398,7 +133398,7 @@ }, "response": [ { - "id": "e1f53966-0e29-41d5-b9b2-00564adadc84", + "id": "0d1d3b85-ab11-4507-98bf-86614319d530", "name": "The Workflow object", "originalRequest": { "url": { @@ -133455,7 +133455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ff8723b-f880-45ec-b57d-43af5f8796d4", + "id": "1667edf2-601e-40a0-b7fb-320e69883bca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133512,7 +133512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e52d14aa-df23-4fc1-b6c7-e54db3deff03", + "id": "fa02abc6-41da-4585-ba15-cc40f3c9911e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133569,7 +133569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "406e70ac-6ab5-46ca-a034-c94ac9bfc990", + "id": "538cf88a-fa7a-4f09-98a5-4469490b14f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133626,7 +133626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f6089a8-2054-45d9-b340-e27319bed90a", + "id": "e3eb70e3-674e-4851-a3d5-019028187c18", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133683,7 +133683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac14c66e-fb19-4331-8694-a1b262ab222a", + "id": "af7152f3-381f-4c45-bf6a-6edeec6a883b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133746,7 +133746,7 @@ } }, { - "id": "a7367fe9-2500-45ca-b0f3-7e677ca52de0", + "id": "0d9c0a1d-b75c-47f7-b2b7-ea69505d02e5", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -133800,7 +133800,7 @@ }, "response": [ { - "id": "9ba4445e-8630-42d8-b6d3-078418db8168", + "id": "6ad9ebce-0ae3-4352-a4c7-08ca7292bc0d", "name": "The Workflow object", "originalRequest": { "url": { @@ -133857,7 +133857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd4576ce-e13c-46cd-84a0-02e5bf0273e0", + "id": "0e8067ec-2dab-4abd-b22b-268e4b13b195", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133914,7 +133914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c59cd395-7750-42cd-81cb-c25b38429e54", + "id": "fe60ea0c-6ad4-4374-966f-a8b476bf40e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133971,7 +133971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48af4177-eac4-45f5-a183-019bddc9daf2", + "id": "e9bd86e6-0c09-496e-b161-c8547ac08418", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134028,7 +134028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be9e37f0-a8f4-49cd-8b3b-49c5a01029f8", + "id": "316d913d-4e35-4b39-822e-93b1f606cfa4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134085,7 +134085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75366edf-c18a-40d5-a3d3-e164a14dc47a", + "id": "6c3ae63b-ced7-4719-a084-6a3b95c9e759", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134148,7 +134148,7 @@ } }, { - "id": "52068c45-0712-4338-a4e7-cd4a8e3cc622", + "id": "11ca48c0-bd5c-4ff7-9548-81f5842ace91", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -134189,7 +134189,7 @@ }, "response": [ { - "id": "e34dfed8-540a-4d65-8745-d6215458eed2", + "id": "ee7f89f9-ff2b-4fa8-a5f6-6b987ebcbeed", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -134223,7 +134223,7 @@ "_postman_previewlanguage": "text" }, { - "id": "05815cd4-d4bf-47bf-ae14-8f74bac3548a", + "id": "e2304021-862d-49e4-bac3-0a15d985c4fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134267,7 +134267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee7ba947-2978-4df2-bd59-8960e5b0f0bc", + "id": "da7f1aea-9e1c-4cce-a9f9-5c0c1e11f7f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134311,7 +134311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d33c1845-3c3e-4edc-a4c1-aea6afc206d7", + "id": "4d8e16a4-d984-4abb-b024-83fe93fd807f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134355,7 +134355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a86a769e-196f-44e6-838c-75df7d846475", + "id": "d101dbb6-fe5d-4458-8c90-75599b06f999", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134399,7 +134399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1d6b192-eb83-47e2-86ae-c306504257ba", + "id": "eeac7e4c-dbd6-4988-889a-6dcd83486e62", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134449,7 +134449,7 @@ } }, { - "id": "551a6dbd-4ceb-480d-b652-24b9f01ddfa1", + "id": "6f6a0ec8-ed14-4a8c-90cc-1df3716216a7", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -134497,7 +134497,7 @@ }, "response": [ { - "id": "8ef06a91-6b4f-42b3-b14d-b536bdbd4390", + "id": "d706f903-f8ab-4f6a-8ba6-10714b819aa2", "name": "Event Trigger", "originalRequest": { "url": { @@ -134554,7 +134554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dc983bc-a487-46d6-8f11-1874f847e500", + "id": "1d6436a5-5740-44e2-a962-c3d550b72699", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -134611,7 +134611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cff6812d-696f-4635-a4ad-8537731a14f7", + "id": "ba259595-ebb2-49a2-b3ac-99eb09da043b", "name": "External Trigger", "originalRequest": { "url": { @@ -134668,7 +134668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22f6a7a5-f691-40bb-ba44-000f429780d4", + "id": "05be2d64-c5bc-4320-a028-f60d4b4f9f15", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -134725,7 +134725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2f6858f-7997-42ce-b1f6-9eac53fc7b91", + "id": "1484633a-e85d-4f2a-ba20-84b84eabebdd", "name": "External Trigger", "originalRequest": { "url": { @@ -134782,7 +134782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb5dbbb3-528b-4b3d-8ae2-ebf95c56ebe0", + "id": "4b1b0ebc-103d-4dfc-b958-b52ef477621c", "name": "External Trigger", "originalRequest": { "url": { @@ -134839,7 +134839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5688e733-16aa-4ebd-956c-5b06f12eaa0c", + "id": "36255334-54f7-46a7-af42-eeadad1dcd81", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -134896,7 +134896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d87afec-1c7c-499f-aba3-fbde184bc2bd", + "id": "de548a91-e7c1-4d49-914e-1dac3a6b457f", "name": "Event Trigger", "originalRequest": { "url": { @@ -134953,7 +134953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bfc1529-20b8-40a2-8ce0-7b303bbe702d", + "id": "55f9382d-e74d-4ba3-92ae-e21f495424d4", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -135016,7 +135016,7 @@ } }, { - "id": "61a8d6f9-1a9a-49ab-8e6e-6b2ccd680318", + "id": "8b13c883-b56a-403d-b1a3-476344bfa09a", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -135071,7 +135071,7 @@ }, "response": [ { - "id": "91ca7934-f19b-4363-bade-ea231c865897", + "id": "0abfa4de-fc3e-4f11-82da-af5d962872f9", "name": "The Workflow object", "originalRequest": { "url": { @@ -135129,7 +135129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c6c4a66-fb4a-4503-8efe-3dd2703e8484", + "id": "615f387c-0d49-4288-8f3a-a9d741dff6b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135187,7 +135187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dc67b58-d3f5-43c8-b4a1-32e7312bf7c5", + "id": "ae8a39c2-a7ee-4282-88d3-ee1f75ed79da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135245,7 +135245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1eba6e5a-bf45-4824-ad45-c8f60896bedf", + "id": "28049b79-bacc-4ee7-9e75-0189d555bee7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135303,7 +135303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c4d3dc7-8eab-48fe-8793-4f8687308ed3", + "id": "4f89ded0-6099-4c72-96de-0298c1da036f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135361,7 +135361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57335dd3-4861-4ff3-a8f3-f7a020d62497", + "id": "cbb902e4-889e-4f73-bc0e-f39644d0865d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135425,7 +135425,7 @@ } }, { - "id": "840c7c58-e4a3-4567-af05-9dbd1d9c00c3", + "id": "d13dd2a4-703f-4438-88af-2361d09d6df0", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -135504,7 +135504,7 @@ }, "response": [ { - "id": "61e17f59-bdcc-4021-9f69-b52c50be227c", + "id": "ce7c4815-1d7e-427d-954f-1667bb98ae30", "name": "List of workflow executions for the given workflow", "originalRequest": { "url": { @@ -135586,7 +135586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50442590-52c2-46c0-a560-963abc796423", + "id": "ac055f7d-1e4b-4ffe-95e4-e9645873055e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135668,7 +135668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1180928-fcb2-4914-ad9d-4d2b7a25efa0", + "id": "f1f245f3-5002-4f86-970d-b6d7ced7258f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135750,7 +135750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7396610-f72b-44d2-b0a0-2e95942147fd", + "id": "2ba34b78-89e4-438a-bf3e-bd22968737b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135832,7 +135832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8e00794-8740-4c3c-9736-69c155e8019c", + "id": "1633f145-82b1-4729-95ff-7509d63d71a2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135914,7 +135914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25a8a6b3-6f57-4495-9f53-0cbc4f94fe33", + "id": "40743b1c-2ec9-41aa-b83d-2082cef71271", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135996,7 +135996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dce94bc-662c-4121-8d4d-0783d386dad2", + "id": "4d5fe044-5f69-48ec-9e62-9ffeaf36ab02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136084,7 +136084,7 @@ } }, { - "id": "0596fcf8-8ad7-48cc-96e7-2df0dd3cf71e", + "id": "fe3afdbb-9f96-4eb0-aa4d-0b88707adec3", "name": "Get a Workflow Execution", "request": { "name": "Get a Workflow Execution", @@ -136125,7 +136125,7 @@ }, "response": [ { - "id": "5112b7c3-7240-41a6-b655-17054e7e2566", + "id": "ea1fa161-ff85-456f-9579-fd69ed84595f", "name": "The workflow execution", "originalRequest": { "url": { @@ -136169,7 +136169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f15c92f-ba56-4774-93e3-7635cfa445b5", + "id": "978a93f7-419a-46cc-9b3d-e9f852dc4711", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136213,7 +136213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d48a6621-5bb2-4307-a0df-8d416932bd26", + "id": "b722070d-d167-40df-93eb-5952881bea85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136257,7 +136257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35f7c351-11a5-423c-a7c2-0e497a72bc5c", + "id": "9d0322e6-e61b-4090-a4c2-f49ff2eedfc8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136301,7 +136301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "552261eb-ef5c-48ef-ba94-9a9b3914a028", + "id": "2ce715d8-8133-4ddb-8569-a9b2b43c3ed4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136345,7 +136345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28fad17e-1bcd-4244-852f-220cd8853c93", + "id": "7dee3e3b-98f1-499b-874e-0898f2d1198c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136389,7 +136389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c72cc507-d4a0-4312-ae1b-12ce78835ad0", + "id": "80ca87c7-a607-4849-bb45-fd529fb5f86e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136439,7 +136439,7 @@ } }, { - "id": "ed3db081-4484-48f5-8fbe-1c754be68a13", + "id": "1a4f41ed-74ac-4271-b95e-15d868d923ce", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -136481,7 +136481,7 @@ }, "response": [ { - "id": "95002bde-b307-488e-8539-6ef849162c65", + "id": "5e809206-73f0-4e59-aabb-6373286768c7", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -136526,7 +136526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7700c7c-9fb9-499d-b9b5-083dbba9778d", + "id": "c4953de6-2a1a-4d30-b684-3f7ba333a865", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136571,7 +136571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b71e9ee7-5527-4e4b-873a-1b2e3d721fd9", + "id": "63dd80f0-5cb1-491c-a01c-93138f5252fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136616,7 +136616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c915532-4335-4234-a988-8bc0a29376a3", + "id": "bb30661e-67b0-4ee9-aa97-6cff6bd9aac0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136661,7 +136661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5597140d-78ea-4126-8404-2a34750233c2", + "id": "b4d19312-bf5e-4fdc-b339-9ed190e1ff85", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136706,7 +136706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc5bb23b-2fe7-4260-b259-06dea13e8950", + "id": "93517791-9365-4aee-8fd5-8a985d2c516a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136751,7 +136751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a76ee5e4-5ae3-43f0-8263-293fda9aaa20", + "id": "2766f0c0-5a54-462b-a545-9a11d7e202cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136802,7 +136802,7 @@ } }, { - "id": "ba8d5cb3-407c-4118-8fb4-c201de2e2806", + "id": "fa1660eb-9750-4867-9947-78680d2d8b18", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -136844,7 +136844,7 @@ }, "response": [ { - "id": "882d1a60-0002-46d9-8580-cf7be72cfb5b", + "id": "1ed18a0a-70b9-40d2-86f6-735530b39ed2", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -136879,7 +136879,7 @@ "_postman_previewlanguage": "text" }, { - "id": "71ebd354-e5df-4017-aee2-2d70efea8e20", + "id": "044729ec-8d0c-4511-a783-39d99d5e7aec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136924,7 +136924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72e60b99-a46f-4b2a-ae58-10789d44989e", + "id": "f15f2261-1a21-4da0-8252-f2d9a203da61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136969,7 +136969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a0b9c24-6698-4766-aeaa-90c41b8d085c", + "id": "da9539c2-89e3-4a8d-b3c2-083467627730", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137014,7 +137014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df1fa9e3-1a9d-4007-ac67-3bcd92141d7f", + "id": "31df2dbc-3cfc-4981-a10a-55f7887edd1a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -137059,7 +137059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5b13f3d-c526-4f11-9bdb-e3542dcdf28a", + "id": "2bd6987c-547c-43dd-929d-0733afd017d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137104,7 +137104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0978ba32-18bb-4139-a9f7-677096c3431d", + "id": "b84281f1-fd60-4bc3-b95e-62232f129866", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137155,7 +137155,7 @@ } }, { - "id": "cb9e999a-fb1b-4c0a-a1b9-5ccedc647e8b", + "id": "ece3d8fa-6b38-46b2-a193-3b78bbfc4376", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -137203,7 +137203,7 @@ }, "response": [ { - "id": "0c4228d7-260a-48c2-aa6d-e0a02a1420f9", + "id": "d31388b6-924b-4f16-b594-a763f9ca1fb6", "name": "List of workflow steps", "originalRequest": { "url": { @@ -137265,7 +137265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f413c5cf-7f1f-4ea1-bcb3-174fdd5e2ee7", + "id": "b2889af6-fa10-4a73-8c34-6d1e671a1d5f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137327,7 +137327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bda1ffa1-4637-447b-9463-1bfeb7e1a15c", + "id": "6ded6e3c-1787-4d0f-809d-43bcda877936", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137389,7 +137389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddc2d81c-5421-4bb9-8d10-befa05369fb5", + "id": "b0d22b0e-1337-4614-840b-c5d7305e320d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137451,7 +137451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24de22dc-a9bf-496b-8840-3dded7cb86f6", + "id": "e6ac0922-fa48-4aec-8e55-c4a3311c71e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137513,7 +137513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25426983-a971-4e42-967a-eef8aa5b8799", + "id": "66ba0107-dc55-42b5-b675-bbe4ce48b60b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137581,7 +137581,7 @@ } }, { - "id": "2094bb69-942b-4062-bc3a-279205cb8de3", + "id": "e1adcf44-a7a1-4d84-8d11-c3c373d72232", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -137639,7 +137639,7 @@ }, "response": [ { - "id": "f1522d1f-8904-4829-a808-a4273c596462", + "id": "7aedf0ab-1a20-4c92-b430-ed1c42d712c9", "name": "List of workflow actions", "originalRequest": { "url": { @@ -137711,7 +137711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f67abdb-993b-420d-8593-c669a7e23e59", + "id": "32ea9aa0-832b-4cde-83b7-a1d7fa9eb02a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137783,7 +137783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5d7d65c-0af4-4c17-aea4-6e4508d3b5f5", + "id": "f2d2a698-0243-4031-8b6e-2f522081904d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137855,7 +137855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2591ad0-b8eb-41f5-b469-1dad8f6ccf90", + "id": "69cd9ce5-6f60-4496-b9cd-84fda7340612", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137927,7 +137927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfaba339-a3be-4e54-969c-e6f5aa88a867", + "id": "b353670d-0052-4fb9-a265-9821e9a5be9c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137999,7 +137999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a49624ea-d114-4af9-8be0-14ac78988521", + "id": "5c229d22-bfca-4409-8f19-80244c58a700", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138077,7 +138077,7 @@ } }, { - "id": "a71c0194-8f4e-4574-935a-9dd7cce1b69e", + "id": "a0e53618-3877-4d9a-b52e-25c7d3cde9e5", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -138135,7 +138135,7 @@ }, "response": [ { - "id": "3b8e2050-f4ad-4cb8-8645-2f6aec13cfd8", + "id": "710ce033-279a-451c-8daf-d22e6a86601d", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -138207,7 +138207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cc94dc8-2baa-43e5-adf7-259207ca0b7a", + "id": "1a5b732e-2101-4a68-b3e8-96cbda87d8f6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138279,7 +138279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28a76aee-888b-4897-8843-c9dc14092e1c", + "id": "1709c5f0-b2fa-468a-a0a4-968b64acdabb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138351,7 +138351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e10105c8-d484-4cd5-bb2c-9d11acb56787", + "id": "18a3a613-91ec-41ec-a9f3-9fb7b5eb4963", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138423,7 +138423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddd620e9-fa98-4f8b-b928-bb39fbdb51a9", + "id": "8036b516-3d8a-4ad7-85c1-3818feff767c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138495,7 +138495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27fe88f8-da7e-477f-b54e-af2cc3c6903e", + "id": "ae54b3dc-8032-4567-a9ab-5b173759fdaf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138573,7 +138573,7 @@ } }, { - "id": "3612bbde-1bff-4e24-9924-3e80840bf5db", + "id": "6ebf252e-ada1-4775-a499-6a3dd74271f9", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -138603,7 +138603,7 @@ }, "response": [ { - "id": "b6279f84-0325-4a01-89db-c83038fbbdd4", + "id": "0af92ed1-6169-439c-9385-0cbe51262be1", "name": "List of workflow operators", "originalRequest": { "url": { @@ -138647,7 +138647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c690dc4-bf9b-4141-9cbe-c5ac95311b2e", + "id": "e82c3b56-6450-417f-8f6c-1774b17644ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138691,7 +138691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cdc2910-9e74-438e-8b69-856af103d135", + "id": "e757a88f-9b0b-49dd-83ec-95e1c9186dd1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138735,7 +138735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1943f8d5-5651-469b-94af-126c441eb074", + "id": "51c72cc7-30f4-44de-8e9a-e63e1f10f50b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138779,7 +138779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fed22c08-f1fc-4888-84d7-48c9360e0c29", + "id": "4952095c-a21d-4a9d-8e6e-f80b9f0fef28", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138823,7 +138823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8501e63-f97a-4568-89b3-5c0edf7ef8e1", + "id": "4b0d0151-9415-4efb-81e8-46ae7be24342", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138873,7 +138873,7 @@ } }, { - "id": "8db20ea0-d1f8-4099-b613-0e061163d14b", + "id": "1e2dd36b-eb97-41ff-83c7-f159f7f51d06", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -138916,7 +138916,7 @@ }, "response": [ { - "id": "89b3e65c-4fa0-41c5-8c2e-fa0cec5c269a", + "id": "b995057d-dd81-45ed-a8fb-35ec72c558a2", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -138962,7 +138962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec1194e4-7d90-426e-ae41-b540afd6d45d", + "id": "2a1b06f1-1762-492e-8fcb-85d5b063304d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139008,7 +139008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef1b3f8e-2f02-4a73-b91c-b08fa882b066", + "id": "6ab8baec-bde5-4fab-a74f-936fc701d42e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139054,7 +139054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8615a167-92c4-4abb-8a1e-15cca504f486", + "id": "9d132823-910b-4590-bb10-ec0d08488fcf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139100,7 +139100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff933e17-ff3c-43df-b1e4-47841008e563", + "id": "d43112bf-8d7f-4d3a-b01a-a9409c06c5a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139146,7 +139146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94479a36-00d3-4c71-a710-7ddd213ac790", + "id": "0248bbbe-db91-4828-bf5a-224e66f7f01e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139198,7 +139198,7 @@ } }, { - "id": "eb499c39-a43f-4f5a-9947-247cdf1782b4", + "id": "98925f7b-9708-4d59-9a32-3fb1621ee3f6", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -139254,7 +139254,7 @@ }, "response": [ { - "id": "289f01a1-6b00-4ece-a2cd-dc21fda584ff", + "id": "8ac7afff-750a-4dc1-bc1f-612c4c863e81", "name": "The Workflow object", "originalRequest": { "url": { @@ -139313,7 +139313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cce57881-bca4-4004-9fc9-2a35b90527ce", + "id": "5cc7e927-8c46-4171-a50e-5a763e34f72c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139372,7 +139372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e66bbc33-24ac-4c20-9242-127a72a00423", + "id": "78ce7066-7776-4a62-93e3-85af68742c2c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139431,7 +139431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "636db064-eabe-469e-b295-d7d4b1de1722", + "id": "32676b25-903c-48a0-8fea-a6141625a73f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139490,7 +139490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4878abc0-8a1a-4016-bf7e-efcad16a2b6a", + "id": "1a2c63a6-1417-4ea5-9e4f-08d7db4d7fc5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139549,7 +139549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df9f64db-c662-4b4a-8cef-5e9c3ed8ce05", + "id": "81648011-15f7-4125-b477-a7630eb65696", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139614,7 +139614,7 @@ } }, { - "id": "9d1f00d2-dd8d-4e44-9c55-7227122c0627", + "id": "1fa14376-060e-4f03-b630-b5b7d74c065e", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -139671,7 +139671,7 @@ }, "response": [ { - "id": "f7dc9d8c-5068-483d-9d1b-37d13ba40ca9", + "id": "38fce067-1e52-4743-8913-a522fbc9dbe9", "name": "Responds with the test input", "originalRequest": { "url": { @@ -139731,7 +139731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "723c0437-54fc-4827-9a5b-12ea0694291a", + "id": "e1582e7f-bd0e-44d1-85f9-4ebc2b325763", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139791,7 +139791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aefdc1c-339a-4d60-b526-a19a6452c7a5", + "id": "9a72ca40-840f-47ad-b266-c3936770980a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139851,7 +139851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e234ab3-7b85-4cc1-a8de-af6a2cdaece4", + "id": "f4c5e751-8b28-4ee4-aca1-72f2c0098bfc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139911,7 +139911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a4ff6f6-7d8d-4d93-998f-5adc17006f0f", + "id": "ab46284d-5a9e-44c5-865e-d049b29cdc0b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139971,7 +139971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7df31196-0338-43c1-9fc5-e199347ab782", + "id": "000de297-e10e-4605-bef7-c80ec86e33a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140117,7 +140117,7 @@ } ], "info": { - "_postman_id": "c18f243b-cabc-4c1a-b596-9bf0008d9790", + "_postman_id": "8bbf53e5-ebb9-4e0f-87f8-c0a04e224a5a", "name": "IdentityNow V3 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {