diff --git a/dereferenced/deref-sailpoint-api.beta.json b/dereferenced/deref-sailpoint-api.beta.json index d0b0389..da6cf3a 100644 --- a/dereferenced/deref-sailpoint-api.beta.json +++ b/dereferenced/deref-sailpoint-api.beta.json @@ -73674,7 +73674,11 @@ "Identities" ], "summary": "Process a list of identityIds", - "description": "You could use this endpoint to:\n1. Calculate identity attributes, including applying or running any rules or transforms (e.g. calculate Lifecycle State at a point-in-time it's expected to change).\n2. Evaluate role assignments, leading to assignment of new roles and removal of existing roles.\n3. Enforce provisioning for any assigned accesses that haven't been fulfilled (e.g. failure due to source health).\n4. Recalculate manager relationships.\n5. Potentially clean-up identity processing errors, assuming the error has been resolved.\n\nTo learn more, refer to the [identity processing documentation](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html).\n\nA token with ORG_ADMIN or HELPDESK authority is required to call this API.\n", + "description": "This operation should not be used to schedule your own identity processing or to perform system wide identity refreshes. The system will use a combination of [event-based processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#event-based-processing) and [scheduled processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#scheduled-processing) that runs every day at 8:00 AM and 8:00 PM in the tenant's timezone to keep your identities synchronized. \n\nThis endpoint will perform the following tasks:\n1. Calculate identity attributes, including applying or running any rules or transforms (e.g. calculate Lifecycle State at a point-in-time it's expected to change).\n2. Evaluate role assignments, leading to assignment of new roles and removal of existing roles.\n3. Enforce provisioning for any assigned accesses that haven't been fulfilled (e.g. failure due to source health).\n4. Recalculate manager relationships.\n5. Potentially clean-up identity processing errors, assuming the error has been resolved.\n\nA token with ORG_ADMIN or HELPDESK authority is required to call this API.\n", + "externalDocs": { + "description": "Learn more about manually processing identities here", + "url": "https://documentation.sailpoint.com/saas/help/setup/identity_processing.html" + }, "security": [ { "UserContextAuth": [ @@ -85253,7 +85257,11 @@ "Identity Profiles" ], "summary": "Process identities under profile", - "description": "Process identities under the profile\n\nA token with ORG_ADMIN authority is required to call this API.", + "description": "Process identities under the profile\nThis operation should not be used to schedule your own identity processing or to perform system wide identity refreshes. The system will use a combination of [event-based processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#event-based-processing) and [scheduled processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#scheduled-processing) that runs every day at 8:00 AM and 8:00 PM in the tenant's timezone to keep your identities synchronized. \nThis should only be run on identity profiles that have the `identityRefreshRequired` attribute set to `true`. If `identityRefreshRequired` is false, then there is no benefit to running this operation. Typically, this operation is performed when a change is made to the identity profile or its related lifecycle states that requires a refresh.\nThis operation will perform the following activities on all identities under the identity profile.\n1. Updates identity attribute according to the identity profile mappings. 2. Determines the identity's correct manager through manager correlation. 3. Updates the identity's access according to their assigned lifecycle state. 4. Updates the identity's access based on role assignment criteria.\nA token with ORG_ADMIN authority is required to call this API.", + "externalDocs": { + "description": "Learn more about manually processing identities here", + "url": "https://documentation.sailpoint.com/saas/help/setup/identity_processing.html" + }, "parameters": [ { "in": "path", diff --git a/dereferenced/deref-sailpoint-api.beta.yaml b/dereferenced/deref-sailpoint-api.beta.yaml index 0f02028..f3851cd 100644 --- a/dereferenced/deref-sailpoint-api.beta.yaml +++ b/dereferenced/deref-sailpoint-api.beta.yaml @@ -55774,16 +55774,19 @@ paths: - Identities summary: Process a list of identityIds description: | - You could use this endpoint to: + This operation should not be used to schedule your own identity processing or to perform system wide identity refreshes. The system will use a combination of [event-based processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#event-based-processing) and [scheduled processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#scheduled-processing) that runs every day at 8:00 AM and 8:00 PM in the tenant's timezone to keep your identities synchronized. + + This endpoint will perform the following tasks: 1. Calculate identity attributes, including applying or running any rules or transforms (e.g. calculate Lifecycle State at a point-in-time it's expected to change). 2. Evaluate role assignments, leading to assignment of new roles and removal of existing roles. 3. Enforce provisioning for any assigned accesses that haven't been fulfilled (e.g. failure due to source health). 4. Recalculate manager relationships. 5. Potentially clean-up identity processing errors, assuming the error has been resolved. - To learn more, refer to the [identity processing documentation](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html). - A token with ORG_ADMIN or HELPDESK authority is required to call this API. + externalDocs: + description: Learn more about manually processing identities here + url: 'https://documentation.sailpoint.com/saas/help/setup/identity_processing.html' security: - UserContextAuth: - 'idn:identity:manage' @@ -64228,8 +64231,14 @@ paths: summary: Process identities under profile description: |- Process identities under the profile - + This operation should not be used to schedule your own identity processing or to perform system wide identity refreshes. The system will use a combination of [event-based processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#event-based-processing) and [scheduled processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#scheduled-processing) that runs every day at 8:00 AM and 8:00 PM in the tenant's timezone to keep your identities synchronized. + This should only be run on identity profiles that have the `identityRefreshRequired` attribute set to `true`. If `identityRefreshRequired` is false, then there is no benefit to running this operation. Typically, this operation is performed when a change is made to the identity profile or its related lifecycle states that requires a refresh. + This operation will perform the following activities on all identities under the identity profile. + 1. Updates identity attribute according to the identity profile mappings. 2. Determines the identity's correct manager through manager correlation. 3. Updates the identity's access according to their assigned lifecycle state. 4. Updates the identity's access based on role assignment criteria. A token with ORG_ADMIN authority is required to call this API. + externalDocs: + description: Learn more about manually processing identities here + url: 'https://documentation.sailpoint.com/saas/help/setup/identity_processing.html' parameters: - in: path name: identity-profile-id diff --git a/dereferenced/deref-sailpoint-api.v3.json b/dereferenced/deref-sailpoint-api.v3.json index 37f0289..17d463e 100644 --- a/dereferenced/deref-sailpoint-api.v3.json +++ b/dereferenced/deref-sailpoint-api.v3.json @@ -70337,7 +70337,11 @@ "Identity Profiles" ], "summary": "Process identities under profile", - "description": "Process identities under the profile\n\nA token with ORG_ADMIN authority is required to call this API.", + "description": "Process identities under the profile\nThis operation should not be used to schedule your own identity processing or to perform system wide identity refreshes. The system will use a combination of [event-based processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#event-based-processing) and [scheduled processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#scheduled-processing) that runs every day at 8:00 AM and 8:00 PM in the tenant's timezone to keep your identities synchronized. \nThis should only be run on identity profiles that have the `identityRefreshRequired` attribute set to `true`. If `identityRefreshRequired` is false, then there is no benefit to running this operation. Typically, this operation is performed when a change is made to the identity profile or its related lifecycle states that requires a refresh.\nThis operation will perform the following activities on all identities under the identity profile.\n1. Updates identity attribute according to the identity profile mappings. 2. Determines the identity's correct manager through manager correlation. 3. Updates the identity's access according to their assigned lifecycle state. 4. Updates the identity's access based on role assignment criteria.\nA token with ORG_ADMIN authority is required to call this API.", + "externalDocs": { + "description": "Learn more about manually processing identities here", + "url": "https://documentation.sailpoint.com/saas/help/setup/identity_processing.html" + }, "parameters": [ { "in": "path", diff --git a/dereferenced/deref-sailpoint-api.v3.yaml b/dereferenced/deref-sailpoint-api.v3.yaml index 43fbf1f..a0d150b 100644 --- a/dereferenced/deref-sailpoint-api.v3.yaml +++ b/dereferenced/deref-sailpoint-api.v3.yaml @@ -53635,8 +53635,14 @@ paths: summary: Process identities under profile description: |- Process identities under the profile - + This operation should not be used to schedule your own identity processing or to perform system wide identity refreshes. The system will use a combination of [event-based processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#event-based-processing) and [scheduled processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#scheduled-processing) that runs every day at 8:00 AM and 8:00 PM in the tenant's timezone to keep your identities synchronized. + This should only be run on identity profiles that have the `identityRefreshRequired` attribute set to `true`. If `identityRefreshRequired` is false, then there is no benefit to running this operation. Typically, this operation is performed when a change is made to the identity profile or its related lifecycle states that requires a refresh. + This operation will perform the following activities on all identities under the identity profile. + 1. Updates identity attribute according to the identity profile mappings. 2. Determines the identity's correct manager through manager correlation. 3. Updates the identity's access according to their assigned lifecycle state. 4. Updates the identity's access based on role assignment criteria. A token with ORG_ADMIN authority is required to call this API. + externalDocs: + description: Learn more about manually processing identities here + url: 'https://documentation.sailpoint.com/saas/help/setup/identity_processing.html' parameters: - in: path name: identity-profile-id diff --git a/postman/collections/sailpoint-api-beta.json b/postman/collections/sailpoint-api-beta.json index d2fa687..1d45e2c 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 Identity Security Cloud, 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 Identity Security Cloud 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 Identity Security Cloud. Identity Security Cloud 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 Identity Security Cloud, 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 Identity Security Cloud 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": "f85c1239-e1bd-4c96-be77-6dca9ac842ee", + "id": "c384651d-6ce9-4b70-9293-454d4ec04972", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "82aadc6c-b9c7-4056-b1e3-c499f5565069", + "id": "90d1696b-c900-43ec-b0c1-48bb8dd7a394", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aba1b68-66e1-4ee1-970b-25e768afc2de", + "id": "dff58071-d416-4e1b-a9ba-5ffc8765e824", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fb662c2-8e28-4a05-8000-ccbae1e971e4", + "id": "e76fd5b0-1415-4e14-9f50-c1504c081adb", "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": "975bb1d3-0248-4cf1-be19-2f96514adebc", + "id": "9c0b7eed-a982-4a6d-ab77-b6f074915d41", "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": "8e19045f-9dd1-479c-a998-abaef5e25bf7", + "id": "4ffd8dd7-45aa-44eb-9bc3-a2e77fe3f2b2", "name": "Too Many Requests - Returned in response to too many requests in 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": "0fdb8b04-c9b1-4703-a88f-7b2c02720c63", + "id": "91e8ec4e-906e-418f-b119-cf7ef82540f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "74c52087-a951-4ed6-8488-4f30c9a0b835", + "id": "ed11b8ad-9954-4509-b1e5-65c54e9c3888", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "2cb66866-76fd-4018-895a-f6769965220c", + "id": "35c71fd3-d379-4922-8ce3-d81bc36a327b", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f4d57d2-98ac-406e-8c0c-b9c1d253f9bc", + "id": "fc9cc4e2-ed70-47e8-9a24-660b71c956fe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fc9a8c9-1653-490c-965e-4b2f2ad0936f", + "id": "73a17c24-47ee-44d9-ba77-f889e0b950a3", "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": "adf5f7bf-6990-4d27-8ff5-7f412dfd1b34", + "id": "c2102406-987d-45c0-8135-9fac1825bd88", "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": "4b9d7652-ff39-4c65-85f8-aaa6a1722b8c", + "id": "2e904e07-bf52-48f7-a551-a45817f59f05", "name": "Too Many Requests - Returned in response to too many requests in 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": "eb566506-7f94-44b1-a35f-c7186be4ce84", + "id": "6dbb32f4-e6bf-4b7a-bde5-295aad7df499", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "fe5ac140-2356-457e-8d2c-3e825242e69b", + "id": "a7375d96-6193-4415-81fa-b39c5ad86201", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "71fc4a61-132c-42d9-b402-15a02bafbfe7", + "id": "5e5799b0-aaf1-4577-8597-317fed23045f", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0338e9f-d236-4cee-96a8-5b1442c1a631", + "id": "f405b833-2f09-42ec-a2f7-ced7abe3d089", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "082e35af-3e07-49ac-847d-5f803cf441f8", + "id": "83ee2533-7a3b-498f-862e-7b2e9433f2cb", "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": "f6a1713a-527a-44c4-b9a4-81d4d02acd78", + "id": "bde10b89-c5da-418d-bd74-0a605713b434", "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": "273de2bd-572f-4582-9be4-d78723945bea", + "id": "6b273e99-a6d9-413e-a317-4a9d9bbd8b18", "name": "Too Many Requests - Returned in response to too many requests in 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": "2921f6f5-182c-451b-ae4e-9a73c49be42a", + "id": "e0d4ff13-3022-4977-ad2c-98e8eb344ca3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "75378d84-1af1-4d15-875a-f1ca3d6a5311", + "id": "50f84d4f-2733-4dbf-a128-f8f12d46a410", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "4d5fcb59-fc03-495f-8238-4b1a933103c5", + "id": "7cc83d8a-b72e-45cd-92fb-b1c54d6e9446", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b41582ea-8980-4bb2-b478-ea0322191868", + "id": "a199cd5a-a15a-4885-804e-fa0f3d639098", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6ae6b7e-3dd3-4d1b-a92d-6e5da27823ab", + "id": "1ca5140e-8f7a-42f9-a1d4-8295b8031b5d", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e67ace83-b19a-42b3-b523-6a430380f0ed", + "id": "099f2931-7dc8-43be-b8a8-5da8de260fc8", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ffd70d1-68b0-4f8d-8b23-3633c6fc7717", + "id": "8f963d97-7b77-4512-bb78-882f24f06843", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9680ea6d-7432-4d9a-86e6-a357ec5e7c1e", + "id": "17781165-954f-4cc2-adbd-e80a9cf0565f", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29f67312-d45e-470e-9d8f-ba860e739957", + "id": "65b99d14-8362-4bb6-b90d-8dd17ae6aeba", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5c6ecc8-1432-4e3a-a2f6-0f08eaf85afd", + "id": "89247c71-f7f1-4db8-bb0a-5ba858a0f810", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98c40f5e-eead-4770-8fa4-cd656dd82b3b", + "id": "b6d6a9bf-7483-4aff-9606-46507b15d714", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68659b2d-754b-4930-92cf-d60925a39e90", + "id": "bed28e1c-ac63-42e4-bdc9-c82ff9e62e9a", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18773978-adf7-4f4f-ab47-696cb7f99991", + "id": "188ec401-b9b0-476e-84dd-52e3efc20c97", "name": "Add Entitlements", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f7c9cfd-3b41-4c99-adbe-2bb118c6d53d", + "id": "34928e96-27da-4004-bbb3-af5c505de1f1", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2248,7 +2248,7 @@ } }, { - "id": "11d2e30c-d303-47b8-9b65-a5b300664339", + "id": "c7b8d969-e827-4014-9606-4c4b791567fa", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2289,7 +2289,7 @@ }, "response": [ { - "id": "b4eedc87-20a6-44e0-aded-4ce7e1826caf", + "id": "df77805f-e9c9-4686-a5b0-1ead491d6dc5", "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": "9a914f9c-8d49-450c-b25a-c2469fbe716e", + "id": "e8f02229-dbe0-418b-834d-70fd1453cf1d", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2367,7 +2367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d15e8c27-f1d7-4566-861b-412cb2ba43ca", + "id": "f7c46121-8590-4d94-b07b-7f404fec5346", "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": "05b24aaf-23c5-48e3-821c-cadcce737e3c", + "id": "01297eb9-0175-4ac7-bb56-17b72a53fa5f", "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": "7b7da600-902d-4c08-ad60-06654923b501", + "id": "53cdde66-f1db-4dc8-95a0-1eb0645173c4", "name": "Too Many Requests - Returned in response to too many requests in 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": "f5e37e56-0fe7-4693-82e0-55ac7c9868ed", + "id": "bd8c0bf1-82fc-4157-aec9-c2276e864a1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2549,7 +2549,7 @@ } }, { - "id": "8c51728c-25cc-4399-908f-f0393c8fb94a", + "id": "92d67025-9c33-4205-9f8c-084934f7a8f6", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2592,7 +2592,7 @@ }, "response": [ { - "id": "7bfbb142-c7f5-403b-99a1-e20e8634cbf6", + "id": "65d82f7c-2e1e-49be-8fda-63ece94f1a12", "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": "0f6c0da7-fc1b-49e2-80ab-de91ab821499", + "id": "7ca54155-62f7-4473-9d7b-4b6a557c4684", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2706,7 +2706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a22c1630-265d-4569-a474-0f39f7f77c69", + "id": "9ad59d5d-2bc1-46d1-955d-dfcd340d7cbf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2763,7 +2763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2309419d-b3fd-4ddd-be98-a995311c63a8", + "id": "65526839-6dff-400f-8075-d1f6120dc672", "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": "e5dc7aee-40f5-4719-aa8d-508594d03df2", + "id": "e582798c-c14c-4070-bb51-93384cb518f4", "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": "af1bcef8-a62d-40d2-b0ea-59efa5880519", + "id": "8058fbc7-c9b5-411e-8be6-f93eb7d0584f", "name": "Too Many Requests - Returned in response to too many requests in 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": "9477d3ee-aea0-4ad6-bd1b-9957dd1750f9", + "id": "ff8b98f2-70b5-4c77-9915-2d60a31a7f47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2997,7 +2997,7 @@ } }, { - "id": "461aa961-f6d3-46b5-b7b2-39b7fdedc8ed", + "id": "99a1e729-0718-4715-85af-97266db9e09d", "name": "Update Access Profile(s) requestable field.", "request": { "name": "Update Access Profile(s) requestable field.", @@ -3040,7 +3040,7 @@ }, "response": [ { - "id": "29c8ca64-4298-4555-b573-b4d4f01a3e49", + "id": "7528c4f9-671b-43b9-9c1f-0351d797f2aa", "name": "List of updated and not updated Access Profiles.", "originalRequest": { "url": { @@ -3097,7 +3097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04aca4d4-77fe-4ed6-bee4-16b75e66d750", + "id": "d5202627-80b8-48c7-93cd-ef2cf37f04b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3154,7 +3154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "736eb280-ff0d-4b65-accd-8d491b5b88a3", + "id": "8b7cd61e-1253-4810-8367-4cdd244615f0", "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": "50a77f88-745e-40b7-b556-e2b628fd3a53", + "id": "64eca9ad-3183-40d9-ba67-5e8c7990dcc2", "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": "66d80534-9f71-4252-ba5c-839142017015", + "id": "bf86e791-ca2b-40d4-81a7-ed929600ab40", "name": "Precondition Failed - Returned in response if API/Feature not enabled for an organization.", "originalRequest": { "url": { @@ -3325,7 +3325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cd01d5e-f0cb-4a35-8043-da57bb2a669d", + "id": "739b6a3a-ab83-4b4d-b7e0-471cf324d869", "name": "Too Many Requests - Returned in response to too many requests in 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": "77a915d2-c1c7-4229-830d-80a8c70a2bec", + "id": "47ed519b-7d3b-4214-b309-34b499e1ae09", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3445,7 +3445,7 @@ } }, { - "id": "56e62f93-e852-46dc-bbb8-a31bb1c081b7", + "id": "b673e27c-3978-40bb-b820-9a75d86d874f", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3533,7 +3533,7 @@ }, "response": [ { - "id": "7bea8795-dfe8-464f-b7f3-71da076b222b", + "id": "0d0406b0-6264-447d-bca2-c639eb3701da", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3624,7 +3624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a82d3b6-d534-4102-8066-9f545612cae5", + "id": "c7f14360-0a61-47a7-8c0b-1ce8a4477ff7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3715,7 +3715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33fa6e7e-ce9c-43b7-8d62-3a50d8db2399", + "id": "0dcc6ac8-5a3d-47d3-aae9-3506c23d4ac1", "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": "7e855ba3-c4ec-4a1d-bde5-bf7f5009a077", + "id": "b5215fbf-1d41-4d26-aa60-6d869c31d3f6", "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": "750de430-c67e-48e9-a662-cf2b2c4f409c", + "id": "32f77e31-c1f7-482f-a1a5-8bc8753b6bb4", "name": "Too Many Requests - Returned in response to too many requests in 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": "2670e946-f9af-4543-b840-65daf6541088", + "id": "ec14f4b6-91cc-4b11-950a-17294fef05dc", "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 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\nIdentity Security Cloud'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 Identity Security Cloud, 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 Identity Security Cloud 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": "86ea1f81-e6f9-44b1-956e-f2e2c839e345", + "id": "4491751a-6b33-48a8-ac07-47b9d58304d7", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -4133,7 +4133,7 @@ }, "response": [ { - "id": "9a07eeab-252a-4a5f-b3c2-414856b3e38d", + "id": "483e8e64-a549-4eb6-b32b-14b2c6e0cfff", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4189,7 +4189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bc944c7-df4c-4265-8b31-66d1a2226dcb", + "id": "f7f9457f-9ba0-406b-905a-218e599ea3e8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4245,7 +4245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93f8ef10-c1e3-4c45-a693-4ed573fdcf3a", + "id": "268edb27-1c84-4767-b50d-1ca8d42d3bc0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4301,7 +4301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6d4b4f7-3ec1-49d8-90b6-18fb3f19bc08", + "id": "f9ce98a5-52cb-44b5-820c-a985ce6e4d5a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4357,7 +4357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04eee61a-97ed-4a76-975c-8b104b413a6e", + "id": "467e26c9-c9d5-4441-8a1c-f79833bd899a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4413,7 +4413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "623c70e5-4234-4832-9f55-bad7b82a26d3", + "id": "31ce74cc-0d5f-476e-a457-bc58293866fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4475,7 +4475,7 @@ } }, { - "id": "f1b248ba-e54b-42b7-a41e-e62fe11d6420", + "id": "98e1fb8b-881a-4d5e-92bd-05741066f1e8", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -4518,7 +4518,7 @@ }, "response": [ { - "id": "7e8efac9-d9ff-478f-b640-88f0da72854f", + "id": "f77167c5-3baf-4a13-b634-9c0e38d7e2cc", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4575,7 +4575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "031958a5-2660-4965-8764-4a75915df1c5", + "id": "2efe780c-5031-418d-99da-0601433b5667", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4632,7 +4632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3844cb3-66c0-43bf-806a-6b68c1179978", + "id": "1869c03b-f497-47f4-99e9-afe24dcde561", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4689,7 +4689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a01c5b24-9053-45b9-9a06-e3091ef10665", + "id": "33775e88-3410-4e05-902c-a7f3ac42e6d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4746,7 +4746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75a8c96a-a532-4209-9e06-81884c6374e4", + "id": "36e33b03-3832-496c-8a65-aeec9702e34c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -4803,7 +4803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d31ea4f-1c11-4930-92ad-94c11531dda2", + "id": "f1c2a049-1f7a-41a9-a747-30a1628cfa16", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4860,7 +4860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "618c8cf4-747c-4b59-864a-a1504c676ace", + "id": "7bf75dde-bf00-40be-b120-8a02497d414d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4923,7 +4923,7 @@ } }, { - "id": "12360113-0d3d-4608-97ea-8bd003b73dfd", + "id": "f71215a6-dd20-4837-8827-722f53f593bb", "name": "Close Access Request", "request": { "name": "Close Access Request", @@ -4966,7 +4966,7 @@ }, "response": [ { - "id": "14dda4f0-69cc-4010-b43d-d04ae39faf98", + "id": "e0f68015-6466-4b12-a23b-9de639a72973", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5023,7 +5023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72f2dda7-055f-46ba-b5bd-12f8e30df4b8", + "id": "2149c54c-406e-4755-8761-08443e1a8663", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5080,7 +5080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77c55e3f-5a5a-49a7-a4dc-0ac2b76afbd2", + "id": "0930000e-c501-47ad-a0e0-346e8ba0a4b2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5137,7 +5137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee927a93-a5d0-4089-bc16-a0a19a4005dd", + "id": "88496482-a113-40f4-bd3b-d8eb22b937a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5194,7 +5194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28cca6f5-35f2-4cbd-b692-e33858a3926d", + "id": "912ca129-1a6d-4288-8fce-7046abf7810c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5251,7 +5251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14b2dde7-27ac-4c96-b238-d7ce14d8dd57", + "id": "dad56ef6-02e5-40cc-93a5-2f5b83a22f30", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5314,7 +5314,7 @@ } }, { - "id": "c4f7f44d-08d8-4654-86c7-4e86fd1bc8c7", + "id": "45df97e6-9334-4c15-ba73-6f0855b09b9b", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -5343,7 +5343,7 @@ }, "response": [ { - "id": "5b35faa1-f4b3-4689-bb34-f1254bcaee9f", + "id": "cc7aac9a-b214-4033-b687-2407a9455efb", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -5386,7 +5386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6915751a-e2a2-4838-aab1-efdf843695a0", + "id": "9754c1a8-cb75-4216-b154-854bf5266925", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5429,7 +5429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a9b1293-674a-4c1f-bd76-41c425b8667e", + "id": "c62e7243-1389-44bd-8d6a-d7798097f902", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5472,7 +5472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62106508-8508-4b73-9ce0-265ac8d7775b", + "id": "244f2154-be6d-445b-8493-5e24bce09444", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5515,7 +5515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e65b82c-9d81-491f-bfd7-0b6fb518c547", + "id": "ad068694-a5a0-4478-b0bd-f5db7d99f4a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5558,7 +5558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3da9e43-c807-4999-8761-b9d55e31b59c", + "id": "1c9d11a8-087c-474b-a538-fe6fbd9cc1d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5607,7 +5607,7 @@ } }, { - "id": "0c829683-c253-41f0-8231-5032bb1165be", + "id": "a3d720b6-cddf-4e0c-9fc7-87e705b28061", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -5649,7 +5649,7 @@ }, "response": [ { - "id": "86f40ea7-24d6-4e5b-ae94-cf26f54c863d", + "id": "bd36c97a-fb90-4ee5-a9fb-cac6f4ee941e", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -5705,7 +5705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21ce8ea7-1351-439f-882a-bb42f4a15024", + "id": "f8fb3643-3a5a-4f28-be83-63394212eb02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5761,7 +5761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5124173a-4ac2-434e-9176-5672f132c2dc", + "id": "42c41a1c-034a-4db6-8d07-814c6f783508", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5817,7 +5817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "443dd1e2-6ed6-4897-a15f-85d63585c42e", + "id": "c658e241-781a-466d-a5f6-2e9cfb76300a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5873,7 +5873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12708a9c-8b5f-4b2e-a67c-22c7ab3a0ac0", + "id": "b6fedbf8-0f63-439f-9a53-b44dbb158c34", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5929,7 +5929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "491487f2-7cf7-4d71-ba34-f570ff12cf6e", + "id": "8bf8156e-3a63-4401-89de-5b225857f4d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5991,7 +5991,7 @@ } }, { - "id": "157792d6-1b0d-461e-9e4c-7d69d87a27f5", + "id": "b6bf065a-7768-403f-999a-ee3ab0220fb6", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -6102,7 +6102,7 @@ }, "response": [ { - "id": "7d2b025b-cb92-418c-9c26-8b517acd68c7", + "id": "d134846d-0e48-44c0-ae08-3bdd25944a47", "name": "List of requested item status.", "originalRequest": { "url": { @@ -6227,7 +6227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29e0d4e8-fc2b-4ab1-8005-677a8bcdb697", + "id": "44e3520a-839b-49aa-b6ec-fd77e6b3114f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6352,7 +6352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df76f9c2-e8fa-4718-9e1a-7bf1ce9ce508", + "id": "8a336739-573f-4b93-a621-a89c11a7d952", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6477,7 +6477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77b72f75-88ad-4347-bd2d-36db5b363842", + "id": "590fda62-ad69-4072-ba4c-cd099246a5ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6602,7 +6602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50ddbe7c-4999-424e-af1d-d62db696749a", + "id": "1aaf2fa2-9580-4c17-9b45-b82abd0e32b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6727,7 +6727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e96eef8-72cf-4971-8f1b-10bd8800330a", + "id": "e90fbc7c-92c3-4421-841f-fa602fe246fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6864,7 +6864,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 Identity Security Cloud, 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, Identity Security Cloud 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 Identity Security Cloud, 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, Identity Security Cloud grants or revokes access, based on the request.\nIf multiple reviewers are required, Identity Security Cloud 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": "d820ac22-6c45-4bc6-8a6d-35cbf32bd4cc", + "id": "64468ee7-860a-4345-a932-d6df18360f77", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -6888,7 +6888,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -6924,7 +6924,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -6933,7 +6933,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -6949,7 +6949,7 @@ }, "response": [ { - "id": "92c4b361-f29c-47fb-8629-96d6da64359e", + "id": "3edc7ff1-0b31-452c-8910-79b29f5c48dc", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -6968,7 +6968,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7004,7 +7004,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7013,7 +7013,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -7048,7 +7048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd40df6d-d499-4882-a1ec-ea1d5aa5ec7e", + "id": "030d3d20-8c03-460c-b132-1c2c8602ca4c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7067,7 +7067,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7103,7 +7103,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7112,7 +7112,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -7147,7 +7147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ab8649f-5c79-4a2f-9ed7-7d05df8d0fd7", + "id": "d686c06d-73db-4fab-af8c-1fdbd7fefef7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7166,7 +7166,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7202,7 +7202,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7211,7 +7211,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -7246,7 +7246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d54312e-4762-4ce7-ac5c-4e288d1f6cbf", + "id": "64c1d7ee-c7ec-4304-9ab2-932c035c4526", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7265,7 +7265,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7301,7 +7301,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7310,7 +7310,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -7345,7 +7345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "719a5242-6631-4982-bf20-0524808408ef", + "id": "50614236-2e31-4460-8ae1-5480255d7968", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7364,7 +7364,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7400,7 +7400,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7409,7 +7409,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -7450,7 +7450,7 @@ } }, { - "id": "0ca6167f-65bf-4006-ae07-615d0c43746c", + "id": "10082e26-6ca7-48c8-9141-55e49e567d85", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -7474,7 +7474,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7510,7 +7510,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7519,7 +7519,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -7535,7 +7535,7 @@ }, "response": [ { - "id": "c44d2e6b-8d6d-4f13-a3f0-a56d396c3077", + "id": "aecccff7-8b96-4707-acbc-e5436479dd87", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -7554,7 +7554,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7590,7 +7590,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7599,7 +7599,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -7629,12 +7629,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\": \"laboris voluptate laborum 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\": \"consectetur\"\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\": \"laborum cillum\"\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 deserunt do\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e2594047-b990-4dd4-a8e4-61bb8129d4a9", + "id": "69ee1200-ef2a-4e18-b25e-03427cd29c16", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7653,7 +7653,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7689,7 +7689,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7698,7 +7698,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -7733,7 +7733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "167e3f56-bf5f-45ca-bc56-37d543743392", + "id": "af4e5cbb-e093-4982-86a5-d3daec259bc3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7752,7 +7752,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7788,7 +7788,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7797,7 +7797,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -7832,7 +7832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e8d93ea-1d9f-49dd-b324-6a63d0ee3799", + "id": "a4764495-fbad-4abd-a99c-1b9507e7be4e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7851,7 +7851,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7887,7 +7887,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7896,7 +7896,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -7931,7 +7931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71c7e747-4eda-4b76-8bc9-b4948bf46d2f", + "id": "4b0dc4dd-85e6-4870-8cfd-0946fa64c3a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7950,7 +7950,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7986,7 +7986,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -7995,7 +7995,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -8036,7 +8036,7 @@ } }, { - "id": "1fab8ed6-f303-4d5e-99e2-633607f423a8", + "id": "de444748-295e-42cc-bb0f-c3f39287d4e1", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -8091,7 +8091,7 @@ }, "response": [ { - "id": "13cf6f9d-ce88-4372-8920-25fde9e38b01", + "id": "b440a130-9ffb-4ac3-aaf3-b676f018f96b", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8149,7 +8149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a31024b7-8154-4d75-af7f-058426cece05", + "id": "3b0c3177-ca35-461d-84e9-f3fc8b768216", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8207,7 +8207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05f8fe1e-992a-44fe-be05-e30ad8bf55c0", + "id": "6f1d58f3-1b0a-4969-8414-d5dff9ad87c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8265,7 +8265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee20eb7d-6de4-4ba6-b6be-b86f5ff72737", + "id": "e50fdee1-afdf-48c0-a488-6692975efc72", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8323,7 +8323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43ed609c-ec7e-4230-8fe0-e2761dfce628", + "id": "b8de9912-48b7-43f7-a5b3-fb74ab21e970", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8381,7 +8381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5d9b339-9e75-4a4d-ba1e-d0550bc1c222", + "id": "c5835053-7559-432b-bc3c-2260c4e208d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8445,7 +8445,7 @@ } }, { - "id": "6ea96cbb-2f40-4c12-ac71-972fdf953ff9", + "id": "a74164d0-92a0-49a4-8408-8b85002f1813", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -8500,7 +8500,7 @@ }, "response": [ { - "id": "e59b94b5-1ef1-4865-9498-ab9491117b69", + "id": "e0a2fe5b-c588-4009-a179-d6b7c73ac3dc", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8558,7 +8558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a77542df-1249-42dd-bcd4-3caeb191459b", + "id": "cef543ef-a773-4ee3-a942-7aa1501a8621", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8616,7 +8616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5ca89ee-6bb2-47bb-bc64-0ea295f40832", + "id": "a5a00c34-04e6-4c6b-8ca2-5049ad1f1e0b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8674,7 +8674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c111ba80-8906-44f1-9eb6-5b8bf49f1ab5", + "id": "bce01631-bfdf-4800-8d57-1a7478325072", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8732,7 +8732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00aa982a-dbc3-49cf-8d96-7aea9c73793a", + "id": "720ecb2d-e11c-4e11-ae8b-990a8949dc55", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8790,7 +8790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5117fe3f-44bd-4121-bd1f-17515ee26868", + "id": "6c8c2fdc-3d2b-4b7f-b767-42a04474ea55", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8848,7 +8848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fd36754-73a2-4756-b9f6-f3089a6c53af", + "id": "78234f90-4f7d-49dc-83a3-e62f5d21a80a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8912,7 +8912,7 @@ } }, { - "id": "b49d439e-1c98-4386-ac92-dc905f9916cf", + "id": "7802b6a5-2202-4ee4-8a44-d61ab0c02bc4", "name": "Forwards an access request approval to a new owner.", "request": { "name": "Forwards an access request approval to a new owner.", @@ -8956,7 +8956,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"fugiat\",\n \"comment\": \"nulla Excepteur\"\n}", + "raw": "{\n \"newOwnerId\": \"dolore fugiat minim adipisicing nisi\",\n \"comment\": \"do aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8967,7 +8967,7 @@ }, "response": [ { - "id": "f36e2128-e904-4ffb-9d9f-d7f69f86171b", + "id": "7da2d125-21cd-4f34-9a0f-bc997d9b5e2f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -9003,7 +9003,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"fugiat\",\n \"comment\": \"nulla Excepteur\"\n}", + "raw": "{\n \"newOwnerId\": \"dolore fugiat minim adipisicing nisi\",\n \"comment\": \"do aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9025,7 +9025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c7ff28e-55f9-4e1d-a4ed-fb5b2baa6703", + "id": "c0a9d01e-0f57-4491-8256-94ec73cea9b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9061,7 +9061,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"fugiat\",\n \"comment\": \"nulla Excepteur\"\n}", + "raw": "{\n \"newOwnerId\": \"dolore fugiat minim adipisicing nisi\",\n \"comment\": \"do aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9083,7 +9083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "def7ba13-b15b-451b-ac76-4d733fbaec7a", + "id": "78e27cdf-eaa0-436b-85ae-e7bf637a8efc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9119,7 +9119,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"fugiat\",\n \"comment\": \"nulla Excepteur\"\n}", + "raw": "{\n \"newOwnerId\": \"dolore fugiat minim adipisicing nisi\",\n \"comment\": \"do aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9141,7 +9141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25b4e076-0565-48ad-8614-67bbc3166cd9", + "id": "5fede3e5-7873-4a02-8c96-9c0549c3a0cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9177,7 +9177,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"fugiat\",\n \"comment\": \"nulla Excepteur\"\n}", + "raw": "{\n \"newOwnerId\": \"dolore fugiat minim adipisicing nisi\",\n \"comment\": \"do aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9199,7 +9199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73d7d557-7500-441b-8035-4bc1441ce01e", + "id": "c47253fc-bf45-4299-9f66-6a7f0622fdf1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -9235,7 +9235,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"fugiat\",\n \"comment\": \"nulla Excepteur\"\n}", + "raw": "{\n \"newOwnerId\": \"dolore fugiat minim adipisicing nisi\",\n \"comment\": \"do aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9257,7 +9257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f74e552-065d-4e02-bb6b-e291b6268914", + "id": "d5aec06b-b9eb-463b-ae13-49442ec7af03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9293,7 +9293,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"fugiat\",\n \"comment\": \"nulla Excepteur\"\n}", + "raw": "{\n \"newOwnerId\": \"dolore fugiat minim adipisicing nisi\",\n \"comment\": \"do aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9315,7 +9315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e9e6c33-815c-4f15-98f9-cdd16b4ca732", + "id": "aa29989c-4ee8-4d69-9bcf-c25d4be8e40f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9351,7 +9351,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"fugiat\",\n \"comment\": \"nulla Excepteur\"\n}", + "raw": "{\n \"newOwnerId\": \"dolore fugiat minim adipisicing nisi\",\n \"comment\": \"do aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9379,7 +9379,7 @@ } }, { - "id": "2114b8e4-01d3-4888-ae07-11d3986b9da2", + "id": "90652f4f-0e68-4982-bf71-64f3cd160d6d", "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", @@ -9403,7 +9403,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -9412,7 +9412,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -9428,7 +9428,7 @@ }, "response": [ { - "id": "9cb6ce81-7b65-48cd-910d-1f81bd3b60b8", + "id": "07a68d1d-3e41-4270-b17e-c908cb08566e", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -9447,7 +9447,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -9456,7 +9456,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -9486,12 +9486,12 @@ "value": "application/json" } ], - "body": "{\n \"pending\": 92755334,\n \"approved\": 33020824,\n \"rejected\": 31289145\n}", + "body": "{\n \"pending\": 27550978,\n \"approved\": 83455080,\n \"rejected\": -58173820\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ea2691a5-5888-44e8-b981-ee1bca064d9a", + "id": "0b7d4cdd-691b-4e3b-94c1-b8eec7cdf9db", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -9510,7 +9510,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -9519,7 +9519,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -9554,7 +9554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d558d677-674c-4c46-b46a-c84904803c54", + "id": "cd76e2f1-ab20-4b8f-b6e5-c7df4741a977", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9573,7 +9573,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -9582,7 +9582,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -9617,7 +9617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d8b858e-d2d7-4533-a1e1-4a1e168c96e8", + "id": "da2bc161-ab14-4aa3-98a2-5bc47c308314", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9636,7 +9636,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -9645,7 +9645,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -9680,7 +9680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17464fee-657c-4206-8d49-77484c1d5edf", + "id": "e10cdd3c-e045-4e05-97cb-357085d60744", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9699,7 +9699,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -9708,7 +9708,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -9743,7 +9743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fde28f91-28e2-403a-8fee-df205a77380c", + "id": "8246dc29-b6db-4edc-a443-dcae09516f92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9762,7 +9762,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -9771,7 +9771,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -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": "ab42cfe1-d048-4539-ae69-192664a0c731", + "id": "b7818ac9-cade-4d35-a40f-ac42fae8fd25", "name": "Return access request identity metrics", "request": { "name": "Return access request identity metrics", @@ -9883,7 +9883,7 @@ }, "response": [ { - "id": "a6d9a59d-502e-4458-adac-0bc9ba62312a", + "id": "d362ce7a-ebfc-4075-b8ee-6a0d5ee47ebe", "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": "c8b7ac91-07fa-4f76-8b2b-8092da31aa87", + "id": "3c2ced2b-6ef8-41c6-b9b2-ffb7bb3a1889", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9979,7 +9979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b8ca0a9-8080-47a6-8552-b07c101680d4", + "id": "7c12d33c-21f7-4a7d-a780-be11e1de2c83", "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": "1a7af6e3-dc73-4626-8108-1dde823e9916", + "id": "802b3a0e-bb52-4049-905e-e286008a22ea", "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": "129118fb-4799-45ba-acc0-6bc17ea9d4c2", + "id": "8b8bf4f9-d01d-4294-ae7c-4f991077f32c", "name": "Too Many Requests - Returned in response to too many requests in 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": "fc3dc343-ce18-4459-b897-2ff1b1e0bf6c", + "id": "87154506-5eb6-4b50-976c-08f69b36ef17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10183,7 +10183,7 @@ "description": "Use this API to implement and customize account functionality.\nWith this functionality in place, administrators can manage users' access across sources in Identity Security Cloud.\n\nIn Identity Security Cloud, 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. Identity Security Cloud loads accounts through the creation of sources in Identity Security Cloud.\n\nAdministrators can correlate users' identities with the users' accounts on the different sources they use.\nThis allows Identity Security Cloud 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 Identity Security Cloud, 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 Identity Security Cloud. 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": "fb8baf18-cb60-49d3-9ede-a568890c320b", + "id": "ec868631-b649-46e4-b809-f564c44758ae", "name": "Accounts List", "request": { "name": "Accounts List", @@ -10267,7 +10267,7 @@ }, "response": [ { - "id": "9c5ff3f4-b327-47dd-9935-8e4d088cb59e", + "id": "157ac1ab-9cc1-492c-9277-12eaf395cc45", "name": "SlimAccounts", "originalRequest": { "url": { @@ -10365,7 +10365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e1c8237-1675-4ca6-8bfe-8fe1ab4cbd00", + "id": "e3f12fb0-f0f0-4c41-8ecd-419f88333a94", "name": "FullAccounts", "originalRequest": { "url": { @@ -10463,7 +10463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbe6c583-7f28-418c-9fff-67e77934cd18", + "id": "788cf1ab-f081-46d5-93a3-ad8cfa82707c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10561,7 +10561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e4a27cb-5376-4a0e-ac06-27ac2d40fc3d", + "id": "477d6bbf-4dba-44b9-881b-8843a5a657db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10659,7 +10659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8942ab8-869c-47bd-8386-d1c8ee1a84df", + "id": "b13f293d-fc41-437b-a7c8-9804531aaa83", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10757,7 +10757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1ac8e6f-7e9b-46a1-aa9b-12cd7c86bd27", + "id": "97999a8f-2818-4969-94ca-17df4d19ab7f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10855,7 +10855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aadfd802-5389-486c-8a95-acc345413c27", + "id": "377a5b34-7788-4952-9488-2f9a91801ab3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10959,7 +10959,7 @@ } }, { - "id": "676e9337-837c-48e5-b1de-397b04d2dda8", + "id": "08d36d4a-feda-4eff-879b-c356593e3605", "name": "Create Account", "request": { "name": "Create Account", @@ -11001,7 +11001,7 @@ }, "response": [ { - "id": "96258419-abbb-42ab-b133-49ae28b131dd", + "id": "75b1750d-2087-49d0-8080-1b593176e20c", "name": "Async task details", "originalRequest": { "url": { @@ -11057,7 +11057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2c949b1-108d-475f-858c-00a2c7b346cf", + "id": "d2536c25-fc13-4419-9a7c-9df6fe2cf7c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11113,7 +11113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d88bfd71-114e-4952-a96e-2ecb07ceac9b", + "id": "acebdfac-fb0f-4921-bd28-4c62fdba7072", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11169,7 +11169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68b8a578-44b1-4575-80a9-def3c88f4aea", + "id": "7820dac2-fdda-4d73-baea-020de4229e35", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11225,7 +11225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd782df1-dda6-4f47-96ed-1207ade91a1b", + "id": "9f094ef9-6925-4e75-b845-dfa646782b46", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11281,7 +11281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3f7ba40-d99f-4614-bf63-805fee8df7e2", + "id": "f52ebe25-9f3b-44f8-96cc-3c73587da164", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11343,7 +11343,7 @@ } }, { - "id": "8536f8d9-06b0-4801-9dff-df3487605ca8", + "id": "607541d0-bc22-424f-98d5-adaf7757e421", "name": "Account Details", "request": { "name": "Account Details", @@ -11384,7 +11384,7 @@ }, "response": [ { - "id": "4206501d-dce4-46fe-99b9-0f81e5381005", + "id": "08ae85ba-8a6d-4a28-a2e5-1ab607bc3a43", "name": "Account object.", "originalRequest": { "url": { @@ -11428,7 +11428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c3e56c7-a9a4-4a4e-93db-aee7a790717c", + "id": "8e8e8e5a-644c-4f8f-a34f-b9e5ddac923c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11472,7 +11472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc6c099a-4288-4d32-8bf0-a9f27800771b", + "id": "6b243621-9d3d-4367-b7c4-72c32157b944", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11516,7 +11516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26a304cf-7599-48f0-8757-d9cfcaa2a7b7", + "id": "b6112e8c-3612-448b-b96b-8cf1bc94ba78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11560,7 +11560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0c4f228-20fd-45cb-a861-144d80937122", + "id": "ccb09c13-d0f7-44f1-9d92-3832886b6c9c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11604,7 +11604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d32cbd3-d325-43b8-9917-d886005912a4", + "id": "bfddea4e-be8a-4a8a-abef-b31ec48d4ec7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11648,7 +11648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69fd79f2-b28c-4f99-bbe2-3ab6fde45d63", + "id": "eeb4479f-21d8-4734-9c42-15811190e550", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11698,7 +11698,7 @@ } }, { - "id": "47bfc55d-a74c-4361-8484-192a70110b08", + "id": "db6e6d44-ee3f-4ae0-9f72-aa216f25c5bf", "name": "Update Account", "request": { "name": "Update Account", @@ -11752,7 +11752,7 @@ }, "response": [ { - "id": "5a8bc432-2a3a-4124-8de8-9d09ca369561", + "id": "6a1e274e-02db-494f-b8ec-d19590f1567a", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -11809,7 +11809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26dc109f-39e9-4eff-af2b-bcab6d2b4eba", + "id": "2b4e1ecc-2b98-4462-96bd-01088973d09f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11866,7 +11866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b46464cb-f8d7-4823-8929-3b31761e6309", + "id": "04884d11-1664-4bed-bf12-bb57c4e2a799", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11923,7 +11923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e17b3f95-0ebf-45e6-ad95-c77ebc29b6ab", + "id": "a4354535-3617-4b4f-80ad-ee530e329682", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11980,7 +11980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "741e9626-2140-4106-a175-76231653b065", + "id": "3e52182e-81da-4241-8ddd-b43dcdd0173c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12037,7 +12037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82c1cf3f-8994-4faf-9da0-8a1e7fd4959d", + "id": "eaecb477-c374-4e8c-8827-a174fd6ab3b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12094,7 +12094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39fa2ccf-7114-45fb-8caa-7f16d5644f6e", + "id": "5f77841c-5bea-4e81-a79b-1794f94f717c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12157,7 +12157,7 @@ } }, { - "id": "50da5d34-94bb-4ea0-aa58-e88e69258b7a", + "id": "54741876-ae69-41bc-96f0-af96e23d2c2d", "name": "Update Account", "request": { "name": "Update Account", @@ -12211,7 +12211,7 @@ }, "response": [ { - "id": "477e9d32-c8d4-4b2d-9e18-be437e5abecb", + "id": "e27d4dbb-0371-4d09-bebf-071e9ed73be2", "name": "Async task details.", "originalRequest": { "url": { @@ -12268,7 +12268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "549af203-2f7f-4818-8b62-7b4cd47e5ecb", + "id": "0000b8a9-479b-46ea-a05c-30c3b34b854d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12325,7 +12325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cdb1a91-33b2-4129-a6e7-a18bc0ea6420", + "id": "bf49ff98-2bc8-4d62-8030-87f567678e99", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12382,7 +12382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b064e9e4-6795-4ec9-a9c5-81488470946b", + "id": "a6aa47ee-e614-4630-b32b-dfaa6f62f0b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12439,7 +12439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dafc875d-5aa7-4561-a2ab-a85c54b1f07e", + "id": "67854c72-367d-4b7a-8808-49147f27db49", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12496,7 +12496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "679056f6-2bed-448e-a565-60a28082a589", + "id": "46965722-2693-49ad-b655-7cbf1ad40387", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12553,7 +12553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "582aeb42-8edc-4e48-8a12-3b32be7ee602", + "id": "86f0aaad-9681-4a87-b84a-861a85b1abed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12616,7 +12616,7 @@ } }, { - "id": "472b5693-c3b3-49bf-ab5e-6242fd9c7eab", + "id": "5ac3af66-1817-435b-87c0-d5433d98cde0", "name": "Delete Account", "request": { "name": "Delete Account", @@ -12657,7 +12657,7 @@ }, "response": [ { - "id": "0e0f3d2c-9185-4d3d-b2e5-ca6bb841bc53", + "id": "c1690836-36db-49b2-972b-59f3adfce50c", "name": "Async task details.", "originalRequest": { "url": { @@ -12701,7 +12701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8f06751-3f6e-4ed5-b042-58f1808a8164", + "id": "33888743-b3f3-43cf-bac4-1ff66775d642", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12745,7 +12745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4968e0a-544f-483a-b3bc-4cf485f2e18e", + "id": "0b7d5874-f835-45bf-9585-cb5a337991f6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12789,7 +12789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e6abb05-1d2d-47e1-81df-1958e59cc4a2", + "id": "bec515ce-46e0-42b4-ad01-f0ffcfd702be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12833,7 +12833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a9b9daa-5f91-4e8e-854c-ebf8d7109360", + "id": "672691cf-1e73-41ed-9030-cdd6da3799be", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12877,7 +12877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "700e7580-f9ef-4b03-b6ae-41093099c97f", + "id": "8727d819-efd5-44e1-8982-8e99be29a4f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12921,7 +12921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "982fdef6-eaa3-4711-afd1-c549120293c6", + "id": "7f66e297-89ac-4fff-a4d6-cad66dbef2b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12971,7 +12971,7 @@ } }, { - "id": "8bb6f928-5cd4-4372-940a-d26cc7ec51d7", + "id": "484937b3-894a-4424-a0d6-6d1872bcda41", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -13041,7 +13041,7 @@ }, "response": [ { - "id": "de9f9819-057e-44d7-bc62-a075f622fc79", + "id": "1f680713-5f4f-4852-b2c1-679a2b7c386b", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -13114,7 +13114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a9d6ca6-60c0-49fb-959e-4bf5da869184", + "id": "dec8f240-9639-4db9-8b57-fe9b587e55be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13187,7 +13187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80c30708-5c97-41ca-85e5-56c935d19e3e", + "id": "de30c772-1335-43a6-bfaa-4cd81f5f9efb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13260,7 +13260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29bca6a5-72a6-44fc-8d60-22b4dfde0b4d", + "id": "213af181-ea71-461a-b597-55a30ad922ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13333,7 +13333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a84d09c-9cbe-4f96-bf39-1490dd220488", + "id": "f455c40b-f4b0-4c63-83ed-d15757643af0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13406,7 +13406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1281e28-f088-4803-8ec4-b7dbcd0e21db", + "id": "f52bd9bc-5958-4df6-8fef-867d8da5b263", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13479,7 +13479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9f04f83-f07b-471d-bf6e-c6084c3a9187", + "id": "4d49ff3a-8134-42da-adf7-1e3218040185", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13558,7 +13558,7 @@ } }, { - "id": "01057ca0-b8c7-48ce-a889-e2fb2a5be3e5", + "id": "5976003f-2774-476c-9b60-0e94b158fbbc", "name": "Reload Account", "request": { "name": "Reload Account", @@ -13600,7 +13600,7 @@ }, "response": [ { - "id": "67ecc107-8f20-4c55-b4dd-b7524e82ecb2", + "id": "215a0362-cc91-4ca1-a2a3-055fdab718f1", "name": "Async task details", "originalRequest": { "url": { @@ -13645,7 +13645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "415664ce-a49b-46ca-bb93-3152aa131256", + "id": "5661c41f-a851-495f-8154-f941d47b1600", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13690,7 +13690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08eb37b6-6c4d-45ee-b34c-94e57151582b", + "id": "ed6e6bce-d5f9-4828-ac85-ab4632149dcb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13735,7 +13735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3259e80f-bfe9-4835-97aa-605634cb6c0d", + "id": "913be1e9-978c-4a32-9333-22d0c85e536f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13780,7 +13780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b6cfc9d-35fd-4ba2-b21f-7417697a345b", + "id": "c1f3ed18-60ea-4fbd-986b-e3652736306c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13825,7 +13825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd9f5f60-2d42-49ab-932e-50f50c77447a", + "id": "8454efe3-13f4-4513-b4f1-81e5aaacdef3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13870,7 +13870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee0e91d2-f288-43b3-bee4-70b6c3b94459", + "id": "ef238d18-a93b-4085-a64a-d1902e30d9f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13921,7 +13921,7 @@ } }, { - "id": "9b7be75d-ca30-4a74-ae35-816fb211b5a5", + "id": "d5a13df7-7c81-44ca-8b78-6b4d4b64f3a7", "name": "Enable Account", "request": { "name": "Enable Account", @@ -13976,7 +13976,7 @@ }, "response": [ { - "id": "25498647-4d63-4da8-91c8-80d5b37dfdc1", + "id": "68b9d4ab-89d1-4710-a9a4-15918b3fd4db", "name": "Async task details", "originalRequest": { "url": { @@ -14034,7 +14034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d3424f1-4871-4633-8092-4328b1723e24", + "id": "22ffef3b-1194-4f0c-9d1c-6f8910f4d7d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14092,7 +14092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87d0e131-ac49-4880-9cdc-166b9aef18d3", + "id": "81264be8-5d92-4419-8daa-3294a636404a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14150,7 +14150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f235e99f-f4a7-4cfd-8489-d55917ae0422", + "id": "d805a093-3bf5-443c-8a22-c543ffc2a39c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14208,7 +14208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07667d54-8cc0-4c3e-bc29-39583a122e82", + "id": "8e25b4b3-3375-4a0f-9a9d-25ebe3e162d7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14266,7 +14266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d3a245e-7aba-4e26-a8af-dd7e79d28474", + "id": "e35cfa0f-6d5a-4e50-81b5-c8808b8ad953", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14324,7 +14324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a738404-1d03-43b6-b075-2ecaedba2f72", + "id": "03558292-b8ae-4b06-8749-523a4a8da4f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14388,7 +14388,7 @@ } }, { - "id": "aa5ea3ed-3318-463c-9967-78bf4d75e1e7", + "id": "6db73b65-c0c4-4cc1-a607-f47fc3cd6204", "name": "Disable Account", "request": { "name": "Disable Account", @@ -14443,7 +14443,7 @@ }, "response": [ { - "id": "9757bba6-e294-4410-9957-831374eed78c", + "id": "4c4a6ce7-f2dc-4572-9a5b-39b6b4a5e69e", "name": "Async task details", "originalRequest": { "url": { @@ -14501,7 +14501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc7bd2ee-d8f0-438a-9653-00a6e361a7db", + "id": "2d67f861-4250-4434-8451-a1f16317fdb5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14559,7 +14559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cb6402e-1455-46dc-8bb1-b9cf26a1dbe0", + "id": "84bce741-b512-4f1a-9c3a-b3b4e448630b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14617,7 +14617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03ecd86c-40b8-4e6e-ada0-6bbff51fc04a", + "id": "30847912-9326-4385-b889-27145401fde4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14675,7 +14675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c94ed3d6-59c5-4865-a4fa-0940a7f142e1", + "id": "136a616d-309f-497a-8151-8cd9c016d3c6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14733,7 +14733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b61ee5c-6106-4fd8-a9c0-d7af4b900e18", + "id": "5ea3df0f-f54e-4f2b-a6f2-0ee8827ab40d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14791,7 +14791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2cabbe9-d3aa-48ca-8004-a0222d88e8dd", + "id": "e9c533bc-9562-42ad-9f33-86f6c197a756", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14855,7 +14855,7 @@ } }, { - "id": "fe8a188f-8dda-4601-b424-9c55ad9ab3ae", + "id": "78178492-41f1-41ab-983c-918b62b24cca", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -14910,7 +14910,7 @@ }, "response": [ { - "id": "4b01d584-20b5-442c-87ca-72072918c74a", + "id": "2a0ead3c-8fc2-4a9d-8d00-19884d7b2ced", "name": "Async task details", "originalRequest": { "url": { @@ -14968,7 +14968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b02341e-c9ee-41e6-a9a6-da381837d01f", + "id": "c4885f12-502b-4547-83af-137897e92fb0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15026,7 +15026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e274c64-8f49-4b4a-82a6-bc7da9beaefa", + "id": "f2bdba11-76e4-4ae5-b5bc-2e118d9679aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15084,7 +15084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67d83fde-55a8-40f2-a11e-26a5482589ce", + "id": "ca05614d-e2ae-4cab-ab7b-5f5881753433", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15142,7 +15142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e79fd3-01f2-4544-aff9-126406ec3739", + "id": "cea3e218-dac3-4c86-b760-47cb8251340a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15200,7 +15200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "282cda83-9590-4971-ba9b-fb1e260fc157", + "id": "9690bf47-7e6a-446e-808c-07772e5421ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15258,7 +15258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18d4f40b-b82e-406d-9217-929c76d7a23b", + "id": "144ae2d9-54f3-4e4d-85f4-b52d4342db27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15322,7 +15322,7 @@ } }, { - "id": "8d71ddf7-92a5-4fe6-a284-a2e78fe1722d", + "id": "e1d28cec-0225-4862-ba89-3d6d2f8bfd66", "name": "Remove Account", "request": { "name": "Remove Account", @@ -15364,7 +15364,7 @@ }, "response": [ { - "id": "6a2c710c-a5d7-4f57-aff2-f37b5a5fa891", + "id": "d8505c56-5c78-43f9-a315-85af336e3f08", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -15409,7 +15409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0de882f-80f9-49f3-aeda-188e05403530", + "id": "a86d8992-bb73-48bb-947d-303f7f106c9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15454,7 +15454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5f5cc4a-a8b9-443b-b740-bce3c0473b6e", + "id": "10ccc55d-fd62-422b-926f-d3980ade5239", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15499,7 +15499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "037f84ea-f705-4a6c-beaf-ec6dcba2689d", + "id": "6dacf861-31ba-42ee-8138-24493a6c2e81", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15544,7 +15544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "653e3f2a-6fcc-42e4-9f28-586922cdf02a", + "id": "14a20d4d-0bef-45b4-b600-7186f0c87c56", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15589,7 +15589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c5c5dc4-ff77-4720-84b9-4c1690d87e74", + "id": "d807ebee-447f-4707-bab6-b5424ae66d36", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15640,7 +15640,7 @@ } }, { - "id": "437556cf-1edc-46df-a826-de9293acb335", + "id": "ee9296a3-fe26-4ea5-9ec5-6c93a1d24f58", "name": "Enable IDN Account for Identity", "request": { "name": "Enable IDN Account for Identity", @@ -15682,7 +15682,7 @@ }, "response": [ { - "id": "594c73f8-27e3-4371-b5a7-dc886362c873", + "id": "6333d92e-04ee-4299-85d6-f308d9a77a8e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -15727,7 +15727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4879879-43b9-4f00-861c-29e3aba0102a", + "id": "eccb444e-a154-42ac-919e-9f69fe0df690", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15772,7 +15772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b74b09f5-4a26-4cf6-965a-426094550379", + "id": "f740642c-f07f-4611-8f06-db69e0ca7db5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15817,7 +15817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb26d5e7-35cf-422a-bf8c-2442e54e5043", + "id": "002efa74-bb1c-42e9-8da7-05d4adb9ce19", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15862,7 +15862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b69e505-b5e5-4926-96ef-5aa921a0d36c", + "id": "4625d13a-195f-44e0-97c0-eca9078acdaf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15907,7 +15907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "250bbf35-59b0-4766-87da-0ce1a1e0ecde", + "id": "e20dd3fe-0557-4409-83dc-466fbd5bbaf4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15952,7 +15952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8ba840b-1e5f-43bb-8a11-6bd066b1e4e0", + "id": "aa3ae4d7-2b99-4a30-ae65-4080313ff220", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16003,7 +16003,7 @@ } }, { - "id": "23fadc86-fa23-4082-a041-c329d7a7da5e", + "id": "128cc7f9-0cb8-484a-aabd-13c32c3186e3", "name": "Disable IDN Account for Identity", "request": { "name": "Disable IDN Account for Identity", @@ -16045,7 +16045,7 @@ }, "response": [ { - "id": "a2fbe5ee-6de1-441a-ad7a-d2d5b88d9250", + "id": "fc080f06-21f3-41a9-a531-656fc9ad7ad8", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -16090,7 +16090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4feca9ea-4327-4629-8a4f-88771043de5d", + "id": "b1b5506e-fed6-45ef-a3de-832dd882b14b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16135,7 +16135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "069802b5-2442-40d1-887f-e9d4a9f88784", + "id": "63f78808-f343-491c-ae84-36039fef0e3c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16180,7 +16180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33d3cf2d-f1b4-4736-8dca-5db2c2b009d8", + "id": "0ea1c519-5796-4015-a511-7039f58bf6d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16225,7 +16225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5b24410-c51d-4247-9a86-e6059072a1ab", + "id": "240ed47f-c681-460b-a938-69592efeb302", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16270,7 +16270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04a6df7d-219f-4ab3-8099-65f16739b3b6", + "id": "64a30b53-99ec-49d6-9fa1-9870d0999b07", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16315,7 +16315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44385611-92a0-4b99-afc9-25f2257d1e6e", + "id": "1205fba2-1e51-4c45-8479-26d6903dac92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16366,7 +16366,7 @@ } }, { - "id": "b019b92a-d449-4fde-9b0c-87daef4fbcdd", + "id": "086b77c9-cc33-4115-9f97-2417ed7414ff", "name": "Enable IDN Accounts for Identities", "request": { "name": "Enable IDN Accounts for Identities", @@ -16409,7 +16409,7 @@ }, "response": [ { - "id": "b5cb1521-c329-4cf3-8f87-415ad7416096", + "id": "04ec95df-affc-431a-b3a7-9a54e63c6b7b", "name": "Bulk response details.", "originalRequest": { "url": { @@ -16466,7 +16466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f6e2b25-8a98-416c-a346-e70dfb17bf83", + "id": "aa061684-5d55-4d47-96f2-cd2b7ebc926c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16523,7 +16523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5420fa2-1b18-463e-bb3b-8a8766f9a6a1", + "id": "f32498e9-ac2e-4641-bfb8-25dec3f2308a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16580,7 +16580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab8c5b03-d8ee-4c0e-bc83-8ac7adaf234c", + "id": "8836018f-75b1-4b91-8628-16cfcd6dbd07", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16637,7 +16637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36066caa-e6ac-4251-81b6-5538782f46d3", + "id": "b5cae1fb-a4ba-4bea-9bb3-050aadce97dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16694,7 +16694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "397b88aa-15fc-4f3b-b798-62d1f4aa17b7", + "id": "f0884a65-9113-4da6-8a01-1bce24de8979", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16757,7 +16757,7 @@ } }, { - "id": "ae9e11e9-f2da-47d5-84b6-6c7c00396c0b", + "id": "99efd94f-1394-4049-8b4c-0f916898aa54", "name": "Disable IDN Accounts for Identities", "request": { "name": "Disable IDN Accounts for Identities", @@ -16800,7 +16800,7 @@ }, "response": [ { - "id": "5fa56ece-b63a-4285-a923-be8fde9cc549", + "id": "55b5a3b9-5130-45d6-ba12-c7a62c162664", "name": "Bulk response details.", "originalRequest": { "url": { @@ -16857,7 +16857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63430c10-f26c-4c0f-ab93-058028040931", + "id": "40d21d29-2328-4431-9adf-52db5b551f08", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16914,7 +16914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ccd6de9-f879-4645-bbb4-db7a479a12be", + "id": "6b99c099-b244-4069-acd3-410decf2fd62", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16971,7 +16971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b386629-1df2-4da9-9115-09ef37bd3d73", + "id": "caa73db6-26de-4ee7-ac8c-eeddde6fe949", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17028,7 +17028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "531c92f9-9981-4d6b-97e3-477c39594e79", + "id": "2b876e3a-a2af-42e0-875a-d8acbe647860", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17085,7 +17085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75689d70-606f-4502-8599-4715ee7f89eb", + "id": "11e1c30b-d0fc-401e-ac91-e32bd0a0d6cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17148,7 +17148,7 @@ } }, { - "id": "3749e6f0-d635-4118-a913-00458c52af45", + "id": "864dc8c5-b403-4361-a415-dd0ef15e1327", "name": "Remove All Accounts", "request": { "name": "Remove All Accounts", @@ -17190,7 +17190,7 @@ }, "response": [ { - "id": "5ca3585e-2ff9-4cfa-9b42-9f70babe7f2e", + "id": "3153ab20-dc55-4006-b471-badf32a577e1", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -17235,7 +17235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f6e2ca6-150a-4fed-b968-5bf69faaca98", + "id": "6fce1201-0318-4dc0-8792-1356b2d23fff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17280,7 +17280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4fe7d48-db2e-45a4-a01a-eb80eae57444", + "id": "9f985211-6848-471f-90ba-ba7e1e5be207", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17325,7 +17325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d94ad71-db2b-400c-b9fa-a24c31fa0040", + "id": "aea71a26-687b-4eda-8824-7e3203ecea2a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17370,7 +17370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb2d5577-2118-47a9-934d-9aea128af528", + "id": "ba3a087d-aaf2-491e-bc43-cdb878f9103a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17415,7 +17415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fc329ce-4748-417b-9a86-cc2f0f1867cc", + "id": "db605a3f-5931-4bae-8d8c-780029115302", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17472,7 +17472,7 @@ "description": "Use this API to implement account activity tracking functionality.\nWith this functionality in place, users can track source account activity in Identity Security Cloud, 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 Identity Security Cloud'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 Identity Security Cloud completes on source accounts. Users can search in Identity Security Cloud 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.\nIdentity Security Cloud 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 Identity Security Cloud 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": "5649e111-dc13-468a-ab4f-c4ab6e96e1c5", + "id": "a2be6c6c-93e5-4d08-b93e-585fec478e2e", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -17495,7 +17495,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17504,7 +17504,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17513,7 +17513,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17522,7 +17522,7 @@ "type": "text/plain" }, "key": "type", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17558,7 +17558,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17567,7 +17567,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -17583,7 +17583,7 @@ }, "response": [ { - "id": "08d7d8ff-ad33-4598-9270-32062420eb5b", + "id": "2fc055b8-118c-4c46-a575-c9ed75e15d80", "name": "List of account activities", "originalRequest": { "url": { @@ -17601,7 +17601,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17610,7 +17610,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17619,7 +17619,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17628,7 +17628,7 @@ "type": "text/plain" }, "key": "type", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17664,7 +17664,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17673,7 +17673,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -17703,12 +17703,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 \"sunt5\": \"Excepteur\"\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 {\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 \"aliquipcb\": \"Lorem eu id\"\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]", + "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 \"dolorfb\": \"exercitation nulla\",\n \"minimc\": \"dolo\",\n \"cillum41f\": \"tempor ut\"\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 \"tempor_0\": \"eu Duis\"\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": "92a9c371-13e1-4f68-9890-7cb9fbe98e5a", + "id": "75dde4c4-ad8c-4cbe-af05-30ae0b516d28", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17726,7 +17726,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17735,7 +17735,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17744,7 +17744,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17753,7 +17753,7 @@ "type": "text/plain" }, "key": "type", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17789,7 +17789,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17798,7 +17798,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -17833,7 +17833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "543a3f8a-b4b2-4a65-966a-12acb46a5bb2", + "id": "890ac551-9cc9-4a43-8efc-f2b5b399ae90", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17851,7 +17851,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17860,7 +17860,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17869,7 +17869,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17878,7 +17878,7 @@ "type": "text/plain" }, "key": "type", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17914,7 +17914,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17923,7 +17923,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -17958,7 +17958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3bf3c9a-b307-42fb-8207-c2530cdcf92e", + "id": "4c81a25a-7ad0-47ef-88d7-89e0c1ad1dd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17976,7 +17976,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17985,7 +17985,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -17994,7 +17994,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18003,7 +18003,7 @@ "type": "text/plain" }, "key": "type", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18039,7 +18039,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18048,7 +18048,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -18083,7 +18083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cb16294-578e-43a9-b326-be6bdd68378e", + "id": "7b8862f2-fe95-4a14-b4d7-fd49e99486d4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18101,7 +18101,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18110,7 +18110,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18119,7 +18119,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18128,7 +18128,7 @@ "type": "text/plain" }, "key": "type", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18164,7 +18164,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18173,7 +18173,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -18208,7 +18208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5527bae-cd37-4014-be42-53cfe30d5e51", + "id": "26c3e93c-2c13-4097-9edb-c0d967ae96b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18226,7 +18226,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18235,7 +18235,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18244,7 +18244,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18253,7 +18253,7 @@ "type": "text/plain" }, "key": "type", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18289,7 +18289,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -18298,7 +18298,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -18339,7 +18339,7 @@ } }, { - "id": "12a2aa0a-c27e-4e17-b563-1b869b9fdeb4", + "id": "46c263e4-78f4-4aeb-aa52-ce235dfdb2b6", "name": "Get Account Activity", "request": { "name": "Get Account Activity", @@ -18380,7 +18380,7 @@ }, "response": [ { - "id": "ccd703e9-fb1d-4c22-a362-327b744a04c7", + "id": "8f5e8ce6-9387-437b-ac1c-5c18eeaf2f13", "name": "An account activity object", "originalRequest": { "url": { @@ -18419,12 +18419,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 \"Lorem_ca5\": \"minim\"\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 \"tempor_bbc\": \"Excepteur velit in Dui\"\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": "efa4767d-4ee4-4f2c-b1e0-ad7d17ab132d", + "id": "d7eb0f84-6671-475c-863c-2d34e48ba4e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18468,7 +18468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef7ab08-7ea6-4ae9-9a0f-2b80b4da8c10", + "id": "4fa8730a-71d8-4b53-9e10-4fcbb46991a6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18512,7 +18512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e9c8c9e-103b-4d2c-b13b-4a7431256bdb", + "id": "102dd1bb-ddf8-4ec6-87ed-0797999783fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18556,7 +18556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48377f89-83ed-4d01-9059-6020da876177", + "id": "a3c45a2d-9485-4698-a241-ea20e14b4115", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18600,7 +18600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56a7f46e-d966-45de-94d7-27a8b6d923ae", + "id": "a45f87ee-423c-4a11-93d6-bc5b1bb3d0e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18644,7 +18644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b20716fe-e030-4575-bc67-cf1280cc4129", + "id": "f2b5c61a-1f30-404c-9a93-4f8d1ab1fa60", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18700,7 +18700,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 Identity Security Cloud uses to gather and load account data from a source into Identity Security Cloud.\n\nWhenever Identity Security Cloud 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": "e69509d9-bf80-4ac1-a800-8e326104449f", + "id": "a9c72225-d2d5-4ef6-bf07-acfe1e296b02", "name": "In-progress Account Aggregation status", "request": { "name": "In-progress Account Aggregation status", @@ -18742,7 +18742,7 @@ }, "response": [ { - "id": "449c788c-3929-467a-8421-0cc45aa5777e", + "id": "18f71f77-e2a9-4d0d-b432-d4292b94e377", "name": "An account aggregation status object", "originalRequest": { "url": { @@ -18787,7 +18787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbec74f8-ec8f-4f72-bd89-4cf379ca1b1a", + "id": "84fa8a63-3abf-42ae-b2ca-48e445f84ecc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18832,7 +18832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4862c2ce-babd-4948-be76-8b6b07cb3b3c", + "id": "beffd00a-dffc-41c1-880b-69f54d5b3fbe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18877,7 +18877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48cfb072-0182-4f3c-a0b2-b01bcfe24278", + "id": "58ef72cd-9041-40ee-a314-51924e3916e3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18922,7 +18922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b012ce1a-9ab5-42bb-aacc-bbe0b5a84879", + "id": "49fdd394-511e-48cc-8066-df00ce2eef58", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18967,7 +18967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c394c01a-7936-4dd3-8429-95354c1506fa", + "id": "2689a068-6de6-4422-85a9-038db02dfa37", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19024,7 +19024,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": "9ed4c05e-8875-4e4c-b4c5-2276642638ad", + "id": "01883a6f-9b06-4a0b-8f08-06fb4038f1e5", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -19103,7 +19103,7 @@ }, "response": [ { - "id": "cbf41ecc-894e-45b4-87b4-85238ee8f675", + "id": "d89d807f-9ab8-4868-adb4-8703a18ea775", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -19185,7 +19185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5995ab15-b1a2-4130-9a3f-9ea26faf6b5a", + "id": "bcc06a41-e6ad-4e59-bc04-bf1cb30d6f44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19267,7 +19267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adb0bd9b-79a9-40bd-ac3b-c49b6ba2fdc5", + "id": "2a5bbfdf-14b7-4daa-9e75-d1ad2c17c54d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19349,7 +19349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07960033-3931-4ef8-bffd-e47ca6594583", + "id": "34ef7ca3-1bf4-4dd9-9491-897356567e84", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19431,7 +19431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "501de1b9-fcd0-4a91-8703-bf98ce23c732", + "id": "21d236d8-8f90-4201-b26e-1952aac74543", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19513,7 +19513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e38d7a36-0170-47f6-9624-492e5426f489", + "id": "c32f1937-7d3a-4c69-8da2-1535bf2ecbff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19607,7 +19607,7 @@ "description": "Auth Profile - Represents authentication configuration for an Identity Profile. This object gets created when an Identity Profile is created.\n\nAPIs can be used to retrieve and update Auth Profiles.\n", "item": [ { - "id": "39bdd5be-1123-434e-8b10-1da0c38c9cff", + "id": "81ae1627-2802-4f9a-bb55-6b1aa07e0d04", "name": "Get list of Auth Profiles.", "request": { "name": "Get list of Auth Profiles.", @@ -19636,7 +19636,7 @@ }, "response": [ { - "id": "ca2e72ba-c9c4-4913-8b1a-29609e7c798d", + "id": "340424e3-3d46-4cec-afe6-c24359d85655", "name": "List of Auth Profiles", "originalRequest": { "url": { @@ -19679,7 +19679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dca4c1e-c4a1-4bfe-af36-c7f0e0f7504e", + "id": "96d152db-1d78-4e3b-9842-dcf859842d02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19722,7 +19722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b0b2e78-9792-4688-940e-54836b98a31e", + "id": "b08ff399-83e7-442e-aba4-31031a97c7f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19765,7 +19765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfd09792-e60b-418f-a067-ca2841c1a898", + "id": "bf24f247-c772-48a0-86f5-d742aa863d1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19808,7 +19808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "014ce2e7-48ad-4d7e-ae3b-9a087b58be39", + "id": "d058025d-711c-4db2-98a4-8d34e7220a01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19851,7 +19851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e49b2c17-aa2e-42c4-b953-d3be4d316a2c", + "id": "74b92290-77ad-4f80-9990-529368b24c6d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19900,7 +19900,7 @@ } }, { - "id": "1f667b55-ed86-4f9f-9532-89e3977c4a1b", + "id": "a2b69c5b-0246-4a10-8e55-f72cda01cb8f", "name": "Get Auth Profile.", "request": { "name": "Get Auth Profile.", @@ -19935,7 +19935,7 @@ }, "response": [ { - "id": "bc0b6351-e61f-472c-a780-d2b9675cb9f5", + "id": "36479762-b0c8-4d2f-b8b2-b33822bdde08", "name": "Auth Profile", "originalRequest": { "url": { @@ -19979,7 +19979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30bc5550-22c1-4a8a-bbf7-76153e61e66a", + "id": "328e0a76-4902-491b-9f04-0370ad3c2eb9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20023,7 +20023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61077543-2e29-4ae8-8294-951fbe922653", + "id": "7ffae080-aea9-486e-baa6-124fdce9fefc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20067,7 +20067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eea8dab7-af37-45c1-9794-4d71a2870ba2", + "id": "abe72822-db7d-490e-aeb6-0891e0babf1c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20111,7 +20111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2cec4e6-2480-41b6-a958-f45b85a92deb", + "id": "eb6d817a-2526-43b6-a932-4a61c3af49cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20155,7 +20155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c85506f-9c80-409c-b764-11c4ac2cbdac", + "id": "c7b307f5-f842-45a9-9368-1aa3ebea74a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20199,7 +20199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e89ff58c-e4da-4cf5-9d27-82b8fee7d045", + "id": "da0d2e88-f932-4e31-a310-5acafb0e0e9d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20249,7 +20249,7 @@ } }, { - "id": "d71d593c-0302-4b59-8e3d-f25ac8411928", + "id": "393bc6f9-5495-4e50-a70a-a8c955312498", "name": "Patch a specified Auth Profile", "request": { "name": "Patch a specified Auth Profile", @@ -20303,7 +20303,7 @@ }, "response": [ { - "id": "82a86a03-f78f-4456-9f7e-454598f13355", + "id": "a75f8624-840a-4ae4-8e72-0c97b069e258", "name": "Responds with the Auth Profile as updated.", "originalRequest": { "url": { @@ -20360,7 +20360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "854bd05d-0176-4904-b99a-aed19d782ac0", + "id": "75d7f0eb-680a-466c-9c68-6dcfc58a78a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20417,7 +20417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "904681db-2784-4ef4-af39-345cfaa7cee0", + "id": "b6fd95c6-9619-4f65-b630-c9981d77260f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20474,7 +20474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ce5a010-6bc1-4e9c-80b8-9824ac08fc18", + "id": "429bf830-dffc-4694-9bb6-86fafe620a34", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20531,7 +20531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "858d927d-4841-4b1a-9948-b8772aa7a2f7", + "id": "4b1e6582-b9c2-4c44-98c4-36900572bfdb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20588,7 +20588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d0b0db7-c99c-48ce-ad71-f450c20bd572", + "id": "e8f8b90a-f260-470b-8021-731ec17edaad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20657,7 +20657,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 Identity Security Cloud'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, Identity Security Cloud 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\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": "8dab07ca-38dc-42fd-bb11-33a94bab26f3", + "id": "c2514988-10ef-4d21-b54a-388d555b8874", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -20712,7 +20712,7 @@ }, "response": [ { - "id": "67526a40-b909-4468-b527-af56f3dce177", + "id": "eed115e3-8ac6-473b-8563-c38b9539a21a", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -20770,7 +20770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d23ad42f-89ad-4f9f-9f96-2e13e7f38a3a", + "id": "c9f0a759-3f57-4387-8d92-b3fc963442ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20828,7 +20828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c99f978-927e-451a-882b-2e2637470058", + "id": "df71806f-6677-46cc-97ba-87aba486f266", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20886,7 +20886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19741bdb-ecd3-42be-83a6-435b687edd07", + "id": "fe498213-1781-467c-b27e-55a249043b4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20944,7 +20944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3106e036-fd26-48c2-94b9-6131530f6013", + "id": "ba7bc3bf-ae96-46b8-affc-74c61ec47bdd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21002,7 +21002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8724efbd-02ee-4720-b0a4-e9a672144955", + "id": "ddce523b-afc4-4f28-a3df-6e548ff5442c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21060,7 +21060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd3eb3d8-1ee9-4660-b833-2fc564273b43", + "id": "0197be35-bb07-41f3-b822-0ec43d3e2a74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21124,7 +21124,7 @@ } }, { - "id": "10f89cc1-ceaa-472c-8ae6-aecde24ae603", + "id": "2b847d83-6236-4f59-a1b9-fa226a9abad1", "name": "Certification Task Status", "request": { "name": "Certification Task Status", @@ -21146,7 +21146,7 @@ "variable": [ { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "id", "disabled": true, "description": { @@ -21156,7 +21156,7 @@ }, { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "taskId", "disabled": true, "description": { @@ -21177,7 +21177,7 @@ }, "response": [ { - "id": "996b530f-728b-4644-8c50-06a7f5308550", + "id": "a2de7359-51d0-42e2-9efa-562bfa0b04d0", "name": "A certification task object.", "originalRequest": { "url": { @@ -21223,7 +21223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1f918be-26aa-457d-954b-d464467c947c", + "id": "59d18e43-8ca5-44a9-8f91-4c4cbae32f6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21269,7 +21269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e97ef25e-6363-4e8c-8a37-bf0199a51c9e", + "id": "cf0b18ce-12d5-4df6-ab89-5f2f9537ad48", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21315,7 +21315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ab53610-afcf-446f-b856-f8904b4cfa1d", + "id": "d95daf8a-5a5f-4ee5-8477-b5c1f7e68cc2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21361,7 +21361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "086aeb7c-04ba-4710-8d56-5f02fa7c7882", + "id": "7e9c89bd-07c1-4c7b-ab85-1134a7d033c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21407,7 +21407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a8c0d31-e597-463f-b357-deb2e9d4d6ec", + "id": "0bcee597-0901-48f7-98da-097a903c8bc2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21453,7 +21453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18617479-f82e-43ed-b0aa-1f36dfc5a7b4", + "id": "5b28439a-03e9-4691-bb6d-b521fa08b0a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21505,7 +21505,7 @@ } }, { - "id": "029ddeda-6297-436e-b300-8d5c75876196", + "id": "d32bb0af-2f40-49ea-8026-c9c45563af29", "name": "Pending Certification Tasks", "request": { "name": "Pending Certification Tasks", @@ -21526,7 +21526,7 @@ "variable": [ { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "id", "disabled": true, "description": { @@ -21547,7 +21547,7 @@ }, "response": [ { - "id": "e1cef9c6-629d-463b-8638-3a189813c2de", + "id": "105aaa55-8d98-492a-8125-50f0912ec501", "name": "A list of pending (`QUEUED` or `IN_PROGRESS`) certification task objects.", "originalRequest": { "url": { @@ -21587,12 +21587,12 @@ "value": "application/json" } ], - "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\": \"SUCCESS\"\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\": \"IN_PROGRESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "398b1747-cb33-440b-bbe8-78b19743f712", + "id": "833e8f4b-959b-43c2-b3e2-ae1d0eb9bdeb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21637,7 +21637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4257017d-7f73-48fd-9ebf-3114ec740b37", + "id": "a8077afa-eef9-493e-9543-287c439804b7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21682,7 +21682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eddbec0-e84c-44b2-898e-d9cccbabb29f", + "id": "f22a78fd-8e6f-4820-8f1a-92be29c7eecb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21727,7 +21727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfb2e3ed-2404-48a8-a143-1fbfd0f966d5", + "id": "bcfb9fc8-680c-4619-968f-7313f59a736e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21772,7 +21772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf666ca-9bb7-47d8-9e33-f6a8774fd788", + "id": "4fcac9d8-acbc-4bcf-9424-8943a9be0bf9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21817,7 +21817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47636570-2012-4b6e-a109-390cfd4d0f46", + "id": "5813d07f-6b20-4ff2-a092-f9c8bddf4c41", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21868,7 +21868,7 @@ } }, { - "id": "130831fc-c020-4aeb-badd-c6135b3e6506", + "id": "8bd16168-0b59-4a22-8aee-03737284c75e", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -21959,7 +21959,7 @@ }, "response": [ { - "id": "ba4ec8a5-12dc-49dc-867a-d6563f34aeaa", + "id": "3967cb5b-31da-4103-9a26-1ade1d2bd458", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -22043,7 +22043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "397ccb53-0768-4a92-8b1a-b5cb1cc11451", + "id": "9a4566f0-a448-4820-b0b5-c8e19440aae1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22127,7 +22127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "065c59f7-a0ea-48ce-a6b3-6007a046030f", + "id": "70ad0c47-9f80-4428-a45b-cff354c673c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22211,7 +22211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21315d6e-4e4b-47bd-8918-20d97d780bcc", + "id": "bc530f9e-3074-477d-b72e-539e8174466d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22295,7 +22295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f0312f3-b0d1-4402-96a4-d4f7080ae38d", + "id": "5c473389-d4e0-45e4-8870-4808b9c598d8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22379,7 +22379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74c83297-f7b7-416d-be54-15e9f645657a", + "id": "11403e66-f657-474f-b6f8-729f4bef775f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22463,7 +22463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4448895b-8710-4247-a7ec-aff95dc1f1d1", + "id": "74a19204-46aa-423b-8e24-744fbb480b97", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22553,7 +22553,7 @@ } }, { - "id": "99250a06-d99f-41e2-9efe-588a931b1fa0", + "id": "5814b5f0-e6f5-4c01-86dd-0c7705cd1c35", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -22641,7 +22641,7 @@ }, "response": [ { - "id": "ed962dc6-a23d-4c90-bb57-280d8a5293c8", + "id": "d95bda3f-3795-4f4a-9eb6-d4f3af825beb", "name": "A list of reviewers", "originalRequest": { "url": { @@ -22732,7 +22732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1557420e-cbda-487a-b055-7c33d1c2c178", + "id": "653f6240-b7a2-4d04-ad87-f8568fbdbe33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22823,7 +22823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cb9730d-9b34-443a-a942-6590952767cd", + "id": "6fb79102-5d5e-43af-9c1b-e251ebf485f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22914,7 +22914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22089b95-1f26-4cf3-83ee-3636c3a3be4a", + "id": "696d44fc-8a2f-4801-9219-9053a733097d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23005,7 +23005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d45fd5fa-cc94-4f9d-95fe-d60669a66a9d", + "id": "7a51d6a0-c20e-4df6-9532-979b0fdad04c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23096,7 +23096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41de7c4d-6bda-4158-a816-900432114bf0", + "id": "5f0e03f0-9e03-4ecf-a027-f9d3f2cc3676", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23187,7 +23187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58e3d4e8-44be-468a-9bc5-2e7588942f91", + "id": "fcf1cb05-e21c-48ca-9d63-d51de535c0a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23290,7 +23290,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 Identity Security Cloud 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 Identity Security Cloud'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, Identity Security Cloud would provision all the access the user needs, nothing more.\n\nIdentity Security Cloud 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 Identity Security Cloud:\n\n- ManagerCampaign: Identity Security Cloud 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: Identity Security Cloud 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 Identity Security Cloud 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 Identity Security Cloud 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 Identity Security Cloud.\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 Identity Security Cloud 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": "7c97d441-9345-419c-bac3-963e9051092b", + "id": "1ec028e6-fae8-4cd9-9c31-d9cf1e1b6d8e", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -23374,7 +23374,7 @@ }, "response": [ { - "id": "7763b9bc-125c-46b5-a29e-735e633a0cce", + "id": "a49cf5c9-1d98-4c9e-89fc-9e95da16caad", "name": "Slim Campaign", "originalRequest": { "url": { @@ -23472,7 +23472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5268ea72-2df9-4489-a2c6-e813f0778d7e", + "id": "accf74db-88ad-4033-8cbc-cbc668539c4a", "name": "Full Campaign", "originalRequest": { "url": { @@ -23570,7 +23570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b538c31c-2835-4717-b420-61ee32dc644b", + "id": "021ed0db-0137-4176-8eac-08dda264f53a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23668,7 +23668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6b82090-1c11-47d4-b7d2-46375b16aa40", + "id": "a98e41ac-7e9e-4105-b3ff-f551eceb9481", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23766,7 +23766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "872525fa-f387-45e9-b35e-6b58f31dbc6f", + "id": "592765b0-395b-4130-b18b-0c72735337d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23864,7 +23864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36c4dd1e-7356-48f4-97c1-e483169b17ea", + "id": "9d82ff2c-ea86-410e-ae9a-6ad8a40dd958", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23962,7 +23962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef9812c9-33e3-4956-8e37-2043edb1b665", + "id": "1356fdb8-d77e-4a41-8449-f4232d82f623", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24066,7 +24066,7 @@ } }, { - "id": "3d9b7922-36d4-474e-8343-a1cad7d7da7f", + "id": "7003b0f0-6cf5-4a70-ad32-ec2c144fce37", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -24108,7 +24108,7 @@ }, "response": [ { - "id": "bd4d44c8-c990-45f5-b3eb-0c1916698c08", + "id": "4968ff4a-49eb-44aa-b1d2-12adfb70304a", "name": "Manager", "originalRequest": { "url": { @@ -24164,7 +24164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e7398dd-0923-4e72-a5d5-23ab9183cecc", + "id": "f67ccb6f-f61e-4783-bda4-bfb952d07afe", "name": "Search", "originalRequest": { "url": { @@ -24220,7 +24220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86c7bd8e-c380-4899-aa93-98e171f3b81f", + "id": "ef756691-dcf3-481f-9543-5fad67b40115", "name": "Source Owner", "originalRequest": { "url": { @@ -24276,7 +24276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b71759cf-46e6-4418-82c9-4c806a2a1b52", + "id": "53fb1395-348c-48fd-9ef2-6e5df1c01de2", "name": "Role Composition", "originalRequest": { "url": { @@ -24332,7 +24332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "685f01de-f084-4380-a36b-d807650a94a7", + "id": "6a815bdb-a3d3-45d0-9f60-4a93603d2d14", "name": "Manager", "originalRequest": { "url": { @@ -24388,7 +24388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a188b13-940e-4727-96e4-9c209d7c22ce", + "id": "4884161b-796e-431d-b3ce-027e8fccddc5", "name": "Manager", "originalRequest": { "url": { @@ -24444,7 +24444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f478737-9bea-4d69-9384-78b9340e7dce", + "id": "8b783e8e-f941-48e0-8654-d1ddf3eb63a0", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -24500,7 +24500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c769bed-90a8-4fb9-bb55-7fc0e853217f", + "id": "44853edf-6637-434a-9fb9-eb03dfce16f8", "name": "Manager", "originalRequest": { "url": { @@ -24556,7 +24556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "033ca50f-7bb8-478f-8103-ed2cda665c47", + "id": "178b833f-e1df-49c7-9dc0-fc82c9e7fc8a", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -24618,7 +24618,7 @@ } }, { - "id": "6f9f486d-98a5-4dc9-9f3d-d6fd5b1a9257", + "id": "b4e45b1e-0d86-4894-aeb7-80cf71b68b7b", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -24661,7 +24661,7 @@ }, "response": [ { - "id": "a07c54ec-d684-4502-9c06-2cc75860d20a", + "id": "106642a7-2d26-4457-bd73-027d678f29b9", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -24718,7 +24718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4045acf-e8dd-41c8-8434-8347fe7eba56", + "id": "a9b22241-6ae9-4369-aee1-080173f7b62a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24775,7 +24775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d84baef6-1b3d-4318-aabe-aa946909c1d6", + "id": "6dee91f9-e185-4376-b124-45bbdeb8acbc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24832,7 +24832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf169019-e5b0-48fb-9bbd-1d3184646035", + "id": "3d1979f4-bf5b-4299-9786-890adfe2c298", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24889,7 +24889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88c36014-5137-4bfb-ad70-054310f19284", + "id": "bd631f86-7f56-4714-9403-a50e2f0bc2d6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24946,7 +24946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d69ccc7-cacc-427c-b1d4-92761775b041", + "id": "94914e54-bcdc-446b-b13d-1fd81fe8a511", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25003,7 +25003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1841b67f-470a-4b6a-8750-a94c7cebfac8", + "id": "3154cf03-1184-480a-b775-01d0e6666303", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25066,7 +25066,7 @@ } }, { - "id": "a51063ab-307d-4837-8c0e-f5a2a803f278", + "id": "f8661a03-4602-4736-bf5b-b9b9510d3e9b", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -25107,7 +25107,7 @@ }, "response": [ { - "id": "fe9e0be5-4da0-4655-8ce4-b4a91e38ed08", + "id": "c625f8a8-8066-426c-9b42-bd4e67e066e2", "name": "Manager", "originalRequest": { "url": { @@ -25151,7 +25151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b94bdda-742e-4b08-96da-e9eedc343a6c", + "id": "4bc51ff6-093d-48b6-b576-d95eda1f60b0", "name": "Search", "originalRequest": { "url": { @@ -25195,7 +25195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "130169cb-04ee-49d6-910c-a06ad3376e4d", + "id": "567ce489-890c-4bcd-972e-e2d01fda81c4", "name": "Source Owner", "originalRequest": { "url": { @@ -25239,7 +25239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c971721f-5d88-4b2c-9e7f-747fcb6fd63a", + "id": "b47ff802-b346-4551-b4de-a10127a61dee", "name": "RoleComposition", "originalRequest": { "url": { @@ -25283,7 +25283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e44f965-e35c-439d-a37a-c5ea0e3f2bbf", + "id": "601d6883-7710-4a90-923d-9618450d2ec9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25327,7 +25327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb60119c-3942-4518-8fe1-625057955c44", + "id": "dd1fbbac-54a7-4b25-ae6a-c04929f3cea3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25371,7 +25371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d24bbbc9-764d-4742-83d9-c2b5f5be1dd9", + "id": "8b456211-3a9c-44fc-9733-c9dfbead8944", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25415,7 +25415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b481ace7-bb27-48e8-ba4b-8620c452eba1", + "id": "406503bd-c5a3-4ed2-9b2f-5e3c510db182", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25459,7 +25459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aab71bf8-d4ee-4625-8bbe-26759568ddaf", + "id": "2b46f9fc-7458-44e8-93ae-e38df14b1487", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25503,7 +25503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0bb81a4-9c6d-42d6-9055-380f6971d82c", + "id": "2ceebcb6-a1cd-49b7-aacf-d81f26280700", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25553,7 +25553,7 @@ } }, { - "id": "81b7d754-044e-46bf-abf6-e7ad1420a033", + "id": "bd7c0048-d2a0-4057-adb0-cfc4c759b3cc", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -25607,7 +25607,7 @@ }, "response": [ { - "id": "e486c26d-a3d9-4766-a247-ca4f661c232e", + "id": "ac8a5c33-65f6-4992-9b53-7c7c93c448c4", "name": "Manager", "originalRequest": { "url": { @@ -25664,7 +25664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39ea9881-2dc6-4c42-9fb8-e33affc4af6b", + "id": "1c00f274-221e-4f41-be00-dee29eb9f688", "name": "Search", "originalRequest": { "url": { @@ -25721,7 +25721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18ec435f-2018-45f5-b62c-125eed593719", + "id": "e4171e91-e1c8-49a9-9211-ba6851e8a4ae", "name": "Source Owner", "originalRequest": { "url": { @@ -25778,7 +25778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd3f27e6-38a4-4304-b4c0-f52ba581b25e", + "id": "06bac75d-67c0-47b1-bc89-9b96d50ea2a6", "name": "RoleComposition", "originalRequest": { "url": { @@ -25835,7 +25835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c455b5f-fdb1-4cc5-9c78-351c2261546e", + "id": "dde9024b-f65c-4ba9-b411-1a2ea6906c51", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25892,7 +25892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f49959a0-7f5a-49a2-a1fa-ff86af782f84", + "id": "3fafb065-5574-462c-ba43-3710454c389c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25949,7 +25949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1729ece9-cb91-4147-8ce0-243baa4b9518", + "id": "e1a1efb1-5b25-439a-aca0-65017a2e77d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26006,7 +26006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7208f51-6b9e-4a01-9d0a-0cb6a2328162", + "id": "655d61c5-c3a3-44e2-816a-3c9cc69f3eda", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26063,7 +26063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25a8e9f9-0cd6-4bbc-b593-8940c2ba8ef8", + "id": "9bc736fb-6725-4bbc-8790-4ab36667972c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26120,7 +26120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "498694d0-2066-4da3-99cc-31086d96030c", + "id": "04af7056-7e53-4ff3-9e1a-a5cc4549a4f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26183,7 +26183,7 @@ } }, { - "id": "ae1f8936-5af8-46bf-b7c5-9c58f53bd587", + "id": "7b6789ff-b822-44fb-b0c1-abf8ef5ec95e", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -26238,7 +26238,7 @@ }, "response": [ { - "id": "7d6f3283-8f1f-4f5b-a876-8cdcfd25c945", + "id": "05d89e54-0bec-4c6b-92a9-25b6be40985e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -26296,7 +26296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ffefb51-f1d3-4b04-a592-9dc050ece59b", + "id": "04b3970e-238e-4f3d-a79c-fd5bc39f0b4c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26354,7 +26354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90d8c636-a6ff-4c95-b124-de370d1bdfc1", + "id": "a81ebd16-ebdf-4ab6-9c7c-6ec4e167c492", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26412,7 +26412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de570361-9541-4ed4-b0a3-e8089903ec47", + "id": "6e453166-c50d-40f6-b104-6a15728a0860", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26470,7 +26470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "845ca465-1326-4652-b52c-7ee225d7d326", + "id": "3b3984e3-df9b-4843-b9a1-03214ce4e9dd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26528,7 +26528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c369ce8b-6ed5-4450-9169-afacccedd7ac", + "id": "08d97df5-9d2e-407e-bc7b-4c0a307eaf4e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26586,7 +26586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8b968be-843d-407c-9d53-9e8e34c48d1a", + "id": "76450e0e-614f-4c6f-ab93-6ecac45b9935", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26650,7 +26650,7 @@ } }, { - "id": "13df2071-67de-4806-9218-7e539fc66a89", + "id": "7034f3f3-a102-4fb2-80ce-8ccfb31ba3fd", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -26705,7 +26705,7 @@ }, "response": [ { - "id": "42024982-c278-4237-a2e8-78ad523b8ce5", + "id": "4e09fac5-f9cb-404a-8c17-c8d2f22a707e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -26763,7 +26763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94e1fb59-e7ef-4dc4-a7b1-b207f54861e7", + "id": "fda8f619-1de1-425a-91d8-7a007d0b8fb3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26821,7 +26821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a6c6e05-f63c-4fd9-bc38-99b9460bc8bc", + "id": "f08eeafa-baca-4630-939d-1f8f1e4f9de7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26879,7 +26879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc31fdb-99fd-4aea-b3ce-45e680a10833", + "id": "23152050-338f-470f-91c3-1115465ddbca", "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": "f2a5564b-59d5-495d-8027-cb7f065af0c6", + "id": "776369bb-e83a-4f61-a69f-1bc627672d6d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26995,7 +26995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d3f2680-7a10-4b29-a949-a11aaace5260", + "id": "6329e0c7-ef56-48e4-a9c4-24b47a51f1c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27053,7 +27053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71029d63-e515-40b7-b007-f9c40bf6fa1f", + "id": "1fda7b66-4493-4e01-85be-5c74543443b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27117,7 +27117,7 @@ } }, { - "id": "ab371a4b-e1ac-418e-bf8f-8e851c3071ed", + "id": "3d5c8b20-a83b-4985-a58e-5cdfbc8700ca", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -27159,7 +27159,7 @@ }, "response": [ { - "id": "bd10e6bc-c914-4d41-ab55-146f2ec75b89", + "id": "c3373150-31e7-4d98-889d-e275c7bb06fc", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -27204,7 +27204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a49e67b8-394d-4f31-95eb-e74526415fa2", + "id": "6297106e-f69a-4fbe-8fec-0bb3f35703dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27249,7 +27249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87931f27-d8b1-41ba-b834-7e435f603de6", + "id": "bdfd3c02-c78a-4be1-9a09-bee53db6fed4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27294,7 +27294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddd41f1b-2ac4-4885-b449-b6044c760db7", + "id": "7d3d3407-87a6-4ce2-b80d-e0cdf1e04810", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27339,7 +27339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40fbdc23-e4b4-4056-9d9d-89a7b3faa0e4", + "id": "5fab3311-5f13-4a06-9cff-6e0a9a1500bb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27384,7 +27384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "690ff719-432a-494d-aa8a-29bec1fd89bc", + "id": "c7716e48-6a62-4f75-9127-1e51db5dcadb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27429,7 +27429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b7903ca-3f05-44c6-98c3-8a1fdef5414c", + "id": "bedd8aaf-b422-4ed7-9269-571d27deabda", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27480,7 +27480,7 @@ } }, { - "id": "b1d1443e-b8bb-459b-aad1-67a9320741d1", + "id": "5ed94307-d3e8-495a-9aa6-0f0881b2a57e", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -27535,7 +27535,7 @@ }, "response": [ { - "id": "9155dea8-37c7-48c1-b650-741dcc59a5cd", + "id": "01a34889-dd3e-49d4-980d-c66034fa1996", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -27593,7 +27593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4949199a-054d-4c6e-949d-d31da007bacf", + "id": "39b004d5-ebab-48fd-8411-929e104a7aea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27651,7 +27651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22089f55-5f40-435b-9ae3-d80ca7270b62", + "id": "b92a52e8-3a52-4bf3-9a7e-0a296eea3592", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27709,7 +27709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8496ed2-d0d0-4f9f-9c80-a1f41768d523", + "id": "9f89f1dd-9bc3-479b-8c26-b52a07a6f48d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27767,7 +27767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c0c370b-cb3a-4fdc-ba85-e2b04d6ee304", + "id": "535257f0-2e31-4642-8298-20c81740957a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27825,7 +27825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2598620a-b0f5-464c-a061-c4196f22982a", + "id": "c5a88b47-2c47-4e81-bfdb-49060c032cfb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27883,7 +27883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed1561c8-2d72-402d-846d-358841ba8f8a", + "id": "1a84741f-586e-4d57-a5ed-3411e7deeaac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27947,7 +27947,7 @@ } }, { - "id": "2a7ef3d6-9f9b-413e-a56a-5bf1409cfd51", + "id": "27565a96-cf70-4e0e-8e24-7b10641a80eb", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -27989,7 +27989,7 @@ }, "response": [ { - "id": "69bda919-d0ca-4e9b-9c9f-5bad3c0c8bbc", + "id": "01b1c059-f6a9-4dfb-9978-f1460736f29b", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -28034,7 +28034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fb7eb2a-e188-453d-9380-7a53d61cc866", + "id": "02f80721-179f-442f-9800-a13ca25b96fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28079,7 +28079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ac20c3d-57ca-40d7-a31e-690f4ed37362", + "id": "e2b397c9-c22b-4d87-9604-d9a82b9284bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28124,7 +28124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9757803-b21a-42bb-8302-94465235b399", + "id": "b92597d8-a550-48f3-9cb5-12201c5d0f29", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28169,7 +28169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3f15750-1a2b-44af-9af8-92fc050ed3f8", + "id": "1a09b81a-9318-4048-86b6-535393e50003", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28214,7 +28214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea9740b0-f030-4341-ba1a-553102b3bea0", + "id": "42788417-80bb-4f66-8292-2048c0c459e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28259,7 +28259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8701b5e0-2d88-47d8-b384-47ebe370e6a2", + "id": "5daeda8a-c84f-4883-a69e-514045bea021", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28310,7 +28310,7 @@ } }, { - "id": "e4be95fe-238e-48c1-b4ed-9f5b36042a60", + "id": "92f72ffb-c373-4ed1-8435-dad8c75cbe74", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -28363,7 +28363,7 @@ }, "response": [ { - "id": "18e0b40d-8403-474d-8286-7d4e1eddb248", + "id": "aa2c4ae0-d9e0-4be0-9096-5253bd9821c5", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -28409,7 +28409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5595ecbc-e3e7-4da2-884a-58e3f4297fb9", + "id": "6c5e8567-eb0b-49fd-aac7-91786c0de6ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28455,7 +28455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "223b5c33-a1e4-458d-8048-5727f93f021e", + "id": "8a45bfd7-1917-4bc0-a509-e346c6cf0883", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28501,7 +28501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeeac814-fe3e-4223-b735-f0702f3e1c19", + "id": "4f5d2ae3-3e0f-449f-aae9-1e7af63eda46", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28547,7 +28547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a77d655e-4772-41d1-9299-f03b34c0ad14", + "id": "5b790f06-fe31-41b1-a6a7-02fdd034d84f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28593,7 +28593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9611dbbf-3ea0-4d33-bcde-1043df921d6b", + "id": "97774155-4b87-48ec-a3e1-dee464c75b7c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28639,7 +28639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e44ae0f-cf78-4b90-9910-a5b543e98be9", + "id": "6e3fb5d2-ebe8-452a-8a29-d7fc6074ac95", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28691,7 +28691,7 @@ } }, { - "id": "b99adf6c-905d-4d46-a988-07684d1bfc87", + "id": "eee4a894-1528-47d8-894a-295bfeec9190", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -28721,7 +28721,7 @@ }, "response": [ { - "id": "6af618b3-723f-40e8-95b0-a5254ae28f98", + "id": "f0354f96-3748-4e11-bdb7-688f4201effc", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -28765,7 +28765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e565d531-c999-45fd-b66f-17ff92e89ff2", + "id": "e3a18765-df97-4185-a42e-6541d1a672ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28809,7 +28809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b3174de-11fc-4348-866d-adc214aa89f4", + "id": "d9739819-172c-49f1-8500-743447649a61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28853,7 +28853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33131601-2f0c-4e96-ac55-7ef09caeb207", + "id": "aa70a046-a4df-466b-8ca6-e4b072846eaa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28897,7 +28897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b29f2c-ca00-4f4a-a70d-72250feecfa6", + "id": "d4fe641a-421a-4e67-9815-372ddad01619", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28941,7 +28941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f4f0e68-619a-48e9-9142-341f1014aa1f", + "id": "54b014b4-c117-4a4a-aac5-bfb3f63fbd4d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28991,7 +28991,7 @@ } }, { - "id": "2e0f9aae-444b-4b34-a46b-40b88a090852", + "id": "4b6943ec-abb2-4c41-ab95-7c01eafe69b0", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -29034,7 +29034,7 @@ }, "response": [ { - "id": "b5528a91-27a1-42ed-a361-6a1210d10fc8", + "id": "9ecefe27-1762-466b-8d26-553c3cea85d9", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -29091,7 +29091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e33a5f4-8490-497e-a6ea-97021a4933cd", + "id": "f0c07f52-0dca-4241-9ee4-8e9da1005d2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29148,7 +29148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "663391fe-3669-4c27-aed9-1d413e0b0f06", + "id": "3dd3200b-794c-4a46-ad7f-2ae885a3cc49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29205,7 +29205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd356d4-9003-47d7-8368-1580595bd8a8", + "id": "e3035cfa-9fa9-4f13-9669-6238dc7ccd47", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29262,7 +29262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "025c7572-08d6-43c8-8f66-c518b74627bf", + "id": "8f1094ba-544d-4011-8502-c37a7048538a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29319,7 +29319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be61bdbe-cd86-4f07-835b-c6e87178698f", + "id": "6011b330-3d70-4e17-aa1e-97a5d3a6b0c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29382,7 +29382,7 @@ } }, { - "id": "541d5ebb-a756-48ec-9d31-5c3d873ca0a5", + "id": "bcd6d7e1-eae0-4d24-bd10-cb5e6b5f7f79", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -29457,7 +29457,7 @@ }, "response": [ { - "id": "1045dd9e-1a60-41b4-aaea-1789fe54758c", + "id": "3f60c1c0-264c-46cc-9736-e54578cee961", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -29546,7 +29546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a7f9274-ecb7-41a3-9169-71007ce9b2ac", + "id": "8e0ffc8d-380c-4308-bd1f-73f3e3be8175", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29635,7 +29635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f420223-a9aa-4f57-9898-16287f0b9ae1", + "id": "8bbd9bbf-7569-4397-a205-34ff40d29fb3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29724,7 +29724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "304ee099-67e2-4e04-8ac9-450ba512b14d", + "id": "3e06ca1d-a509-42cd-a9ff-16b710320ff8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29813,7 +29813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "138d82ca-1356-4467-b80e-247490f8109f", + "id": "d25503f2-510f-4a47-aa94-9e2cc177828f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29902,7 +29902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfb4729b-28cb-4782-9370-0e327c8361d5", + "id": "a4bc3f92-00b1-4ba1-8170-1932863eb3a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29997,7 +29997,7 @@ } }, { - "id": "262a1611-a818-461d-b0eb-f0067606414d", + "id": "c369c43d-5039-4870-81a2-dd58c00084f4", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -30039,7 +30039,7 @@ }, "response": [ { - "id": "b809a87e-7d5d-4a89-a2ac-7595b768f179", + "id": "473758ee-5a12-460c-b6a2-f7d30375a52d", "name": "Manager", "originalRequest": { "url": { @@ -30095,7 +30095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ce6de2a-9cc0-42b4-9c71-9786cee180b8", + "id": "d5bbd7ce-6f0f-47b9-884d-aa9cbea39729", "name": "Search", "originalRequest": { "url": { @@ -30151,7 +30151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ded4bc37-30ef-4a40-a357-2c0acabdafce", + "id": "58a9f5d9-e05d-4c2c-a65a-fc9252e6f8c7", "name": "Source Owner", "originalRequest": { "url": { @@ -30207,7 +30207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d76479f3-179a-440f-8b80-b3e70631871e", + "id": "51dcd6a0-1469-48ec-ba96-e86382b17543", "name": "RoleComposition", "originalRequest": { "url": { @@ -30263,7 +30263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b82d21b2-42bd-4c7a-a805-1a43f39fadd0", + "id": "d8789f1e-29a0-48d2-9424-46ddf39c9427", "name": "Manager", "originalRequest": { "url": { @@ -30319,7 +30319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "701adec9-d73c-42ae-9963-d10494513471", + "id": "7f29bedc-89e0-439e-8563-aabae954e73c", "name": "Manager", "originalRequest": { "url": { @@ -30375,7 +30375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f423dad4-c07e-4805-aede-6a914d41a5a5", + "id": "049463e7-9fc5-400f-853d-1642e606cbf3", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -30431,7 +30431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "893e66a5-2ca1-4f54-a1a4-6636492d3ac5", + "id": "088c5883-771e-4d23-b665-0cf10cf1e441", "name": "Manager", "originalRequest": { "url": { @@ -30487,7 +30487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e13914d8-1d5a-4e51-9501-e45dcf0566a5", + "id": "0b14c92d-0e19-4c3c-9613-021da8b90863", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -30549,7 +30549,7 @@ } }, { - "id": "bf37fd8b-80e5-4f6b-bbcd-00bdfac1c8c4", + "id": "644d5518-7d05-495f-8a16-4dc270eb768a", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -30590,7 +30590,7 @@ }, "response": [ { - "id": "8efe9f99-b78a-4b9a-a587-266fcd987095", + "id": "17ab9983-5f3c-4028-82a9-46bf120a3ae7", "name": "Manager", "originalRequest": { "url": { @@ -30634,7 +30634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bc369f9-1760-4f54-a778-2dd7f1d40be0", + "id": "5085e85f-c6c7-4ae1-9515-1c2a16127867", "name": "Search", "originalRequest": { "url": { @@ -30678,7 +30678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f9de614-c50a-4b95-802c-f49513a733e1", + "id": "35d1c9eb-7c18-48e4-8aec-009a3baefbc8", "name": "Source Owner", "originalRequest": { "url": { @@ -30722,7 +30722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d4f8762-8c32-47ae-b0fd-ba75424bc9e9", + "id": "aba77882-ad1e-49f0-a222-9baa3a07f56f", "name": "RoleComposition", "originalRequest": { "url": { @@ -30766,7 +30766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76528863-ad26-46b8-bbf2-2846c2547f39", + "id": "24840df8-8769-46be-8eb5-79221cb2adc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30810,7 +30810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f0b4555-b87d-4bf2-8eb9-41e6f964acd6", + "id": "6f6aecb9-4320-46d3-9d45-65e0b61caace", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30854,7 +30854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e937dd-07ce-4251-bfa6-7503652a5746", + "id": "1e143bde-ad3f-4111-b0d0-b403547d6d89", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30898,7 +30898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e2fbc93-cd88-4244-aea1-bcf27546fd71", + "id": "bac28295-e58b-4de1-90f6-a636a4d9520a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30942,7 +30942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ab7f093-690a-4397-af4c-ba351a0c131e", + "id": "0c0fbb32-1c08-4397-9d59-7370962c091c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30986,7 +30986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "501307d5-2fc1-4783-b305-b6165f4e20c9", + "id": "a970a125-fced-4c8b-9e9d-8eaaf7c18daa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31036,7 +31036,7 @@ } }, { - "id": "cf3ce265-72f5-4c62-841c-977b7d93e196", + "id": "f177b851-678c-4e73-9ff7-81bc3267ceb3", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -31090,7 +31090,7 @@ }, "response": [ { - "id": "3a1e1018-5646-4826-9efd-37288e019d09", + "id": "2dbb2b83-f956-417b-956d-35272fbd1552", "name": "Manager", "originalRequest": { "url": { @@ -31147,7 +31147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a858ba97-1362-4db4-9847-ba1cdbbc0561", + "id": "84818b1b-1847-48e1-ac60-87d707f1dc9b", "name": "Search", "originalRequest": { "url": { @@ -31204,7 +31204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad35188e-4f95-460e-afb3-e5345e5e7660", + "id": "36f0d418-d53b-42b7-8fd6-2cf7c9682638", "name": "Source Owner", "originalRequest": { "url": { @@ -31261,7 +31261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "778e5b89-2ba4-491c-af5a-8631ef93c3d1", + "id": "d2c611f6-5686-4d81-b6d5-403fa721b9c0", "name": "RoleComposition", "originalRequest": { "url": { @@ -31318,7 +31318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6721e6b-a8dd-47f5-afb3-2e8ce3c2fdcb", + "id": "aded9d6f-a052-4962-b6d8-495ba4e9eb4e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31375,7 +31375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef947eda-2006-43a7-a1a1-c523cd6577b4", + "id": "546371cb-19af-4ec5-8a93-0223dfa46e81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31432,7 +31432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbb822cd-804c-4871-ab26-5106a6faf78a", + "id": "f63088dc-62a3-45c9-97f1-593dedae5830", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31489,7 +31489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e31af6e1-daba-48d2-9553-8c822ae004dc", + "id": "99ad2a6a-9e35-44c5-8b43-8e9a9133f19f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31546,7 +31546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75a573e2-4faa-4b09-bdf5-5e8ecd733227", + "id": "3f4e0946-46d1-4b20-83ec-000175050d6c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31603,7 +31603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd0f9cde-4e9e-40d8-99f0-47e3fa2c7804", + "id": "240c055c-16f8-40a2-903e-dfe0c484d071", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31666,7 +31666,7 @@ } }, { - "id": "dff08edd-e707-47ae-adaf-73506bf1c86c", + "id": "af0603ec-17b8-4583-9388-932155cea42f", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -31707,7 +31707,7 @@ }, "response": [ { - "id": "15403e61-e218-44bb-b0eb-2d629655ffd9", + "id": "ce02a006-a984-4efe-bac1-88eb520a9303", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -31741,7 +31741,7 @@ "_postman_previewlanguage": "text" }, { - "id": "872c9fb0-4c63-475e-a049-9fa422b6570f", + "id": "2717ec9e-c3b3-4cf8-a341-bbdf047c9fbf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31785,7 +31785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e3d0913-3f0f-4a67-bb68-ae9c56cf7c22", + "id": "3342ce6e-c553-4725-b356-21d5c5793268", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31829,7 +31829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "368df257-d88a-4827-8d2b-05e0c7184875", + "id": "df58551b-c47c-49cf-a772-c58a32d2bfc7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31873,7 +31873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28fea326-22e8-4c02-8382-8de0fa20ea76", + "id": "4f797be4-952b-49c5-9577-f4ecf5ac5264", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31917,7 +31917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f39823a2-c77c-4a8a-96bf-0661825356a0", + "id": "b3d266bb-c28f-462d-b901-5f8997436d0f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31961,7 +31961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa0b6f2-2803-4fdb-a5d6-c746d756541f", + "id": "413e6daf-1788-4eed-a77f-a4e2f020020a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32011,7 +32011,7 @@ } }, { - "id": "f3e810fb-5caa-4612-8b01-fb3032ef8354", + "id": "3fa9b6e2-74e2-42a5-ae3c-9a9ab86e2e02", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -32053,7 +32053,7 @@ }, "response": [ { - "id": "d09fc382-2361-4822-a636-d7aaa0d5c299", + "id": "d17fd637-8ce0-4160-8ab5-ac8fba51930e", "name": "Indicates a campaign was successfully generated from this template, and returns a reference to the new campaign.", "originalRequest": { "url": { @@ -32098,7 +32098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2d6ce2b-64ce-419e-aa45-ed1cb475d9c8", + "id": "c7740dc6-2f04-40cb-8bfc-915fecfea8f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32143,7 +32143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4ec07e2-68c9-44cd-9875-b028b6b0d79c", + "id": "dfa67fe7-4b61-4c44-a623-8975bdd1ccd2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32188,7 +32188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2db8563a-d0a7-4048-b21f-0e43fa87d162", + "id": "5be4f9b5-3f39-4f89-9a25-0d7cf769dee1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32233,7 +32233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a240e11b-b3b9-4fd8-b904-494f460c992e", + "id": "d35123b6-b195-4d4f-a1b5-a30fce209a93", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32278,7 +32278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc88cef0-9c4b-4ce9-91b9-fc8d0631f297", + "id": "2a58f3ff-facb-45cb-a59c-7c9ef90914e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32329,7 +32329,7 @@ } }, { - "id": "26be1b07-1ee1-40ca-aba0-cb4c8787fba7", + "id": "e6d6ecfb-7601-424a-8715-122c7cb77b40", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -32371,7 +32371,7 @@ }, "response": [ { - "id": "8c5ed221-0c4c-4398-917a-9f36b02fa655", + "id": "a313363e-f049-44dc-9e31-e0aeff340388", "name": "The current schedule for the campaign template. See the PUT endpoint documentation for more examples.", "originalRequest": { "url": { @@ -32416,7 +32416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40a4e6f6-36ee-423e-92ee-829bb92e665d", + "id": "1071e232-482f-4db4-ab66-2dbefea1e99e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32461,7 +32461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc5e5ddb-5e3d-475b-a537-50be53c73bc3", + "id": "644c1866-b1ab-4f0a-b21e-e637c7d76919", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32506,7 +32506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2813737-0a58-420f-a05d-a31de1e269a6", + "id": "85f9ae6a-698c-40f1-b4eb-78b65f072cad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32551,7 +32551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5760c15-3b96-4f54-a7a7-ae8ec9da7fde", + "id": "10fbf0ed-bc52-453b-9d51-d18672395faa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32596,7 +32596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c138e36-9411-4890-81b0-a3b7dbf214c3", + "id": "387e3cc2-f36d-4971-ac70-cf345b8fe0ed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32641,7 +32641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "717b46b8-3273-4862-87f4-c4d8b95c1b6c", + "id": "502aa483-cf7d-452a-948a-05f77c02e151", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32692,7 +32692,7 @@ } }, { - "id": "310da721-1b3e-4e25-a9a4-0c0487d29527", + "id": "66c61dbc-8245-4962-969a-587fcf682298", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -32747,7 +32747,7 @@ }, "response": [ { - "id": "2a1328c7-28f0-4062-bf57-9ceaef6436cd", + "id": "a6f24799-4a55-47b8-89b1-500905df6910", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -32795,7 +32795,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ee9eac20-0333-472d-94e7-21dbc1f5a598", + "id": "2c579355-01c3-4654-b5a5-3b5fcb579a06", "name": "Monthly", "originalRequest": { "url": { @@ -32853,7 +32853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b30e6d16-b512-4c95-839e-21ca3de3347d", + "id": "1ad059d1-7a66-405b-843e-5ebacd69b98a", "name": "Once a year", "originalRequest": { "url": { @@ -32911,7 +32911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be272b44-861f-4693-9046-b119565f2fdb", + "id": "52aa8cf4-c0dd-4d54-98e9-93597efd7f1b", "name": "Quarterly", "originalRequest": { "url": { @@ -32969,7 +32969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d67639c6-e210-4515-986d-1b3a4f735b0f", + "id": "2d0ee1bd-e7d3-4164-b755-50d5a0fca0fc", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -33027,7 +33027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39d321fc-67e2-4b90-b5ca-6db72c98f984", + "id": "b310b050-1612-4d17-a8d1-2ae24e202c5d", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33085,7 +33085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b908247a-51fe-4367-8a02-eaab23f2ea4a", + "id": "ea8042df-a0fe-493a-87e4-cc0f7eac34a1", "name": "Once a year", "originalRequest": { "url": { @@ -33143,7 +33143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f05d7a20-7c39-4943-bb5a-e0c3fdf5e165", + "id": "705715ad-392a-4ae0-985b-c4eca5929eaf", "name": "Quarterly", "originalRequest": { "url": { @@ -33201,7 +33201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51c3916b-4665-49a7-aaa5-67cf03923ef3", + "id": "ef1549c7-801a-4f23-a899-7d0415b851cf", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -33259,7 +33259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2006cc37-3a3f-40b3-aa0e-cf858ce980b3", + "id": "4f2fc2d8-7aca-4629-be05-6a16162e4ac7", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33317,7 +33317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "979c2702-96e6-40dc-bba7-547cd6c332c5", + "id": "f57dfab8-93cb-4945-9427-236799885e90", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -33375,7 +33375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a688665-0f6e-4d1f-b6b3-cc3a8c25e349", + "id": "27c4ca4e-99d9-4b40-96fd-8d540dc12463", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -33433,7 +33433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "140413ea-fedd-4857-a421-cc500026c652", + "id": "c8d34028-06a3-411b-830b-a242a5e80035", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33491,7 +33491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e07b5a6-164d-46aa-b5c3-116f013c5b34", + "id": "e30a387f-7904-48a6-85a2-881ae34a1894", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -33549,7 +33549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c95f7ff-0379-4ebe-8b83-3471292e1948", + "id": "f592b81d-668a-449c-bcf3-659d5f0c8f54", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33607,7 +33607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "585b0ff5-9db1-42f1-a72a-0740b8b37d2e", + "id": "8ba0d9a6-e7dd-4a0e-91b7-287afa5c8865", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33665,7 +33665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07ea0ab9-5cb1-4549-a987-b3a17c8283cd", + "id": "c39e1a1c-93bd-4c33-9bd5-c3440c2377b6", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -33729,7 +33729,7 @@ } }, { - "id": "54708ddb-82d2-424d-8879-9d05b9b8573d", + "id": "b5f40900-8b24-4734-9f91-fea22946e027", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -33771,7 +33771,7 @@ }, "response": [ { - "id": "88b2492b-ec48-4e2f-b927-3c0fc9212be8", + "id": "0348cd0e-bcf5-44e2-b3fa-19516ffcaee9", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -33806,7 +33806,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a7a8bfb2-d5bb-4b91-ae43-fc56a40e3bc5", + "id": "81caff02-fba0-41e7-a793-467a7e821acb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33851,7 +33851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da1dccc6-27bc-45da-84cd-be6b0d7ad2ae", + "id": "3343cfff-d850-4e91-88ea-b8616d23b23d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33896,7 +33896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "695983e2-35ad-4abb-84ad-a05f41e5de2c", + "id": "2cf70ccd-3a25-481f-9209-5b8e689c0cf4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33941,7 +33941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "596ddfbb-3260-4d56-b95f-9c16cb85851e", + "id": "d70df62f-ed05-4642-bad6-0a5bb8ccfe19", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33986,7 +33986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca3dcb0-84f2-48c3-ba7a-eadcea449c39", + "id": "9cab08b0-24fa-4fbc-90b8-902b498c88df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34031,7 +34031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "952648b1-c1f1-4d07-a166-534a8f19507d", + "id": "15ca7aec-4482-4e03-b1d3-bc0bbfb01870", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34088,7 +34088,7 @@ "description": "Use this API to implement connector functionality.\nWith this functionality in place, administrators can view available connectors.\n\nConnectors are the bridges Identity Security Cloud uses to communicate with and aggregate data from sources.\nFor example, if it is necessary to set up a connection between Identity Security Cloud and the Active Directory source, a connector can bridge the two and enable Identity Security Cloud to synchronize data between the systems.\nThis ensures account entitlements and states are correct throughout the organization.\n\nIn Identity Security Cloud, administrators can use the Connections drop-down menu and select Sources to view the available source connectors.\n\nRefer to [Identity Security Cloud Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about the connectors available in Identity Security Cloud.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/docs/connectivity/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 Identity Security Cloud.\n", "item": [ { - "id": "01208e0b-3182-4fd8-8358-9e63fb441b0c", + "id": "1b2c265c-3b32-4b00-bcb8-16f84099ed87", "name": "Gets connector list", "request": { "name": "Gets connector list", @@ -34163,7 +34163,7 @@ }, "response": [ { - "id": "c4f8af88-3463-4d26-858b-f3805376907f", + "id": "d8c3af37-7432-48fd-b712-17a2e04d718a", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -34252,7 +34252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ead6ddc-75c0-4f85-b648-0bd395f79867", + "id": "83e164eb-967e-4fe4-b167-b2162601be1f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34341,7 +34341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d56bd80c-29a5-487a-81cb-95428cef8d69", + "id": "719c33b7-6a69-413c-8bc5-5ad937b0c929", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34430,7 +34430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "476ca2a1-5de7-4a2f-8fc8-9be90ad5abf3", + "id": "307f988e-41b7-40ca-82b4-e3bab17eeae6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34519,7 +34519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84325169-c622-47c2-8828-2141c322771f", + "id": "a5549cd0-561d-4ea2-9b49-35f932047395", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34608,7 +34608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cb0a9c3-ba57-43c1-afa7-39465e83487d", + "id": "a3b3896f-2966-4940-b7b3-75d6438ac3c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34697,7 +34697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d071529b-94bc-4983-aca4-3f59d60d960a", + "id": "5f5b0c4b-861d-405b-984e-f3b83b7be15e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34798,7 +34798,7 @@ "description": "", "item": [ { - "id": "c290ec28-68f4-4eda-ba2f-df027910d85d", + "id": "e469ad68-f4c7-4bfd-b72f-e164b707e6d9", "name": "List Connector Rules", "request": { "name": "List Connector Rules", @@ -34827,7 +34827,7 @@ }, "response": [ { - "id": "29079ba7-fc17-4227-a2c4-bb4e181481b1", + "id": "ed5630d7-394e-4896-988c-8e14e8787ce4", "name": "A list of connector rules", "originalRequest": { "url": { @@ -34870,7 +34870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f57c180a-2da7-4c4e-8234-48c1f46762ee", + "id": "baf2f229-ced8-43b5-8123-c17cb0f723a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34913,7 +34913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acf1fd34-1141-4195-8db3-177e3270ee74", + "id": "5bda0e1f-dc65-4d69-a9af-36fdf8894753", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34956,7 +34956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d73fefbb-152f-4283-8ec7-7f19a5bb2a36", + "id": "41182b54-0adf-4178-b3af-e73f6b90213b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34999,7 +34999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7985e822-2955-4b09-a6f9-df26ec1b66c5", + "id": "a387578c-6b80-4ba8-a7f3-881c7dd1cb46", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35042,7 +35042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "597e6bcd-ac2d-4d56-a5d0-481593717941", + "id": "4150cf37-c5b0-4fc0-8963-550445faac96", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35091,7 +35091,7 @@ } }, { - "id": "b89980de-048c-4c7d-913f-c50856eae03f", + "id": "4305913a-4afb-4984-b98b-b5f1cd6cdd73", "name": "Create Connector Rule", "request": { "name": "Create Connector Rule", @@ -35133,7 +35133,7 @@ }, "response": [ { - "id": "9b011a58-da63-4f55-92c4-a5c8a4472d14", + "id": "67c7969d-ece6-4841-96d5-471d74ea9377", "name": "The created connector rule", "originalRequest": { "url": { @@ -35189,7 +35189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "581c8b6a-76c9-48b2-bd28-f5601ce64676", + "id": "a67917fc-9378-422e-8332-cf58f719d6b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35245,7 +35245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52837ec1-9d95-4d85-b148-1dbf9395ba53", + "id": "fea90751-17e1-4303-a614-32670ef6b477", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35301,7 +35301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9eb8776-16c7-4b1b-9af9-b7fabec73113", + "id": "c701e687-5512-4d20-bd81-d2331d43e5fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35357,7 +35357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7a3f768-c007-471a-bcf4-75c762be7603", + "id": "13023209-52e3-4a25-98ba-6b84b15b0595", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35413,7 +35413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e80074d8-9978-4711-8837-4daaadfcf757", + "id": "dd9e4996-7a42-4f4b-b17f-47040493fff4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35475,7 +35475,7 @@ } }, { - "id": "2042385c-d256-4db3-864d-c83da38274d3", + "id": "fba83609-ac94-42ed-80cc-ec98158d2204", "name": "Connector-Rule by ID", "request": { "name": "Connector-Rule by ID", @@ -35516,7 +35516,7 @@ }, "response": [ { - "id": "909a5ef9-7527-4c54-90cc-4cf17b77e13e", + "id": "b0e851d6-ba42-402e-a339-2e7997736fc0", "name": "Connector rule with the given ID", "originalRequest": { "url": { @@ -35560,7 +35560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e3fb396-8a6d-40ec-be0a-ac179b6a6787", + "id": "4303cac0-8c79-4793-a4d6-8883d53c01a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35604,7 +35604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53a074a4-00aa-483e-895e-06e5f0d605a3", + "id": "9690a46a-9632-4cff-bc01-424c1953a3af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35648,7 +35648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76b34ed1-ed36-4d6a-b91d-9ebe9b32a596", + "id": "b6c37e38-83ac-4b04-b842-4ab37132011d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35692,7 +35692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94804025-c519-4e8a-a289-7fa4dd2264d1", + "id": "10ab1098-3581-4b81-9eb7-9865053d0a0b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35736,7 +35736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "866dc93b-63be-4fdf-b6df-4fa76d8989ca", + "id": "f2887ebe-7c94-40a5-9c63-a904888bef7c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35780,7 +35780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef018e5-985a-447f-941b-e5746b8733a4", + "id": "a0729eb4-4608-4eca-a3ea-d2f723944baa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35830,7 +35830,7 @@ } }, { - "id": "ab4189b2-c292-4294-ab7f-7e0d6ec1c289", + "id": "de66e94a-b280-4181-88f0-c054b4d267c2", "name": "Update a Connector Rule", "request": { "name": "Update a Connector Rule", @@ -35884,7 +35884,7 @@ }, "response": [ { - "id": "50aa5737-2a4f-4f92-903e-7783ecdfa56a", + "id": "1b4f4eb3-f74a-49d4-82d3-cc3715cecea9", "name": "The updated connector rule", "originalRequest": { "url": { @@ -35941,7 +35941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7d2b4b6-9581-44ea-ae6b-afdb0e958d61", + "id": "e04de59d-3184-4893-8364-41ea10b2b6cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35998,7 +35998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0d63e46-bdb9-4409-b2bf-57a5ad027cf9", + "id": "6c68bdc5-fa62-42bd-9ab5-07934ecf2ee2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36055,7 +36055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaf3dfda-ccfa-4d2b-88a6-502368a609ed", + "id": "739f7bf0-5e97-424b-b86d-02d108ee7a92", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36112,7 +36112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "595e4289-6cf3-4bc8-85d3-dede0aa02032", + "id": "d0bbd77e-a03f-44fd-a21d-176d6936dc84", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36169,7 +36169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "937682e9-685e-4f1e-ad94-0ad04dd71a3d", + "id": "8fadbfff-ba23-42ed-8dcd-0a05f4831032", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36226,7 +36226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b6d4d51-25b3-4fff-8746-827922deb5c4", + "id": "260543c5-e98f-4ca8-aa56-66bdb446705d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36289,7 +36289,7 @@ } }, { - "id": "7a889fbe-f857-4fa0-82d0-69022235c70d", + "id": "5e9d3904-9b31-46d9-8133-14167ff06ae3", "name": "Delete a Connector-Rule", "request": { "name": "Delete a Connector-Rule", @@ -36330,7 +36330,7 @@ }, "response": [ { - "id": "fb6311c0-7487-41f7-9227-4e25b140e15c", + "id": "09d11c78-a2e8-4bdc-a80e-b5677f166cff", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -36364,7 +36364,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ce941881-fc8d-4023-91cf-216150d96e3d", + "id": "fbc584d1-db6d-40ba-8a6c-3b27499cdc8a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36408,7 +36408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c51b342-0bad-4eac-b4c3-005acbacc079", + "id": "85c17177-90b0-4503-ae91-f3d86212f788", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36452,7 +36452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec1c68bd-4d60-4753-9198-1b6cb35124f8", + "id": "e30f0127-cd94-4367-bf05-bcf7736a6195", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36496,7 +36496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2defead6-ed87-4943-9dc2-017fc7ad2822", + "id": "9026ea4b-7a29-4e40-a01e-908e1e9af39e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36540,7 +36540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1868a85b-05bb-4c1d-bd6d-7125da58f6c1", + "id": "181515f2-c74f-4e0d-8098-3e23c480213c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36584,7 +36584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cbcdec3-248e-488c-a0e0-6648a8337ddf", + "id": "4bcca95d-2d37-4c3b-830d-a6ca24f53c3d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36634,7 +36634,7 @@ } }, { - "id": "78388449-4d05-402c-8728-452df77d8a98", + "id": "18c9d042-95c7-4119-9d71-3cb378833007", "name": "Validate Connector Rule", "request": { "name": "Validate Connector Rule", @@ -36677,7 +36677,7 @@ }, "response": [ { - "id": "b42ed914-c20f-4e0e-bbb5-a748360904e4", + "id": "4d25e301-c797-46c4-a93b-8deb03ca30c1", "name": "The status of the code's eligibility as a connector rule", "originalRequest": { "url": { @@ -36734,7 +36734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "337cce6a-5839-434d-adcc-5833c50e6937", + "id": "4ddf3722-6e63-4075-9691-306dc8d662a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36791,7 +36791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca0db175-b029-4ef7-8501-f9cb9d37cb1b", + "id": "e4b2a3f5-9a0f-4927-b200-3754acdae657", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36848,7 +36848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93c98aad-6919-4187-8a5b-653026ef6e67", + "id": "33b0f52f-a9bb-442f-8664-fb650a57a032", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36905,7 +36905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ad3b2a-edf1-493d-bdd2-78b05926d135", + "id": "35ceb4ad-52b4-4091-95ed-807fa02e2620", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36962,7 +36962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fdc2438-ede1-459a-a26b-6db7fd76eff5", + "id": "b991f79f-0b74-4a69-a887-f3d542ddcec2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37031,7 +37031,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 Identity Security Cloud.\n", "item": [ { - "id": "a3b043f9-2eb5-47bb-bf6f-8a844fa8bd09", + "id": "22f011be-ec25-4a0d-b4c7-a919a3b23796", "name": "Export form definitions by tenant.", "request": { "name": "Export form definitions by tenant.", @@ -37097,7 +37097,7 @@ }, "response": [ { - "id": "e3925d9b-1b4c-43ff-b515-61785925fbda", + "id": "f936d7ba-f7ff-43a5-acc6-9511b352dbe4", "name": "Returns a list of form definitions by tenant", "originalRequest": { "url": { @@ -37172,12 +37172,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\": \"cillum adipisic\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Excepteur ea officia\"\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 enim laboris aute\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint cupidatat elit eiusmod\"\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\": \"et Duis magna\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor sit commodo\"\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\": \"incididunt Duis\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea culpa laboris eiusmod nisi\"\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\": \"veniam dolor ipsum nulla\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui 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\": \"proident irure\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu aute 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 \"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\": \"Duis aliqua\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Duis nostrud ullamco\"\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\": \"ame\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"pariatur sit enim exercitati\"\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": "c3e61654-d0e6-42f9-a697-8676022f9d12", + "id": "4df4b5a5-577e-43cf-baa7-d614df12b095", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -37252,12 +37252,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "59203d20-844f-4be9-89de-2912794e4530", + "id": "16b59623-2bb3-4947-8515-d733ba2f884a", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -37332,12 +37332,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "da86ca90-d9fa-47a1-a61c-398b9fe87829", + "id": "67e67e84-01bb-4340-a98e-62a5b8720239", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37412,12 +37412,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3e2dde8a-9659-4201-af0f-b6cb56f8ffa5", + "id": "3e2dd791-0055-4ecb-b189-f90e80287c9b", "name": "Too many requests", "originalRequest": { "url": { @@ -37497,7 +37497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "922e3512-84eb-4ae3-a7dd-5cb281656921", + "id": "7348a390-8fe7-40d9-a66e-3bb1c6f506ce", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -37572,7 +37572,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -37583,7 +37583,7 @@ } }, { - "id": "e00742a5-00c4-46a9-b420-b510db16233e", + "id": "73f70add-a3c0-4091-bd3b-f1238fa7ff75", "name": "Creates a form definition.", "request": { "name": "Creates a form definition.", @@ -37622,7 +37622,7 @@ }, "response": [ { - "id": "e81398c7-1393-451d-8d5d-68f1c8d6a3b8", + "id": "2a13dde6-feea-4e58-a6d9-14024fc9f03a", "name": "Returns a new form definition", "originalRequest": { "url": { @@ -37673,12 +37673,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\": \"est do tempor laborum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"voluptate Excepteur officia 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\": \"ullamco reprehenderit \"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua dolore\"\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\": \"laboris id\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"quis proident laborum aliqua sunt\"\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\": \"est dolore laboris ea\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint ipsum eiusmod et\"\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": "94e82b7f-7e6b-4e41-984f-e4c84f2e7122", + "id": "2a4f8d81-2ec4-4661-b890-fcbff2a0351e", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -37729,12 +37729,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "052982bc-7694-407a-a4e1-d3d9cfd95f9f", + "id": "89b70c7e-4ba8-49ed-bde7-b01775730350", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -37785,12 +37785,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "56bc1b71-00c1-4122-858e-ae591d6dc414", + "id": "099b685e-c249-4c00-ba1f-4c56e4df22c1", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37841,12 +37841,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "377d4a47-2a07-453c-84c2-e975c0b1ee63", + "id": "4103ba0c-3fdb-4bed-90e2-2aefa048378a", "name": "Too many requests", "originalRequest": { "url": { @@ -37902,7 +37902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8170dec6-2538-4225-901d-ca93d4c9f1bb", + "id": "6377caac-7dd8-4b1c-8889-4d0711801d84", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -37953,7 +37953,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -37964,7 +37964,7 @@ } }, { - "id": "8c6781e8-3407-480c-92ab-e60d037a1b4c", + "id": "194f1d7d-0aad-4edd-a83a-cbae3d627f68", "name": "Return a form definition.", "request": { "name": "Return a form definition.", @@ -38005,7 +38005,7 @@ }, "response": [ { - "id": "3d5427f3-6c6a-4d3e-acd5-5d683de0879e", + "id": "480d5d8d-4872-4628-86f8-21f0232b8d21", "name": "Returns a form definition", "originalRequest": { "url": { @@ -38044,12 +38044,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\": \"est do tempor laborum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"voluptate Excepteur officia 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\": \"ullamco reprehenderit \"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua dolore\"\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\": \"laboris id\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"quis proident laborum aliqua sunt\"\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\": \"est dolore laboris ea\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint ipsum eiusmod et\"\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": "c693e732-c8fa-4b0f-acdf-92ba5bea70c8", + "id": "abc5f8b7-4b60-4b54-8175-8885689078eb", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38088,12 +38088,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "11bc4972-9932-4acd-900d-9961a701632a", + "id": "0a2ceb97-a786-4106-8e79-fbfdefd949f7", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38132,12 +38132,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d051eea7-f149-41da-98ad-2d04ac22a91f", + "id": "d7d3b450-8fce-4bc0-af91-46f1e67ae113", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38176,12 +38176,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f291eb12-8b2d-4dfb-8c4c-33ddf163c6ca", + "id": "b229dec1-b039-4d5c-b6b8-8552201b8f42", "name": "An error with the item not found", "originalRequest": { "url": { @@ -38220,12 +38220,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "17cfa4b0-ea6a-4166-9265-513eadb8b73b", + "id": "84344205-ace6-4bf1-8ebd-112a810ccd24", "name": "Too many requests", "originalRequest": { "url": { @@ -38269,7 +38269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f7ebc44-6b6c-4c24-b03e-58b8af88ce63", + "id": "4485d08c-623c-4683-b41a-47aea08eb64e", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -38308,7 +38308,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -38319,7 +38319,7 @@ } }, { - "id": "e754008c-e8ec-4ec8-b2d9-2eb0a5cb1393", + "id": "22d4cda8-0378-4490-8f2f-7a5a9750f81f", "name": "Deletes a form definition.", "request": { "name": "Deletes a form definition.", @@ -38360,7 +38360,7 @@ }, "response": [ { - "id": "0ecb3882-b532-444b-bd5d-ed1071d6773c", + "id": "1284fa9a-bfc9-42d8-aae6-46b11b2134a1", "name": "Returns an empty body", "originalRequest": { "url": { @@ -38404,7 +38404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7659f053-7add-42ea-ac5a-fcfd2d7fae52", + "id": "00481fdc-d7dc-4170-91a5-d590effd4e86", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38443,12 +38443,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "482eacad-08d2-4b8e-acb2-3d5e184a7839", + "id": "c2337601-081d-422f-814e-80cdf4c4dab5", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38487,12 +38487,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "76da05b8-3267-4d8f-b8bd-5aca5d0c7444", + "id": "e58e998d-9ecb-4e88-a64e-7004fe8dea4d", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38531,12 +38531,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c969bc6c-2c0c-43f4-a4cd-89b75089a4f3", + "id": "47ead570-ef59-4637-891f-7199ba0379c0", "name": "An error with the item not found", "originalRequest": { "url": { @@ -38575,12 +38575,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6463dd1b-2343-4c65-849d-bf063f0d684e", + "id": "67ac7847-5706-4c70-afcc-56f9d648d2d7", "name": "Too many requests", "originalRequest": { "url": { @@ -38624,7 +38624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e1f02aa-d75a-4bc0-ab99-9b6566d31cb9", + "id": "90e54261-15ab-4000-b15d-c5a36430bf7b", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -38663,7 +38663,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -38674,7 +38674,7 @@ } }, { - "id": "89c873cb-81ff-4eff-b7b7-4331169a35c7", + "id": "1cb9b05c-4e31-48fb-928e-f0ce05958946", "name": "Patch a form definition.", "request": { "name": "Patch a form definition.", @@ -38728,7 +38728,7 @@ }, "response": [ { - "id": "8566946e-68d6-49fa-917c-1e24af8e2a13", + "id": "ddcea2a1-1142-4475-ac45-4dabc0afe3ed", "name": "Returns the form definition updated", "originalRequest": { "url": { @@ -38780,12 +38780,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\": \"est do tempor laborum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"voluptate Excepteur officia 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\": \"ullamco reprehenderit \"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua dolore\"\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\": \"laboris id\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"quis proident laborum aliqua sunt\"\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\": \"est dolore laboris ea\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint ipsum eiusmod et\"\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": "32b33803-9b30-4ad6-942a-378d1000f051", + "id": "4b76d516-faf2-464e-8f06-c7512f19e963", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38837,12 +38837,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "da8bd72f-369a-43d8-848c-6a3a772b89a3", + "id": "965c47ec-11a4-4af3-9b00-79127e307995", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38894,12 +38894,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4c74529d-2a4f-4028-833f-36f51bf9f247", + "id": "ec35ac3a-7c37-4399-88c2-3b12ae7268d4", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38951,12 +38951,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4c595dbf-6728-4ab3-be08-c93beafdcb99", + "id": "d9e81515-9eae-46c9-939b-7b9a74e91205", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -39008,12 +39008,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d1712d8a-3e63-4ec8-b6c4-73991cb2a20a", + "id": "b717f1c8-dfdf-4d9c-b6bf-9d0607f58cc0", "name": "Too many requests", "originalRequest": { "url": { @@ -39070,7 +39070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "148df1f3-cadd-4a94-99e6-ce9b63f32d37", + "id": "7f42c5f8-a426-4aaf-8922-5985fcda139c", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -39122,7 +39122,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -39133,7 +39133,7 @@ } }, { - "id": "17f205a5-1651-40de-83bc-289c0bcd8c0b", + "id": "1812542d-bd4c-4c06-9c87-51bfa501978a", "name": "Preview form definition data source.", "request": { "name": "Preview form definition data source.", @@ -39213,7 +39213,7 @@ }, "response": [ { - "id": "04f9eed7-5d2a-4a9d-ae00-b88633046b81", + "id": "4bab1670-1d43-4b2a-87a2-f28497a503ab", "name": "Returns a preview of a form definition data source", "originalRequest": { "url": { @@ -39299,7 +39299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a95acf5a-5de3-4637-8751-ca4e1829b95c", + "id": "5d1a98c2-1630-40b7-8bdb-196cfdc70742", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -39380,12 +39380,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "96aef3a8-4da1-4e52-b5ba-b244e3cf948f", + "id": "029b3da1-e90d-459e-9ea7-3c2d171cbc7d", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -39466,12 +39466,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7a43d148-e8f4-44f9-9774-298497f539bf", + "id": "fd4f276d-10a9-46d3-83ff-c97c3136d317", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -39552,12 +39552,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "599e776a-a0db-4e50-8130-a3cd7ae092ad", + "id": "02f63ae8-a3c2-4603-ab12-884bff26818e", "name": "An error with the item not found", "originalRequest": { "url": { @@ -39638,12 +39638,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "498a01cd-1316-4815-9d31-f2fecfb5ce1b", + "id": "e2f929cc-e4b9-4ac9-aa15-eb1dae9159fd", "name": "Too many requests", "originalRequest": { "url": { @@ -39729,7 +39729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecaf782b-140e-4bef-83bc-a95e2ce8af3e", + "id": "bf451317-2fa1-4184-b736-56873ee3251e", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -39810,7 +39810,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -39821,7 +39821,7 @@ } }, { - "id": "24deccf5-e23f-4156-ba8e-ad3056f709c4", + "id": "137546ba-fc63-4cae-b067-5677a3163bee", "name": "List form definitions by tenant.", "request": { "name": "List form definitions by tenant.", @@ -39888,7 +39888,7 @@ }, "response": [ { - "id": "0ee3a4ca-3edf-4471-a77a-6518cb28079b", + "id": "36561544-01f2-4137-a3cd-38c44430e7b3", "name": "Returns a list of form definition objects by tenant used by SP-Config", "originalRequest": { "url": { @@ -39964,12 +39964,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\": \"qui mollit esse\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui Ut i\"\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\": \"sint proident aute in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor do proident velit\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"aliquip culpa anim veniam cupidatat\",\n \"version\": -18666416\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\": \"commodo veniam pariatur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi cupidatat ea culpa 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\": \"deserunt dolore labore\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut fugiat sed laborum\"\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 in aute dolor ipsum\",\n \"version\": -23282268\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\": \"eiusmod veniam Excepteur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incid\"\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\": \"sit ex\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"elit aute 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\": \"et Lorem\",\n \"version\": -9103427\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\": \"consequat sunt eiusmod\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit ex est\"\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 dolor minim consectetur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing Excepteur\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"ad eu\",\n \"version\": -56737831\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7819f2c2-9ef6-43a3-bf70-bb7aa0be7b17", + "id": "344fad1c-253d-4a96-a248-a3b5a03d0a26", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40045,12 +40045,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c01145ee-65c7-49c1-af39-c3ee12e6bb87", + "id": "86f21479-aed8-4767-837f-240180c5f761", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -40126,12 +40126,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1793602d-e4a9-41b4-ac95-4b3717b7d1d9", + "id": "03d6ce0c-4fbe-4fee-9631-c7767c23800e", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40207,12 +40207,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "84d9b150-47c6-437e-ab80-182c57d7a619", + "id": "34b8a393-73f2-4f77-b985-cd7d8db0104c", "name": "Too many requests", "originalRequest": { "url": { @@ -40293,7 +40293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "542bd51e-c9e1-4051-b888-67cfefb0f2a5", + "id": "9d032034-1e40-46dc-bbe6-2fcf63a6ce73", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40369,7 +40369,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40380,7 +40380,7 @@ } }, { - "id": "f6633937-99d0-4e12-b540-4699dc5b0df0", + "id": "b1a80b26-ba2f-4aa6-b754-8d837dfe0825", "name": "Generate JSON Schema dynamically.", "request": { "name": "Generate JSON Schema dynamically.", @@ -40420,7 +40420,7 @@ }, "response": [ { - "id": "f0ec9e79-e5c2-4961-a31a-787f0a7b0bc9", + "id": "1668dada-bf27-4087-8d1e-88cde357db5a", "name": "Returns a form elements dynamic schema", "originalRequest": { "url": { @@ -40477,7 +40477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d925f74-3a61-472d-ba04-fe7c2f2d070a", + "id": "9545bf41-d2cf-48e1-ae34-7e8432b3c6d5", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40529,12 +40529,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7d017348-8198-41c6-8443-f4e336981511", + "id": "46f65a2c-f6ae-4540-9781-e552167a20bf", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -40586,12 +40586,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b729393c-529c-4861-9f8a-b87d4fcb78fa", + "id": "831dfcaf-4f8b-4edc-a7f8-27e9288871fd", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40643,12 +40643,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "49467ad4-f358-404a-96e6-f6065bb4055d", + "id": "33f9aad0-42f6-4139-8d2b-d4e82476c02e", "name": "An error with the item not found", "originalRequest": { "url": { @@ -40700,12 +40700,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "55b4eead-bed0-47d2-a252-a71a06249a16", + "id": "6bcfef7a-eccb-49a9-8e7b-29e9de042ef1", "name": "Too many requests", "originalRequest": { "url": { @@ -40762,7 +40762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1aef6bf-8054-4d08-a92e-bfa899d62a19", + "id": "c22c54c3-daab-4065-8a90-c247351baf98", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40814,7 +40814,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40825,7 +40825,7 @@ } }, { - "id": "a53983b3-bd6c-4dc6-bcc8-a9ace966ca05", + "id": "93a08635-abeb-416d-afa1-882d804edabb", "name": "Import form definitions from export.", "request": { "name": "Import form definitions from export.", @@ -40865,7 +40865,7 @@ }, "response": [ { - "id": "406e7f74-97da-4fdc-83b6-6e9733807a1b", + "id": "dfb7f725-0af3-469d-9675-0d602f89a647", "name": "Returns statuses of those form definition objects imported", "originalRequest": { "url": { @@ -40917,12 +40917,12 @@ "value": "application/json" } ], - "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"dolor1_8\": {},\n \"laborisa2\": {}\n },\n \"key\": \"reprehenderit\",\n \"text\": \"labore cillum aliquip et elit\"\n },\n {\n \"detail\": {\n \"do_064\": {},\n \"consequat_b0\": {}\n },\n \"key\": \"enim sunt culpa\",\n \"text\": \"ipsum\"\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\": \"Duis ea reprehenderit sint of\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut Duis commodo\"\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 \"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt dolor\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"est dolor laboris eu\",\n \"version\": -62879090\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\": \"in minim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor sed reprehenderit 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\": \"adipisicing laborum qui\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui quis\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"fugiat minim laborum in\",\n \"version\": -55720504\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"aliquip_2\": {},\n \"et9\": {},\n \"esse_be\": {},\n \"aliquip_3\": {}\n },\n \"key\": \"nostrud commodo officia\",\n \"text\": \"laborum voluptate Lorem\"\n },\n {\n \"detail\": {\n \"in_39\": {}\n },\n \"key\": \"mollit consectetur sint in\",\n \"text\": \"enim minim exercitation consequat\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"ut_c6\": {},\n \"pariatur_275\": {}\n },\n \"key\": \"Duis laborum eu\",\n \"text\": \"ut\"\n },\n {\n \"detail\": {\n \"estdd1\": {},\n \"Excepteur38\": {}\n },\n \"key\": \"sint\",\n \"text\": \"laborum velit et\"\n }\n ]\n}", + "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"do_4\": {}\n },\n \"key\": \"Exce\",\n \"text\": \"aute\"\n },\n {\n \"detail\": {\n \"ex3\": {}\n },\n \"key\": \"in magna in et\",\n \"text\": \"ex\"\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\": \"minim occaecat ut id\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"id aute ad ut 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\": \"dolor in \"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"voluptate cillum dolore\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"quis cillum aut\",\n \"version\": 10763454\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\": \"dolore quis exercitation\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt culpa 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\": \"cupidatat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aute ex aliqua mollit Lorem\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"anim aliquip incididunt lab\",\n \"version\": 83524851\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"in_9\": {}\n },\n \"key\": \"Excepteur commodo in cillum\",\n \"text\": \"magna incididunt\"\n },\n {\n \"detail\": {\n \"sintb\": {},\n \"dolor2_0\": {}\n },\n \"key\": \"Excepteur exercitation\",\n \"text\": \"deserunt dolore qui incididunt ea\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"proident_4ba\": {}\n },\n \"key\": \"reprehenderit in cupida\",\n \"text\": \"id irure anim\"\n },\n {\n \"detail\": {\n \"excd\": {},\n \"magnaa6\": {},\n \"in_be1\": {},\n \"esse8\": {}\n },\n \"key\": \"aliquip sint reprehenderit Lorem\",\n \"text\": \"id ut anim enim consectetur\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fa3b8d22-bf74-4a26-8686-e95144eda231", + "id": "0b0e71c8-0350-40e8-b688-23d5c81f1f3e", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40974,12 +40974,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4abe7e3f-565d-4074-84c3-84a34b2cd346", + "id": "00b2fafa-244d-433d-8183-e2bb82bbcb0b", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41031,12 +41031,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "51f3494d-2022-47df-9a3b-584c08926671", + "id": "ad4958a4-c5f5-49ae-9192-9c48236c13ea", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41088,12 +41088,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0b04b131-4445-4194-a7ef-17f4c368eb50", + "id": "f20a350f-48c6-46a8-a5eb-aeae948430e2", "name": "Too many requests", "originalRequest": { "url": { @@ -41150,7 +41150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebd5859a-29bc-4c1c-a190-6f718ee96e8c", + "id": "5bd94ac4-a0fa-4409-b860-57d5399c37bc", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -41202,7 +41202,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -41213,7 +41213,7 @@ } }, { - "id": "d9343bfe-b001-449c-bdf3-15cedcce7fc7", + "id": "8316c6c0-1206-4677-986c-b539ea1d0189", "name": "Upload new form definition file.", "request": { "name": "Upload new form definition file.", @@ -41264,7 +41264,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo aute", + "value": "deserunt ad voluptate", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41273,7 +41273,7 @@ }, "response": [ { - "id": "f8d6a15a-a067-4223-a063-56db78dad864", + "id": "ab734dec-c2b1-4221-a8d0-87e82a822ad8", "name": "Returns a new form definition file", "originalRequest": { "url": { @@ -41316,7 +41316,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo aute", + "value": "deserunt ad voluptate", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41336,7 +41336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8656cc5-a28b-4942-9746-d25338e2ad2e", + "id": "c5980ce4-8439-45b0-b22c-540a263d6224", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -41379,7 +41379,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo aute", + "value": "deserunt ad voluptate", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41394,12 +41394,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "574756ab-3a2b-4720-9b03-b37ab76ccb19", + "id": "06da8e10-c276-4410-9f7f-65f48d75c381", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41442,7 +41442,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo aute", + "value": "deserunt ad voluptate", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41457,12 +41457,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5beff6f5-814f-4b65-8192-b09d3ba1d23c", + "id": "6cce98da-15f7-4305-940a-d9834c874855", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41505,7 +41505,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo aute", + "value": "deserunt ad voluptate", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41520,12 +41520,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dcda77b5-fc7c-4ac4-8c0b-25897f907277", + "id": "db45699b-7031-4515-a092-0ddf6d595ed9", "name": "An error with the item not found", "originalRequest": { "url": { @@ -41568,7 +41568,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo aute", + "value": "deserunt ad voluptate", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41583,12 +41583,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0eba9fa3-3fd6-4f4c-b15c-b916e31760ab", + "id": "0e79cc50-48ec-4dd6-af1e-f234344f3540", "name": "An error with payload size too large", "originalRequest": { "url": { @@ -41631,7 +41631,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo aute", + "value": "deserunt ad voluptate", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41646,12 +41646,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a19b5f90-a55b-4593-9061-26e29091daa6", + "id": "1ab3195c-6e1b-4f41-ab24-6a4f9e8f277b", "name": "An error with unsupported media type", "originalRequest": { "url": { @@ -41694,7 +41694,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo aute", + "value": "deserunt ad voluptate", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41709,12 +41709,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e9c8bed5-dc60-4cd1-a224-4ede037f480f", + "id": "acf3bc3a-8a2c-4bb7-b9df-2dcea12e93b2", "name": "Too many requests", "originalRequest": { "url": { @@ -41757,7 +41757,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo aute", + "value": "deserunt ad voluptate", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41777,7 +41777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6840a465-51d9-4228-a0b9-ee5313acd80e", + "id": "b8d9adf0-092b-4040-b3b6-79016b123dbb", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -41820,7 +41820,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo aute", + "value": "deserunt ad voluptate", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41835,12 +41835,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7446a34e-6931-4c38-9150-c890bbbc3b78", + "id": "4ed5d7aa-22d3-4fa3-847d-2dab1f7798ee", "name": "An external service is not available", "originalRequest": { "url": { @@ -41883,7 +41883,7 @@ "type": "text/plain" }, "key": "file", - "value": "commodo aute", + "value": "deserunt ad voluptate", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41898,7 +41898,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -41909,7 +41909,7 @@ } }, { - "id": "6499118d-a3d0-4389-afa2-9384c947ac23", + "id": "7d2a0fcf-a27b-40e9-826e-1756dba4d189", "name": "Download definition file by fileId.", "request": { "name": "Download definition file by fileId.", @@ -41959,7 +41959,7 @@ }, "response": [ { - "id": "b7284df1-d7a9-4626-8382-60b3db9ead3c", + "id": "82230026-bc64-4bab-a85d-55c2d415fae2", "name": "Returns a file that is referred to by fileID and associated with the formDefinitionID", "originalRequest": { "url": { @@ -42000,12 +42000,12 @@ "value": "application/json" } ], - "body": "sint es", + "body": "irure qui", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "74afa62b-7731-4cce-ae6b-33423dda9f2f", + "id": "9adba01c-d0bb-4593-87e3-bb9b95fdb0fb", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42046,12 +42046,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "52eebd27-4b68-4007-81ac-a26fa078ad86", + "id": "c975bb31-3195-42e9-89c9-3d92d8b96a36", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42092,12 +42092,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7c751a4e-18d8-414e-9015-3e77541944e0", + "id": "2b24fe45-1597-4313-b511-bfb0c512dbda", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42138,12 +42138,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "59ac4483-6927-4dd4-abeb-ef3b6afda465", + "id": "18998ba2-0aca-4890-a49d-48fc21561640", "name": "An error with the item not found", "originalRequest": { "url": { @@ -42184,12 +42184,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4cd853c5-3ac6-4383-b207-dc65c20169c3", + "id": "3cc5aefd-c5f1-46ed-b1ef-efdce99271e1", "name": "Too many requests", "originalRequest": { "url": { @@ -42235,7 +42235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc2d1d52-a8ea-4237-85b8-a91b115c6cca", + "id": "2d8dca35-272d-42b7-a771-478d3116b3fc", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42276,12 +42276,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "59bb3cc5-186f-4f58-8b97-67b1f8425b34", + "id": "14cb3de3-e3ab-4100-8f95-4dfac7e7b523", "name": "An external service is not available", "originalRequest": { "url": { @@ -42322,7 +42322,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -42333,7 +42333,7 @@ } }, { - "id": "861cb7f6-077a-4732-8483-6c5571e0a045", + "id": "9798387f-a9e5-438e-9ede-cd3551b3f566", "name": "List form instances by tenant.", "request": { "name": "List form instances by tenant.", @@ -42362,7 +42362,7 @@ }, "response": [ { - "id": "b0c7e812-7a5e-4045-acdb-83fda1b6bc64", + "id": "4b57f497-66e6-4fe4-a984-a733c607007b", "name": "Returns a list of form instances by tenant", "originalRequest": { "url": { @@ -42400,12 +42400,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\": \"fugiat consectetur adipisicing\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident laboris\"\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\": \"fugiat cillum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Ut\"\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\": \"Lorem enim non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"quis 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\": \"magna ex\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ex dolor velit ullamco et\"\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\": \"laboris labor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Duis\"\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 officia velit in Ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation veniam nulla ipsum\"\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\": \"culpa ut exercitation sed deser\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Excepteur exercitation\"\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\": \"esse sed\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt t\"\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": "12bd2257-ce55-446e-923d-73c35a6988e7", + "id": "99a5950f-6b52-44e9-8357-bc5d15dd403b", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42443,12 +42443,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e219060d-91b2-4cd1-8768-87713159346e", + "id": "cb174a39-1d8f-449d-b606-874e64848abe", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42486,12 +42486,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4b2afd51-8856-4954-9826-f4a4963096a5", + "id": "e92aaa0d-799c-4aa3-bdb2-d73e46856597", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42529,12 +42529,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "78d8391f-7ffc-4a44-b956-4ff85aba98d6", + "id": "d7d8e6c6-b0c0-42b3-8b5a-27d0fc3924e7", "name": "Too many requests", "originalRequest": { "url": { @@ -42577,7 +42577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a678bb3f-d4a1-40a5-a3de-3abee4807c11", + "id": "8e951ae3-7a13-46ec-bbff-252d1af30759", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42615,7 +42615,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -42626,7 +42626,7 @@ } }, { - "id": "b8ff96ca-6e3a-4e3b-aa7c-c721927edc84", + "id": "5207d02f-9364-4a8e-9e11-102ae49144a6", "name": "Creates a form instance.", "request": { "name": "Creates a form instance.", @@ -42665,7 +42665,7 @@ }, "response": [ { - "id": "618f6d9a-51b0-4c2c-a69f-5b003d2021f3", + "id": "a24e85de-ec83-445c-b0e3-fe37d5d5c678", "name": "Returns a new form instance", "originalRequest": { "url": { @@ -42716,12 +42716,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\": \"sin\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do\"\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\": \"sint amet ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laboris voluptate ut do Duis\"\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\": \"sunt laboris Lorem\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit 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\": \"id\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore Duis\"\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": "9de0b57c-440e-4275-844d-210584014eb4", + "id": "f5e21f6d-72be-4be2-9d90-c9cef099576e", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42772,12 +42772,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ba37e2df-defb-4301-8312-726b8deeaf69", + "id": "a9e0dcea-e732-4d95-8dc9-b3ea57073750", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42828,12 +42828,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3058e472-926d-4560-abed-81ed22c1440b", + "id": "489aeea8-6260-49e5-98ef-7d41b9576c5a", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42884,12 +42884,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "797eeaf6-112a-42a0-8dda-b92de3d19499", + "id": "f5abfc3d-5013-4f2d-886f-14163b6d50b3", "name": "Too many requests", "originalRequest": { "url": { @@ -42945,7 +42945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92ee78df-c6a4-49aa-9655-8eb98a98f101", + "id": "bbef4dea-6334-4209-b206-767d8493248e", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42996,7 +42996,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43007,7 +43007,7 @@ } }, { - "id": "fa952644-b6ea-40cd-a895-adbda0c9567c", + "id": "66686f71-d0c2-4b17-92b6-6039365951ad", "name": "Returns a form instance.", "request": { "name": "Returns a form instance.", @@ -43048,7 +43048,7 @@ }, "response": [ { - "id": "2669b3bf-ec03-4acc-b892-54938ce60ab1", + "id": "ca347436-d7ae-476a-905f-148bf7050a5e", "name": "Returns a form instance by its key", "originalRequest": { "url": { @@ -43087,12 +43087,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\": \"sin\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do\"\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\": \"sint amet ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laboris voluptate ut do Duis\"\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\": \"sunt laboris Lorem\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit 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\": \"id\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore Duis\"\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": "19dcbc21-7d74-46f9-ab39-714d9adeedc4", + "id": "8bc415b0-c35e-4c09-8978-1a5e4d9373a2", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -43131,12 +43131,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b9ada624-2e98-4a6a-839b-b48884b346a2", + "id": "a0c4fa82-162a-4ab9-b264-8fb978dac711", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -43175,12 +43175,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "198abacf-18d9-4deb-b61c-faff1be5d3dc", + "id": "e0a7dc55-cb44-4b87-970a-754f27179f89", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -43219,12 +43219,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "451bf3bb-e863-4a0c-9aa2-bdf82fb5d060", + "id": "af7fbe91-3949-4639-9dae-c04bfa950189", "name": "An error with the item not found", "originalRequest": { "url": { @@ -43263,12 +43263,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "343cbeb4-3f37-4814-9c60-c75ad129c654", + "id": "f27c8558-00c4-4e88-92a8-f3aa9a9539e8", "name": "Too many requests", "originalRequest": { "url": { @@ -43312,7 +43312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5f49c67-79b5-4734-9f33-ef6a4c2dd190", + "id": "99b35a26-1514-4754-ad71-104dd8ee91c2", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -43351,7 +43351,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43362,7 +43362,7 @@ } }, { - "id": "daa91d9b-114e-465e-8ce9-23eb8c442f75", + "id": "b0c64138-945b-4cc4-bd4b-65e102989898", "name": "Patch a form instance.", "request": { "name": "Patch a form instance.", @@ -43416,7 +43416,7 @@ }, "response": [ { - "id": "09211217-af96-4d97-93e7-8d3196374b8a", + "id": "056042a3-ee34-4372-bc6e-7f4169ad8809", "name": "Returns the form instance updated", "originalRequest": { "url": { @@ -43468,12 +43468,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\": \"sin\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do\"\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\": \"sint amet ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laboris voluptate ut do Duis\"\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\": \"sunt laboris Lorem\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit 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\": \"id\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore Duis\"\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": "7c7d0ef5-f74c-4278-8f41-608261714106", + "id": "6e9310ba-1c7c-4c72-8ad2-3cafe6dfbe39", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -43525,12 +43525,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5be41d67-4826-48ea-a4ec-aee8e72bfda2", + "id": "963aca53-7146-4b04-8222-ecedc2cb3702", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -43582,12 +43582,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "532ca81f-c6f6-4b3d-a919-a4b2558d5711", + "id": "4f64716a-ab22-40d4-89d9-fea2d002959b", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -43639,12 +43639,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8526baba-04ab-48c3-80d2-ab4debdf3732", + "id": "1b21e234-a7dd-46e4-8e15-813d680d5506", "name": "An error with the item not found", "originalRequest": { "url": { @@ -43696,12 +43696,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "907e1ee2-cf60-419a-a14b-d53565b72e60", + "id": "9a1f82ad-7065-41db-ba54-346b6dfc7737", "name": "An error with the request property conflicts with stored", "originalRequest": { "url": { @@ -43753,12 +43753,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a7bc7022-3dfe-4f3e-b6d3-f2b6963dc73d", + "id": "1a885cd8-b51d-4d19-b48d-dbf7a7cf0dac", "name": "Too many requests", "originalRequest": { "url": { @@ -43815,7 +43815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8022a3d9-ea25-441b-98b7-cc392739dedc", + "id": "3cd431d9-2a0d-4c70-be51-349280b77463", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -43867,7 +43867,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43878,7 +43878,7 @@ } }, { - "id": "5831147b-1a56-479f-84a5-bfd84c7fc853", + "id": "e6224332-f038-4d89-a37b-f281fb47213a", "name": "Retrieves dynamic data by element.", "request": { "name": "Retrieves dynamic data by element.", @@ -43950,7 +43950,7 @@ }, "response": [ { - "id": "bd65008b-d5e3-44c5-812a-76961229a555", + "id": "e9e58f1a-712c-4fc4-b939-76fd7c11b5e0", "name": "Retrieves dynamic data to aid in correctly completing a valid form by form element ID from data source configuration", "originalRequest": { "url": { @@ -44015,7 +44015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782ad9e3-d12c-4291-b0be-c51aedaaedcf", + "id": "52849e92-5bb6-424a-ac8e-bb5db3eb4ba4", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -44075,12 +44075,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "719d65fa-d6a5-4647-b624-726b443ba042", + "id": "0795a490-67b9-4729-9cc4-01200bca4ccf", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -44140,12 +44140,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2128918b-36a8-48b1-8822-8b5c39101b1d", + "id": "b5879a47-e55a-44f7-b82b-53db60c97d1e", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -44205,12 +44205,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "31d71905-c448-435a-8a6b-f82a1853d258", + "id": "05ff584d-ead8-461b-864b-a037080862ec", "name": "An error with the item not found", "originalRequest": { "url": { @@ -44270,12 +44270,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "76ce5b7b-77a2-4c84-89e0-b6cbf75974ad", + "id": "7f7ac2ed-ad81-4a9e-923e-03e094d67c00", "name": "Too many requests", "originalRequest": { "url": { @@ -44340,7 +44340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f367d60-311b-49c9-8729-4b3293f13ae6", + "id": "0857c262-e53c-4d46-92d4-42bf86ec1d02", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -44400,7 +44400,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -44411,7 +44411,7 @@ } }, { - "id": "3dbf5863-8f4e-4ce8-a591-9b277e3c8b52", + "id": "208954e0-a113-4eea-b000-c0a6bd379413", "name": "Download instance file by fileId.", "request": { "name": "Download instance file by fileId.", @@ -44461,7 +44461,7 @@ }, "response": [ { - "id": "35a3d525-1ae7-438d-9cc9-2200fed1b54a", + "id": "4f7c5b3c-6c41-4094-a706-f3feb8a16356", "name": "Returns a file that is referred to by fileID and associated with the formInstanceID", "originalRequest": { "url": { @@ -44502,12 +44502,12 @@ "value": "application/json" } ], - "body": "sint es", + "body": "irure qui", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7326edb0-c966-4d9e-87b0-e204d49c473a", + "id": "fab41197-e6bd-4be3-afaa-3bc90f6bc984", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -44548,12 +44548,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e67e1eff-84e6-4b9b-9deb-a4cc8c1985f4", + "id": "d6192af4-f8ba-477c-bb9d-8053e72b9166", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -44594,12 +44594,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7f9c16a0-8400-4e43-88a5-6fdffb89efc9", + "id": "e9106f55-6dce-474e-8136-f1ce8a863f69", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -44640,12 +44640,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "090e6948-ff29-4336-9b2b-8e7cb7dfcede", + "id": "deeed4b6-911c-43f2-8411-92725dfbc828", "name": "An error with the item not found", "originalRequest": { "url": { @@ -44686,12 +44686,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0b61c9e9-c90b-499f-a5f3-255a82a18b0e", + "id": "5a9f1331-aa37-441c-9380-27f3accb2076", "name": "Too many requests", "originalRequest": { "url": { @@ -44737,7 +44737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cb5fdf0-8a06-4be4-9815-caf0d791fb4b", + "id": "2d5781db-bfad-4876-a647-97baa2da4ca6", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -44778,12 +44778,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3b493767-3d63-4af1-a146-7e97829c9ae3", + "id": "36bfbe5a-218f-48fa-8e56-6345a1a0d4c5", "name": "An external service is not available", "originalRequest": { "url": { @@ -44824,7 +44824,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -44835,7 +44835,7 @@ } }, { - "id": "a13a7088-0f22-4765-835c-30326c0ba341", + "id": "c651cd76-0230-408f-93b8-e70dc21a1d90", "name": "List predefined select options.", "request": { "name": "List predefined select options.", @@ -44865,7 +44865,7 @@ }, "response": [ { - "id": "a40e46b6-4d19-413e-b72a-db00de763fcc", + "id": "f9ee0503-ab6d-44c5-a6b8-f26e63ecb3fc", "name": "Returns a list of available predefined select options", "originalRequest": { "url": { @@ -44909,7 +44909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31e690a9-20a5-4bae-bda4-84e7fc83fb5d", + "id": "0de2ec5a-e69b-47e3-833d-53c11d284e62", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -44948,12 +44948,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "624bad21-82f9-4298-aa49-cb5998290844", + "id": "289ebf69-77e7-4636-964a-08bbf8440dc5", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -44992,12 +44992,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c555a59e-f022-45d7-8133-79eb8346a4fc", + "id": "0e5beb42-3943-4885-a4c6-472ea7c3605e", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -45036,12 +45036,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "191149d9-962a-4779-a126-ef8462384a62", + "id": "044a5d8f-e22a-4644-8451-e17f7bd02724", "name": "Too many requests", "originalRequest": { "url": { @@ -45085,7 +45085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbbd8564-b9ec-4f4e-bb84-c91820b7d39e", + "id": "45ac04da-29ae-489f-aa79-295dba48d31a", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -45124,7 +45124,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"tempor\",\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\": 16417393,\n \"trackingId\": \"laboris aliqua\"\n}", + "body": "{\n \"detailCode\": \"et ut dolore\",\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\": 50783776,\n \"trackingId\": \"do pariatur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -45141,7 +45141,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/docs/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/docs/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": "7eb8fe30-3f2a-4978-99a3-59bcadc4b6b9", + "id": "4c49cabb-017c-4b11-a5cf-6485e0721db1", "name": "Create Custom Password Instructions", "request": { "name": "Create Custom Password Instructions", @@ -45183,7 +45183,7 @@ }, "response": [ { - "id": "93c392df-8a0d-4d53-bb4a-4aaa80e41300", + "id": "0636269f-c303-487a-b0ff-cfe71fac140d", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -45239,7 +45239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fc70d0b-efe3-46d7-8023-d7b20fe6786e", + "id": "03b9f60e-8bc8-476a-813d-fbc084cc9a9d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45295,7 +45295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd9d767b-b3ec-4ffb-85d5-7e625f22c1fe", + "id": "15d545df-d3f5-4494-8c85-326be2841a64", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45351,7 +45351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2461b39-2ea2-4442-bb20-138c05ef744c", + "id": "787d39d6-bc64-4379-b251-fb16fe57677c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45413,7 +45413,7 @@ } }, { - "id": "b54ade3d-3c75-40ff-aa9a-d4e79053f973", + "id": "629e138f-947a-4ebe-9f8b-78cbfc80f699", "name": "Get Custom Password Instructions by Page ID", "request": { "name": "Get Custom Password Instructions by Page ID", @@ -45437,7 +45437,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sint es" + "value": "irure qui" } ], "variable": [ @@ -45464,7 +45464,7 @@ }, "response": [ { - "id": "299e92dc-1bfa-4a22-861f-f5932b78ca66", + "id": "7b6b7137-8039-4a2f-94b0-087defbf8422", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -45483,7 +45483,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -45518,7 +45518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "668c46f3-6fb0-45e9-b7d0-191e3d0d8a29", + "id": "b1c806d8-7f11-4a3f-9332-f0cf6f347244", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45537,7 +45537,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -45572,7 +45572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ba8999b-0bf2-484d-9bdc-0c26d30abd46", + "id": "c61580b1-1d7e-4c67-8e5a-a5d6981cf689", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45591,7 +45591,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -45626,7 +45626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da1c4c84-108e-4a37-9c08-94a081409c84", + "id": "eb3a4136-5747-443a-8c1e-6118ff93ef0b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45645,7 +45645,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -45680,7 +45680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a746bdb0-a50d-4637-8004-428ee5193314", + "id": "6757ab38-4ce9-44b3-9c73-f384d6941602", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45699,7 +45699,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -45740,7 +45740,7 @@ } }, { - "id": "139cbd6f-0ad8-4f36-87d4-f3f862d70dab", + "id": "0f7d157d-4cb8-4320-89c9-9daacc33ec0b", "name": "Delete Custom Password Instructions by page ID", "request": { "name": "Delete Custom Password Instructions by page ID", @@ -45764,7 +45764,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sint es" + "value": "irure qui" } ], "variable": [ @@ -45791,7 +45791,7 @@ }, "response": [ { - "id": "23abb97c-94b9-4e07-9b30-16ce8d456700", + "id": "ee962176-30c2-491b-96c6-c52fd995cafc", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -45810,7 +45810,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -45835,7 +45835,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b06b8bcc-3f73-492c-a06f-234d17cc15e2", + "id": "6487e434-9dc3-4494-a7c5-4111ed28578d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45854,7 +45854,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -45889,7 +45889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d06c129c-3124-433b-8d45-6de82609e621", + "id": "37722f52-e09f-4b50-b93c-44e80b83a630", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45908,7 +45908,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -45943,7 +45943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf125d0-7b37-4dbf-85ba-3c3a7d28c0c6", + "id": "ee0f20aa-d926-4fb3-8e06-9b33a14b33a4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45962,7 +45962,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -45997,7 +45997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "792cb65d-8f8c-4532-a1af-25b50adaad06", + "id": "47c3ffb5-d061-4baa-89aa-63d34b4cb713", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46016,7 +46016,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -46063,7 +46063,7 @@ "description": "Use this API to retrieve all the available discovered apps for a given tenant id. \n", "item": [ { - "id": "bf7e2317-44e5-42d5-88ea-8de400143a8d", + "id": "947d7471-56a9-48dc-a07a-58ca884bf2e7", "name": "Retrieve discovered applications for tenant", "request": { "name": "Retrieve discovered applications for tenant", @@ -46129,7 +46129,7 @@ }, "response": [ { - "id": "13405317-2439-410a-8652-5165db990fb4", + "id": "e9973c5a-8c96-401d-9bfc-44232b0fde1c", "name": "Successfully retrieved list of discovered applications.", "originalRequest": { "url": { @@ -46209,7 +46209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44efd5a7-5ab1-4c4d-b3c0-4fea9fbd792a", + "id": "e9e682aa-21d0-40e9-954e-b998754c7440", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46289,7 +46289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff5ae509-42af-4e03-8f54-4d71f97c5f91", + "id": "9b616e1b-ce09-44fd-a170-3aada3b2cc11", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46369,7 +46369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7dc1138-5de0-45d4-b09b-1ac476c10aef", + "id": "81b7bab5-752b-4147-bd90-6c0feac8f1df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46449,7 +46449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2e8c542-49c7-4ffb-9460-788a0e553258", + "id": "0b003397-332d-4b59-a681-8361f0e2741d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46529,7 +46529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27372cbb-fd83-447d-be61-71e76ec5b883", + "id": "11b00a2e-e072-49ef-a8dd-b8762ccfc86f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46621,7 +46621,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 Identity Security Cloud in certifications, access profiles, and roles.\nAdministrators in Identity Security Cloud 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 Identity Security Cloud.\nEntitlements are often grouped into access profiles, and access profiles themselves are often grouped into roles, the broadest form of access in Identity Security Cloud.\n\nFor example, an Active Directory source in Identity Security Cloud 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\nIdentity Security Cloud 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 Identity Security Cloud.\nIdentity Security Cloud 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 Identity Security Cloud.\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": "05b00978-7ded-45a5-9a2e-caa0b98fb94e", + "id": "c3125208-fe06-454b-bd80-782fd07e0881", "name": "Gets a list of entitlements.", "request": { "name": "Gets a list of entitlements.", @@ -46732,7 +46732,7 @@ }, "response": [ { - "id": "38fdbd29-9e95-49df-9fb3-34be2024a920", + "id": "40be26bc-984f-408c-b658-3e835b2b7c0b", "name": "List of entitlements", "originalRequest": { "url": { @@ -46857,7 +46857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72cd2186-2d06-4a40-9316-f986ba3945a4", + "id": "297aff0e-1e2c-474d-94ec-f96c0ab08fec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46982,7 +46982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fcd03db-7ea3-45f0-8969-8d5526e3381b", + "id": "842a5168-5c02-4151-b99b-02efe5881d8a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47107,7 +47107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd78d20d-d937-4b5e-9179-de3dc8502f9d", + "id": "59e29903-5373-4008-94a3-d5aaaebe471d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47232,7 +47232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27a833fd-8993-4f19-8b0e-21aa57de6cee", + "id": "8844c078-c82a-4ceb-a8c9-306bbb062002", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47357,7 +47357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10fcff09-9c93-4e2d-87eb-b23e864d0785", + "id": "df0483c3-c2dc-41e1-94d2-aae8386a94a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47488,7 +47488,7 @@ } }, { - "id": "d1fece8d-de88-408d-9715-6d2f7adee7ce", + "id": "5f5dea5e-3a66-436a-b2c2-4e3cb43de840", "name": "Get an entitlement", "request": { "name": "Get an entitlement", @@ -47529,7 +47529,7 @@ }, "response": [ { - "id": "b005fd32-8ea8-4a17-8f16-d091e5989a8e", + "id": "7d6de9cf-9467-466a-88b0-30848748c69c", "name": "An entitlement", "originalRequest": { "url": { @@ -47573,7 +47573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bb69dd2-4900-4caa-bf3d-1c15c3bbc64e", + "id": "7110055d-8f09-4ad9-a433-943ac416d8bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47617,7 +47617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ed5f3b7-4c95-41a6-9c6b-5394f4930dcf", + "id": "f67dbf4e-8143-40e2-9d45-cbedea1c61ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47661,7 +47661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b974843f-2a38-48a3-acb6-c44621b3109f", + "id": "cf6cb2c2-524a-4788-8159-a9ad215cddfc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47705,7 +47705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84bf4cf8-bba6-4d07-bf33-705749d32d22", + "id": "fdf412c0-4731-4045-b85c-5fc3b782a54a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47749,7 +47749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79aa220f-ebcc-49c8-bcc5-2dd4c0eee3be", + "id": "92554c2b-8a4c-44d5-b8f0-c8c5f9f53488", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47793,7 +47793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed1e6fd6-a7df-4bb9-b40e-303d45372100", + "id": "f3539413-dd9c-4938-8fcc-77d0fc2afe32", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47843,7 +47843,7 @@ } }, { - "id": "36fda3b4-5e7b-4a42-8567-1fb352a8d768", + "id": "e2ebd1b0-a5c7-4997-95de-df1fd5eded99", "name": "Patch an entitlement", "request": { "name": "Patch an entitlement", @@ -47897,7 +47897,7 @@ }, "response": [ { - "id": "a85b7bfb-62aa-4021-8a52-0f469207ddf4", + "id": "267cbec6-8afc-454f-b388-7b5668d5df48", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -47954,7 +47954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9127fa62-8611-4a58-b6d0-d644375e9d0a", + "id": "ed788790-4f2c-4755-b978-7b69a4a5f1a7", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -48011,7 +48011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba734d52-6da8-46fb-85b2-0f6290584da4", + "id": "285cf055-c9f1-4739-b6d0-b0ca2f7d028f", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -48068,7 +48068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e82fc153-8516-49d3-bb27-5b988916b4ec", + "id": "9db49fed-6cfd-41a7-8595-d876585d0445", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -48125,7 +48125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de9136c7-a83b-40ae-aa97-579401888394", + "id": "6e454356-b14d-43f3-83a5-47dd5ff025a8", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -48182,7 +48182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddc122bd-2a49-4bbc-bed9-876974b469d1", + "id": "c93aabc8-1ec7-4940-a17e-2937839bf841", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -48239,7 +48239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "380f6c1a-2c7f-42d4-af47-44a9a8c3adcd", + "id": "15ada10a-fb3e-4c4a-b9f1-a419b5f457fe", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -48296,7 +48296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5afe149e-5e26-4664-b09d-5717350f001b", + "id": "f762383f-a39c-4c7a-a9a5-c04b2911c1fd", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -48353,7 +48353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcb9b23a-c384-4fa3-bf2d-38eb99c827be", + "id": "f823a583-093e-45fd-94c9-322e92866682", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -48410,7 +48410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e54e2b2-d1ef-4c13-8387-cc2cbace2f55", + "id": "976e3c1e-c1c5-40bd-972a-35432abc532a", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -48467,7 +48467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b38c8785-fab5-48b3-a9f9-e3145ae06688", + "id": "5b02d385-bc3f-471d-9fc9-59ce6c589297", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -48524,7 +48524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26ade8d7-0459-49a2-b81c-b13aa2ac9b1d", + "id": "f0b2b17d-5af1-4e6f-bf99-afb4ee29169c", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -48581,7 +48581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8197e4f3-f3e0-403f-8064-50ed4794b061", + "id": "acd41718-6f67-4693-9587-7554c6d94bde", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -48638,7 +48638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86ee9018-aaca-4b11-a519-ac012250be72", + "id": "ea63d152-8fe1-4ebf-a1ce-3914a36e31c7", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -48695,7 +48695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24269980-afee-49cd-99c6-8cfa456b4e5c", + "id": "d8ee5c8c-a93f-47cf-95ac-d9dc1960bd14", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -48752,7 +48752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e290b1f-d199-4fb9-9cb2-7b5c78943b73", + "id": "5037894c-eaf7-4bdc-b786-6bb06be5acb1", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -48809,7 +48809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63173595-d62b-4a2c-b056-8cbc158d84cf", + "id": "893dbda0-dcea-4353-99b2-e175955e0c1d", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -48866,7 +48866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aefb4d3d-d06e-4f07-8360-e48a917ac806", + "id": "e585f918-cc72-4603-b1c0-d0937dcb08d2", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -48923,7 +48923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40c5b001-e3b0-4114-95d3-ba90bf1a07ad", + "id": "21cfc6b0-38b0-422b-9fd1-29711d279b5c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -48980,7 +48980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b5b1624-a716-4a37-a149-111a29c9cf3e", + "id": "8083d1d5-e4fd-4fdc-b5ae-a662c3e153ce", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -49037,7 +49037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3c89143-dce7-4bea-97ba-0dec0ffd91d4", + "id": "0f345baa-f47f-475b-8ef3-b14d4dd4c0c6", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -49094,7 +49094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b9bb3a4-7f6f-4c84-b314-87271eca176c", + "id": "e0b938a9-54e2-4008-9d9f-b48c478b11b4", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -49151,7 +49151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae7c3382-74af-40cf-88d6-8c91758f2f51", + "id": "60fef88a-1b2f-4ad8-8ae5-6a7ddd989bc1", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -49208,7 +49208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87450269-b320-45ff-8796-ec5654f6cc41", + "id": "745cebc9-8ffe-4378-8467-f514680a438b", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -49265,7 +49265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7529cec-1575-48f3-a7b3-9915ed84a81f", + "id": "4e077a0e-42d7-4cdc-80b3-0f74577b497e", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -49322,7 +49322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3774a59f-0d6b-4eac-bfcf-0665c38bf52e", + "id": "f78d46e7-25ad-4be9-9d36-3f2b96ee11be", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -49379,7 +49379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b87af97-7c24-49c4-abed-7e7e45c03016", + "id": "d958027c-a438-47c9-951b-89aa22551db3", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -49436,7 +49436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2242c655-9ee2-4da3-8301-a74811f95c16", + "id": "3b710ffc-29b3-44d7-8e19-d35eb742ada4", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -49499,7 +49499,7 @@ } }, { - "id": "38f04559-bfab-4241-bc9b-9eb82d4c9173", + "id": "1812b146-38e1-4a70-9721-6403096b27d9", "name": "List of entitlements parents", "request": { "name": "List of entitlements parents", @@ -49587,7 +49587,7 @@ }, "response": [ { - "id": "2016e2e3-6f97-4ebe-a3cb-8a79d898594b", + "id": "e757c828-8bd9-425a-9244-102baa77a879", "name": "List of entitlements parents from an entitlement", "originalRequest": { "url": { @@ -49678,7 +49678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "548c3d9d-f416-468e-99bb-b5f66bb2daeb", + "id": "c8c6889f-2e5b-4eee-bc79-bdbaffab9ce2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49769,7 +49769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f28186f-ba23-4d01-911f-c7d85a4d2fb8", + "id": "df05d313-b100-4388-b5da-1a7048a79aeb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49860,7 +49860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cabc779c-3d65-4214-90dd-79e19f26460d", + "id": "7825a761-b5b1-4074-a8df-bdb03fb58da2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49951,7 +49951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34909853-e2f5-4bf5-9cad-7061513f062a", + "id": "59595bf8-fe04-46b2-9233-09cadd9b3214", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50042,7 +50042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "415c29d0-cc25-4945-999c-d801463b0f15", + "id": "8caa01a7-d32e-43ab-87ba-05a6e3874fa6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50133,7 +50133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b436e54c-97d1-4c51-9a4c-7b103fc9a5a4", + "id": "bc576d0a-8679-4f65-aeb3-7239542f7374", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50230,7 +50230,7 @@ } }, { - "id": "888d6c6b-77fe-4bbb-8ed9-f57fa26204d7", + "id": "42a5004f-dcc3-4dee-b422-a486aa78669e", "name": "List of entitlements children", "request": { "name": "List of entitlements children", @@ -50318,7 +50318,7 @@ }, "response": [ { - "id": "c27fd5e2-79f7-4faa-ad57-4e3f29dca757", + "id": "05602987-976a-4f10-99df-6c7649a483f2", "name": "List of entitlements children from an entitlement", "originalRequest": { "url": { @@ -50409,7 +50409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebd85cd2-3d02-4650-8c03-6cf994f6c4e1", + "id": "4461a14f-b056-46e5-8583-a9ee25f534f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50500,7 +50500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1151ccaf-15ce-4c13-ae13-8c6fe4f84dfa", + "id": "229189d7-9919-429d-a239-8b8b5ed59338", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50591,7 +50591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2023ce4f-bb09-439d-ba6f-09e495822c97", + "id": "7d2cfae5-0d89-41d3-9249-7355158be5e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50682,7 +50682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b5b7212-c8e1-4a53-b1f4-3ef81af21732", + "id": "d51417ee-2410-44f0-a837-8b86e895076c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50773,7 +50773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8551393b-2208-45d2-9bf7-9652d08ce3e7", + "id": "b8f852ae-47a7-4039-834e-4d774b5b87ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50864,7 +50864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6830fde-9bfe-4642-bd12-fe4ed1de55bf", + "id": "b098bb3f-d636-4558-97e9-1cf241476da9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50961,7 +50961,7 @@ } }, { - "id": "78b149be-5907-418e-a47c-67db80010417", + "id": "96486c77-f594-4b30-bca1-d7b95877fa78", "name": "Bulk update an entitlement list", "request": { "name": "Bulk update an entitlement list", @@ -51004,7 +51004,7 @@ }, "response": [ { - "id": "daa4a776-bcd8-49b4-b4c9-81c2bcf65967", + "id": "e3e8b53e-b1c8-40ea-bee2-90bbf3bcbc8e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -51051,7 +51051,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9ccb2ebb-33b1-4d6d-8c36-f9d2cd4c2230", + "id": "44235ae6-3f8d-47b6-a194-b36c8b943d78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51108,7 +51108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39a81571-c3b5-426c-8ba4-f62272517a39", + "id": "2b6fa489-71a5-40b9-a089-5b1f4ae58c0a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51165,7 +51165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c7b9808-6aa7-47bf-a1ec-1b60660a5a61", + "id": "91a5ed03-3a03-453c-b701-9fde856c1751", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51222,7 +51222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b373ba0-cb8f-4cae-a608-87e230029b32", + "id": "39da71aa-c708-4972-be11-bd24bf3c36a4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51279,7 +51279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67f2d180-895f-43a9-ab6c-0175276654e7", + "id": "aa539bd2-0c41-482a-bd80-9c62ccad2b48", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51342,7 +51342,7 @@ } }, { - "id": "f5cc4d63-c023-4358-8291-73f9889689a2", + "id": "408a64a5-4865-4635-87f1-d7384435e4e3", "name": "Get Entitlement Request Config", "request": { "name": "Get Entitlement Request Config", @@ -51384,7 +51384,7 @@ }, "response": [ { - "id": "f2eb7c95-154a-4695-80b6-24095b538e9b", + "id": "43b68bdf-fb3b-4c76-93e2-89f76e3a3475", "name": "An Entitlement Request Config", "originalRequest": { "url": { @@ -51429,7 +51429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd286ffb-e6f3-405b-920a-cb031ef54333", + "id": "54778762-d8cf-4f14-ab8b-9eb3c54cef0a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51474,7 +51474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82bf24d3-0ed2-4d6d-8d84-fd738e3c47ae", + "id": "6e47ca5f-b764-4de6-9fb4-1fb93f5da771", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51519,7 +51519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec23310e-f907-42b4-91df-63d25cfe5cc8", + "id": "30db3104-28d5-4595-b638-c0ca7b5a430b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51564,7 +51564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70b698f1-0a09-4c35-acfe-0fd0d309d45c", + "id": "b6c0e728-49aa-4013-9ef5-0effb5c012ce", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51609,7 +51609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d0684f5-3d32-4e6a-b046-e658fdd1a0ca", + "id": "ca7281d7-4399-4828-8d05-2d31dfa49570", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51654,7 +51654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "906d27bc-bece-47a7-a4a9-e059454784c1", + "id": "555aacb7-6b21-48aa-8b93-49c2541a01ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51705,7 +51705,7 @@ } }, { - "id": "2e71edc0-ea82-459d-be7b-69217b9d549b", + "id": "56b0fed9-f356-406e-b865-3fcc3257d42b", "name": "Replace Entitlement Request Config", "request": { "name": "Replace Entitlement Request Config", @@ -51760,7 +51760,7 @@ }, "response": [ { - "id": "c783a1a1-1d03-4f90-9741-6b111e944fd2", + "id": "a55e5e2d-4420-4a17-85b2-f1d4dd233294", "name": "Responds with the entitlement request config as updated.", "originalRequest": { "url": { @@ -51818,7 +51818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2ed8af8-dcd5-4860-95a8-7098646c5932", + "id": "24220fd8-933f-4dea-b7eb-aee583e345f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51876,7 +51876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a6b5576-06f3-47be-9cdb-d0cf10a02805", + "id": "9b01e0f7-cff1-4409-b72e-62e89e670b0c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51934,7 +51934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95db32c3-083a-484d-91c0-e9c55554429e", + "id": "1e5c10f8-d7f1-411e-8ba7-55a747408d96", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51992,7 +51992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26af687d-ab38-4a90-b6d8-89cbc481dfa8", + "id": "8ae9921c-c3a9-4594-ad4c-f9e6659e2005", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52050,7 +52050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64d85715-f2b9-4675-9b19-23371fefdf08", + "id": "b7c1b483-f9f9-44ca-9289-714a343b9056", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52108,7 +52108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb3ee3d1-cdf1-446e-bf5f-2a2ad622924b", + "id": "7821bce0-a941-4cdb-80c4-a66b496442b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52172,7 +52172,7 @@ } }, { - "id": "0c0e639a-5760-441a-9344-65db7c116548", + "id": "02fd9c29-34ce-4269-bd59-3828bba007e4", "name": "Reset Source Entitlements", "request": { "name": "Reset Source Entitlements", @@ -52215,7 +52215,7 @@ }, "response": [ { - "id": "ad15143c-7379-446d-b90e-63e6333f5c81", + "id": "a8b51bc6-7b31-4a9d-90bd-51810ecb3966", "name": "Entitlement source reset task result", "originalRequest": { "url": { @@ -52261,7 +52261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a559b28-57a4-413f-8641-67281f71952e", + "id": "e7aef608-cab7-4e22-91dc-dd22a5aa1beb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52307,7 +52307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca519760-2502-4701-8085-2a1f11968bf3", + "id": "fcfa719f-1392-4f2b-bd75-30a35b346ef7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52353,7 +52353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5a20148-02d7-467d-813a-4dedc85dd431", + "id": "d7065b71-e68d-49a2-97e4-878dfa2139d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52399,7 +52399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "411fc8ee-fd8b-4405-874c-41a0ae041e8b", + "id": "7529b1ae-5019-4dc8-8a07-bc09fbb20d51", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52445,7 +52445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee27b988-5093-4b8c-8db3-a8e220bf081f", + "id": "c69e6794-0c1a-47bc-ad68-a92d77be4ab6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52497,7 +52497,7 @@ } }, { - "id": "f4ffcc6f-3254-4e98-bb9e-4365d54fc90f", + "id": "1cf460b5-3455-41e9-8e72-b4571643c333", "name": "Aggregate Entitlements", "request": { "name": "Aggregate Entitlements", @@ -52549,7 +52549,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -52557,7 +52557,7 @@ }, "response": [ { - "id": "bd9ddab2-5da7-4087-aae3-57426672cd34", + "id": "71d71c84-82d2-46ea-a469-321f9846cfb4", "name": "Aggregate Entitlements Task", "originalRequest": { "url": { @@ -52601,7 +52601,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -52620,7 +52620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70e8f0a7-1db7-4666-aaa4-ff5c12a1afc4", + "id": "48cc7958-9720-4a22-bc1a-cb0a57010d9b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52664,7 +52664,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -52683,7 +52683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41182027-f73c-4a73-b721-29ce649fba38", + "id": "a7d84c9e-4423-4674-8d28-246e2fab9747", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52727,7 +52727,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -52746,7 +52746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "019226c1-6282-413e-8dee-342ffb0dfb5f", + "id": "04de45e9-6c08-41fc-bb37-4f9c2448956a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52790,7 +52790,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -52809,7 +52809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97ee0c56-2d9f-48ee-bfa2-70ab233f8086", + "id": "84282309-bc33-40f6-ac5a-9f5fbc8aad83", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52853,7 +52853,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -52872,7 +52872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01f03e12-f303-4b0a-9f2c-433fda82c092", + "id": "9d957300-bb1f-4e35-b2f6-60ca6adb88df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52916,7 +52916,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -52947,7 +52947,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 Identity Security Cloud.\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 Identity Security Cloud UI.\n", "item": [ { - "id": "d68bb84e-bcd1-4d48-aac4-67d24a947b46", + "id": "f5ecb0d2-77a6-4e0e-9744-ef9731c0093e", "name": "List Governance Groups", "request": { "name": "List Governance Groups", @@ -53022,7 +53022,7 @@ }, "response": [ { - "id": "26391ddc-9739-4c77-ad66-e91780705e33", + "id": "f57a37e7-4748-4e51-9109-2e90b55ffbfd", "name": "List of Governance Groups", "originalRequest": { "url": { @@ -53111,7 +53111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77c111af-6f77-4ae4-a0f8-c54c46211de7", + "id": "cf4d2288-2863-4262-8ae4-a022c3784530", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53200,7 +53200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14d90780-3078-4089-85a3-111f38b4a64c", + "id": "3ce1cf1b-6cd3-4ce4-8d0c-4a60ab376cf6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53289,7 +53289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d14c599-178e-4a5c-98a2-d3b1293a57f4", + "id": "4932aee4-4a3d-4ef8-b8ee-e6a5e242a9b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53378,7 +53378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36361d7b-497e-4d73-8735-fb5300cd3082", + "id": "bacb7587-1600-45d7-92d7-f29432318759", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53467,7 +53467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64e4549b-bd21-4b79-9fd5-52a7ce83776e", + "id": "2f3fa7b0-5651-4c98-8e9c-a2c3a4237587", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53562,7 +53562,7 @@ } }, { - "id": "ea7b87c8-cfc9-40d6-af39-315f54df06cd", + "id": "13f858e8-933e-401d-b289-1e4b07935b42", "name": "Create a new Governance Group.", "request": { "name": "Create a new Governance Group.", @@ -53604,7 +53604,7 @@ }, "response": [ { - "id": "68d5edc4-78c0-4721-bcd5-9a3e99fb291b", + "id": "f679c6f8-1a0e-47a9-9c55-c243ce3aee2a", "name": "Governance Group object created.", "originalRequest": { "url": { @@ -53660,7 +53660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdaabb00-aab7-4266-83ab-85ccfb009c96", + "id": "321b91de-fcdc-4b9f-b2f7-203ea93fc8f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53716,7 +53716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c5fd9d0-7311-4c20-91c4-28787dd7e4e4", + "id": "9ff7416b-e8f2-4a2d-987e-592dea430616", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53772,7 +53772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd027427-51c0-4869-a812-610fbfe59e52", + "id": "29bf4db7-aace-4d2e-a7bf-b072645c646a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53828,7 +53828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f059447-e9cc-47c9-a7f4-aec55d42f7af", + "id": "de23fd79-e23e-41fe-b54c-e11ecc38cacd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53884,7 +53884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87f46993-8bdd-4954-bbfa-14a7059d7816", + "id": "cdeb7b39-73d0-4027-90a7-1c559bae7b74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53946,7 +53946,7 @@ } }, { - "id": "62aa8b41-c0fb-4855-8f20-f2b3462469bd", + "id": "d305e5ad-056f-43c4-8c8e-8a94d46b36b6", "name": "Get Governance Group by Id", "request": { "name": "Get Governance Group by Id", @@ -53987,7 +53987,7 @@ }, "response": [ { - "id": "0c56b31e-5eea-4e56-ad02-e0165c3f85e1", + "id": "2d71f349-e691-4d6b-9bbf-3ee8077da2cd", "name": "A Governance Group", "originalRequest": { "url": { @@ -54031,7 +54031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39a12647-41ef-4c44-8087-ec7014a73438", + "id": "2f5bd3bd-852e-4e38-9e9c-f31fc6a1a828", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54075,7 +54075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a85d165-ca91-4ac1-9bf7-41d7755c70d1", + "id": "8b3442dc-7cc4-4510-bf5f-347b73d3f168", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54119,7 +54119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6f95afd-d541-4906-ae86-74cc0d70d22e", + "id": "6ebf4473-ce85-4d66-ade0-3e3fd3f4252c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54163,7 +54163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "148f7d70-7846-4120-ba96-62af2f644b95", + "id": "326591df-6a39-48e7-8e99-79bf06e88836", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54207,7 +54207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fe863cd-132a-432b-aa41-987f4c5251d7", + "id": "ef626b36-2d31-466d-b921-19a51b56c1e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54257,7 +54257,7 @@ } }, { - "id": "11669963-8a6d-492d-b13f-d76d38af5a32", + "id": "e42ad67f-95a5-4dcf-98f1-ed4829e2dfc0", "name": "Delete a Governance Group", "request": { "name": "Delete a Governance Group", @@ -54298,7 +54298,7 @@ }, "response": [ { - "id": "ad063d4d-fe45-464e-ad79-139a143ee5cf", + "id": "2160017b-7a55-460e-83c5-ee749cc3baaf", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -54332,7 +54332,7 @@ "_postman_previewlanguage": "text" }, { - "id": "87f25030-df04-40b5-990a-4fa7b20044ac", + "id": "0f854715-eb14-4108-82a2-a6aa03d44934", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54376,7 +54376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed8e5c53-a311-4fd6-9930-4b8722dea5f2", + "id": "a786dac0-4e6b-40e5-932e-9021101155ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54420,7 +54420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fda2cdb8-0d9c-46a1-b382-9c1a28a66cc4", + "id": "c91587d1-eb6f-47f2-92e7-23200ac9ab1c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54464,7 +54464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5169dd7b-eb95-4aaa-905f-8ac86d21aa7e", + "id": "08b1b774-bcfb-4068-94e3-c938e74e9658", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54508,7 +54508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4b2d5a7-a9cd-441d-8859-d73dcda89602", + "id": "77c3b2d8-2497-45d3-92bb-75491ad401c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54558,7 +54558,7 @@ } }, { - "id": "92d8452e-e30c-49bf-a17b-a959ad07bfa9", + "id": "ada4e521-622a-43c4-aa87-15442564d60b", "name": "Patch a Governance Group", "request": { "name": "Patch a Governance Group", @@ -54612,7 +54612,7 @@ }, "response": [ { - "id": "3c5458bb-624c-4084-9576-e75bde4097cc", + "id": "bb5a74ef-54e7-49ff-b933-995fa744dd72", "name": "A Governance Group.", "originalRequest": { "url": { @@ -54669,7 +54669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca6d9d5-26d3-4d77-9e80-7fbd8ef37923", + "id": "41cf3908-2dd8-45d3-9065-29fe4fc49b7a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54726,7 +54726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95d3a3db-b0e5-4ee7-be16-24e1abbc79b9", + "id": "d52d5183-75ae-4bca-97da-4ec6c08fb735", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54783,7 +54783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b06e7467-7a9b-47aa-b23f-5f2362eb1423", + "id": "7ee257bd-e5fd-44d9-95c3-3d547a1fb39c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54840,7 +54840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c170338-986e-43d7-b16f-41f965c58181", + "id": "dc55a8d7-35fb-47ee-83ba-136ec9f16af3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54897,7 +54897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9de198bc-9bfc-4c68-960f-80032eb661aa", + "id": "1ff43091-f4a7-46c2-b78e-3f2e6a56d7ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54960,7 +54960,7 @@ } }, { - "id": "0e019e1c-0181-4b58-9230-102779c0fa45", + "id": "c82880ac-8d07-4c45-84c9-f0013193880a", "name": "Delete Governance Group(s)", "request": { "name": "Delete Governance Group(s)", @@ -55003,7 +55003,7 @@ }, "response": [ { - "id": "dbe25819-4cc2-4936-ae76-2c43af4b2970", + "id": "8d37a5df-e635-431a-a77a-48185d57938b", "name": "Governance Group bulk delete response.", "originalRequest": { "url": { @@ -55060,7 +55060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "251cb7c3-3a3e-4c44-ac98-a019fffec1e6", + "id": "63475d58-5e7d-44d1-8321-569d3a116bdc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55117,7 +55117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b539949-88b7-4be2-96c6-477c47d75c23", + "id": "0b8f64d4-e9cf-4977-b747-12b14e6020b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55174,7 +55174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa19a553-b416-4902-aecc-4fb0f3d22dff", + "id": "9ae4a605-36b1-4897-a0b6-6052fdfa4e1f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55231,7 +55231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "328ed394-84f7-49e9-b6b0-1fcaaa37ec89", + "id": "4c234a3a-5af3-4060-9a08-f2becc7660e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55288,7 +55288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df6a7ce6-19c9-40a4-a125-ee8a03d9544f", + "id": "2350d828-2cc2-4133-9090-4593c727a7b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55351,7 +55351,7 @@ } }, { - "id": "2ce7ed8b-9a27-4c39-b2c1-5a4f532e0ba7", + "id": "daad2605-34a8-4ed8-a907-68879e24a483", "name": "List connections for Governance Group", "request": { "name": "List connections for Governance Group", @@ -55430,7 +55430,7 @@ }, "response": [ { - "id": "6c6c2dd3-4724-4392-8a96-d8d0a32479be", + "id": "98eecd29-d1cb-4978-a5eb-7405dedcf0c2", "name": "List all connections associated with a Governance Group.", "originalRequest": { "url": { @@ -55512,7 +55512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a01d974-56c1-4146-b3af-6a8b9c26b194", + "id": "511e006c-77bd-49a1-8a6d-582c2d6ffce4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55594,7 +55594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53a049c3-22ba-49b8-9a06-473ccd91769a", + "id": "bac02acb-9fae-471f-b1cf-fb6bbae80091", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55676,7 +55676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d02cbf-bdcd-4283-8b0e-17bb0082f136", + "id": "e07137ce-da5a-4828-bf68-9f9444aeae1f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55758,7 +55758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83ef9f72-a1bc-4278-a7f4-46611baf7fd5", + "id": "86e368e7-a233-4c97-8331-8b9b0565cc4c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55840,7 +55840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e6107a9-1b3b-4d55-be13-ef27e41876c8", + "id": "051c81af-cc27-47a5-9533-8f22f7e361fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55928,7 +55928,7 @@ } }, { - "id": "27eb3d04-b3ea-401e-99e2-73d8db0d77e6", + "id": "7324fb96-de27-43d4-ba75-70fec3b03a19", "name": "List Governance Group Members", "request": { "name": "List Governance Group Members", @@ -56007,7 +56007,7 @@ }, "response": [ { - "id": "5098f1f6-9e4d-4266-a8ca-f280aa863713", + "id": "a8587d7b-00cc-472d-a43c-f08e19cae83d", "name": "List all members associated with a Governance Group.", "originalRequest": { "url": { @@ -56089,7 +56089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eb0b1d4-7881-447e-86e1-4ee397fbc4ee", + "id": "813a7dea-e3e9-4446-be3e-a91402be59b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56171,7 +56171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1296263e-4d54-4eb1-9b54-7174e07090ed", + "id": "3f49b3e4-cf43-4308-9191-303d4612594d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56253,7 +56253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "493e0cf0-1fff-4063-b82e-c121ce8dc4bf", + "id": "989a2bf4-9779-4a54-9b15-cf5019cc9518", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56335,7 +56335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7743edc4-6161-4127-b99b-25cf5391df29", + "id": "5ab39b9d-52fc-49e4-a9f4-1b3a5171f6d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56417,7 +56417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c99cc2dc-3439-4dd5-82ed-f32153dd0563", + "id": "9b9b7cb3-a0f6-4706-89cb-fadebdaae687", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56505,7 +56505,7 @@ } }, { - "id": "a7b09d59-2b26-4472-83d4-3512aeabee3f", + "id": "1c007867-5bc7-427a-a8d1-1df1af74ac84", "name": "Add members to Governance Group", "request": { "name": "Add members to Governance Group", @@ -56561,7 +56561,7 @@ }, "response": [ { - "id": "06f68f21-ea29-4d39-9aff-99551b7b9e63", + "id": "6f4abb6c-cdce-48b4-a548-3cb716b778c4", "name": "List of added and not added identities into Governance Group members list.", "originalRequest": { "url": { @@ -56620,7 +56620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a07286f0-8428-4563-94be-3c734e6f90f3", + "id": "cf354f1b-95d3-4cf4-8210-d2bc91df7a46", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56679,7 +56679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43a033c3-7993-4995-9cb2-623e41b3c3d9", + "id": "1f0bf0ab-befb-4543-a6db-68b3abebab3a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56738,7 +56738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "796666dc-ed38-4fe9-90bc-154da4b31d76", + "id": "9ea8ec24-96ad-4c85-b9e0-0e105c15214c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56797,7 +56797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76043de9-9e8a-49fa-9816-35fb0bfdad41", + "id": "dd66d7db-58ba-4977-b2c4-006dc443620e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56856,7 +56856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3350953a-aebf-435a-a182-48c8a2a6d8fc", + "id": "4581ab7e-f8fa-47bf-b301-85f0aec80b7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56921,7 +56921,7 @@ } }, { - "id": "7e045ee1-24ce-42f7-a9bd-37d56713f135", + "id": "95109d84-c845-4ba4-bbd0-e00c9f3a7a9e", "name": "Remove members from Governance Group", "request": { "name": "Remove members from Governance Group", @@ -56977,7 +56977,7 @@ }, "response": [ { - "id": "f7554acd-205b-4b63-8b87-c4424ad16b3b", + "id": "4099b3d3-36d5-403b-bc85-b39634e84035", "name": "List of deleted and not deleted identities from Governance Group members list.", "originalRequest": { "url": { @@ -57036,7 +57036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eed7757-6c58-4ecd-be16-1e5829bbc2ec", + "id": "c5b1f05f-85c9-420b-a3c6-0f1806deb8ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57095,7 +57095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8074980-3173-4e8d-8831-5f9c2d804290", + "id": "4e68d81a-400e-4ab0-b714-0fd66692adcd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57154,7 +57154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6606595e-e8b5-4512-8675-8b0111972e51", + "id": "6e40f560-bf65-42b3-b591-37ff583fe06d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57213,7 +57213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8290be4d-112e-4b3a-9621-ecb2e7ea2bac", + "id": "fca3511e-b4f2-4f4a-9520-93d8b4d57b47", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57272,7 +57272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afbd77bc-42fe-41f9-9ada-a8d58e93f926", + "id": "6e52c443-d143-4807-bf4a-440150288082", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57343,7 +57343,7 @@ "description": "", "item": [ { - "id": "2ddb9d1e-cf12-4805-aae2-af8e5a30b2f0", + "id": "afbe373c-5935-40d2-87fb-171049ee3f0b", "name": "Identity Access Request Recommendations", "request": { "name": "Identity Access Request Recommendations", @@ -57420,7 +57420,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -57436,7 +57436,7 @@ }, "response": [ { - "id": "55a3dbea-f90e-4572-a33a-d7cab9c13388", + "id": "c0d32106-0f76-4a7f-8744-cccb78c14b7f", "name": "List of access request recommendations for the identityId", "originalRequest": { "url": { @@ -57508,7 +57508,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -57543,7 +57543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00fd10e8-4cec-4f30-8636-79c280a78976", + "id": "8b11cd47-a253-446f-8430-a0157f47ece9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57615,7 +57615,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -57650,7 +57650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b2f0a69-a2bd-4b64-a2a1-c61192402944", + "id": "ac0ebd76-9d6f-4a9a-b857-9f7789184c05", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57722,7 +57722,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -57757,7 +57757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa3829d6-5ea5-4d30-b69e-56a52e46432b", + "id": "8155d844-dabb-4603-9e5c-4504c7fbba94", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57829,7 +57829,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -57864,7 +57864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "209feefc-0090-4437-bee4-00edc8bdf0ec", + "id": "2f55fa42-e1cf-4c4e-af15-013e36095a9b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57936,7 +57936,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -57971,7 +57971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c3db7a0-f855-4b83-9c9b-ec43ca5d6129", + "id": "41dbc053-a56b-4b04-a9f6-6e1d452537aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58043,7 +58043,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -58084,7 +58084,7 @@ } }, { - "id": "96e904ba-d285-4f4a-b3f2-ba1056dc4b57", + "id": "bd3e45c9-4165-43b8-9243-391c8853b559", "name": "Notification of Ignored Access Request Recommendations", "request": { "name": "Notification of Ignored Access Request Recommendations", @@ -58127,7 +58127,7 @@ }, "response": [ { - "id": "e479e9da-5406-40a2-8043-c0a2cb8f3eab", + "id": "1d6e021d-adf8-4272-ab03-2b8aefbfebc4", "name": "Recommendation successfully stored as ignored.", "originalRequest": { "url": { @@ -58184,7 +58184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8650944-d60d-4fcc-b6ad-792010e3fabb", + "id": "cb8aa373-53b4-45f2-a8ee-a71320d2b9ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58241,7 +58241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b3e8bda-f6fa-4e19-8118-39f69f934ed8", + "id": "efb15c97-8eb4-49fe-96d2-4dc41c9a0d19", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58298,7 +58298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e9d3934-87e2-426d-b394-2252cf1d03e6", + "id": "59d5fa66-3eb4-428b-a095-37473b39acc9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58355,7 +58355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b50b62ad-341e-4514-8fcc-c8a05c642907", + "id": "24c58f7b-01a6-4288-a992-66a4f3672b3c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58412,7 +58412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e55a86e-d7ee-4abf-a32d-d800b77a4caf", + "id": "d24cd18c-35a5-4bc1-8839-7665df976b91", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58475,7 +58475,7 @@ } }, { - "id": "ead2d797-922e-4309-a352-2b5340dab0a2", + "id": "10306686-41bf-4934-bf63-8d6a0596fa17", "name": "List of Ignored Access Request Recommendations", "request": { "name": "List of Ignored Access Request Recommendations", @@ -58551,7 +58551,7 @@ }, "response": [ { - "id": "c1bec4dd-353c-48ea-ab28-0bf4f59f4910", + "id": "ad8716f9-5e32-42c4-abd2-fd39ef9cb568", "name": "Returns list of ignored access request recommendations.", "originalRequest": { "url": { @@ -58641,7 +58641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc425238-9359-4e07-8396-a36d69358d9a", + "id": "6a809711-2e3b-42e9-b374-a2a53f8588cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58731,7 +58731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92c72b89-c471-4a9d-864e-2e93e7051f70", + "id": "3dff04fb-17de-417a-9b6f-6aa8dd7e3b87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58821,7 +58821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dd52f80-bb4e-421b-bbb1-4a4ea30eb20b", + "id": "f84088ff-1dc3-4f48-9191-883250359420", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58911,7 +58911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ffe2389-d47c-43bd-b81a-dd66641694ed", + "id": "bfd47d28-7a1a-423e-9866-a1ac618f750f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59001,7 +59001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e1b9cfe-b15c-462f-913d-0db89c6c8d0b", + "id": "6517c257-b211-43ba-a6c9-a19826ae1895", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59097,7 +59097,7 @@ } }, { - "id": "eca08a94-1773-4072-968a-46cf5aa57627", + "id": "7248399b-0382-4aab-a196-14076ce1457b", "name": "Notification of Requested Access Request Recommendations", "request": { "name": "Notification of Requested Access Request Recommendations", @@ -59140,7 +59140,7 @@ }, "response": [ { - "id": "5a2f2cb6-e314-4e54-aec0-717537d5578b", + "id": "118f7403-ccf3-4247-9b52-1e121dedd674", "name": "Notification successfully acknowledged.", "originalRequest": { "url": { @@ -59197,7 +59197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1eb6c020-6907-4e6e-82ce-4fc85d5ede14", + "id": "b144a839-b2be-4870-9f8d-bd8e5605a66a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59254,7 +59254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71c54490-58ae-44d4-a363-3b4f16baa37c", + "id": "fc2b89b7-5550-4e8d-adc4-862013ddff9d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59311,7 +59311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b00bc7f-e0b3-42c2-b166-f1ae4b3dfafe", + "id": "bfbb655d-74ee-40da-846f-7862a7397478", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59368,7 +59368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2037c65f-2f11-4e69-9cb9-3818ccd05e9b", + "id": "676512f2-f4a6-4b57-afb5-5d2602931ab8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59425,7 +59425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d26850fd-2741-4644-bdcd-ccd76daa3b11", + "id": "d707a731-d56f-46ed-b06e-f8d151731fc9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59488,7 +59488,7 @@ } }, { - "id": "46b8da58-f1f0-4bbd-9803-f99cb8dcae72", + "id": "b18f8130-5431-4b0e-a84b-b27bf1c9e5d5", "name": "List of Requested Access Request Recommendations", "request": { "name": "List of Requested Access Request Recommendations", @@ -59548,7 +59548,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -59564,7 +59564,7 @@ }, "response": [ { - "id": "8f5341d5-327e-4c94-b48b-49bc04faa4e0", + "id": "000fa9d2-013d-4b3b-8a2c-445ecc3920ec", "name": "Returns the list of requested access request recommendations.", "originalRequest": { "url": { @@ -59619,7 +59619,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -59654,7 +59654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff6b9552-323a-4209-818f-78f3a6d1a3e9", + "id": "51cd6ade-96af-4a1f-b582-16d79511b45a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59709,7 +59709,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -59744,7 +59744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7210610-ef8e-49a8-b401-b97a63f13928", + "id": "a434fc42-055f-42c1-bf90-a9f298e45c6d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59799,7 +59799,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -59834,7 +59834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38b44200-2605-403b-af8a-9af7a8548d47", + "id": "c858047f-12c2-4345-95ae-8ce08f83bc18", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59889,7 +59889,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -59924,7 +59924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1372a4d6-9bdf-40fd-b71a-44345cf5cbaf", + "id": "2552cd97-e528-41fa-b08d-651794f33ee3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59979,7 +59979,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -60014,7 +60014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb785be3-f040-4b92-936e-f83b3d82bd83", + "id": "1579fdef-ec7a-4c2a-9f7d-86f065565d19", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60069,7 +60069,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -60110,7 +60110,7 @@ } }, { - "id": "f414a49f-b764-4dd8-abaa-7f1172918ea9", + "id": "d1aabd11-39fd-479c-94eb-5c9f12e61d8c", "name": "Notification of Viewed Access Request Recommendations", "request": { "name": "Notification of Viewed Access Request Recommendations", @@ -60153,7 +60153,7 @@ }, "response": [ { - "id": "ce7f6891-269b-458e-9d4f-32e4d209dd33", + "id": "90fb0e0f-b5bc-4d13-b77d-8e6474772233", "name": "Recommendation successfully stored as viewed.", "originalRequest": { "url": { @@ -60210,7 +60210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "097a3b91-1406-403b-9773-045b38ffb6cc", + "id": "3626958a-6a8b-4352-b848-7980e64ab35e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60267,7 +60267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc3907f6-7ac8-49e0-8efb-2a03848ce1ba", + "id": "995c528d-8076-4f0a-a3d6-bf924ef701dc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60324,7 +60324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9fa2406-16dc-47f4-9cc2-4948ef7acbb4", + "id": "7efdb6f7-5e9c-42b2-9c3c-71df7001dedd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60381,7 +60381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c54978b-545a-441f-809d-2580cba5822a", + "id": "e642168d-ed18-4f61-9b20-faa14b93c837", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60438,7 +60438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba1b0d32-4ec8-4750-99a7-08582d6df031", + "id": "e0333eb2-dd23-4f42-8216-7770dbf9d951", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60501,7 +60501,7 @@ } }, { - "id": "c7c14174-7ebc-45a3-8e8e-91008c32f756", + "id": "c46c055b-48d9-41bf-821f-335733990a88", "name": "List of Viewed Access Request Recommendations", "request": { "name": "List of Viewed Access Request Recommendations", @@ -60561,7 +60561,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -60577,7 +60577,7 @@ }, "response": [ { - "id": "f55d9a9b-c7cc-4105-8167-1d171a903aa3", + "id": "bc84b731-ffec-4b2c-b47a-cc8e563e9db5", "name": "Returns list of viewed access request recommendations.", "originalRequest": { "url": { @@ -60632,7 +60632,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -60667,7 +60667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cf0198f-d550-48dc-9dca-df786405502b", + "id": "08fbd6c5-adb0-48c5-bf06-1238650a8649", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60722,7 +60722,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -60757,7 +60757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e116d5c-2cc7-4603-9ad2-40779ac0d81d", + "id": "fb94761c-207c-4cfd-82ac-6046e64171d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60812,7 +60812,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -60847,7 +60847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5394fa8e-0665-426c-a605-94cb5f71fbcd", + "id": "b29d9a2e-9a00-4569-8b92-5dd2f6970a8c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60902,7 +60902,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -60937,7 +60937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81f1032b-e8a8-4cc9-9bfc-b734b4e55825", + "id": "8a0bf36a-46c3-4ea5-ad77-d2373720a20b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60992,7 +60992,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -61027,7 +61027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b1cbe38-2c3a-494f-bc33-fe497342af60", + "id": "727b5907-84e1-4340-8c5b-f679cf122f10", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61082,7 +61082,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -61123,7 +61123,7 @@ } }, { - "id": "6c3e9e96-0425-45bc-b4cf-dd8a9b35237a", + "id": "07550f51-0952-4b43-82c6-94c481122e59", "name": "Notification of Viewed Access Request Recommendations in Bulk", "request": { "name": "Notification of Viewed Access Request Recommendations in Bulk", @@ -61167,7 +61167,7 @@ }, "response": [ { - "id": "4384569f-01b1-4809-bea2-bb05b754e9e2", + "id": "5befe3ec-0c92-42ca-87c2-1393a2cd79ea", "name": "Recommendations successfully stored as viewed.", "originalRequest": { "url": { @@ -61225,7 +61225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de6aebde-8e5a-4c31-a55c-ec317c11ca2c", + "id": "287a711a-9d7f-4e3c-83a8-a2646be2bcf0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61283,7 +61283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74252819-6025-4f76-9680-655c145825ed", + "id": "e13c9c2e-4216-4ff1-b6aa-f25f738acaf0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61341,7 +61341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41c55ae3-e8a5-41ee-8261-e750fbdfe711", + "id": "ad9ef121-e2ab-4b0e-80c7-50906c8c99d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61399,7 +61399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9c5fbab-f5f9-4a71-a6ff-c5ac4797b236", + "id": "47354b35-4ea7-4d4d-9717-69351b6647bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61457,7 +61457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed1458db-732c-4ed9-b848-c01647bb6564", + "id": "901210a2-fd07-4696-b9ba-7a8edaadb2c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61527,7 +61527,7 @@ "description": "", "item": [ { - "id": "07a52a34-6013-466e-b21b-bbe87427097e", + "id": "09c6a6f3-ce3e-4278-9a94-d48a65169010", "name": "Get a paginated list of common access", "request": { "name": "Get a paginated list of common access", @@ -61602,7 +61602,7 @@ }, "response": [ { - "id": "580b45c4-ceb8-4470-afb9-844b933ff789", + "id": "b5f18117-5935-4fc0-ad40-a196968ade42", "name": "Succeeded. Returns a list of common access for a customer.", "originalRequest": { "url": { @@ -61686,12 +61686,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"ut nisi quis\",\n \"type\": \"ROLE\",\n \"name\": \"ipsum in nisi voluptate\",\n \"description\": \"dolore deserunt in velit\",\n \"ownerName\": \"sed elit\",\n \"ownerId\": \"esse est\"\n },\n \"status\": \"cupidatat anim labore non\",\n \"lastUpdated\": \"1988-01-20T03:00:54.377Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"2005-03-09T05:21:17.896Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"adipisicing eiusmod\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"ipsum\",\n \"description\": \"commodo ipsum si\",\n \"ownerName\": \"proident reprehenderit\",\n \"ownerId\": \"est dolore deserunt dolor eu\"\n },\n \"status\": \"commodo\",\n \"lastUpdated\": \"2007-09-24T11:56:08.176Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"1945-01-19T15:58:05.662Z\",\n \"createdByUser\": false\n }\n]", + "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"non Lorem\",\n \"type\": \"ROLE\",\n \"name\": \"eiusmod minim cillum fugiat non\",\n \"description\": \"dolor d\",\n \"ownerName\": \"ullamco adipisicing labore repre\",\n \"ownerId\": \"ut Duis\"\n },\n \"status\": \"non officia sint\",\n \"lastUpdated\": \"1956-01-25T14:04:29.213Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1987-09-01T03:40:25.800Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"et in cupidatat\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"Excepteur eu veniam\",\n \"description\": \"in ut\",\n \"ownerName\": \"irure do\",\n \"ownerId\": \"aliquip\"\n },\n \"status\": \"Duis reprehenderit\",\n \"lastUpdated\": \"1968-04-18T13:02:07.256Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1982-11-16T09:31:51.112Z\",\n \"createdByUser\": false\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7a9c9b40-482d-4b37-b6e7-84d0070b35c9", + "id": "b947497a-f2f2-42c6-8ab8-3d74d4031c94", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61780,7 +61780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03fb8d92-8016-4d71-a913-e5fbff7fed61", + "id": "7c4aa6d1-556b-425d-a860-45b81e92e973", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61869,7 +61869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfa96e94-5649-4ad0-9c85-2910cff84f9f", + "id": "2a4a8a35-fdb9-4c00-88ef-1905a92869a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61958,7 +61958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebc555ef-072c-440d-b627-23e7ada1030f", + "id": "3069aa0c-f7a7-4a45-8b9b-f08c95cb2cbc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62053,7 +62053,7 @@ } }, { - "id": "fa725d6d-5cb8-4505-9f8b-0a705232cb8a", + "id": "cff32ef7-3ec8-41a0-aa61-828339d4a920", "name": "Create common access items", "request": { "name": "Create common access items", @@ -62084,7 +62084,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"esse sunt labore\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"eu veniam id\",\n \"description\": \"in\",\n \"ownerName\": \"in quis laboris velit\",\n \"ownerId\": \"amet conse\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"anim\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"consequat\",\n \"description\": \"velit reprehenderit\",\n \"ownerName\": \"laborum deserunt nisi\",\n \"ownerId\": \"sint id sunt\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62095,7 +62095,7 @@ }, "response": [ { - "id": "4f03496d-e34c-4291-a86b-5c9908ab9ae0", + "id": "41030317-3f26-4881-ad63-4f0cac54467f", "name": "Returns details of the common access classification request.", "originalRequest": { "url": { @@ -62129,7 +62129,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"esse sunt labore\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"eu veniam id\",\n \"description\": \"in\",\n \"ownerName\": \"in quis laboris velit\",\n \"ownerId\": \"amet conse\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"anim\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"consequat\",\n \"description\": \"velit reprehenderit\",\n \"ownerName\": \"laborum deserunt nisi\",\n \"ownerId\": \"sint id sunt\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62146,12 +62146,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"proident sint sed\",\n \"access\": {\n \"id\": \"sint cupidatat officia dolor\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"occaecat quis\",\n \"description\": \"sed reprehenderit\",\n \"ownerName\": \"ad\",\n \"ownerId\": \"esse in enim aliqua\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"incididunt esse consectetur est\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"magna aute dolore\",\n \"createdByUser\": \"ex minim\"\n}", + "body": "{\n \"id\": \"dolor aliquip\",\n \"access\": {\n \"id\": \"nostrud voluptate\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"sit nisi pariatur\",\n \"description\": \"consectetur qui\",\n \"ownerName\": \"consequat Excepteur id\",\n \"ownerId\": \"dolor\"\n },\n \"status\": \"CONFIRMED\",\n \"lastUpdated\": \"proident sunt cupidatat\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"mollit consectetur deserunt\",\n \"createdByUser\": \"consectetur nulla minim cillum\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5403236c-7266-463d-bcc9-d0caaf271ae8", + "id": "4dcc0987-bc2b-4cef-a5c7-522ce447c4d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62185,7 +62185,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"esse sunt labore\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"eu veniam id\",\n \"description\": \"in\",\n \"ownerName\": \"in quis laboris velit\",\n \"ownerId\": \"amet conse\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"anim\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"consequat\",\n \"description\": \"velit reprehenderit\",\n \"ownerName\": \"laborum deserunt nisi\",\n \"ownerId\": \"sint id sunt\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62207,7 +62207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ae91b62-707c-4d4b-acde-3bb989c37476", + "id": "afc3a62e-f130-40ad-94b5-8d6e5587aff3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62241,7 +62241,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"esse sunt labore\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"eu veniam id\",\n \"description\": \"in\",\n \"ownerName\": \"in quis laboris velit\",\n \"ownerId\": \"amet conse\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"anim\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"consequat\",\n \"description\": \"velit reprehenderit\",\n \"ownerName\": \"laborum deserunt nisi\",\n \"ownerId\": \"sint id sunt\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62263,7 +62263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9046c6c-b370-4916-9f24-407aab90341b", + "id": "1ce3c509-6076-4855-ac22-909870cc9daa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62297,7 +62297,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"esse sunt labore\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"eu veniam id\",\n \"description\": \"in\",\n \"ownerName\": \"in quis laboris velit\",\n \"ownerId\": \"amet conse\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"anim\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"consequat\",\n \"description\": \"velit reprehenderit\",\n \"ownerName\": \"laborum deserunt nisi\",\n \"ownerId\": \"sint id sunt\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62319,7 +62319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc61e7cd-6c1e-44a9-a70b-6c552f7fd00d", + "id": "19909719-6746-46a1-9f26-c50e4942ee30", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62353,7 +62353,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"esse sunt labore\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"eu veniam id\",\n \"description\": \"in\",\n \"ownerName\": \"in quis laboris velit\",\n \"ownerId\": \"amet conse\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"anim\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"consequat\",\n \"description\": \"velit reprehenderit\",\n \"ownerName\": \"laborum deserunt nisi\",\n \"ownerId\": \"sint id sunt\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62375,7 +62375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5b2b6f1-095e-4da6-8e46-da12aca288d2", + "id": "0335ceed-7589-4647-8f9b-6e850ae86015", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62409,7 +62409,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"esse sunt labore\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"eu veniam id\",\n \"description\": \"in\",\n \"ownerName\": \"in quis laboris velit\",\n \"ownerId\": \"amet conse\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"anim\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"consequat\",\n \"description\": \"velit reprehenderit\",\n \"ownerName\": \"laborum deserunt nisi\",\n \"ownerId\": \"sint id sunt\"\n },\n \"status\": \"DENIED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62437,7 +62437,7 @@ } }, { - "id": "056dccb0-9679-4ed2-a068-40f4433be765", + "id": "8986020b-5dfb-46e1-93e9-eb29470768da", "name": "Bulk update common access status", "request": { "name": "Bulk update common access status", @@ -62469,7 +62469,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:d04515fb-9134-55a7-2d58-7762393c9932\",\n \"urn:uuid:6618e64b-1bed-3f99-5b12-56e81d60a9c1\"\n ],\n \"deniedIds\": [\n \"urn:uuid:46b3f4af-154d-b4ef-8259-fc6b8547faed\",\n \"6948c607-ed7b-f13d-3ebc-1f40e990858e\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fae24ade-d161-edbf-fc4b-ec914e5ce3bd\",\n \"a33c758a-5762-a756-280e-4dd12baf1186\"\n ],\n \"deniedIds\": [\n \"fe709e77-1e6b-907e-6150-e378ecc7ca75\",\n \"c7bfe2c0-bc7c-2b8a-21aa-2983fd8f7c01\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8b69ab87-6547-24f5-0d64-b3341daa23d5\",\n \"urn:uuid:d53170bc-2206-744e-19a8-08743415df29\"\n ],\n \"deniedIds\": [\n \"b3e0aeaa-93d9-b17d-a39f-32ec48d91fa1\",\n \"urn:uuid:7776ee7a-0371-6e8d-ccdf-b443e2296c80\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:a6401945-c7d6-2a84-7dc5-21ed4c2fced6\",\n \"dafa448f-4b32-869d-4f21-e29fd4d5a0a6\"\n ],\n \"deniedIds\": [\n \"urn:uuid:acc31d87-4606-82df-71b6-19396367fd94\",\n \"002b0af4-8263-d816-ff90-e8d411431f9d\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62480,7 +62480,7 @@ }, "response": [ { - "id": "cd3d4652-51cc-4055-a9aa-4e66e0624733", + "id": "d05349f5-1b41-46b6-8c63-fab9e9b54b47", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -62515,7 +62515,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:d04515fb-9134-55a7-2d58-7762393c9932\",\n \"urn:uuid:6618e64b-1bed-3f99-5b12-56e81d60a9c1\"\n ],\n \"deniedIds\": [\n \"urn:uuid:46b3f4af-154d-b4ef-8259-fc6b8547faed\",\n \"6948c607-ed7b-f13d-3ebc-1f40e990858e\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fae24ade-d161-edbf-fc4b-ec914e5ce3bd\",\n \"a33c758a-5762-a756-280e-4dd12baf1186\"\n ],\n \"deniedIds\": [\n \"fe709e77-1e6b-907e-6150-e378ecc7ca75\",\n \"c7bfe2c0-bc7c-2b8a-21aa-2983fd8f7c01\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8b69ab87-6547-24f5-0d64-b3341daa23d5\",\n \"urn:uuid:d53170bc-2206-744e-19a8-08743415df29\"\n ],\n \"deniedIds\": [\n \"b3e0aeaa-93d9-b17d-a39f-32ec48d91fa1\",\n \"urn:uuid:7776ee7a-0371-6e8d-ccdf-b443e2296c80\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:a6401945-c7d6-2a84-7dc5-21ed4c2fced6\",\n \"dafa448f-4b32-869d-4f21-e29fd4d5a0a6\"\n ],\n \"deniedIds\": [\n \"urn:uuid:acc31d87-4606-82df-71b6-19396367fd94\",\n \"002b0af4-8263-d816-ff90-e8d411431f9d\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62537,7 +62537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9702ebf-18eb-47be-8716-7af25f5a71ce", + "id": "2e47a03b-322f-4f8b-a07a-b68dbd084643", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62572,7 +62572,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:d04515fb-9134-55a7-2d58-7762393c9932\",\n \"urn:uuid:6618e64b-1bed-3f99-5b12-56e81d60a9c1\"\n ],\n \"deniedIds\": [\n \"urn:uuid:46b3f4af-154d-b4ef-8259-fc6b8547faed\",\n \"6948c607-ed7b-f13d-3ebc-1f40e990858e\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fae24ade-d161-edbf-fc4b-ec914e5ce3bd\",\n \"a33c758a-5762-a756-280e-4dd12baf1186\"\n ],\n \"deniedIds\": [\n \"fe709e77-1e6b-907e-6150-e378ecc7ca75\",\n \"c7bfe2c0-bc7c-2b8a-21aa-2983fd8f7c01\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8b69ab87-6547-24f5-0d64-b3341daa23d5\",\n \"urn:uuid:d53170bc-2206-744e-19a8-08743415df29\"\n ],\n \"deniedIds\": [\n \"b3e0aeaa-93d9-b17d-a39f-32ec48d91fa1\",\n \"urn:uuid:7776ee7a-0371-6e8d-ccdf-b443e2296c80\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:a6401945-c7d6-2a84-7dc5-21ed4c2fced6\",\n \"dafa448f-4b32-869d-4f21-e29fd4d5a0a6\"\n ],\n \"deniedIds\": [\n \"urn:uuid:acc31d87-4606-82df-71b6-19396367fd94\",\n \"002b0af4-8263-d816-ff90-e8d411431f9d\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62594,7 +62594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d60f8a55-cfb5-432e-93ff-18da16d90b07", + "id": "614308b7-d385-44e9-aa2f-5f123b08a4f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62629,7 +62629,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:d04515fb-9134-55a7-2d58-7762393c9932\",\n \"urn:uuid:6618e64b-1bed-3f99-5b12-56e81d60a9c1\"\n ],\n \"deniedIds\": [\n \"urn:uuid:46b3f4af-154d-b4ef-8259-fc6b8547faed\",\n \"6948c607-ed7b-f13d-3ebc-1f40e990858e\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fae24ade-d161-edbf-fc4b-ec914e5ce3bd\",\n \"a33c758a-5762-a756-280e-4dd12baf1186\"\n ],\n \"deniedIds\": [\n \"fe709e77-1e6b-907e-6150-e378ecc7ca75\",\n \"c7bfe2c0-bc7c-2b8a-21aa-2983fd8f7c01\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8b69ab87-6547-24f5-0d64-b3341daa23d5\",\n \"urn:uuid:d53170bc-2206-744e-19a8-08743415df29\"\n ],\n \"deniedIds\": [\n \"b3e0aeaa-93d9-b17d-a39f-32ec48d91fa1\",\n \"urn:uuid:7776ee7a-0371-6e8d-ccdf-b443e2296c80\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:a6401945-c7d6-2a84-7dc5-21ed4c2fced6\",\n \"dafa448f-4b32-869d-4f21-e29fd4d5a0a6\"\n ],\n \"deniedIds\": [\n \"urn:uuid:acc31d87-4606-82df-71b6-19396367fd94\",\n \"002b0af4-8263-d816-ff90-e8d411431f9d\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62651,7 +62651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a44d2812-8248-478e-8250-8d772b5ec9b7", + "id": "d23e7662-3620-430a-b89c-5a40cfed72b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62686,7 +62686,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:d04515fb-9134-55a7-2d58-7762393c9932\",\n \"urn:uuid:6618e64b-1bed-3f99-5b12-56e81d60a9c1\"\n ],\n \"deniedIds\": [\n \"urn:uuid:46b3f4af-154d-b4ef-8259-fc6b8547faed\",\n \"6948c607-ed7b-f13d-3ebc-1f40e990858e\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fae24ade-d161-edbf-fc4b-ec914e5ce3bd\",\n \"a33c758a-5762-a756-280e-4dd12baf1186\"\n ],\n \"deniedIds\": [\n \"fe709e77-1e6b-907e-6150-e378ecc7ca75\",\n \"c7bfe2c0-bc7c-2b8a-21aa-2983fd8f7c01\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8b69ab87-6547-24f5-0d64-b3341daa23d5\",\n \"urn:uuid:d53170bc-2206-744e-19a8-08743415df29\"\n ],\n \"deniedIds\": [\n \"b3e0aeaa-93d9-b17d-a39f-32ec48d91fa1\",\n \"urn:uuid:7776ee7a-0371-6e8d-ccdf-b443e2296c80\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:a6401945-c7d6-2a84-7dc5-21ed4c2fced6\",\n \"dafa448f-4b32-869d-4f21-e29fd4d5a0a6\"\n ],\n \"deniedIds\": [\n \"urn:uuid:acc31d87-4606-82df-71b6-19396367fd94\",\n \"002b0af4-8263-d816-ff90-e8d411431f9d\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62708,7 +62708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "333f93ae-2b92-4998-a9e2-d84b0bc92395", + "id": "55e8f2e8-bb3f-4692-9892-2286a5ad3bb9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62743,7 +62743,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:d04515fb-9134-55a7-2d58-7762393c9932\",\n \"urn:uuid:6618e64b-1bed-3f99-5b12-56e81d60a9c1\"\n ],\n \"deniedIds\": [\n \"urn:uuid:46b3f4af-154d-b4ef-8259-fc6b8547faed\",\n \"6948c607-ed7b-f13d-3ebc-1f40e990858e\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fae24ade-d161-edbf-fc4b-ec914e5ce3bd\",\n \"a33c758a-5762-a756-280e-4dd12baf1186\"\n ],\n \"deniedIds\": [\n \"fe709e77-1e6b-907e-6150-e378ecc7ca75\",\n \"c7bfe2c0-bc7c-2b8a-21aa-2983fd8f7c01\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8b69ab87-6547-24f5-0d64-b3341daa23d5\",\n \"urn:uuid:d53170bc-2206-744e-19a8-08743415df29\"\n ],\n \"deniedIds\": [\n \"b3e0aeaa-93d9-b17d-a39f-32ec48d91fa1\",\n \"urn:uuid:7776ee7a-0371-6e8d-ccdf-b443e2296c80\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:a6401945-c7d6-2a84-7dc5-21ed4c2fced6\",\n \"dafa448f-4b32-869d-4f21-e29fd4d5a0a6\"\n ],\n \"deniedIds\": [\n \"urn:uuid:acc31d87-4606-82df-71b6-19396367fd94\",\n \"002b0af4-8263-d816-ff90-e8d411431f9d\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62765,7 +62765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a36bc82d-1ac8-44ee-b98f-bfa528b426f0", + "id": "5d516529-d24d-4ccf-9410-8e31bda948cc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62800,7 +62800,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:d04515fb-9134-55a7-2d58-7762393c9932\",\n \"urn:uuid:6618e64b-1bed-3f99-5b12-56e81d60a9c1\"\n ],\n \"deniedIds\": [\n \"urn:uuid:46b3f4af-154d-b4ef-8259-fc6b8547faed\",\n \"6948c607-ed7b-f13d-3ebc-1f40e990858e\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fae24ade-d161-edbf-fc4b-ec914e5ce3bd\",\n \"a33c758a-5762-a756-280e-4dd12baf1186\"\n ],\n \"deniedIds\": [\n \"fe709e77-1e6b-907e-6150-e378ecc7ca75\",\n \"c7bfe2c0-bc7c-2b8a-21aa-2983fd8f7c01\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:8b69ab87-6547-24f5-0d64-b3341daa23d5\",\n \"urn:uuid:d53170bc-2206-744e-19a8-08743415df29\"\n ],\n \"deniedIds\": [\n \"b3e0aeaa-93d9-b17d-a39f-32ec48d91fa1\",\n \"urn:uuid:7776ee7a-0371-6e8d-ccdf-b443e2296c80\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:a6401945-c7d6-2a84-7dc5-21ed4c2fced6\",\n \"dafa448f-4b32-869d-4f21-e29fd4d5a0a6\"\n ],\n \"deniedIds\": [\n \"urn:uuid:acc31d87-4606-82df-71b6-19396367fd94\",\n \"002b0af4-8263-d816-ff90-e8d411431f9d\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62834,7 +62834,7 @@ "description": "", "item": [ { - "id": "2cb48ccd-0d6c-4f7e-88d6-6e1b55002bb6", + "id": "bc971bfe-972e-4602-af39-f41ed9b7d885", "name": "Get Message catalogs", "request": { "name": "Get Message catalogs", @@ -62875,7 +62875,7 @@ }, "response": [ { - "id": "a0dd75d7-f9ab-4173-96e8-0234624613f5", + "id": "6e8a4abb-64bc-4b26-87bb-88e66e064a3e", "name": "The message catalogs based on the request headers", "originalRequest": { "url": { @@ -62919,7 +62919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2571ba92-a8f5-47a6-bc50-3e6ada2d7e1a", + "id": "84df68c9-b964-4f45-83a8-ace56ba781b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62963,7 +62963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaaafd69-3c23-4670-9163-57c2b963daee", + "id": "153edc22-e433-40a5-99ea-639e4b3d5ad9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63007,7 +63007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f013868-3e70-452d-97d8-007e38b0e520", + "id": "60a4a9f8-c882-4647-93cf-8991b1fb61f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63051,7 +63051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a812225-a05b-4c7a-9b7c-5c7710f59453", + "id": "62ae575b-082f-49c1-8e30-e6c9139428bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63095,7 +63095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8447e773-8da9-431c-aebc-2f90d294b62a", + "id": "5b6786db-0986-4728-8c87-4dcd44e57128", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63151,7 +63151,7 @@ "description": "", "item": [ { - "id": "77d1b318-7baa-4caa-b660-9379340ed362", + "id": "e912d38d-6dd6-4570-93e7-96c6c4f9be0d", "name": "IAI Identity Outliers Summary", "request": { "name": "IAI Identity Outliers Summary", @@ -63192,7 +63192,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -63226,7 +63226,7 @@ }, "response": [ { - "id": "34744545-c9d8-4ac3-a472-6bec9219f0dc", + "id": "1d96bcb7-c7e0-4aa0-95e1-9b0c1ef6bbd2", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -63262,7 +63262,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -63316,7 +63316,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "-6529144" + "value": "63012969" } ], "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]", @@ -63324,7 +63324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7cd5908-bf9f-4453-be9b-2c71b36ffb5a", + "id": "e96560ed-39ad-4660-9c64-9b3dd1363830", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -63360,7 +63360,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -63413,7 +63413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91f5a773-b924-42ce-88f9-16f3dce5fa39", + "id": "b2c118e1-0b6a-467f-bc3b-ec98573c62fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63449,7 +63449,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -63502,7 +63502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15381f62-95f4-4e46-9296-b86b8104a762", + "id": "716f0178-3eae-4c92-ab6b-654ac9dd960e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63538,7 +63538,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -63591,7 +63591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79ab23aa-8b87-43f5-8cb1-e1a955e4f220", + "id": "c3bcb7a6-5dea-473a-836d-5bedc61c65a5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63627,7 +63627,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -63680,7 +63680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93ae794f-6bf3-4ae0-a2c3-27bd954831ba", + "id": "dc858c54-4d59-47a2-8bda-88c05b3033ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63716,7 +63716,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -63769,7 +63769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5049e871-7664-435a-b2a4-17cfbc3151bf", + "id": "ddbd8630-5f88-4a0e-a959-8368aca55e55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63805,7 +63805,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -63864,7 +63864,7 @@ } }, { - "id": "1dda6f79-4f32-4303-bdcc-bd7c795fc205", + "id": "8e9d347f-a310-460c-aff5-f04b38d345d5", "name": "IAI Identity Outliers Latest Summary", "request": { "name": "IAI Identity Outliers Latest Summary", @@ -63888,7 +63888,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -63904,7 +63904,7 @@ }, "response": [ { - "id": "9bbfacd9-5a90-4405-aa89-cd5bbce3ac15", + "id": "0c54d4a8-91bc-40b1-b745-5ab1ea27109f", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -63923,7 +63923,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -63958,7 +63958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ebb316b-f8cd-4c75-b341-5d4400487d8e", + "id": "79d5f1f0-a11f-43cd-babc-c3f65014e93e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -63977,7 +63977,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -64012,7 +64012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "667d3c5e-224c-4cf5-b489-8cfe1fd5b591", + "id": "45e75ef7-aed0-4511-9ec9-3521ff577723", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64031,7 +64031,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -64066,7 +64066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7835726-a32c-4f98-92ac-235fd91d19ed", + "id": "3fcbeb20-0d17-49ab-baea-6da114110ebe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64085,7 +64085,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -64120,7 +64120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f8fe95-c1c7-4591-b912-65569f338063", + "id": "c7a287cc-77f7-4bc5-ba7c-74383fcf1bf3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64139,7 +64139,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -64174,7 +64174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6fdca95-d10c-4f30-8e86-b420906e616b", + "id": "d17f8e76-35b9-42db-ad6d-8946904d7eeb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64193,7 +64193,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -64228,7 +64228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fdcf60b-8771-409a-97da-373932ffde71", + "id": "83dc3a9b-2d59-40bf-960a-f2c8e903cd5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64247,7 +64247,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -64288,7 +64288,7 @@ } }, { - "id": "6b51b7d8-067f-448c-bd9e-9e8f97f23986", + "id": "33318ffa-3a5e-421b-b73c-f7b898e74385", "name": "IAI Get Identity Outliers", "request": { "name": "IAI Get Identity Outliers", @@ -64372,7 +64372,7 @@ }, "response": [ { - "id": "0690581c-8c2a-4708-9f98-d06a0f3c70c4", + "id": "8b81a0be-5d0e-4749-b2a7-0a4e3a26d60f", "name": "Succeeded. Returns list of objects. Each object contains information about outliers", "originalRequest": { "url": { @@ -64471,7 +64471,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "-6529144" + "value": "63012969" } ], "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]", @@ -64479,7 +64479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "713097e9-0169-45ec-9c0a-b29ca3904c8e", + "id": "2663543d-1ef5-4498-8860-81b0fcf9f8e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64577,7 +64577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f68bc237-cd38-44d3-bce3-c5addefc2146", + "id": "2ae2f5b4-1e1e-415e-a5b3-c966e61fa36d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64675,7 +64675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bf73c22-c8d4-4d0f-a5c1-c8094780238c", + "id": "2da0f74f-6e32-4647-942e-80667dd586b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64773,7 +64773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a9ff809-5b89-4e93-b92c-cb027ae599a5", + "id": "49a0513c-09ce-46ae-8ae6-cee1418c890a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64871,7 +64871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62001ea7-26d1-41e7-ac4e-bd11fb27069e", + "id": "6de4a78d-edc5-436b-b0a6-44c2a4447820", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64975,7 +64975,7 @@ } }, { - "id": "4d41aab4-edb8-4ea7-a70d-ef7452f9f3f7", + "id": "948409b1-9bf0-4ce5-ac2a-6964ec1a17de", "name": "Get identity outlier's contibuting features", "request": { "name": "Get identity outlier's contibuting features", @@ -65063,7 +65063,7 @@ }, "response": [ { - "id": "46b39ed9-08c8-456d-b6a6-82025c6addb7", + "id": "e5ec0d71-91a0-45ab-9f61-4bcd0b35f5d0", "name": "Succeeded. Returns list of objects. Each object contains a feature and metadata about that feature", "originalRequest": { "url": { @@ -65155,7 +65155,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "-6529144" + "value": "63012969" }, { "disabled": true, @@ -65164,15 +65164,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "sint es" + "value": "irure qui" } ], - "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.36582090445102056,\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.32671657137873944,\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.7384387674266017,\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.2618079651991969,\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": "1df308ba-eda9-4c6d-9bd1-7de65aa070f0", + "id": "ea0f5583-443c-43e2-9cf1-2115a74f4ea7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65263,7 +65263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa3626e6-c821-4407-8e5c-9060f00911a9", + "id": "4a2b1152-5b33-4945-88c7-1b1726253c9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65354,7 +65354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9378975-d15a-41a2-a467-5fd9ac926f3d", + "id": "24939685-3177-4c0b-84d8-8e8766b7d3a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65445,7 +65445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "027caca3-09ba-4f82-a959-3ccf016b136c", + "id": "f3516778-a2dc-4c94-9d84-5d977eeb4e0a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65536,7 +65536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a9a6d0e-dfe5-4077-b05c-fb342b400e08", + "id": "90d9cb7c-11c7-4327-be07-3c6f19344736", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65627,7 +65627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81406714-c250-4cff-99c2-a19079cd31c2", + "id": "35880392-75d3-4dc6-8207-8d7d8ceb3c3a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65724,7 +65724,7 @@ } }, { - "id": "1e57b7e8-959b-4c39-aaa8-cf021b6ba00a", + "id": "3664afcd-1852-40be-b289-4d26a65b0dcb", "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", @@ -65824,7 +65824,7 @@ }, "response": [ { - "id": "bdab206c-d69a-475a-b5d5-63da78dde615", + "id": "9f7b1daf-f773-4249-9dd5-96b5da9af75f", "name": "The list of access items.", "originalRequest": { "url": { @@ -65917,7 +65917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b4c706e-f20c-451a-855d-e4cbc4f42dc6", + "id": "3f803bea-bfe3-4bf0-96e6-18bfb62c8703", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66010,7 +66010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc963f81-4012-48f6-8181-f1d51176c874", + "id": "7d456ba8-6fa6-4359-bdb7-c7e5f8d263a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66103,7 +66103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83d47885-2e57-4682-8cea-9987dc53e015", + "id": "035e2d8a-5b2c-48ac-a36e-808ab68068f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66196,7 +66196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8887260c-01a4-418b-9556-e54171b138cf", + "id": "d2f35efe-4f29-435b-aeb9-637589121fdd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66289,7 +66289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfc01afe-20ee-4e54-8a20-d27d75c616c3", + "id": "81e9aee6-13a7-4d20-b5c1-4b4c5a1a8211", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66382,7 +66382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daac9e59-2277-4ead-8b10-e03e28aee4f4", + "id": "a8b84c2e-38aa-4c5b-b56b-3c4a5c83c399", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66481,7 +66481,7 @@ } }, { - "id": "1e082c02-df68-4525-b400-b128cf0b5347", + "id": "dad2e50a-b78a-45a3-94cf-f41e7c17a252", "name": "IAI Identity Outliers Ignore", "request": { "name": "IAI Identity Outliers Ignore", @@ -66524,7 +66524,7 @@ }, "response": [ { - "id": "f229e9c7-fcf8-49d1-bab2-70aa9c47c5d7", + "id": "6390d27a-0c11-4702-8217-6a5130201aee", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -66571,7 +66571,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8a406491-e022-4a15-80ca-d5e2f734da1b", + "id": "e4add9db-eaf3-4883-b718-37121b7e0573", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66628,7 +66628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "366956e5-4117-463c-b1c8-251b731fa95d", + "id": "7e428627-8e7f-4924-92ce-0f8a524d3331", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66685,7 +66685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7dbed75-bf96-41f0-b769-b6905cbe48de", + "id": "4cf07707-0fc8-497d-a322-203e5f1329bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66742,7 +66742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3de9c621-079e-4d0d-b4ce-c56989d858f0", + "id": "7e21748a-032d-4142-98bf-acea38e65f91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66799,7 +66799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aacdd2b1-6fdb-4217-a45d-94b4d462faac", + "id": "d826d8ef-4707-4d09-af6e-d59b4db78327", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66862,7 +66862,7 @@ } }, { - "id": "bfb97eef-aa8e-45e2-bd0e-520a08fd74d0", + "id": "e0c3888e-2e81-419b-a40a-00e033bd27e3", "name": "IAI Identity Outliers Unignore", "request": { "name": "IAI Identity Outliers Unignore", @@ -66905,7 +66905,7 @@ }, "response": [ { - "id": "33f60b6c-7180-4e72-8d9b-402b07d1095f", + "id": "eda46262-388c-486e-86a2-0902144eb9b8", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -66952,7 +66952,7 @@ "_postman_previewlanguage": "text" }, { - "id": "72db8158-d41e-432b-8c1a-e736ff05ce0c", + "id": "def64a2f-0599-4071-b8bd-ddf4d99de590", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67009,7 +67009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24db3c7-5222-4352-82ae-a775220828dc", + "id": "6c4025e1-c8a6-4f93-a80a-223b47b880e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67066,7 +67066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41ce586f-1f27-4c1c-ba7b-7b6426c88e7f", + "id": "8a4bc017-2474-4680-88f0-dee6d7e2f903", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67123,7 +67123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "003a3fe9-2238-42fe-a9f3-b85804a381fc", + "id": "54b5fd56-cb5f-4d63-b3c7-85a674006b9b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67180,7 +67180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "991e911c-7868-4818-b63e-a3ce79715d5e", + "id": "e039a53b-f73d-4348-80cb-431748bd9c7f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67243,7 +67243,7 @@ } }, { - "id": "f82dc875-a273-46de-9fa4-251b8bf2b8dd", + "id": "1d98b2a7-5bd5-4020-8d08-32317c9f50eb", "name": "IAI Identity Outliers Export", "request": { "name": "IAI Identity Outliers Export", @@ -67267,7 +67267,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -67283,7 +67283,7 @@ }, "response": [ { - "id": "0512571b-24b3-40e5-b1f2-7edc6ca81279", + "id": "e6fd4827-6312-4588-b2d2-53f37caa6767", "name": "Succeeded. Returns zip of 2 CSVs to download. 1 CSV for ignored outliers and 1 for non-ignored outliers", "originalRequest": { "url": { @@ -67302,7 +67302,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -67332,12 +67332,12 @@ "value": "application/zip" } ], - "body": "sint es", + "body": "irure qui", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "da72a2ba-d941-461a-bb96-7df6d2353013", + "id": "4a39652c-18a4-47bf-ba2e-d10c9a89e7c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67356,7 +67356,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -67391,7 +67391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "076cb2d3-32f0-4f7b-9e46-cb7334ff41f4", + "id": "38cfc35a-7fe0-414b-9ab4-a5c29a097710", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67410,7 +67410,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -67445,7 +67445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c211503-2540-423e-a6ac-470f40e9f179", + "id": "79b55c29-7b3a-471b-8f34-12700bda22cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67464,7 +67464,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -67499,7 +67499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e63a1911-2b17-4c61-9143-700ab8e88d28", + "id": "f0da9519-e0a1-48ca-87d4-55aeba060ed8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67518,7 +67518,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -67553,7 +67553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a607c798-0055-41fc-b340-5f2795542492", + "id": "1a65f1a2-1eb1-499e-a1c8-cf2ebe46c907", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67572,7 +67572,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -67613,7 +67613,7 @@ } }, { - "id": "0ed286fb-ca1a-4d14-9f60-3678236bdf95", + "id": "9f435ae5-d423-4f4d-9639-d2f35b6d7e7e", "name": "Get identity outlier contibuting feature summary", "request": { "name": "Get identity outlier contibuting feature summary", @@ -67654,7 +67654,7 @@ }, "response": [ { - "id": "7f2da7e7-905a-4011-bd73-a2cf8ff2b166", + "id": "c071c23d-07e5-43ed-a5a5-3c01f62c1575", "name": "Succeeded. Returns selected contributing feature summary for an outlier", "originalRequest": { "url": { @@ -67699,15 +67699,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "sint es" + "value": "irure qui" } ], - "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"do Lorem ea aliquip Ut\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"labore dolore veniam deserunt reprehenderit\",\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\": \"laborum nisi sunt\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"Ut ut tempor mollit in\",\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": "e8ae2882-5f7b-40ae-8745-dda9d0de7089", + "id": "962f6486-135b-43fc-a22a-a2154c6fd7b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67751,7 +67751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e996061-3a84-4b99-8c0c-656bab05848e", + "id": "24891864-79c7-41a8-ab47-cbaf9d45c081", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67795,7 +67795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cbfdbbc-0346-4902-9dc9-02a52852943f", + "id": "c0671043-d9c6-4879-b68d-e31a04065695", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67839,7 +67839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7129a79a-bbd0-4377-9f2e-0aa970d07ef4", + "id": "4d9a7d31-a39a-4999-8185-88fd54363dd5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67883,7 +67883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16ae8d29-ac36-4f99-9bcc-111d7b4314f0", + "id": "f1bea4ea-8157-4e16-9333-94f4f3890de5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67927,7 +67927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7698ccfa-e16c-42e8-8bf4-f89cf86df401", + "id": "d55e61de-3ce3-4d9d-88b9-d8c6a3747fef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67983,7 +67983,7 @@ "description": "", "item": [ { - "id": "773fa7e0-e4dc-4623-bd76-36f0b493d4c7", + "id": "6d2d0f92-7739-4b80-8b69-6051cafae195", "name": "Identity Outliers List", "request": { "name": "Identity Outliers List", @@ -68053,7 +68053,7 @@ }, "response": [ { - "id": "44a50814-c88a-4be2-b3c8-55bc436ff5be", + "id": "f35325dd-77fa-4873-a0d8-60ed96aad125", "name": "List of identities that are not included in peer groups.", "originalRequest": { "url": { @@ -68121,12 +68121,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"adipisicing consequat officia sint\",\n \"type\": \"in veniam\",\n \"peer_group_id\": \"Lorem sit dolor nulla dolore\",\n \"attributes\": {\n \"doc5a\": {},\n \"elit7a5\": {}\n }\n },\n {\n \"id\": \"id veniam est amet\",\n \"type\": \"laboris voluptate\",\n \"peer_group_id\": \"quis laboris exercitation anim\",\n \"attributes\": {\n \"sinte\": {}\n }\n }\n]", + "body": "[\n {\n \"id\": \"quis et consequat eu dolor\",\n \"type\": \"voluptate in\",\n \"peer_group_id\": \"esse\",\n \"attributes\": {\n \"anim_6f3\": {}\n }\n },\n {\n \"id\": \"Duis\",\n \"type\": \"non veniam u\",\n \"peer_group_id\": \"pariatur Lorem amet do\",\n \"attributes\": {\n \"Excepteur5\": {},\n \"laborum_b5\": {}\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d706fc21-ccb5-421b-bc66-3225458c97b2", + "id": "9a4a33ab-9eeb-45a3-93d5-0d93d249adb0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68199,7 +68199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a7b2300-0373-424d-b368-72556e7b0932", + "id": "e79849a4-dc61-417b-bd57-50a439072a69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68272,7 +68272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02c4c302-e386-408b-aee7-4dfe2b536ac3", + "id": "9710ebba-b059-456b-99b9-c503a5c5fcf2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68345,7 +68345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3947779e-0467-45e8-8a43-e3210fcdec32", + "id": "d1d2593c-ce03-4697-b493-2fb3fe33dd86", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68418,7 +68418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c62aae74-cc74-46c9-9f0f-41e07d99a468", + "id": "44d02025-12a8-4aab-afdb-a4299d9723eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68503,7 +68503,7 @@ "description": "", "item": [ { - "id": "69a03a4e-8297-438e-94d3-ff180902c66a", + "id": "0c01a8a6-44a9-4b8e-8fb6-3e875fd68fd9", "name": "Returns a Recommendation Based on Object", "request": { "name": "Returns a Recommendation Based on Object", @@ -68546,7 +68546,7 @@ }, "response": [ { - "id": "0f4f7308-dfda-4571-8e2a-493045ad752c", + "id": "22677d00-79c9-4f09-a3a0-442a66b9f43f", "name": "The recommendations for a customer", "originalRequest": { "url": { @@ -68598,12 +68598,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\": -31865428.159157977,\n \"featureWeightedScores\": {\n \"pariatur_2\": -37988623.60084061\n },\n \"threshold\": -60552471.7351118,\n \"identityAttributes\": {\n \"utd\": {\n \"value\": \"fugiat\"\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\": 57965775.9762544,\n \"featureWeightedScores\": {\n \"enim68\": 22856618.371569455,\n \"nostrud7c2\": -43401270.83958558,\n \"ex_e6\": -94212487.48331119\n },\n \"threshold\": -84244723.03427488,\n \"identityAttributes\": {\n \"consectetur_d94\": {\n \"value\": \"culpa\"\n },\n \"proidentd\": {\n \"value\": \"Excepteur ad\"\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\": 15393977.992378801,\n \"featureWeightedScores\": {\n \"labore_a6\": -4603037.275884822,\n \"adipisicing_05\": 68440037.3749024\n },\n \"threshold\": -68646356.7169092,\n \"identityAttributes\": {\n \"iruref7d\": {\n \"value\": \"Duis\"\n },\n \"sint_b6\": {\n \"value\": \"occaecat officia ad\"\n },\n \"incididunt8\": {\n \"value\": \"nulla sunt ut\"\n },\n \"adipisicing_3\": {\n \"value\": \"aliquip irure\"\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\": 77484821.96918008,\n \"featureWeightedScores\": {\n \"sit70\": 4505514.638514191,\n \"pariatur4\": -61719674.22578155,\n \"proident8__\": -7048996.248927206\n },\n \"threshold\": -87610165.94947581,\n \"identityAttributes\": {\n \"occaecat_cd\": {\n \"value\": \"magna cillum sunt culpa sit\"\n },\n \"Ut_ac5\": {\n \"value\": \"magna amet non elit occaecat\"\n },\n \"fugiat6\": {\n \"value\": \"dolor commodo\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bf8d394d-6e1e-42e5-a1ac-45b19ddccd9d", + "id": "cadd5b32-3db3-40ca-9c45-266110008363", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68660,7 +68660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1ae4091-35bf-4df5-9340-f6718119603e", + "id": "9b3f2020-d617-44ff-8ba4-707ec3ad698a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68717,7 +68717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fe63430-5756-48b5-8938-82c8e07da5cd", + "id": "9c844277-fc07-4979-8aaf-768af0ee76d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68774,7 +68774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d7f955a-5b25-40a3-8a2d-05bd13199a4d", + "id": "8a32705c-e432-4a2c-ac29-a4482a71b6aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68831,7 +68831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79c75d4c-b15d-4226-b315-f1aa3b6271a0", + "id": "02d4dbc3-cdfa-481e-9eaa-7e2c8db63aa4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68894,7 +68894,7 @@ } }, { - "id": "6dbdf63a-fa85-43e8-bae4-8fdb62c7db7e", + "id": "abb6fdfa-dc79-40d9-806f-876494a8b667", "name": "Get certification recommendation config values", "request": { "name": "Get certification recommendation config values", @@ -68924,7 +68924,7 @@ }, "response": [ { - "id": "ae0ac404-60a9-4268-aef8-231ef2d5fffe", + "id": "8c0d4c6e-5b77-4764-8808-a4f39949a14c", "name": "Cert recommendation configuration attributes", "originalRequest": { "url": { @@ -68968,7 +68968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aca25ee8-b1f7-41eb-8e54-26cc8996b0f8", + "id": "304530ce-b052-4579-b8b0-d228b03335b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69012,7 +69012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef5064e-a43d-4ae3-a791-b11b6066af14", + "id": "bf667d9b-01e6-4559-888b-ed1f46dae26d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69056,7 +69056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71845e2a-2663-4960-873c-13f5c67faf63", + "id": "7f96ce19-bffb-4668-b6cd-eca2f96dce93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69100,7 +69100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d073c59e-d7e6-4fb6-b9c6-3e6f519dde72", + "id": "9d5b68e5-e74b-43b7-b03c-fa1d306d5714", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69150,7 +69150,7 @@ } }, { - "id": "4a5dccf7-c272-4eb2-91d6-a1ac65711c50", + "id": "8a9c5692-4270-4d7c-8fcd-ae23bbdefa92", "name": "Update certification recommendation config values", "request": { "name": "Update certification recommendation config values", @@ -69193,7 +69193,7 @@ }, "response": [ { - "id": "ca2ed17c-dbe0-4097-ad11-f39e01957b22", + "id": "23b76366-116e-4b15-8bba-86a0d2e46770", "name": "Cert recommendation configuration attributes after update", "originalRequest": { "url": { @@ -69250,7 +69250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52629c65-4277-4710-be74-a36fa8a5afcf", + "id": "479faa35-5804-4ba7-942b-0408d200f496", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69307,7 +69307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3df2060-518b-40f9-93b2-b1a19d31e9ac", + "id": "3b6947b7-977a-428a-b875-48a7c84bbc3d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69364,7 +69364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec4ca291-f711-4f46-90ba-1abd46f8ae03", + "id": "23101ae2-97c7-4f76-9fca-99381d49b2b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69421,7 +69421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff15d13e-4eab-44d6-aea2-060efcfd9fed", + "id": "42ac49fd-dfaa-4366-a357-c5ab3df1bce0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69490,7 +69490,7 @@ "description": "", "item": [ { - "id": "f740c226-4985-4ca5-85d6-dc3596007f28", + "id": "f86c7edc-7b78-4e65-bec2-ee8eb3839b35", "name": "Create a role mining session", "request": { "name": "Create a role mining session", @@ -69532,7 +69532,7 @@ }, "response": [ { - "id": "ff4c3fb8-1a23-40fd-b4c1-b63b8052ad56", + "id": "b1ccc4c6-277b-46e8-8e24-2fba2e7656a0", "name": "Submitted a role mining session request", "originalRequest": { "url": { @@ -69588,7 +69588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "707c90ca-61f3-47d0-ac2b-3322ad7f1f5e", + "id": "16cea874-2877-4d4f-974e-348e8a457514", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69644,7 +69644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6d67775-3ccd-4e68-a354-f8cd38bb0e49", + "id": "6ad9d4e1-4a93-428b-bdd9-4199069d186f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69700,7 +69700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c575be62-958e-47a4-b0ca-2bd722b570de", + "id": "37a64db4-d7b4-4d3c-97a0-6efd1f81e378", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69756,7 +69756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14c371de-b7eb-4fe1-8d26-0ef74605ef5a", + "id": "9a22db60-a81e-4f3a-9acd-24d7355fa0d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69812,7 +69812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9492b157-5916-40d7-a3c5-44c0c5d7c8c5", + "id": "33ca8b97-a426-45ba-a210-a86c51d78aee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69874,7 +69874,7 @@ } }, { - "id": "161e3f19-8fb6-49e1-9215-fd689aac8832", + "id": "25c5eb7b-2968-4760-b16b-d7e4cfbf5166", "name": "Retrieves all role mining sessions", "request": { "name": "Retrieves all role mining sessions", @@ -69949,7 +69949,7 @@ }, "response": [ { - "id": "483badc6-8725-43be-980c-801a36e4629f", + "id": "054fd586-8d57-4500-b9ab-c0d698c323b9", "name": "Succeeded. Returns all role mining sessions that match the query parameters.", "originalRequest": { "url": { @@ -70038,7 +70038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d8fc54-3cd5-45b5-83fb-b28bb9e59695", + "id": "4e861f07-b6ff-4bae-bea7-dea2c4196deb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70127,7 +70127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d99f7673-b154-46dd-a2c5-c7928e74d73e", + "id": "8da61191-ab55-4b17-9fde-55d55952eb85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70216,7 +70216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61d7c707-e53a-44e8-839b-12f691603591", + "id": "337b3ec4-9eea-4e44-b5d2-d22072c91ff1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70305,7 +70305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "407278f0-b99b-404e-8adb-8849fe35faf2", + "id": "655abb2c-8bc3-410b-a818-9e50a18c37c7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70394,7 +70394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc1d35e3-9eec-498e-8e65-903e75129635", + "id": "4dae5cf9-7d9f-4e8f-909f-f341e988d3b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70489,7 +70489,7 @@ } }, { - "id": "cdf62803-f6b5-483b-883e-e971fe3a1667", + "id": "84da77e9-7096-49d5-916c-94ab048ca01b", "name": "Patch a role mining session", "request": { "name": "Patch a role mining session", @@ -70543,7 +70543,7 @@ }, "response": [ { - "id": "2d6a6679-6048-44a5-8424-5a06028bb91b", + "id": "95c939a5-a0d0-4cfa-861a-ee67f71a556d", "name": "Success", "originalRequest": { "url": { @@ -70600,7 +70600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe74b605-a97f-4e18-a233-39ee16c9e759", + "id": "548fa922-2750-499d-8b6d-95797cd8916b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70657,7 +70657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "066b73b8-4eec-4fc9-8509-2c0ea36fde9e", + "id": "15418a38-e4b6-47a8-ac7d-fd19ba8c5464", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70714,7 +70714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a10acf1-9661-4340-b27a-109bcab59aeb", + "id": "5dd7124d-bdfa-4878-be60-116e7c13c6fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70771,7 +70771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2e9b720-e940-48a5-b9c7-2552be57279d", + "id": "0546f353-0d06-4a68-96bf-195744b3f60b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70828,7 +70828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f24246cd-1637-46f4-8a12-8fbcaabb5942", + "id": "eaaf2412-f173-4525-897e-b2ed27bdb12f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70885,7 +70885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10fd4f4b-9bc1-4a99-852e-ff43cc5e3364", + "id": "25e753e5-a783-453f-848f-43944d6526b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70948,7 +70948,7 @@ } }, { - "id": "707c16f1-e3fd-424c-9f45-c7e82c1fb5af", + "id": "4840ecbb-8bd3-4d82-897f-57bc3caa2d5a", "name": "Get a role mining session", "request": { "name": "Get a role mining session", @@ -70989,7 +70989,7 @@ }, "response": [ { - "id": "b2a2a9d0-bb8b-4cf3-8032-fb5a18834cc8", + "id": "6503f86b-d1c6-4c32-9788-88629d29df27", "name": "Returns a role mining session", "originalRequest": { "url": { @@ -71033,7 +71033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7147069e-4de6-4fe3-a433-522b1656509c", + "id": "c41f4494-11c9-446a-bfb9-fac7c22b7da9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71077,7 +71077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bdf2821-c046-4818-93be-748105771814", + "id": "7bbf4c6d-f495-410d-abba-d25143bbdf16", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71121,7 +71121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc4176af-61b1-47d2-a27e-b620b67058d9", + "id": "2982c1a3-a4d8-49d8-9c35-9c2ab4cc9648", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71165,7 +71165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b863ef8a-f331-4a49-88a8-058ba8af4e7f", + "id": "3d5d6927-2dd4-40da-8501-b5f36f2c5d07", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -71209,7 +71209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "330cb1e8-298c-4143-94bd-a2ff2b50dd53", + "id": "aa1a6181-cf2f-4e68-a925-2856a4008acf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71253,7 +71253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc62d4f9-3f4b-4d96-a860-158554916bd5", + "id": "54ba2847-3139-4cae-82ba-42cd5cbaae05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71303,7 +71303,7 @@ } }, { - "id": "03a8e287-ca5a-434f-b031-ce8f46cae2a7", + "id": "aa12d30e-2614-4aaa-ad69-ee4fef1e515f", "name": "Get role mining session status state", "request": { "name": "Get role mining session status state", @@ -71345,7 +71345,7 @@ }, "response": [ { - "id": "4ce9093e-20a5-437c-b2e3-02ddfcf00ac7", + "id": "d5f7e055-2a40-4372-851d-7383da717eb7", "name": "Succeeded. Returns session status", "originalRequest": { "url": { @@ -71390,7 +71390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ccfd48c-b736-4ef4-bb35-d29e9d69367d", + "id": "e8838074-fe81-484f-abda-f3ef4349cf6c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71435,7 +71435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa7ef31-6302-4b2e-acd6-adc8be2f8f38", + "id": "7df7f600-1fe4-4758-a29e-25166925a421", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71480,7 +71480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6ee4faa-5608-4d43-94c8-496f497ede34", + "id": "56a956a7-5bc8-4657-88f7-7ca2abe0c3e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71525,7 +71525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d128665b-11fc-4313-8136-e2d02d7c3b94", + "id": "b7e42ea9-11f5-4edc-89a3-9207a38ad7fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71576,7 +71576,7 @@ } }, { - "id": "8f77bc10-fb47-4281-9942-927cacffdf6c", + "id": "3d0077b6-6baa-49b1-a415-b654b3becef9", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -71664,7 +71664,7 @@ }, "response": [ { - "id": "035dee8c-ecb8-42b5-b8a5-9b49b0451b7d", + "id": "c36ef584-371d-40b0-8c12-3921007ff047", "name": "Succeeded. Returns a list of potential role summaries for a role mining session.", "originalRequest": { "url": { @@ -71755,7 +71755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "495512ef-96c2-48f7-a65f-2341620969c5", + "id": "d6f3bb5a-0bc4-4866-a861-0e3ba72d6b81", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71846,7 +71846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c9d958a-a6a0-4ed8-9e8a-768651dd2289", + "id": "d4998978-0fc4-492a-9b15-3e9dda6319fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71937,7 +71937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf2f80f0-f214-470e-8b4c-1bee9591c5b4", + "id": "001840a1-4f28-40a6-b283-96e12d457da8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72028,7 +72028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a04d084-e16e-4144-b28c-1165bda6fe55", + "id": "a28e7a6c-5cc9-4de4-a4a9-2c875ff2990f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72119,7 +72119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c246c864-bb7c-4c22-8e01-90166cbb04cf", + "id": "00141d4d-c9fc-46b6-8119-1f0dacd7ef95", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72216,7 +72216,7 @@ } }, { - "id": "f72a83d9-cb32-40d2-891a-584597fa1ece", + "id": "612fe9ea-1b0d-4dc1-a0eb-f039b14b07fc", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -72269,7 +72269,7 @@ }, "response": [ { - "id": "a34b3f90-a4fd-443f-b47c-bc24134cb9e1", + "id": "8f01bf7d-f64b-4fcc-be8d-edc50ae44d16", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -72310,12 +72310,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 \"Lorem_5_3\": \"sit\",\n \"deseruntf3\": \"est sint\"\n },\n {\n \"enimda\": \"aliquip laborum laboris\",\n \"occaecatb1\": \"in laborum in\",\n \"aliqua89\": \"culp\",\n \"labore_d3_\": \"cill\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Duis_9\": \"elit ea voluptate pariatur reprehenderit\",\n \"nulla_b\": \"eu proident\"\n },\n {\n \"minim_f3\": \"voluptate\"\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 \"non_cae\": \"esse cillum anim\"\n },\n {\n \"ipsum_1\": \"laborum nulla Excepteur minim\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"nostrud_02\": \"consequat fugiat\"\n },\n {\n \"aliquip3\": \"ullamco minim est irure\",\n \"adipisicingfdd\": \"sint proident Lorem l\"\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": "fea738ab-47be-490f-b4e2-a0fba2a37b9b", + "id": "75c5daa1-3ccc-42c4-bd38-e90bba7e7b6c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72361,7 +72361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2223bd84-7c60-4238-9a67-74cfe3c92c68", + "id": "2767ef70-ff63-4db2-9c98-8764ff7f0904", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72407,7 +72407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9028a905-6543-4e36-aa6a-a35a6b368589", + "id": "68fb84f2-6690-4cf2-a23f-01418c0e0c49", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72453,7 +72453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "448925ac-ea8b-4777-ab10-c46083034631", + "id": "23497171-a54a-4e25-b416-07059daa73ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72499,7 +72499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee54f7cb-5ce3-4ca8-b264-2f3b3ce7e401", + "id": "3a36aae7-db16-4b2b-84b9-9690b4a5e42e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72551,7 +72551,7 @@ } }, { - "id": "b9776196-785e-4212-a10e-692aa237889c", + "id": "a07548f0-bad3-4edd-b060-57f37edd761f", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -72617,7 +72617,7 @@ }, "response": [ { - "id": "4cacc7b1-c7ad-4845-86ec-7e0dcf724bdb", + "id": "5c65c180-22f2-4bd2-af7d-cdc7e1e0caae", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -72676,7 +72676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8ee76f7-f0ba-4d29-a0f8-2bd55e60ab1b", + "id": "81f56b21-e25b-4096-b251-24828902d56b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72735,7 +72735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf06e709-aceb-4f00-b124-163ab371f875", + "id": "4a0c005e-42c5-4d88-aa63-475fe7a73686", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72794,7 +72794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bd7349b-3898-4b75-84cb-d79268e85b3a", + "id": "64e86d07-617b-4e3b-9f77-39e2dba1f477", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72853,7 +72853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f5a30ef-4a6f-4d61-9247-afaa7e49f061", + "id": "379fc075-b507-4344-ad46-0d9932b0d2e6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72912,7 +72912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1adfb02e-1af6-4f95-b0dc-7dda65f3e98c", + "id": "30876262-d26d-4aeb-9bc0-9c60d31f989a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72971,7 +72971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38ef6141-79a5-40b0-a9f7-13fa5129558e", + "id": "aac5e9b8-dd2e-4683-b426-bdb8f29f1554", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73036,7 +73036,7 @@ } }, { - "id": "3571ae5c-4eb0-4ea1-bc3d-f37fa31ecd43", + "id": "a3da6d32-f286-4e6d-87b9-9c41310d3c69", "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", @@ -73118,7 +73118,7 @@ }, "response": [ { - "id": "ea2a50b9-a2f7-4d02-a47a-bf950c0d55aa", + "id": "826e3d28-8e49-4312-a975-ca3f94f007bf", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -73193,7 +73193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1e4c5f0-0958-44c7-bf05-b6ce7f5e6bdd", + "id": "c9629a82-1009-4da1-ad85-8685cddfe6bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73268,7 +73268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b028092a-ee74-483a-95be-dfb10dbdd0e4", + "id": "b70b8ff6-db09-4ea6-8e16-adee4d05e10a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73343,7 +73343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41e18aa6-51c1-4554-b4a5-22d6f200bc0f", + "id": "235ad6f7-f6c6-40ed-8365-7c2aaa7bec3b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73418,7 +73418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f211bf6c-3e3c-4cd9-846a-b2286b9672da", + "id": "af182da0-ac0a-41e6-868a-f6ba69531e79", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73499,7 +73499,7 @@ } }, { - "id": "671e0216-7531-4553-a8e4-cce04fcb3177", + "id": "efee6539-24e4-4c98-84a8-c1f95bc59712", "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", @@ -73608,7 +73608,7 @@ }, "response": [ { - "id": "1a38b6af-cf09-411a-9c6a-54a82aeb382e", + "id": "2792d2f6-0644-4e57-b094-5d2e8d9e9545", "name": "Succeeded. Returns a list of entitlements for a potential role.", "originalRequest": { "url": { @@ -73710,7 +73710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "384a523d-bb5e-4a15-bf1f-92c06e5f1e30", + "id": "8458e5f4-cf43-449e-a8b4-c2e4b652217d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73812,7 +73812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01e1d684-9938-494d-a94e-acef4443ae93", + "id": "f9fadba7-b178-4653-a0b7-a87f3461e42a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73914,7 +73914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7457f144-c9e7-4cb1-a0e8-731f475abedd", + "id": "eb255e53-c55a-4c96-be51-10b1df58a086", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74016,7 +74016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cd8b5cf-3970-446d-826a-0e1d4359c53a", + "id": "e7202a7c-9ebc-4f99-aa6d-aa313eb96bad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74124,7 +74124,7 @@ } }, { - "id": "6d87be97-a791-4909-a216-59a014881650", + "id": "d1761fcc-c289-406e-b273-83556bcee9a8", "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", @@ -74188,7 +74188,7 @@ }, "response": [ { - "id": "b149e532-aa4a-4037-977a-a800d4e9c0aa", + "id": "633318cd-491f-45c1-a9a2-89a5dde1b6e0", "name": "Succeeded. Returns a map containing entitlement popularity distribution for a potential role.", "originalRequest": { "url": { @@ -74240,12 +74240,12 @@ "value": "application/json" } ], - "body": "{\n \"id6\": 24096600,\n \"nisiff\": -93032134,\n \"est20\": -10557904,\n \"cupidatat_c\": -68089659\n}", + "body": "{\n \"Duis_3\": -18219518,\n \"ex___\": 27178321\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e1d16cad-8f6e-4c89-bc4e-0a87e57a0181", + "id": "a8549fd1-6994-4c5f-a640-b6b3bf663cb9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74302,7 +74302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dcb1d19-a1fd-4b9f-b9d8-6b7f62b0ef16", + "id": "d7968f32-6c94-4333-a11c-69a64babaa4e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74359,7 +74359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e41002a-ec00-4735-be00-eb46dddf9033", + "id": "73e048ef-f9f3-4bcc-abad-bed7c5b38a11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74416,7 +74416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "940d665d-a5fa-49d0-bca5-219319d66e57", + "id": "a83a6cbf-ae78-4f40-8ed9-9bc61b8c9e78", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74479,7 +74479,7 @@ } }, { - "id": "128c9a99-b35a-496f-a032-f70d960d1598", + "id": "ea06014f-68ab-4f71-b770-946832d03468", "name": "Edit entitlements for a potential role to exclude some entitlements", "request": { "name": "Edit entitlements for a potential role to exclude some entitlements", @@ -74546,7 +74546,7 @@ }, "response": [ { - "id": "aa014919-e5c3-4919-8417-27c1d7774629", + "id": "bb1dbe43-3a17-497a-8bb3-4b21ec5af998", "name": "Adds or removes entitlements from a potential role's entitlement exclusion list.", "originalRequest": { "url": { @@ -74601,12 +74601,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 \"Lorem_5_3\": \"sit\",\n \"deseruntf3\": \"est sint\"\n },\n {\n \"enimda\": \"aliquip laborum laboris\",\n \"occaecatb1\": \"in laborum in\",\n \"aliqua89\": \"culp\",\n \"labore_d3_\": \"cill\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Duis_9\": \"elit ea voluptate pariatur reprehenderit\",\n \"nulla_b\": \"eu proident\"\n },\n {\n \"minim_f3\": \"voluptate\"\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 \"non_cae\": \"esse cillum anim\"\n },\n {\n \"ipsum_1\": \"laborum nulla Excepteur minim\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"nostrud_02\": \"consequat fugiat\"\n },\n {\n \"aliquip3\": \"ullamco minim est irure\",\n \"adipisicingfdd\": \"sint proident Lorem l\"\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": "ad927c70-0885-4c18-941b-a4e678f37370", + "id": "bedc7c61-ba63-418f-836c-4021b3dd6ede", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74666,7 +74666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9b45054-bdd7-449f-ae7a-790374a3db44", + "id": "84a38da7-3083-4745-a2b6-faa49dd70d62", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74726,7 +74726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ae5ccec-a8c5-421e-8e2e-0696127c2a4a", + "id": "09036c44-745c-46a6-b5b6-2b3ae08045dc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74786,7 +74786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a2f2bdf-930b-456a-b470-f2e3976f52d2", + "id": "b605a22d-d095-43a8-91ec-d9c901560d77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74852,7 +74852,7 @@ } }, { - "id": "e7467cf9-5577-43b6-ad86-43de03970181", + "id": "04ebbdef-741b-4fa7-b830-10bd322c1f1e", "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", @@ -74888,7 +74888,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -74952,7 +74952,7 @@ }, "response": [ { - "id": "bff0e1e4-fa68-4575-97e6-b9f2419ed62c", + "id": "47af7e23-ce00-460a-a1e4-67320f462825", "name": "Succeeded. Returns a list of identities for a potential role.", "originalRequest": { "url": { @@ -74983,7 +74983,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -75045,7 +75045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a4b81be-2e5f-4264-aa23-06461a95e709", + "id": "f9dd5ece-5696-46d4-a7c7-fb6a096de4de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75076,7 +75076,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -75138,7 +75138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc3754ff-f759-4c43-b2bd-4c44f033ae59", + "id": "7798d9fc-2ea7-4043-aa21-e8c93c782036", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75169,7 +75169,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -75231,7 +75231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29a7912a-83b0-4e0e-8b1e-de54065a7b91", + "id": "f45c107f-7262-4953-b3c2-ee068eb15a00", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75262,7 +75262,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -75324,7 +75324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a402656-3fa4-4c64-b6a3-10cb0e16f382", + "id": "9ea50571-dafe-482a-adc3-f7d638e31096", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75355,7 +75355,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -75423,7 +75423,7 @@ } }, { - "id": "a5e32c86-9229-454e-90ee-9a7f9ad46509", + "id": "89c27e21-5b1e-44b9-8d6b-83dc036159f4", "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", @@ -75477,7 +75477,7 @@ }, "response": [ { - "id": "da042136-57f9-4193-81ae-2056c2933036", + "id": "51ed8284-33c4-40df-be37-b07293ff3e01", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -75519,12 +75519,12 @@ "value": "application/zip" } ], - "body": "sint es", + "body": "irure qui", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "9141e11e-deb4-42e6-b98a-9f947428b05b", + "id": "a4c3adb3-bb1e-4f75-b4b9-582f89e7fcb6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75571,7 +75571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45351b0b-535a-47c2-b9aa-c7f91d398ca2", + "id": "7187167f-b2e6-4b91-a3b7-f589f5c41f83", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75618,7 +75618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "886990ad-45f0-43d0-8435-9ce14da5b2e8", + "id": "fd8770fb-0d6b-4dde-b440-e5aafd5b961c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75665,7 +75665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3db9c8c-d932-45ed-b54e-ee8d2c888fa8", + "id": "d56ab3f8-2ca7-4554-acf0-1d6f181b37ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75718,7 +75718,7 @@ } }, { - "id": "fde2a469-ad7d-439b-8d2c-45d2a1735049", + "id": "8f6e13ca-6ee7-47f2-8b71-128a434b7e13", "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", @@ -75785,7 +75785,7 @@ }, "response": [ { - "id": "8af0aa45-25ba-43f3-aeb0-28210c329f49", + "id": "6e551d9b-2ca7-4e98-af7a-462a681fb734", "name": "Job Submitted. Returns a reportId that can be used to download the zip once complete", "originalRequest": { "url": { @@ -75845,7 +75845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f667cdbd-6db5-45ef-ae4d-8e5ca871b068", + "id": "8f93d31b-555c-4a00-a879-4f23db573a20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75905,7 +75905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "033ab9d5-daa1-4fa8-bcbc-c72561dcad74", + "id": "08e9de86-0d95-4c3e-9c93-87c0562a6c0b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75965,7 +75965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ae28ffe-9acb-44d4-89f2-6535ce2452c0", + "id": "97dae837-b84f-42c1-9401-68c596c718aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76025,7 +76025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6096671b-df06-4519-8603-6034f7da24ac", + "id": "8b3b989a-4707-43af-8c29-5ed675f67797", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76091,7 +76091,7 @@ } }, { - "id": "22febaca-0d72-420f-928a-a31ce8db9ee0", + "id": "8190db82-66cb-4b67-a454-e3c1fb0af0b2", "name": "Retrieve status of a potential role export job", "request": { "name": "Retrieve status of a potential role export job", @@ -76156,7 +76156,7 @@ }, "response": [ { - "id": "7138dc89-b119-4603-891f-65dd2f22b607", + "id": "8a8577c5-b0c3-4bf8-9f12-f20198527df3", "name": "Success. Returns the current status of this export", "originalRequest": { "url": { @@ -76204,7 +76204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa47c373-d345-483b-9d86-ad988e458402", + "id": "1ad7c27b-2418-4d90-bf70-48b4d84041c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76252,7 +76252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5790ca83-603f-40ef-95c8-21452a29ac83", + "id": "55decd60-7e74-4573-aeb1-9a861255b2a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76300,7 +76300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bafe5651-369b-472e-b084-449bd631b206", + "id": "fe6b8454-7716-4f6d-80a2-5c69761e073b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76348,7 +76348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74ca63ce-9dd2-4db3-abfc-c8a93f570944", + "id": "96f67182-346e-4630-9c03-96a38978802c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76402,7 +76402,7 @@ } }, { - "id": "3d2d88c5-5934-42d0-b7d5-4709b324ce07", + "id": "135eb718-0e2b-4230-99ef-f91d1e629d32", "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", @@ -76468,7 +76468,7 @@ }, "response": [ { - "id": "2f864476-2a7d-4920-ae23-0186d28d3227", + "id": "1a5a1012-8a35-41a1-941e-8284025db17b", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -76512,12 +76512,12 @@ "value": "application/zip" } ], - "body": "sint es", + "body": "irure qui", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "05a85d76-eb71-4361-8850-6f9210d8b51c", + "id": "73d455d5-eceb-4a56-ab55-7f298350b5f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76566,7 +76566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea2f4cfe-6ac2-469e-91db-95f06cb32a1a", + "id": "23501bc9-a5ff-42af-9b7c-e382506c08cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76615,7 +76615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abdb890d-d8ff-44a1-81a3-60def207beaa", + "id": "44c7589c-84d7-4582-a462-d2530195a63b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76664,7 +76664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9d1cd55-bc3a-4ca6-9ac8-8003899e6069", + "id": "1ea11a03-d5fe-46b7-bb77-af9675c40caa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76719,7 +76719,7 @@ } }, { - "id": "14250d9e-4be8-4168-b198-63bf460a8906", + "id": "f43b3e93-6cdd-4d58-87e5-5bd598b0a1e7", "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.", @@ -76805,7 +76805,7 @@ }, "response": [ { - "id": "00abf483-5e01-44ba-a1fd-08362ed6c7f5", + "id": "3ed66d0d-140a-4a40-9bd5-b47f52b42680", "name": "Accepted. Returns a potential role summary including the status of the provison request", "originalRequest": { "url": { @@ -76884,7 +76884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29db44e2-4000-427d-b1fe-82978aeaa07a", + "id": "dff0ceb5-0e1b-4c76-bf3c-fe5ffc8b4a2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76963,7 +76963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "906437b4-dbd2-48bd-a5f8-607e3d1bbab0", + "id": "5a0a183e-4b22-43d3-8b71-3fa77c04d8d4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77042,7 +77042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53a39349-4fd2-48b3-adf8-913208d7cbca", + "id": "a79d2268-748d-42d4-95e9-da24e103e8c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77121,7 +77121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79e87bc8-92b1-4368-aade-efcbfb97677b", + "id": "b08004c8-5cb6-48c1-8efc-634b6f1affbc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -77200,7 +77200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1387f741-5400-4949-a0aa-2a7a08811a58", + "id": "e7664f33-5af1-4252-bd09-0a5c7fd37c89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77285,7 +77285,7 @@ } }, { - "id": "c1ed158d-fb46-4537-8b35-896504de9ba2", + "id": "26abf6a1-9bd7-4a79-8b54-caa5adeb412d", "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", @@ -77385,7 +77385,7 @@ }, "response": [ { - "id": "50f75011-9a21-4da2-bf3c-c8b299d6db25", + "id": "8d0a4f76-8b4c-4421-a284-5b0a0d4ec260", "name": "Succeeded. Returns a list of excluded entitlements for a potential roles.", "originalRequest": { "url": { @@ -77478,7 +77478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea9c3eed-ac63-4b9f-9d66-48ab558b0740", + "id": "f5b898bb-1e34-419d-9974-0369764570aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77571,7 +77571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a35921af-3ba2-4743-8f82-828fa97786ff", + "id": "36e9c600-4d23-482f-bd90-4af4064ec80b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77664,7 +77664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b450ffff-9edd-43e1-b2d9-7fc17b21f9be", + "id": "24631113-0cce-4e77-b8ee-d1b87a3bac4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77757,7 +77757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "258f9004-7f8c-412e-8f62-e58be1120685", + "id": "7df5e356-fc96-40b4-9f2d-f5f1a59b0b2e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77856,7 +77856,7 @@ } }, { - "id": "83e1d2c6-7584-4594-b750-64b1042b0fcd", + "id": "d76f8a0a-c04f-4ff8-bf20-c2ed851fab62", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -77931,7 +77931,7 @@ }, "response": [ { - "id": "f854be7d-8c0d-495f-adce-2e5a1908d9cc", + "id": "7c5512fb-07db-438d-b789-75759279712a", "name": "Succeeded. Returns all potential role summaries that match the query parameters.", "originalRequest": { "url": { @@ -78020,7 +78020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7492df73-e203-4449-bbc1-95d8996e2458", + "id": "4c7b1f65-4d19-4d33-ab7e-0c9083216315", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78109,7 +78109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6da4fef-1834-4a0a-b3b1-fad1f6479417", + "id": "a3e7539a-5649-49e3-9fb1-2b75291cd309", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78198,7 +78198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e021b6d4-53a4-4ffb-8234-66ea257aa4ed", + "id": "730261f1-9c36-43ed-b6e5-de339c4fda87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78287,7 +78287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97d7ceb7-631e-41b3-8991-aec27ab6691a", + "id": "9ee556a3-e728-46cb-be71-ae9bbc1c641f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78376,7 +78376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe0a4c89-0ce2-4b4f-b023-82dc84a72d99", + "id": "667c0b01-6ea2-4a31-a415-8130e815cae0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78471,7 +78471,7 @@ } }, { - "id": "83ec331e-d8fd-4b32-901b-3d008db4703d", + "id": "2fbdb601-9e6a-42c1-9e34-1791847acd96", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -78512,7 +78512,7 @@ }, "response": [ { - "id": "66215573-2ac5-424f-a27c-a1e88a69cada", + "id": "a38fb37b-ac2d-427d-a832-89d7c8d798fb", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -78551,12 +78551,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 \"Lorem_5_3\": \"sit\",\n \"deseruntf3\": \"est sint\"\n },\n {\n \"enimda\": \"aliquip laborum laboris\",\n \"occaecatb1\": \"in laborum in\",\n \"aliqua89\": \"culp\",\n \"labore_d3_\": \"cill\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Duis_9\": \"elit ea voluptate pariatur reprehenderit\",\n \"nulla_b\": \"eu proident\"\n },\n {\n \"minim_f3\": \"voluptate\"\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 \"non_cae\": \"esse cillum anim\"\n },\n {\n \"ipsum_1\": \"laborum nulla Excepteur minim\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"nostrud_02\": \"consequat fugiat\"\n },\n {\n \"aliquip3\": \"ullamco minim est irure\",\n \"adipisicingfdd\": \"sint proident Lorem l\"\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": "114c7b85-50ef-418c-83a5-a08ba04ff0ad", + "id": "01d4bdb9-8207-41fa-a54e-2cf001a1dfd3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78600,7 +78600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10b71438-4eef-49c6-a27d-d76756d6ce6e", + "id": "3621ad8d-dcbe-423d-8861-011c7f7fedfc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78644,7 +78644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13d9471f-0dc4-4705-938d-f36709cb8678", + "id": "be1a263b-12f1-4ae2-8a3c-9888ab59127f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78688,7 +78688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f788f3f1-a453-48c7-a8b3-034ddd0e544a", + "id": "4786c4cb-5b6f-4f1c-88af-12c468262d5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78732,7 +78732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0a6a128-6d03-4846-9b32-f1a451556e9d", + "id": "0f3a3e5b-bc3c-4e12-99eb-d583277ea41f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78782,7 +78782,7 @@ } }, { - "id": "13feb36f-4393-47be-ab42-d5fd2d4f58c0", + "id": "67e9c44a-4023-4491-95ed-1cd7783111e8", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -78846,7 +78846,7 @@ }, "response": [ { - "id": "e3fc256c-ef93-448c-a1a7-fceead96af11", + "id": "72ce1576-33de-4fc3-a4ac-2583891302ef", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -78903,7 +78903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b956523f-05b9-4036-bb1a-da6b27dc4042", + "id": "bfd1f425-c7da-4fb9-acdf-cde182ba35a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78960,7 +78960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9d547eb-f10f-4c9f-9408-af2d56611aa3", + "id": "3d8c7fd9-a879-4b56-bf8a-085acbc70516", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79017,7 +79017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f5aed1b-47b5-4cb9-a2ec-98987d23e564", + "id": "d5f49762-7360-49ee-964f-0062d541a90a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79074,7 +79074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5be27c18-70c1-4990-b86d-f4d05458a61c", + "id": "98337839-6a9a-4523-b568-da2c686a9c02", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79131,7 +79131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2178279-c654-46d1-a559-27037f048d86", + "id": "82b725f2-0dec-45b3-865b-fbb8e51b1060", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79188,7 +79188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d280f30-e6c5-4ac5-adb6-1e752ab6c161", + "id": "f73730ce-e3c1-4299-a175-996715bf3fd7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79251,7 +79251,7 @@ } }, { - "id": "818b4c13-fbd6-4693-aff8-a4cc8017b487", + "id": "660e37f0-e4e9-46fb-b39f-6ce4429cf3b6", "name": "Retrieves all saved potential roles", "request": { "name": "Retrieves all saved potential roles", @@ -79318,7 +79318,7 @@ }, "response": [ { - "id": "7cd86609-ba03-432b-bdff-00ca24b92bfd", + "id": "65191613-8160-4bdd-a30c-832abd0b3c0a", "name": "Succeeded. Returns a list of draft roles for a role mining session.", "originalRequest": { "url": { @@ -79399,7 +79399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa363705-d528-4169-98fe-72a2db252719", + "id": "23be837a-5b94-4977-a12a-2af6baf0b235", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79480,7 +79480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0713e93e-0c97-4b58-8082-033c3c51b276", + "id": "972ff511-edea-476d-bb81-f234ac5bf95b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79561,7 +79561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c93a49d-af4d-4bb1-93ab-a3dc27d43381", + "id": "ea6c3000-5417-48dc-9158-0eb933ea2898", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79642,7 +79642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "157d682c-aba9-4616-962e-ad45d91bfd81", + "id": "d4ace70e-748f-47b0-a703-13204183bff5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79723,7 +79723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c71759b-c678-47ac-921c-aeab7bb79bc1", + "id": "0e39ccab-ff57-4c1d-bccb-920ac15a172d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79810,7 +79810,7 @@ } }, { - "id": "b03ffd07-bacd-4551-9e32-1e58a2dce25c", + "id": "9eb94ad9-f3be-4fb6-97c1-9008742d4db9", "name": "Retrieves potential role source usage", "request": { "name": "Retrieves potential role source usage", @@ -79901,7 +79901,7 @@ }, "response": [ { - "id": "c2f3eea4-6a27-490b-9af5-3ae971756b28", + "id": "2e514f85-1086-4e38-ba17-ba437f4fe412", "name": "Succeeded. Returns a list of source usage for the identities in a potential role.", "originalRequest": { "url": { @@ -79985,7 +79985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98668415-48d2-47a5-b8d8-0519a9de664a", + "id": "272d918a-4c06-4a41-8520-23a7f817108a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80069,7 +80069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "806481da-ef92-4fee-85a9-ea28e6aeb5e8", + "id": "ef85fbfb-fe1c-44c3-8d43-179a34909cce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80153,7 +80153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eae859b9-0904-401e-8490-33d524bc6670", + "id": "112dae18-e2a2-40e3-ba06-d1c0a586df2d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80237,7 +80237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ec8ccb6-b258-463b-aab4-9023fdb86f8a", + "id": "13217f2a-927c-4baf-83f5-d86bc089f52c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80321,7 +80321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53c3fdff-f2f6-4b96-8ab2-9d414ca5b40c", + "id": "07e0b3b8-a6bb-4ff6-b6d2-8c9b09368566", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80417,7 +80417,7 @@ "description": "Use this API to implement functionality related to object icons (application icons for example). \nWith this functionality in place, administrators can set or remove an icon for specific object type for use throughout Identity Security Cloud.\n", "item": [ { - "id": "0c4e913a-ee56-4ef9-8bf8-315070f1eb86", + "id": "a109b932-c693-4da9-a354-86f87d9614a1", "name": "Update an icon", "request": { "name": "Update an icon", @@ -80486,7 +80486,7 @@ }, "response": [ { - "id": "04b2c5ee-ba68-4cc9-9c1b-d41f7cfec900", + "id": "0d8af01a-6a1a-4382-99e9-ab88bacc1180", "name": "Icon updated", "originalRequest": { "url": { @@ -80548,7 +80548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53d77f0b-7903-45db-9073-05d7b10b9d80", + "id": "41833c0e-21fb-43a3-8e66-50c2cd1476a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80610,7 +80610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe123278-d5f6-4a28-99e0-c4dd4325a251", + "id": "9f9ed28c-e2d6-4df8-a436-fd81eb0668a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80672,7 +80672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "919823bd-2214-43c5-8571-61a2ee2c19bc", + "id": "9a2cce55-3f4d-4a76-a722-2078d77847e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80734,7 +80734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e70304c-c0d7-40cb-9cc7-6c1b1564a746", + "id": "b65dcd7d-3ee3-409b-b387-79fa6d9d2238", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -80796,7 +80796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f929e14-4870-4d7e-956d-83d22836b438", + "id": "2224ffe6-3cde-4e98-b41b-b6d668880544", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80858,7 +80858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04d6ff8f-9ca3-48b0-8537-69e180a6682d", + "id": "7f6e8a21-37e6-4a17-9bf5-510815f6093a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80926,7 +80926,7 @@ } }, { - "id": "0c26464b-abd1-4cd2-9b0f-ec8f59a72bb1", + "id": "c8619a6d-cd81-4036-a35e-2a5b97a0bee5", "name": "Delete an icon", "request": { "name": "Delete an icon", @@ -80978,7 +80978,7 @@ }, "response": [ { - "id": "3f3345e9-9909-4cb2-a400-58e982269873", + "id": "462a18c1-307c-4341-9281-26a3997f25af", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -81013,7 +81013,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3a2521f4-7cbf-44a4-bf03-9aa8b0c2c00d", + "id": "6b6e5793-cb90-4772-b136-7f4842505801", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81058,7 +81058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "796d5dda-f874-4c57-9e08-aa4a7e630be0", + "id": "98a41187-3c6f-47e9-95c5-f65c825cc83a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81103,7 +81103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "132a890e-401a-4ad4-8864-fc295c4df143", + "id": "841d7fdc-120e-4bca-809d-c8b9cab9dcba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81148,7 +81148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68961552-a528-4bbb-9a59-953de235c799", + "id": "02e1b818-e7f7-4013-ae8f-5a1373ae9750", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81193,7 +81193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6561f4b2-3d00-4bbb-aac5-a3a3770e5648", + "id": "0bc00a3f-dfeb-4fb9-9650-19d5a2b94978", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81238,7 +81238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8d53469-9b50-4cb5-b0af-e50e0ecc1b9e", + "id": "43195ecc-7194-4097-a01b-9d40aba98c58", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81295,7 +81295,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\nIdentity Security Cloud 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 Identity Security Cloud knows they are the same person with the same access and attributes.\n\nIn Identity Security Cloud, 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": "f2aceb4e-b7de-4ecd-9391-4baa933e33ae", + "id": "19ce0782-7548-4fca-bc86-6390ec3f08e0", "name": "Attribute synchronization for single identity.", "request": { "name": "Attribute synchronization for single identity.", @@ -81316,7 +81316,7 @@ "variable": [ { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "identityId", "disabled": true, "description": { @@ -81337,7 +81337,7 @@ }, "response": [ { - "id": "f850b621-8b4c-461e-9d79-a7ac186b07bb", + "id": "8c96c5ed-f4f7-472f-829e-c9261fe4da3f", "name": "An Identity Sync job", "originalRequest": { "url": { @@ -81382,7 +81382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f00ef7f7-3cbc-45f4-81d5-e34f9b0f7d05", + "id": "8323efa4-3b84-4541-81ff-c84e3b1877fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81427,7 +81427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dd21b81-9d0b-4a01-bd48-e34e45c9a4f3", + "id": "51034654-470a-40c9-8399-cd89be4e45ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81472,7 +81472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92a0accd-ad5a-4eee-a842-ea0324108faa", + "id": "b757cccb-0c28-4554-a22c-3daa278cd28e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81517,7 +81517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3ded2fe-f427-4b23-947e-5ecb2ec920e0", + "id": "bb363591-c5c3-4403-bb9e-0195eeb1c514", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81562,7 +81562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21acf0e2-d8a3-426b-9002-c5bc3ed2e8ce", + "id": "3d174b40-6645-4116-88e9-6d5b000ec287", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81607,7 +81607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6afdb0bf-ddc6-4105-93f3-571704ee538e", + "id": "10d4d612-d7e9-4a66-a431-c7f19779ff62", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81658,7 +81658,7 @@ } }, { - "id": "755b57dc-5ffe-4236-9666-8c5b2dc7d0bb", + "id": "a10ca619-3af6-4e4d-bc6f-31b1c02bc1e9", "name": "Get ownership details", "request": { "name": "Get ownership details", @@ -81700,7 +81700,7 @@ }, "response": [ { - "id": "86e27e13-21c0-42da-8641-d6e80edd3c6b", + "id": "61ba13da-50fe-4a63-9b6a-d42ebce8b2cd", "name": "Ownership association details of an Identity.", "originalRequest": { "url": { @@ -81745,7 +81745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12ed0951-068b-4634-80bf-638f3ee4083a", + "id": "0abca3fe-4d6d-460d-af0e-aa661b8841e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81790,7 +81790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fee582b1-ddd8-467f-910d-1a9f331d5b96", + "id": "2ceb00cf-8ab0-4e3c-98c7-d8c700f44662", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81835,7 +81835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee59b4b9-4d7b-41d8-a5e2-d0ee6d7f01de", + "id": "c16741da-9383-47fd-9714-2e3aa4519568", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81880,7 +81880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edeffe00-3ec7-4f51-97fb-c6f1158ec27d", + "id": "7333f996-b10c-4942-a9ac-e1a0f86de3b7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81925,7 +81925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0c95997-bba4-45e9-ab6e-6f76dba99e30", + "id": "3521c147-9368-4a78-b49e-e355953db82e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81970,7 +81970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95b518e9-0538-4022-8e61-9e1bbc0d424c", + "id": "63a99ef2-59e5-4e5b-ade5-4d6c46d032dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82021,7 +82021,7 @@ } }, { - "id": "41b770ec-86cc-419b-bb50-1aeb786423d4", + "id": "c21e1223-601f-46d3-a72b-a9e7d98c4370", "name": "List Identities", "request": { "name": "List Identities", @@ -82105,7 +82105,7 @@ }, "response": [ { - "id": "b6e5b4f5-a88f-4fe0-b43d-a065d7297621", + "id": "a0376bed-5957-443a-88af-6c94f6d8dfff", "name": "List of identities.", "originalRequest": { "url": { @@ -82203,7 +82203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a33b3d57-5bc1-4b2c-8898-538e39990bf8", + "id": "38224d3d-eb51-4377-9630-ac52fc6ba784", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82301,7 +82301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b16b5631-f68a-4897-bec3-41e6388b655f", + "id": "dc5b5367-2386-4f9b-9a1b-73ef8124a78c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82399,7 +82399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf17e5c7-46ac-493c-bc49-b98b5aacc9e1", + "id": "af87250d-d936-4ba6-9dfb-183221b0c041", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82497,7 +82497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57010a97-5a7e-4b71-8cad-ce31ee9f13ed", + "id": "614e8ebb-c898-4db6-948d-a9e0b1592606", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82595,7 +82595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24139eb-646b-4f7a-9874-2ec60e9ba8b8", + "id": "e6e466e3-7402-4c1d-b06a-88a3cd4a5a24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82699,7 +82699,7 @@ } }, { - "id": "6bf27b6b-8422-4884-8fa2-54f6b1bacf02", + "id": "1e1fff33-b31d-4494-b26a-3a21763b3eb5", "name": "Identity Details", "request": { "name": "Identity Details", @@ -82740,7 +82740,7 @@ }, "response": [ { - "id": "eea0daac-f5df-480e-870e-9560deea619a", + "id": "a42e36f8-19ae-4420-b0da-1221ead8e1d0", "name": "An identity object", "originalRequest": { "url": { @@ -82784,7 +82784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2c7655f-2de3-4dbe-9a56-4e3698217fd8", + "id": "3ba65315-33ee-4bf0-a208-01da9c7d77f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82828,7 +82828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "893d3e00-3fb8-415b-8f66-b46558a56217", + "id": "ea6def62-ff90-414d-90de-f062cb944954", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82872,7 +82872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcbceb10-3db2-47e3-8119-bb6c7755a4b3", + "id": "dcf3491f-2782-4843-80d0-c99762b87e36", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82916,7 +82916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f40fe3d4-c1f5-4068-a9a9-59d521b45375", + "id": "a3202448-d1d0-42a6-86a7-f94352708c71", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -82960,7 +82960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48431517-e09e-47e8-b4d6-7ad5802882c6", + "id": "c19d42d4-632c-4f6e-8737-5dee439beb91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83004,7 +83004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c61dffa-1e98-46ae-bcd3-3d84222e3eb5", + "id": "a4a73b69-79e1-43be-a417-2d5bf3d3f4a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83054,7 +83054,7 @@ } }, { - "id": "84f65be7-f9b9-4c80-819c-8f7c6b7cad42", + "id": "eb4fa8cf-6594-46f1-b8ed-ea96cbe855f0", "name": "Deletes an identity.", "request": { "name": "Deletes an identity.", @@ -83095,7 +83095,7 @@ }, "response": [ { - "id": "17a499a4-2ac7-49bf-9ef3-c672a82e8ae3", + "id": "fef4e1ba-dca6-4b39-9472-7c28e615ebcd", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -83129,7 +83129,7 @@ "_postman_previewlanguage": "text" }, { - "id": "63222bc5-6eef-4e04-a40b-19bae003b4bc", + "id": "b344083f-57cb-4e7b-ae16-d5f2dea614ad", "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": { @@ -83173,7 +83173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed550b41-0966-448c-b6b6-33c4fe2c58ef", + "id": "fa030c4c-182f-4296-8fff-2a3dc71bb724", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83217,7 +83217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "771a2ee3-3d4c-4ef5-be52-95fa6bad7b94", + "id": "2a9ea518-a784-4e38-90ec-b61ed0e0990c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83261,7 +83261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e79e45d-99d2-48ca-8894-993f79cd103e", + "id": "00c518b9-b0c5-41c4-bda8-c2889e0312a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83305,7 +83305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdd7f0b0-9663-4128-81fb-cdeefe11c61a", + "id": "a8566902-2557-41c8-b821-d0d20afce586", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83349,7 +83349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ec19f53-1c6b-41f7-9df6-f7ff816f83e1", + "id": "410b64cd-ce58-4cd6-85cf-f60345ddb4db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83399,12 +83399,12 @@ } }, { - "id": "ce92e448-6b5f-4e91-8005-bcefec70b9f8", + "id": "02689d7a-fbea-4be4-9cd0-1e7d1b564b90", "name": "Process a list of identityIds", "request": { "name": "Process a list of identityIds", "description": { - "content": "You could use this endpoint to:\n1. Calculate identity attributes, including applying or running any rules or transforms (e.g. calculate Lifecycle State at a point-in-time it's expected to change).\n2. Evaluate role assignments, leading to assignment of new roles and removal of existing roles.\n3. Enforce provisioning for any assigned accesses that haven't been fulfilled (e.g. failure due to source health).\n4. Recalculate manager relationships.\n5. Potentially clean-up identity processing errors, assuming the error has been resolved.\n\nTo learn more, refer to the [identity processing documentation](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html).\n\nA token with ORG_ADMIN or HELPDESK authority is required to call this API.\n", + "content": "This operation should not be used to schedule your own identity processing or to perform system wide identity refreshes. The system will use a combination of [event-based processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#event-based-processing) and [scheduled processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#scheduled-processing) that runs every day at 8:00 AM and 8:00 PM in the tenant's timezone to keep your identities synchronized. \n\nThis endpoint will perform the following tasks:\n1. Calculate identity attributes, including applying or running any rules or transforms (e.g. calculate Lifecycle State at a point-in-time it's expected to change).\n2. Evaluate role assignments, leading to assignment of new roles and removal of existing roles.\n3. Enforce provisioning for any assigned accesses that haven't been fulfilled (e.g. failure due to source health).\n4. Recalculate manager relationships.\n5. Potentially clean-up identity processing errors, assuming the error has been resolved.\n\nA token with ORG_ADMIN or HELPDESK authority is required to call this API.\n", "type": "text/plain" }, "url": { @@ -83442,7 +83442,7 @@ }, "response": [ { - "id": "105bdf4b-3091-4cc5-a6b0-90ee56d86312", + "id": "624c57bd-611a-49d6-b502-65b24cddfbe6", "name": "Object containing the DTO type TASK_RESULT and the job id for the task", "originalRequest": { "url": { @@ -83499,7 +83499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b543cb-d549-4b65-9664-7edd27312c42", + "id": "bdd37cd5-5f13-4fe9-b56f-a5197a04f2ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83556,7 +83556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fd91057-584e-45e1-bf60-d079a9df4426", + "id": "78f1ffe3-e9c3-496d-aed3-9fffbd29d259", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83613,7 +83613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b96e473f-7c42-4569-a605-16e3f63388a4", + "id": "9e05e5a7-f532-466b-ae1b-f332822e2482", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83670,7 +83670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c4242c4-90a7-4979-ad68-686887d24bdd", + "id": "daaa1ade-793b-40a6-9255-cc1b23dd5091", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83727,7 +83727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c1c2d1a-5a20-4ded-88b1-50116e2654c2", + "id": "5021612f-7b7f-4c31-a0c0-0fde7122d526", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83784,7 +83784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2665f6aa-0722-4248-91eb-cf08ca47db07", + "id": "78e67b86-a9ea-4598-8f61-85fec5d15861", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83847,7 +83847,7 @@ } }, { - "id": "9c4ab775-d0d2-45a4-8d89-f5e741fcb42e", + "id": "cd30608e-f4aa-49a9-baae-fa079c50bb77", "name": "Reset an identity", "request": { "name": "Reset an identity", @@ -83893,7 +83893,7 @@ }, "response": [ { - "id": "16c5146a-9a43-4734-8be8-f375a188a9fd", + "id": "c1b659ec-506f-46a8-9579-7d3d0a6f6969", "name": "Accepted. The reset request accepted and is in progress.", "originalRequest": { "url": { @@ -83928,7 +83928,7 @@ "_postman_previewlanguage": "text" }, { - "id": "352dc685-b162-4134-bba3-a845451e0060", + "id": "f9342be1-a786-4bbc-a16d-3b242e3f9a0f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83973,7 +83973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af9ebef0-5f33-40d3-b7d7-32932eb0e4b7", + "id": "2e678226-d0bb-4fbd-a4ea-1ac306f7ab9f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84018,7 +84018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e46ed7a-1033-4c60-a3df-8eb957b7c757", + "id": "d477a0d5-3888-4508-91ac-df9139e42c57", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84063,7 +84063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91720bbe-7fea-487b-8785-9d79c4dadd53", + "id": "e64551b6-0afb-44d3-87ac-66249ad08115", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84108,7 +84108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac205b13-b9a4-41b5-b2f8-07e9398a4149", + "id": "9a633288-13f1-47c8-b7ca-c44b0755a924", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84153,7 +84153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7776a491-219c-453d-9827-491fdbd6a149", + "id": "b92ecf71-f5bf-4a78-b323-83cb8fb18fc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84204,7 +84204,7 @@ } }, { - "id": "f4c079f1-f407-438c-9814-c19f59312d92", + "id": "bc9967ea-e082-4372-bb83-bc93fca4ca34", "name": "Get role assignment", "request": { "name": "Get role assignment", @@ -84254,7 +84254,7 @@ }, "response": [ { - "id": "e62c5a01-a351-4fd1-a9fb-472e0fe86666", + "id": "cececed1-88f9-46dc-900f-fcfc59843b41", "name": "A role assignment object", "originalRequest": { "url": { @@ -84300,7 +84300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3016e633-d91e-4999-a946-7e101e07e74f", + "id": "4da99ebc-8aaa-46df-8e81-aedf64d77e24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84346,7 +84346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42a3a024-4d6d-4795-8467-a9255f2a63c0", + "id": "d0c6e254-b5bc-4abd-8cac-a34433d54732", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84392,7 +84392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ca644d2-4aa8-4c6e-a4bc-ad3c0c8b5a2f", + "id": "e4be223e-ab3a-49e6-8899-b3a37f6399c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84438,7 +84438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dddb309f-e3f3-4326-933b-8cf52d7aef50", + "id": "55d2a665-414c-4d95-aa25-9a897369176c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84484,7 +84484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97f155d7-6dc1-4a64-8146-6c90ce1bffee", + "id": "ec3efc30-6735-40dc-bd38-5a973c3690eb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84530,7 +84530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4593b6dc-da68-48ca-854d-c39c37208cc0", + "id": "af6cd6dc-1a48-449a-9cee-374d79030358", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84582,7 +84582,7 @@ } }, { - "id": "51706616-2d9b-4c15-a880-061d9bace37b", + "id": "52a6056e-cc8a-4a57-9a3e-92675015ddf6", "name": "Get role assignments", "request": { "name": "Get role assignments", @@ -84643,7 +84643,7 @@ }, "response": [ { - "id": "37c5ab9c-6ed5-4962-a918-5b2fa6f7cbeb", + "id": "2ed7e344-525a-4e1a-a462-4ba5c04c7650", "name": "A role assignment object", "originalRequest": { "url": { @@ -84707,7 +84707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "112b1b35-d641-4d72-a043-db361610313d", + "id": "2243aed4-10ae-473e-93db-da4e1cac7226", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84771,7 +84771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebd431e6-c5e0-43be-a29d-d0502b7d3858", + "id": "e66a93c8-68ae-45aa-9f23-ba3a2b721daf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84835,7 +84835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "065cd2ce-c51b-46cf-baff-151169af2c5a", + "id": "8fd802a7-a8cb-462e-808c-5608de355974", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84899,7 +84899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b1639d0-b87f-40e9-9939-bbee1c644856", + "id": "05741b91-1814-46ba-a47c-735bcaf3aa1f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84963,7 +84963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c48efd63-0249-4b80-b62d-9351e3849f2d", + "id": "3cc3a71c-32a9-4bb7-9071-1b8831c4b972", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85027,7 +85027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c576d77-6334-4cc1-b65c-691fb5cf7cea", + "id": "d2e6d80a-5632-429d-aaa8-4cd16ba0ea55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85103,7 +85103,7 @@ "description": "", "item": [ { - "id": "9c7dc0d9-3108-4742-afe8-f80fb7683b50", + "id": "125ab0a8-7e25-4e16-ba59-48d4f48a0ec2", "name": "List Identity Attributes", "request": { "name": "List Identity Attributes", @@ -85169,7 +85169,7 @@ }, "response": [ { - "id": "f6deb1ca-7cac-4661-a781-c71bd9179582", + "id": "f4562516-526b-4d9b-9049-6437f9ea034c", "name": "List of identity attributes", "originalRequest": { "url": { @@ -85249,7 +85249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef3d04c5-ce8e-4166-820f-b0731330ad08", + "id": "3c5736f1-4e79-4abe-9022-d6abff4ce928", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85329,7 +85329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c6deffb-68e7-44c6-ad8c-1197e38504f2", + "id": "3e291303-2b1f-4b42-a313-2d8427fb5510", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85409,7 +85409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bb49568-33aa-499f-959d-49d8c4c2fbdd", + "id": "1ea8b51e-f2a6-4727-b749-5b7079773e24", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85489,7 +85489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba7a7a96-139f-4397-b6c8-9f9bec865761", + "id": "dfbaeec5-e6e5-42ba-9027-ce4911273eb2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85569,7 +85569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a35c4e95-fddf-4386-81ae-42a849d8e792", + "id": "2c563af6-aafe-438c-9d41-8553877cfbc5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85655,7 +85655,7 @@ } }, { - "id": "0d8ef927-9f8b-4cd1-8c61-71c8c4eab468", + "id": "53eb996c-e17e-4b6f-b997-0f7f3f8d3984", "name": "Create Identity Attribute", "request": { "name": "Create Identity Attribute", @@ -85697,7 +85697,7 @@ }, "response": [ { - "id": "fe4e83d0-0ff9-4b63-afdb-e26f30630924", + "id": "13921312-02c4-4ed0-a20c-8badade38c45", "name": "The identity attribute was created successfully", "originalRequest": { "url": { @@ -85753,7 +85753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74941555-2e87-4c8a-a7a0-861ccc4ff1a3", + "id": "6b4dcea0-d97a-4feb-bccd-6991c18dc704", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85809,7 +85809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0313d0c-04fc-4ca3-a278-afc8196acd2e", + "id": "b7d939a7-af42-4327-8d41-bfcdac6907f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85865,7 +85865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d24ebc4-a37f-4322-bb75-5e8aeae13fc9", + "id": "d9c3a563-1586-49f6-97bb-0a88289e9d61", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85921,7 +85921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "222673ba-9b41-4119-99c1-c1ad8472a0e8", + "id": "127d5492-4cbb-4a8c-9225-d05ec7177eff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -85977,7 +85977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f3a3de0-0a2d-4d09-944b-ff984874c8a5", + "id": "bd1f486b-6b08-4ff3-a992-4824e1a31032", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86033,7 +86033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68af0443-c624-47ff-ad84-46394b9ee08f", + "id": "cc3fa6a7-7883-42c5-9c0d-483deb78fe4b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86095,7 +86095,7 @@ } }, { - "id": "4c7ce245-f4d3-4ecc-86e6-74cd5c22064e", + "id": "e0f72ad3-51f9-4e02-bdd7-53433e5bf6e1", "name": "Get Identity Attribute", "request": { "name": "Get Identity Attribute", @@ -86136,7 +86136,7 @@ }, "response": [ { - "id": "f045466b-e8d5-408c-93f1-5902c9c9b37a", + "id": "602d335a-c39c-44c4-9e4e-9a5a7dd21543", "name": "The identity attribute with the given name", "originalRequest": { "url": { @@ -86180,7 +86180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f89e6d-cceb-4c68-bd51-4a8789b977b9", + "id": "6b5fef44-a00c-468e-b04e-6bc4a0cf6a86", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86224,7 +86224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f7f42a1-e97e-48e0-8bbd-dcfe698d6caa", + "id": "c054f7e9-d3e4-4000-9303-920086341005", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86268,7 +86268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10e80a1a-2547-4c8f-ad1e-d281567548ad", + "id": "68771db4-dc2b-48ca-93f2-66a46a408981", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86312,7 +86312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8b790d3-0f41-4e11-bbd5-4abdd79a5896", + "id": "da5c9155-4478-4dfd-907d-785350787332", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86356,7 +86356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "716cf2d8-9e57-4acd-a778-cb172a59bfc7", + "id": "79a8db14-6cfb-4918-bed4-1ebf072b8341", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86400,7 +86400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3c20a02-cd13-4810-b273-5c1a290b7c3b", + "id": "390b0e38-75d6-470e-8d65-d281a0708a37", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86450,7 +86450,7 @@ } }, { - "id": "d175bf09-70aa-4199-ae51-ee5f22d7edaa", + "id": "f3576cab-bce5-4d40-aaa8-b45df1acb4d4", "name": "Update Identity Attribute", "request": { "name": "Update Identity Attribute", @@ -86504,7 +86504,7 @@ }, "response": [ { - "id": "cac5dac3-7c0b-4832-a360-93cefe6f5986", + "id": "83c14a1e-b0ce-44d3-884a-1608ec50eb23", "name": "The identity attribute was updated successfully", "originalRequest": { "url": { @@ -86561,7 +86561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0500a9f-6a3c-4823-b451-4a91de13e19a", + "id": "97272487-0177-4350-b9a2-5392a07dbcde", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86618,7 +86618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c54a99d-1c4a-472e-a5ed-90294dd33a33", + "id": "0b9acfd4-c92a-48a5-b5b2-c547ae4aaae0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86675,7 +86675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ba1e3d4-63a5-4cc7-809c-3ad16414312b", + "id": "23c62807-7f32-4088-8427-8e804d4edfe2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86732,7 +86732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a97da939-0714-4fc9-aabf-20565c12f7cc", + "id": "99778fe8-5edd-4571-b13f-98d786743149", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86789,7 +86789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20843f55-1a16-4829-a001-b542b0f395b9", + "id": "f5396fbd-0a64-446c-8a08-6dfd51875f07", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86846,7 +86846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d6ff4d4-50cd-4a1b-8082-40f7365551cd", + "id": "8d62823e-7341-4cb3-8232-b6a6e0b2be7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86909,7 +86909,7 @@ } }, { - "id": "3ae9169b-2f20-41fa-bcb2-e13991f9c01a", + "id": "3b022a74-70e0-4260-8d87-5d52fa6e3c3e", "name": "Delete Identity Attribute", "request": { "name": "Delete Identity Attribute", @@ -86950,7 +86950,7 @@ }, "response": [ { - "id": "08b92a09-5b03-4d8e-b9c8-887f2fbdb2ce", + "id": "5ee94b26-fef5-407a-8260-25f57271e5d3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -86984,7 +86984,7 @@ "_postman_previewlanguage": "text" }, { - "id": "db849387-6c5b-4c9c-818c-ea94fa48ca78", + "id": "c290c199-6912-428b-8112-abb82820b8c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87028,7 +87028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52455066-201b-42df-b479-c0389449fdf1", + "id": "113eb7d4-0cfa-4552-b0ab-bf063b5b51c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87072,7 +87072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7dc6836-32e0-408a-82aa-6f83998e089e", + "id": "b0ab440f-d3c2-4a8d-b702-927cd0cce9d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87116,7 +87116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41a45460-ad9b-4c0b-9510-d70fb8e9a3bb", + "id": "752b8b52-4dda-4257-ac1a-a88558186040", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87160,7 +87160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c07335aa-471a-46f0-9ecc-56dd076d1cc1", + "id": "55c2b57f-591f-488e-846f-7df2a4e92361", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87204,7 +87204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a59b539e-21bf-4215-a93a-d7931d0947e9", + "id": "53a0850e-2185-439d-986d-a94d185787bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87254,7 +87254,7 @@ } }, { - "id": "bf5ed725-f259-425c-9e97-7eb28a8bc76d", + "id": "3d7747c8-b0b7-4e1d-8d9c-4999b4b6eb85", "name": "Bulk delete Identity Attributes", "request": { "name": "Bulk delete Identity Attributes", @@ -87297,7 +87297,7 @@ }, "response": [ { - "id": "98809f44-915d-467c-8154-f2b01a8b727d", + "id": "1dd4feab-d78b-4d31-a859-0bb9f805a9f6", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -87344,7 +87344,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d248994e-18d4-4180-b80b-b1c42de93f4d", + "id": "595542e5-52b9-4da0-8e81-836babf8901e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87401,7 +87401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d58c7ca-84d2-48fd-8feb-bd461e5b27f8", + "id": "81ceff63-6578-4bc1-80ee-1774f8797bef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87458,7 +87458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca6bcf93-60c5-4376-b409-0f242b87dcc2", + "id": "91565a6a-501c-4dfc-85e0-cc29d431dd26", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87515,7 +87515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "486d9c56-4a08-488d-8d87-581f3eb80e03", + "id": "5648b9bc-eae9-4723-8549-d5d86c5c1688", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87572,7 +87572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e46a4bc-77c2-4145-88eb-e1cf227dfd4a", + "id": "70f808ea-3faa-48a1-8188-7ee2a33dc499", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87629,7 +87629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34148f81-572d-4bc5-9535-d68cdd62d7f0", + "id": "ea8200fe-933c-4459-a8fa-0163e800ddbb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87698,7 +87698,7 @@ "description": "", "item": [ { - "id": "03f93ad6-ee58-4ec5-9d2a-d0dc98d5cdb4", + "id": "3e32b308-4c3f-4008-adad-34d388ab9a13", "name": "Lists all the identities", "request": { "name": "Lists all the identities", @@ -87773,7 +87773,7 @@ }, "response": [ { - "id": "44e0d79d-6f22-4ba3-a085-4b5b3281d9b3", + "id": "0c65b841-fdf3-4000-8d89-0c5c6d2e8b55", "name": "List of identities for the customer.", "originalRequest": { "url": { @@ -87862,7 +87862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84f20ee8-068b-4827-8fb3-80c477534a16", + "id": "293dc94e-c579-46ad-ae04-51992f938ae5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87951,7 +87951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecc6999f-d5db-4428-9d71-f4be1d507d43", + "id": "5c5b7b4a-ce49-4036-a6c1-7cea2b189a57", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88040,7 +88040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "248906ad-4e71-42a4-a41f-895595f6e0a3", + "id": "29dca737-653c-4df1-a065-4bed472c075e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88129,7 +88129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e41a372e-f091-45d9-ad19-ee7af410c44d", + "id": "49d12402-6293-4ad2-8977-2c36bb6b3005", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88218,7 +88218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20be8b78-f249-4856-b257-7fa9fac001bb", + "id": "4ea703d5-490d-4b1f-968a-2156a523c893", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88313,7 +88313,7 @@ } }, { - "id": "287bd7a2-f37d-460f-9ed0-d55c18522f8e", + "id": "c26f95fb-5cb6-4a56-b8db-e87f7ea61106", "name": "Get latest snapshot of identity", "request": { "name": "Get latest snapshot of identity", @@ -88354,7 +88354,7 @@ }, "response": [ { - "id": "edac58b4-62b6-4655-93bd-ce2f05e87039", + "id": "d325f3fa-6662-4c71-871e-a1911a3159e9", "name": "The identity object.", "originalRequest": { "url": { @@ -88398,7 +88398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e1f42b7-27b1-45e0-9256-1b2ac192400a", + "id": "34435b82-a0dd-41d9-8f27-f5156f46a0bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88442,7 +88442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bd92d23-cb27-4bb8-8de1-9bd369bbea36", + "id": "c7b5c184-3d9b-4834-a2cd-080c74b569f6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88486,7 +88486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccb8d6e7-b3c9-4719-9a66-6a44803ada8c", + "id": "e9ade8b5-ead6-42ba-8e9c-b2469c8286e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88530,7 +88530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "100ab7c1-be62-4275-9629-d61be8d73950", + "id": "0094548b-3a2d-44b6-a87e-c0cce140be81", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88574,7 +88574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9df3e925-7b00-4ec6-bb0c-b6c2caa97f21", + "id": "9240b0b9-ab1d-4144-a524-93ea23744230", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88624,7 +88624,7 @@ } }, { - "id": "c7dbc945-a9fd-494a-a820-55689174ab8a", + "id": "7b560ae4-3522-4c25-ad7f-b5c133d86c45", "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", @@ -88676,7 +88676,7 @@ }, "response": [ { - "id": "e87d26e5-440a-4e11-9dd0-30480f93fbf5", + "id": "a7195df7-de22-484a-af38-d53f74002ecf", "name": "Access Profile", "originalRequest": { "url": { @@ -88731,7 +88731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88e960ad-6073-45de-aad8-ebe0598d4d5f", + "id": "42612904-0763-47b9-be60-a8a1b47d4626", "name": "Account", "originalRequest": { "url": { @@ -88786,7 +88786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae67190-4441-489f-a282-903768f3c625", + "id": "6f587977-6f0a-45c8-ae28-96def828ebe8", "name": "App", "originalRequest": { "url": { @@ -88841,7 +88841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3881ca00-fa97-486b-9f1d-9d67f22686f2", + "id": "75c18f37-d49a-4b65-90cc-7859a1a3c79f", "name": "Entitlement", "originalRequest": { "url": { @@ -88896,7 +88896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96e7cdd1-cde3-466b-9deb-fd5d751fb496", + "id": "7e4e332c-f8af-4821-bf8e-0ac39a1d103e", "name": "Role", "originalRequest": { "url": { @@ -88951,7 +88951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94fbd8d9-e2de-4aa0-b6f4-cb28883e2ca7", + "id": "134b328e-7a48-4ad5-a282-5992312e3661", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89006,7 +89006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7115d995-014f-4e2a-95e0-1fccc1926283", + "id": "5dbd6de1-d8b5-48c0-b226-9a456a60b33f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89061,7 +89061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03a98b3b-baa9-43f7-a8bd-89c06cd8b0d4", + "id": "9e0e09b2-2a74-4631-809c-18a7aca045ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89116,7 +89116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a396fb90-dbcb-416f-b6ae-a9f64329d2fe", + "id": "9eca5bdc-2353-4058-968e-be739d23f82a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89171,7 +89171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "618a92c3-e897-4f2d-9b99-a732291c34c1", + "id": "4b8b2009-baa3-413a-ac31-a99b4162fbdd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89232,7 +89232,7 @@ } }, { - "id": "3776a8af-aa91-4620-8b0a-b317afcd3a1a", + "id": "39787e0f-297d-43db-812f-9d7ec6310937", "name": "Lists all the snapshots for the identity", "request": { "name": "Lists all the snapshots for the identity", @@ -89266,7 +89266,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89320,7 +89320,7 @@ }, "response": [ { - "id": "9351b8d9-cd6e-47b1-8d0a-f88ff25ce104", + "id": "67b10de2-efe9-4beb-a292-336330ac1b2e", "name": "A list of identity summary for each snapshot.", "originalRequest": { "url": { @@ -89349,7 +89349,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89411,7 +89411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f78929cb-0e3c-4197-ac57-8d9e3437003b", + "id": "b4b4842f-f6d3-47b6-8935-a679dd2e2e8f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89440,7 +89440,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89502,7 +89502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "014325cb-60d0-4bfa-8976-8bdea7ae12f8", + "id": "887d34ee-778e-4d58-9f24-886c4a0c9ae3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89531,7 +89531,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89593,7 +89593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e505d11-de29-4fa5-9108-6eec555f68a6", + "id": "dbf558d5-532a-4612-a163-941401e76447", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89622,7 +89622,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89684,7 +89684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4547e37-23be-44e5-b7f7-c8b55eb229e2", + "id": "7b41ae41-f855-4630-9aa5-a7e7d6b4c2b4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89713,7 +89713,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89775,7 +89775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a97e3317-e499-4dbc-9333-ac40759dcde9", + "id": "9cb1e50e-adbe-45f8-8904-1edeb9cc991c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89804,7 +89804,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89872,7 +89872,7 @@ } }, { - "id": "546c8193-7fc1-4db9-bd2a-8eec16ce8244", + "id": "95e3d5a2-88fb-42a7-ba41-9956130355e0", "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", @@ -89906,7 +89906,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89969,7 +89969,7 @@ }, "response": [ { - "id": "f8625054-75de-4090-bc65-299d3fa227c9", + "id": "cb3f940c-53d2-4b77-979e-9f294f4f8bc5", "name": "A summary list of identity changes in date histogram format.", "originalRequest": { "url": { @@ -89998,7 +89998,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -90069,7 +90069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41686d45-6a92-4d05-8b79-6c5ed45bf864", + "id": "29d74890-0a45-4112-b5b9-a472465c23c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90098,7 +90098,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -90169,7 +90169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b597f79e-7340-40c5-82df-de6bd0384ff4", + "id": "b84ea8ad-6b00-409f-a5c0-ea6e59b97c22", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90198,7 +90198,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -90269,7 +90269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "111a7a89-fd54-47da-a405-21167463c431", + "id": "ad809f98-f391-4836-845a-d47eb56f5de9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90298,7 +90298,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -90369,7 +90369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3b6c041-86fe-4b4d-9945-90a55b1e9c7e", + "id": "25391f9d-8007-4c66-b476-792acb971d88", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90398,7 +90398,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -90469,7 +90469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "551d9524-154e-4295-ab0d-2b613f7c89f7", + "id": "345378a4-82c0-491e-a283-c788e70f357f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90498,7 +90498,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -90575,7 +90575,7 @@ } }, { - "id": "86e3a725-5c26-4887-ae03-4e5ed06c98b1", + "id": "4df46ff0-1ecd-4d89-b0f0-bf5e67b8727b", "name": "Gets an identity snapshot at a given date", "request": { "name": "Gets an identity snapshot at a given date", @@ -90628,7 +90628,7 @@ }, "response": [ { - "id": "2da5dbe1-d8a0-4cc9-bcce-9102d6bb4b8c", + "id": "ae47f80a-9f76-4a71-8501-8cf10ea083f8", "name": "The identity object.", "originalRequest": { "url": { @@ -90674,7 +90674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "668891e0-68e7-46a8-99f5-c82ea70a6bbb", + "id": "1ca6b830-c16d-4fe7-924d-9ae2e937e190", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90720,7 +90720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78573ff3-dcdc-46bd-aab1-5b409bfb9bb5", + "id": "33c58b6a-0192-48b8-86b9-835dc64d20cd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90766,7 +90766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "157c171b-5d92-43e4-a746-7eccf443225c", + "id": "09989c69-04cb-45ef-bdd0-c099d4150f7e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90812,7 +90812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e3fc30b-fa12-4ae3-97e4-b41052818edb", + "id": "862389e4-d755-40c4-bf39-e60cdfe2f799", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90858,7 +90858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4824574f-666e-4a51-a162-dc8475d26737", + "id": "8f4bb54c-0a28-4eb0-bdd3-fbfc37ea4968", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90910,7 +90910,7 @@ } }, { - "id": "8e8ab726-720b-41e3-b619-faaabdea7cd8", + "id": "caba0814-d7b5-4281-954d-2d10ee537562", "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", @@ -90974,7 +90974,7 @@ }, "response": [ { - "id": "47d37cb3-7d34-4bd4-ab9e-3ff64aab9377", + "id": "42d1b20c-7b65-408e-97b4-474d85b1b33d", "name": "Access Item AccessProfile Response", "originalRequest": { "url": { @@ -91031,7 +91031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ece04245-32ca-4b6e-b39d-c9a4d06a019e", + "id": "13641e5e-5fbd-4c3f-80e7-fb3d237a8e47", "name": "Access Item Account Response", "originalRequest": { "url": { @@ -91088,7 +91088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd26904c-c8b7-40d3-ab5d-b97a6dbeb62f", + "id": "5ae8f1e9-27eb-47b4-8635-5613daefd5f1", "name": "Access Item App Response", "originalRequest": { "url": { @@ -91145,7 +91145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "885f652a-e5ec-4ab3-845b-25fa2f0ab422", + "id": "96af23b7-529f-451a-946f-97712ee3a053", "name": "Access Item Entitlement Response", "originalRequest": { "url": { @@ -91202,7 +91202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97815fd4-6c23-4161-854d-15aeb652d735", + "id": "b29fca72-b710-4b4f-91d4-79471fad3494", "name": "Access Item Role Response", "originalRequest": { "url": { @@ -91259,7 +91259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6729bb3-3afc-4a8a-9a44-d33ef518b8d0", + "id": "6a8a96bb-749a-43e8-9887-2170bf285ca5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91316,7 +91316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c272bb3-76a1-4e6d-aa32-31da7f280895", + "id": "efa0d475-28b3-4d22-bb7d-c02aff67caba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91373,7 +91373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94fc34a9-c955-4a1c-a24f-81394c2b72c9", + "id": "d535b17f-35ea-45e3-9068-7530ae82ad5a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91430,7 +91430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da252b4f-421f-431c-85ba-8e4c74fade52", + "id": "341b45cb-7287-4d0f-9879-71ff7eb358b0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91487,7 +91487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aca4254-3a0e-4248-8220-e37b998ea034", + "id": "3d48a45d-e225-402b-bbe9-a734461c2cfd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91550,7 +91550,7 @@ } }, { - "id": "6a0a82d0-e56e-4e73-8a96-28d1aa541bc7", + "id": "cca6c6ef-3752-43a8-ab8e-33440f7fdd9d", "name": "Lists all events for the given identity", "request": { "name": "Lists all events for the given identity", @@ -91665,7 +91665,7 @@ }, "response": [ { - "id": "12798c22-3b86-4eed-b72c-0049089f4216", + "id": "85d943ef-97a7-4982-b0b4-8e6dbefd4397", "name": "AccessItemAssociated", "originalRequest": { "url": { @@ -91765,7 +91765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e2215e5-085d-444f-93b9-b87f4b565133", + "id": "9b635b00-7f1f-4ca2-a18e-19de214c9e29", "name": "AccessItemRemoved", "originalRequest": { "url": { @@ -91865,7 +91865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1066389b-78b5-4e0c-ab39-105ec67da0c8", + "id": "8373e939-e6b2-47fb-b2a1-1ea76ca00cb4", "name": "AttributesChanged", "originalRequest": { "url": { @@ -91965,7 +91965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a80bafa-6a51-414d-a90f-bd376207be51", + "id": "da5a0ded-6968-4cdb-9512-12c0a26ec52e", "name": "AccessRequested", "originalRequest": { "url": { @@ -92065,7 +92065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f3a119c-7585-457c-bc20-97e2f59271c2", + "id": "e3e21429-3625-46aa-95c3-9ae471797a18", "name": "IdentityCertified", "originalRequest": { "url": { @@ -92165,7 +92165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72aaad83-5ada-49ed-aef0-9cf3683db305", + "id": "b6634abc-e9c6-4a41-b819-a7706e9bd0ff", "name": "AccountStatusChanged", "originalRequest": { "url": { @@ -92265,7 +92265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7d4b581-8464-47db-9afd-4101e3d08816", + "id": "df226d85-cb44-4f66-a593-9813be7aea5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92365,7 +92365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da437c40-102e-4215-823e-bf8102eb5d89", + "id": "805abb8b-31bb-4835-afe6-1d71a4a47688", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92465,7 +92465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a020584-ddfb-4e27-8b34-f417c0b824a7", + "id": "ac28e480-7c98-4b4d-9e54-78125387852e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92565,7 +92565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b4a423f-01c1-4699-83aa-e9bfdf6d14ba", + "id": "e344662c-3af2-4392-999e-128e986cd405", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92665,7 +92665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a21eb5e-86b4-4de0-93e1-2609e3fb3be9", + "id": "fd4c2050-b264-4188-b6e6-d1edf99df970", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92765,7 +92765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44a4fa96-4445-49fc-9a3a-913d2ee153d7", + "id": "12a673cb-99ad-4f8b-803a-aec35269b128", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92871,7 +92871,7 @@ } }, { - "id": "b59b7af5-d95c-42c1-bad5-b114698c5c11", + "id": "cbdd5f27-0ecf-4514-b7d2-605281772389", "name": "Gets the start date of the identity", "request": { "name": "Gets the start date of the identity", @@ -92913,7 +92913,7 @@ }, "response": [ { - "id": "0e8da28a-a2c9-442e-ab78-aeee704172da", + "id": "c845eae1-d015-4f9c-8e80-ac30d8004f19", "name": "The start date of the identity", "originalRequest": { "url": { @@ -92958,7 +92958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6ee3ce7-347a-4a75-8b97-d108cd665a8d", + "id": "4d10e65d-adc8-411c-8aa0-8da56d5d49dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93003,7 +93003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c90efdf9-64eb-4018-b490-9222a9b6496f", + "id": "55eaf64b-3590-4055-b7cc-53c645009925", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93048,7 +93048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f92bb5f-79e6-4dfa-a715-7427d1b6d679", + "id": "833e5b80-b49b-497c-bff7-97828524a9ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93093,7 +93093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c6b70f3-9d3f-4594-b588-4ab889f33917", + "id": "8ff38432-25df-44ca-a081-46a76a12ddb3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93138,7 +93138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f372b36-2f5a-4c8c-a8c8-792fdd90581b", + "id": "0a17e7d6-74c4-4c18-ad95-8af77b65db15", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93189,7 +93189,7 @@ } }, { - "id": "47012e0d-a26e-4cf4-88b7-662270473d0a", + "id": "305bf936-1258-4349-b5ad-813cd417896b", "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", @@ -93232,7 +93232,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "dolor" + "value": "qui cupidatat aliquip in labore" }, { "disabled": true, @@ -93241,7 +93241,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "consequat ipsum" + "value": "non esse Excepteur l" }, { "disabled": true, @@ -93295,7 +93295,7 @@ }, "response": [ { - "id": "d6475d33-9a05-48c6-9cd6-5e932cca4a4f", + "id": "cf258516-85ce-4958-a23a-3f47f7580228", "name": "A IdentityCompare object with difference details for each access item type", "originalRequest": { "url": { @@ -93333,7 +93333,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "consequat ipsum" + "value": "non esse Excepteur l" }, { "disabled": true, @@ -93395,7 +93395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bab599a3-16fc-4822-931f-76390fb64295", + "id": "a8e4adb1-de36-44fc-9161-c57534f59442", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93433,7 +93433,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "consequat ipsum" + "value": "non esse Excepteur l" }, { "disabled": true, @@ -93495,7 +93495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a83d379-6951-4e7a-8466-f3c3c5a8a424", + "id": "72cdd85b-cdee-4598-9a80-9fe326a9bf62", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93533,7 +93533,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "consequat ipsum" + "value": "non esse Excepteur l" }, { "disabled": true, @@ -93595,7 +93595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc56750e-4371-4316-8292-02b7868a53fa", + "id": "dfed6f35-0dba-48f1-88bd-8e8c6ed5c5ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93633,7 +93633,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "consequat ipsum" + "value": "non esse Excepteur l" }, { "disabled": true, @@ -93695,7 +93695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a9aa869-ac43-41bc-a953-eaebfc302e6e", + "id": "a16c01cc-ea52-4cb0-8d8f-2a6abb13cdc4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93733,7 +93733,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "consequat ipsum" + "value": "non esse Excepteur l" }, { "disabled": true, @@ -93795,7 +93795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae8fb702-243d-454a-ace6-ac16151be52c", + "id": "82151bfc-9aff-4f87-9b29-653dcbeba012", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93833,7 +93833,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "consequat ipsum" + "value": "non esse Excepteur l" }, { "disabled": true, @@ -93901,7 +93901,7 @@ } }, { - "id": "a0d6b22a-5e0d-42ce-8148-5acb11eee472", + "id": "23fc5888-7f06-48bd-88e0-ce0832149447", "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", @@ -94013,7 +94013,7 @@ }, "response": [ { - "id": "89bb3b4d-ba44-430b-a923-63b30dbc9f93", + "id": "26edfb16-808e-4e4d-96af-274a6cc1db08", "name": "A list of events for the identity", "originalRequest": { "url": { @@ -94114,7 +94114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec88b5a4-bd38-4830-b24f-33d54abd611f", + "id": "0c3a33df-a35b-4676-9037-73b5f937f744", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94215,7 +94215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a65ed92b-a216-498c-b5af-91ef5858715e", + "id": "063d77c9-608b-4040-a383-0e98fc868681", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94316,7 +94316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58cc561f-1278-4c71-8453-71a06915141f", + "id": "ce127e7d-1c6d-4abc-ac66-7b7d5377c125", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94417,7 +94417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b62642f-9ecd-4cbc-9068-c23a3c00ae1a", + "id": "dc93db59-c6a4-4326-8352-110879d4e1de", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94518,7 +94518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5b30a21-cc0e-48b0-9149-73e1daaa6de9", + "id": "7671d922-cfd9-4529-b3bb-18441cba29cc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94631,7 +94631,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 Identity Security Cloud.\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 Identity Security Cloud, 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": "fa67c63a-babe-4462-b46a-0e5c6fd6ed5c", + "id": "5c23e2b3-91b8-4cd5-a6db-6bde53e0b8a8", "name": "Identity Profiles list", "request": { "name": "Identity Profiles list", @@ -94706,7 +94706,7 @@ }, "response": [ { - "id": "a81a9e08-17fd-4178-bb60-25403c46cfc4", + "id": "63c5f855-ef3f-4658-b9f7-8b72343ad2dc", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -94790,12 +94790,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\": \"35c99981-cb3a-4625-2e22-00a922f186f8\",\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\": \"137ea4c6-3a8c-fa04-469e-a4aff406a11d\",\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:f5f6187c-6bde-9c7f-a852-8a167db48d8e\",\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\": \"8c5195be-c56f-843c-6632-7b66d1ac3ac6\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bc3b91af-0b12-4182-bc41-4944776e2776", + "id": "ba1e5904-71cf-4232-b80d-c7e96fbeecbc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94884,7 +94884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58b681b1-7636-421c-ae0e-22ee2f7403da", + "id": "500bb03b-7824-4fb5-82c5-5685ca5d1ca6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94973,7 +94973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fee1b43b-e72d-43a6-9d34-099d98098272", + "id": "7524dc2b-07d3-4633-a58c-50ea3c59f093", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95062,7 +95062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3dd2f57-182b-4764-b71f-f80df13b6e6e", + "id": "65158638-ef9c-4684-ba12-a83b1d33ced1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95151,7 +95151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55a6eb67-ad29-46a2-ba43-698a331514db", + "id": "f19fe5c6-7110-404c-ae98-e94189482b76", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95246,7 +95246,7 @@ } }, { - "id": "2a5b1fc1-c104-4a95-a79b-06841ba81ddf", + "id": "b5be34de-99da-4775-bd41-d4ab6d8a5b97", "name": "Create an Identity Profile", "request": { "name": "Create an Identity Profile", @@ -95277,7 +95277,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:d78f36b1-1096-a61a-e303-511db21aaa41\",\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\": \"4e124e94-bc73-0f8f-6860-0fc6ebcfd884\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95288,7 +95288,7 @@ }, "response": [ { - "id": "0db796aa-c559-4cec-82c9-46bc7b5bff30", + "id": "e4b5c679-142f-482a-983a-eac6e1635e12", "name": "The created Identity Profile", "originalRequest": { "url": { @@ -95322,7 +95322,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:d78f36b1-1096-a61a-e303-511db21aaa41\",\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\": \"4e124e94-bc73-0f8f-6860-0fc6ebcfd884\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95339,12 +95339,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:d78f36b1-1096-a61a-e303-511db21aaa41\",\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\": \"4e124e94-bc73-0f8f-6860-0fc6ebcfd884\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6933384b-0e0d-4880-9285-e3e66745f2a1", + "id": "c2f848af-d849-4bc4-a3b8-4209df02c520", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95378,7 +95378,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:d78f36b1-1096-a61a-e303-511db21aaa41\",\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\": \"4e124e94-bc73-0f8f-6860-0fc6ebcfd884\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95400,7 +95400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3babe71-de24-4055-9d29-9f2655138520", + "id": "21644eae-6c6e-489f-8498-c36c4e427d03", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95434,7 +95434,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:d78f36b1-1096-a61a-e303-511db21aaa41\",\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\": \"4e124e94-bc73-0f8f-6860-0fc6ebcfd884\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95456,7 +95456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe8c30df-8c7d-4541-afbb-7b7dc730e6dc", + "id": "aad1e931-2e07-469d-a5a3-867fd6540552", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95490,7 +95490,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:d78f36b1-1096-a61a-e303-511db21aaa41\",\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\": \"4e124e94-bc73-0f8f-6860-0fc6ebcfd884\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95512,7 +95512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b67338b-f298-4628-8413-89bea29b151f", + "id": "6958d5da-70ad-40ee-bf0e-f772ce73db60", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95546,7 +95546,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:d78f36b1-1096-a61a-e303-511db21aaa41\",\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\": \"4e124e94-bc73-0f8f-6860-0fc6ebcfd884\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95568,7 +95568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aa6d100-257b-41e6-8e03-52dea83caff6", + "id": "883faacd-2edc-4630-8463-2d99e1d45dda", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95602,7 +95602,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:d78f36b1-1096-a61a-e303-511db21aaa41\",\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\": \"4e124e94-bc73-0f8f-6860-0fc6ebcfd884\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95630,7 +95630,7 @@ } }, { - "id": "66144603-2a07-470e-867f-74c7acd42700", + "id": "4d30f107-5819-4383-a28f-2b2558202a6e", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -95673,7 +95673,7 @@ }, "response": [ { - "id": "08b10501-8058-42e7-9000-81d70ac712b3", + "id": "cb5f0350-a018-40fe-8783-ec2312069495", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -95725,12 +95725,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\": \"1983-04-02T21:20:05.135Z\",\n \"launched\": \"1991-04-11T15:21:10.950Z\",\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\": \"1971-11-06T22:58:43.949Z\",\n \"launched\": \"1984-03-08T22:53:33.456Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9f6dffbe-58dd-44b9-be5f-76454077cf64", + "id": "7f00daa5-6283-4266-9ddc-ab188fb8c7cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95787,7 +95787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e780bff3-64ea-435f-8f6c-b43bb7818d86", + "id": "0758767c-3b70-467a-9fd8-34d3f9086ade", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95844,7 +95844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc0940cd-9cab-4fd7-83fc-85a4730d7f0e", + "id": "92c50603-4834-496d-a5ae-aac837a02792", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95901,7 +95901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d7b84d-eca8-442c-a715-06671adec21c", + "id": "1a702fe5-681e-4c44-867d-7c6838dba711", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95958,7 +95958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b1b9fab-7c2a-434a-91e0-bb02d8b87912", + "id": "61d06185-6156-4fdc-a95d-a560038a7744", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96021,7 +96021,7 @@ } }, { - "id": "ed792161-7ba3-402f-b4ec-2de76e908b34", + "id": "ca4261b8-215a-4543-b4bf-e5f64af147b9", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -96097,7 +96097,7 @@ }, "response": [ { - "id": "38f05e1b-f19e-4070-be21-f4cc1afb47a2", + "id": "21ca940c-6fae-4411-aa69-8bca6825f0b2", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -96187,7 +96187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "961368f2-2f5b-4248-a1a0-6dc4e22362c0", + "id": "a16422b9-f544-4339-9bbc-d19ce97c2f4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96277,7 +96277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d88734b4-eae4-43aa-8588-bd69ce99d37a", + "id": "88ab51c8-b1eb-4f70-a030-86a8c539bf40", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96367,7 +96367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ab7eff9-dd0b-43fd-8710-45b30c4917d9", + "id": "d066076c-5a8d-4946-8c53-2946d078047e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96457,7 +96457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e532ab4e-039a-4957-b786-8767bb9a7d48", + "id": "89c75775-3ec0-4d09-9471-e01e7010d111", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96547,7 +96547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de21b678-4a4b-4ff5-993f-85129d1b735d", + "id": "2400fa3a-5f9b-4c43-b5d3-f713dea65ad9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96637,7 +96637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0045d5ca-cf19-4f14-9557-535680c5458d", + "id": "6bff52a4-12a2-4842-9864-938564573e19", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96733,7 +96733,7 @@ } }, { - "id": "a482fb82-52c5-43d3-8709-587052563b37", + "id": "723424fa-c419-4c2a-a45b-cc5c6a9ea68f", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -96776,7 +96776,7 @@ }, "response": [ { - "id": "bccdfecc-a511-4821-b07e-68cb9f2a8e86", + "id": "60312f7a-1b52-481a-9cf7-5c38766c3465", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -96828,12 +96828,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 \"ut9a\": {},\n \"minimee9\": {}\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_fb2\": {},\n \"amet_b1\": {},\n \"adipisicing_4\": {}\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 \"exercitation_5\": {},\n \"laborum9c\": {},\n \"Excepteur_a\": {}\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 \"incididunteaa\": {},\n \"ipsumd\": {},\n \"in_5\": {}\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 \"quis_a36\": {},\n \"sunt_f\": {},\n \"adipisicing_a\": {}\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 \"fugiat__\": {}\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 \"cillum_e\": {},\n \"veniam1f\": {}\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 \"idea5\": {}\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 \"tempor3\": {}\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 \"enim_6b\": {},\n \"sit3fb\": {}\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 \"esse8\": {}\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 \"do924\": {},\n \"eiusmod_09\": {},\n \"id_3b\": {}\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": "af6998e1-d568-4427-b7ac-c776fd0e6558", + "id": "ce467ac1-0911-4b4d-bde5-8dcf0e4ac87a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96890,7 +96890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0a87f89-f5e3-4826-bac9-b2876818ac48", + "id": "ef61d8d9-23fb-4e9a-aa37-8f7084a75d2b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96947,7 +96947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e30388ee-36f1-405b-b36e-4cdfbe7f909a", + "id": "694eb4e1-7e6e-4f48-9b6f-44edcc104139", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97004,7 +97004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78afdf05-ba5d-44a0-8638-0f3e9f0c103e", + "id": "a9c8109b-d78b-422a-9727-a5eb3e7d379a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97061,7 +97061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc80180c-dfa0-474f-8fa4-28ff5c1d8982", + "id": "25db12e2-0e76-429f-8b4a-51b9a5cb9b1c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97124,7 +97124,7 @@ } }, { - "id": "7a710a0f-4452-48ba-b57c-3ce1902969e5", + "id": "5a92d756-b31c-4198-a022-90372742f4be", "name": "Generate Identity Profile Preview", "request": { "name": "Generate Identity Profile Preview", @@ -97156,7 +97156,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"71d80c3a-d565-9fa8-80eb-9769c4fd520e\",\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\": \"2b7aeee9-7e51-7bb2-39e8-b0d4e08ce22f\",\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", @@ -97167,7 +97167,7 @@ }, "response": [ { - "id": "2deaf4d9-fa00-4591-934a-6cb1e6ceb2b2", + "id": "30e758e5-cf02-4282-8241-7f4b17754961", "name": "Object representing the preview object with all of the identity attributes using the current mappings.", "originalRequest": { "url": { @@ -97202,7 +97202,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"71d80c3a-d565-9fa8-80eb-9769c4fd520e\",\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\": \"2b7aeee9-7e51-7bb2-39e8-b0d4e08ce22f\",\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", @@ -97224,7 +97224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2778dd96-a66e-4d1d-872d-6b6ee9c6e47b", + "id": "af7a3fed-0ca1-42ad-a9f3-f82d10a95c5d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97259,7 +97259,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"71d80c3a-d565-9fa8-80eb-9769c4fd520e\",\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\": \"2b7aeee9-7e51-7bb2-39e8-b0d4e08ce22f\",\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", @@ -97281,7 +97281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "600714a0-f269-4981-a748-b310aa500bd8", + "id": "e75aa07a-f818-416a-a7cb-78fe68da2ec9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97316,7 +97316,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"71d80c3a-d565-9fa8-80eb-9769c4fd520e\",\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\": \"2b7aeee9-7e51-7bb2-39e8-b0d4e08ce22f\",\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", @@ -97338,7 +97338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e77442de-2708-462e-9390-abc497a4df6d", + "id": "05819d51-1d07-4132-9907-d2ae3569ec2b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97373,7 +97373,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"71d80c3a-d565-9fa8-80eb-9769c4fd520e\",\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\": \"2b7aeee9-7e51-7bb2-39e8-b0d4e08ce22f\",\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", @@ -97395,7 +97395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89562c65-f669-4546-bbba-ed1f03056927", + "id": "a8a733f0-9ee0-4908-b8a9-5ace361879a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97430,7 +97430,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"71d80c3a-d565-9fa8-80eb-9769c4fd520e\",\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\": \"2b7aeee9-7e51-7bb2-39e8-b0d4e08ce22f\",\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", @@ -97452,7 +97452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15f88a46-c402-411b-b188-23f9c5f1a2cc", + "id": "7a30410d-85b3-4bc1-8b4c-376e3f11da90", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97487,7 +97487,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"71d80c3a-d565-9fa8-80eb-9769c4fd520e\",\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\": \"2b7aeee9-7e51-7bb2-39e8-b0d4e08ce22f\",\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", @@ -97515,7 +97515,7 @@ } }, { - "id": "6beb9601-a13d-48ec-ac3a-af72ddf1740b", + "id": "1e5b9284-862a-44f0-a567-904db0e85590", "name": "Gets a single Identity Profile", "request": { "name": "Gets a single Identity Profile", @@ -97556,7 +97556,7 @@ }, "response": [ { - "id": "182c81e6-caa2-442d-a5ce-ad34d7d95e7e", + "id": "5745f32f-c55d-4db8-abc7-e2e365436621", "name": "An Identity Profile object", "originalRequest": { "url": { @@ -97595,12 +97595,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:d78f36b1-1096-a61a-e303-511db21aaa41\",\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\": \"4e124e94-bc73-0f8f-6860-0fc6ebcfd884\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0b1a5527-32a4-47ac-84e5-f2cae54a7122", + "id": "f6c9ec1b-f9c5-4748-9ccc-5e378ad71d06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97644,7 +97644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc70f8ef-b585-48dd-8689-0cf9f0900808", + "id": "3637970c-7402-4e40-b41d-f0c822ab7c01", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97688,7 +97688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2c4d4c2-5f8e-4695-9887-f78520c740bb", + "id": "c256ed0f-ae7e-4e18-9297-419e3865d0fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97732,7 +97732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12432cc4-95de-48df-9040-97afb89e79d2", + "id": "b3d80cd9-f71c-4e53-b01b-9f13cb5e22f7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97776,7 +97776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aea03496-94e1-4037-a58a-d7bfc32e8654", + "id": "15457505-1a7b-44a0-b428-0ed625f422b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97820,7 +97820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79bb6e36-98ba-401d-8eb5-7204226da5d9", + "id": "ca3e00c3-a95a-4fc8-8410-4e2723017373", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97870,7 +97870,7 @@ } }, { - "id": "7c09ddf9-24a0-47dc-8673-bd62f56af643", + "id": "6ada2398-f879-476a-8bae-15841a4bcb2c", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -97911,7 +97911,7 @@ }, "response": [ { - "id": "9dbf4457-9d85-462c-b351-2caee2f3b370", + "id": "29d79a8b-ccbd-4833-988f-e349efc544c6", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -97950,12 +97950,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\": \"1994-12-08T18:25:25.414Z\",\n \"launched\": \"2013-12-18T07:48:28.345Z\",\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-07-18T08:52:44.382Z\",\n \"launched\": \"1987-09-30T21:14:47.435Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "859103e6-8dcb-4a01-9760-f097687e2190", + "id": "d9479458-af37-47ab-a664-a9b33e24dc73", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97999,7 +97999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6189ef3f-462d-44d6-ac3a-2a1864d0ead8", + "id": "8848602a-6d0a-4dc3-8a0a-c3b72ec46c98", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98043,7 +98043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eeaafa1-e74a-41f6-929d-70e9e80ec311", + "id": "7012936e-67d0-4199-b7ef-0ef5d58e4a32", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98087,7 +98087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cafeb267-f9df-4369-8461-8c3abe951eff", + "id": "61244302-a9fe-4da7-90b8-9498612560fd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98131,7 +98131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98edbf3a-fb92-4ed9-855e-33f5850bea57", + "id": "b613133b-0e11-4aa9-8835-5bbf0355ef69", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98175,7 +98175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a2bdb4a-466d-4932-ade1-d3f1a10bfeda", + "id": "888060d4-af41-4e25-bb99-9834d910ed5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98225,7 +98225,7 @@ } }, { - "id": "a74a36ad-a5d7-4f3a-9c74-a7a6dbbc799e", + "id": "b85556a6-512c-4c59-9322-6d3c4ae9a263", "name": "Update the Identity Profile", "request": { "name": "Update the Identity Profile", @@ -98279,7 +98279,7 @@ }, "response": [ { - "id": "7f691148-116d-4b72-bb60-36e01a3579d5", + "id": "0485f9a6-3c7c-416b-ad86-f380034ca781", "name": "The updated Identity Profile.", "originalRequest": { "url": { @@ -98331,12 +98331,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:d78f36b1-1096-a61a-e303-511db21aaa41\",\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\": \"4e124e94-bc73-0f8f-6860-0fc6ebcfd884\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5cda0395-be0f-4c9f-95e3-0fe83cb0ab49", + "id": "9197090c-1b1b-4209-9953-a9dbdc53f0ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98393,7 +98393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "779d16f4-9a2f-44be-9398-7647910665a0", + "id": "662da155-e2b7-4333-a539-bf984c71290b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98450,7 +98450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f912800-bad3-4bdc-83eb-f44c42aaad5b", + "id": "63b6ca0e-e5c8-4017-b8a8-a87332137845", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98507,7 +98507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0d64a4b-b9d7-46b3-8017-0f120c65fc1d", + "id": "8f2c8154-ab68-4731-b733-adb30d0422c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98564,7 +98564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccbc5d36-c360-46ec-9095-cb9badd02d50", + "id": "c350e4df-8058-4475-90bd-a882b3c0515b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98621,7 +98621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "707d69ba-f7be-49d7-a2c6-fbc786c0e77d", + "id": "3fd73fc9-8815-44f5-af75-380c5156a511", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98684,7 +98684,7 @@ } }, { - "id": "e3871832-9637-4d5d-8dad-51d4c899e783", + "id": "31fe0c22-4f55-4789-80b2-4c1d79c20e91", "name": "Default identity attribute config", "request": { "name": "Default identity attribute config", @@ -98726,7 +98726,7 @@ }, "response": [ { - "id": "d7e6eee3-244e-45e6-80cc-ae0a9873a024", + "id": "13e7a4e3-d55a-4b1f-9384-2119710b7851", "name": "An Identity Attribute Config object", "originalRequest": { "url": { @@ -98771,7 +98771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccdb82dc-487c-4edf-9d60-b2bc85d1734c", + "id": "ef38eb0c-90b1-404a-b10e-d9a070580806", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98816,7 +98816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9af58f70-96e6-46d1-8291-f679530f680b", + "id": "9db5b3c8-68c3-49fb-af73-62a1b2504200", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98861,7 +98861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fce4b07-f550-41fb-8682-0fb706c6da17", + "id": "f08f8410-9bdb-4334-9ecf-52005e4475f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98906,7 +98906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0501a087-5a11-4682-8f3b-301dbc283517", + "id": "9dd8a8c2-63dd-4cf8-ac82-fc970b0e74b2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98951,7 +98951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1dedaa0-0cb2-4fc3-b514-a849537caabf", + "id": "58ef496f-b7d1-45c3-bb8b-c2ece3c6c7a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98996,7 +98996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ae2c1ee-53da-4b89-bc11-2f8ac49ea1c8", + "id": "52e77989-0e2f-4652-861a-e12dfa6b737d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99047,12 +99047,12 @@ } }, { - "id": "8d37364a-d4d7-426c-a65e-4ee9f2cb0db5", + "id": "d50aa157-0be0-4944-8d87-8c78ea04dcec", "name": "Process identities under profile", "request": { "name": "Process identities under profile", "description": { - "content": "Process identities under the profile\n\nA token with ORG_ADMIN authority is required to call this API.", + "content": "Process identities under the profile\nThis operation should not be used to schedule your own identity processing or to perform system wide identity refreshes. The system will use a combination of [event-based processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#event-based-processing) and [scheduled processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#scheduled-processing) that runs every day at 8:00 AM and 8:00 PM in the tenant's timezone to keep your identities synchronized. \nThis should only be run on identity profiles that have the `identityRefreshRequired` attribute set to `true`. If `identityRefreshRequired` is false, then there is no benefit to running this operation. Typically, this operation is performed when a change is made to the identity profile or its related lifecycle states that requires a refresh.\nThis operation will perform the following activities on all identities under the identity profile.\n1. Updates identity attribute according to the identity profile mappings. 2. Determines the identity's correct manager through manager correlation. 3. Updates the identity's access according to their assigned lifecycle state. 4. Updates the identity's access based on role assignment criteria.\nA token with ORG_ADMIN authority is required to call this API.", "type": "text/plain" }, "url": { @@ -99089,7 +99089,7 @@ }, "response": [ { - "id": "2c110bcd-c953-46fa-8cce-7cc641b81027", + "id": "d4c49ebb-4677-4cda-a7c0-78115fb72f2e", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -99134,7 +99134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d2853e7-c655-482f-a55d-32de64bb03aa", + "id": "eaca9ce9-d547-4ce7-8f13-50256e77443e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99179,7 +99179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "113383a3-22c2-4be5-89db-ed78b417e95e", + "id": "4e01c99c-8354-4e38-9641-773ad8c048ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99224,7 +99224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "422c2ee0-c064-4512-abb4-6ad5d96f2697", + "id": "b4aabfc2-91f7-422a-8505-8b0eef23ecce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99269,7 +99269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb1769fb-d9e0-48c8-98f8-b5072e42d2ed", + "id": "05943a2c-6373-49bc-b69f-07ecd6d47ca3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99314,7 +99314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de19d19a-9466-459f-9b0d-3786a656107f", + "id": "949304ad-3a01-4392-90f9-65da5bfabb33", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99359,7 +99359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff6202d0-352e-46ed-b034-ba8b93fc54a0", + "id": "e89d1399-1eb1-49c8-a453-2ac26b22a8b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99416,7 +99416,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 Identity Security Cloud: '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 Identity Security Cloud manages users' access to apps and sources for each lifecycle state.\n\nIn Identity Security Cloud, 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, Identity Security Cloud 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, Identity Security Cloud provisions that access.\n\nAdministrators can also use the 'Provisioning' tab to configure email notifications for Identity Security Cloud 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": "c6828110-0db7-45de-8cba-711d45d8c597", + "id": "66c03590-9fdb-42b8-bf1d-fc0efe930ede", "name": "Lifecycle State", "request": { "name": "Lifecycle State", @@ -99438,7 +99438,7 @@ "variable": [ { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "identity-profile-id", "disabled": true, "description": { @@ -99448,7 +99448,7 @@ }, { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "lifecycle-state-id", "disabled": true, "description": { @@ -99469,7 +99469,7 @@ }, "response": [ { - "id": "c9b9c3c1-b288-4af3-bdd8-0b223163e8be", + "id": "db676b5c-1a89-4ca8-8a76-4cf1afae740e", "name": "lifecycle-state", "originalRequest": { "url": { @@ -99515,7 +99515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a011b87-c503-47fe-8411-3e9126bee9ec", + "id": "e250ed6d-784d-4e33-a350-0ef61dddf058", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99561,7 +99561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "899a6f3e-12d7-464e-9e71-989ff38b2e55", + "id": "94afb7f2-f127-40db-82d1-30989834aff8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99607,7 +99607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9197b913-a274-4bd3-8169-66e68fd06dcb", + "id": "390b6486-d0b0-4727-8c1c-6a81e4333630", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99653,7 +99653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56bd452c-33d4-4080-ae1d-ea7a615d9329", + "id": "d5cd3044-ddd5-42ac-b20f-d8749d967c43", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99699,7 +99699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96bdc6a2-1977-47fe-b908-3e43b041177e", + "id": "7a2bd4d4-c2e7-4c73-b828-96ee7a6023f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99751,7 +99751,7 @@ } }, { - "id": "e430c53a-1b0d-4895-bcb3-89b036691874", + "id": "16035f35-264c-4bfa-8260-7f965a9ca573", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -99773,7 +99773,7 @@ "variable": [ { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "identity-profile-id", "disabled": true, "description": { @@ -99783,7 +99783,7 @@ }, { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "lifecycle-state-id", "disabled": true, "description": { @@ -99817,7 +99817,7 @@ }, "response": [ { - "id": "2f053f24-79ce-45cd-9be2-37920ccfbd65", + "id": "4573c4ec-fc16-4a53-9c89-d32d0d48b2e8", "name": "Updated lifecycle-state.", "originalRequest": { "url": { @@ -99876,7 +99876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb668841-f058-4d3d-b3b9-9d5571e8db68", + "id": "9dcf5212-748c-4390-9289-3a0dbd71bd62", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99935,7 +99935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4081ebc-df2b-4cc0-be05-6ea38ace1c8c", + "id": "d8c36cb1-10bc-453a-afa6-58af5d8c8a32", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99994,7 +99994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9bb4fe2-08c0-41cb-ba34-56dbce7d6cd9", + "id": "b4471290-b827-4a6b-b27d-dd5ad5b6404b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100053,7 +100053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dcd7cc2-7bde-4fd8-92b3-c7d531909d93", + "id": "7378a2a7-dc1c-40b3-a9ca-7cb734fbe9a4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100112,7 +100112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bef70440-811f-4325-9afb-ea34a0bc8bb6", + "id": "1e081682-bd3c-42cc-80eb-88055e9ecbd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100183,7 +100183,7 @@ "description": "Read and write operations for managing client data and statuses", "item": [ { - "id": "cc391175-fab4-496c-9e28-fd7955552468", + "id": "ff068349-238a-414f-9927-85ea99b4bcb1", "name": "Specified Managed Client Status.", "request": { "name": "Specified Managed Client Status.", @@ -100235,7 +100235,7 @@ }, "response": [ { - "id": "1a0a9cf4-edf1-4d8c-862f-ead6f200676e", + "id": "ea11799e-a0da-4a68-a856-db33c1eb5b4f", "name": "Responds with Managed Client Status having the given ID and Type.", "originalRequest": { "url": { @@ -100285,12 +100285,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\": \"NOT_CONFIGURED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5f325a0c-b69e-4159-9582-96e53195b663", + "id": "06502ca6-b78f-4007-a2a4-f3504b1f0dcd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100345,7 +100345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55a60d91-d868-4ac0-b7b7-f46021fb786a", + "id": "19e2aeba-f240-4296-9b0e-fe69f33216b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100400,7 +100400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cfe5894-30e8-4066-9934-ac8d55b5960f", + "id": "c87f4254-c8ed-4ff2-9ad6-d872b389d485", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100455,7 +100455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "187117ba-6218-4071-9db1-1626119b3e36", + "id": "3dd833ef-9be4-4357-a957-4516410c7dc0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100510,7 +100510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e55c0e2b-57de-410c-a543-75393abac754", + "id": "98842100-0b1e-490b-bcc8-2c17d4f4957a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100565,7 +100565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "861b5559-8e6d-4acd-a32c-6bd0f9f8f15a", + "id": "e7077052-6972-4035-be32-d58fdf5b4cd9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100626,7 +100626,7 @@ } }, { - "id": "e55d72e0-7682-4997-9851-6307e2ac568e", + "id": "ce3d3228-5b82-4232-b923-2295750f3220", "name": "Handle status request from client", "request": { "name": "Handle status request from client", @@ -100670,7 +100670,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\": \"NOT_CONFIGURED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100681,7 +100681,7 @@ }, "response": [ { - "id": "c875f6a9-5699-4a73-9eb6-38a1b1e96736", + "id": "83716a34-1ce1-4bf7-98e7-732ac5de645b", "name": "Responds with the updated Managed Client Status.", "originalRequest": { "url": { @@ -100717,7 +100717,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\": \"NOT_CONFIGURED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100739,7 +100739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "025df46f-2bb5-4147-8d28-39c99230063b", + "id": "30951377-4b52-4d06-b452-15cf0ab19f9d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100775,7 +100775,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\": \"NOT_CONFIGURED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100797,7 +100797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a618fef-aa7c-4322-90cf-6792887c3531", + "id": "aef73d20-56a8-4d93-9663-21721b1996ca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100833,7 +100833,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\": \"NOT_CONFIGURED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100855,7 +100855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "418f8f1f-3fcf-416f-ac07-71746bb6a422", + "id": "f6d6e30a-564c-44a5-b9da-b3c3ed47897b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100891,7 +100891,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\": \"NOT_CONFIGURED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100913,7 +100913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1da3f32-84df-4c8b-ab29-f69c9ff7aeeb", + "id": "e6b49a72-ca30-4edf-a908-8e165aeb2b50", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100949,7 +100949,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\": \"NOT_CONFIGURED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100971,7 +100971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea8aa0c5-0da5-49f3-a74c-8a0954958fd6", + "id": "d8d8513d-c6b0-4cbd-8321-dfeea9d54928", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101007,7 +101007,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\": \"NOT_CONFIGURED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -101029,7 +101029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86fddc0f-e1a8-415f-9eb6-339b6ca8a888", + "id": "c6ae95a2-284f-455b-b25e-c1b9d741dceb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101065,7 +101065,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\": \"NOT_CONFIGURED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -101099,7 +101099,7 @@ "description": "Operations for accessing and managing client Clusters, including Log Configuration", "item": [ { - "id": "a8039da7-082f-4f2a-b0c4-a4269aa738bc", + "id": "356203c9-9e56-4550-9001-9bcd238c739b", "name": "Get a specified ManagedCluster.", "request": { "name": "Get a specified ManagedCluster.", @@ -101140,7 +101140,7 @@ }, "response": [ { - "id": "aa45c9b6-e165-4c72-a0eb-761c2dacd22a", + "id": "06a97a87-72a0-44d2-85be-33dc954f24a2", "name": "Responds with ManagedCluster having the given ID.", "originalRequest": { "url": { @@ -101184,7 +101184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b12e00e-d106-408e-9936-39aff0aa3f5e", + "id": "3e6e66ff-6a76-48fe-a780-00b0a6ef5b3c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101228,7 +101228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "710c82ac-2158-4340-aea7-c4a045d8f4eb", + "id": "4cfdc4f3-0c14-4639-a25a-6365cf9702a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101272,7 +101272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "264ac5af-86a8-42a3-9bb1-9bcccd534198", + "id": "b9ac3285-5587-47e7-8df5-0209c697670f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101316,7 +101316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53f343b5-3e08-42e3-9590-7a80d4ed6632", + "id": "2c84eb7f-aaef-413d-b246-a8d87e96cca5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101360,7 +101360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b911fad-3003-482d-9e30-97c1475e42aa", + "id": "14687576-e3b7-4fe3-b4ad-14ca19213bcc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101404,7 +101404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f2ea892-ffcc-4b35-8976-96620fc7629a", + "id": "e9c6e809-a0b9-4ba9-9770-a2561e6c6cd8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101454,7 +101454,7 @@ } }, { - "id": "edea4119-46cc-4e0d-a858-b2d3647f2f5a", + "id": "fbd56f45-c1a5-405b-857d-4fd26b43a507", "name": "Get managed cluster's log configuration", "request": { "name": "Get managed cluster's log configuration", @@ -101496,7 +101496,7 @@ }, "response": [ { - "id": "35f1693a-cc8e-4bee-92a5-b14d8562a241", + "id": "2e3cbd58-9856-45bd-9537-93910fd59035", "name": "Log configuration of ManagedCluster matching given cluster ID", "originalRequest": { "url": { @@ -101541,7 +101541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3a7d928-8264-4b02-aaf5-b7eb55f99937", + "id": "91010dfd-baec-4a1b-9e17-5ed26816a3e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101586,7 +101586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15078be1-aeaf-4b26-8d12-79dcc5cfd074", + "id": "b0711e2a-8f68-4e9f-9984-194edb3bef7f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101631,7 +101631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aacd9e76-0955-407c-aacc-db8db01244f0", + "id": "b48f39dd-9a61-404c-a040-2df4461803a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101676,7 +101676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "464937a4-725b-4248-a20a-b08dcc20b61c", + "id": "7a9558a7-855e-4767-b2c6-14e0c951effb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101721,7 +101721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "232fbe78-6e57-430a-bb1a-14ebfb6fb461", + "id": "09bc9fb6-532f-4288-a32f-3138f8480bbe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101766,7 +101766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31f1ae76-32c1-40aa-87bb-7d385dd0211b", + "id": "a6bbc026-8454-4662-a8c4-36221570fd56", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101817,7 +101817,7 @@ } }, { - "id": "02c374ef-9831-4425-9c76-03b107772dea", + "id": "9dea962c-528f-4f46-b300-0be3fe7ab780", "name": "Update managed cluster's log configuration", "request": { "name": "Update managed cluster's log configuration", @@ -101872,7 +101872,7 @@ }, "response": [ { - "id": "8f053cad-698d-4bcb-beef-c6177fb4ebf4", + "id": "69c30e83-14ca-4cae-9fc4-c0036ccc23dd", "name": "Responds with updated ClientLogConfiguration for given ManagedCluster", "originalRequest": { "url": { @@ -101930,7 +101930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1637854-9eab-4a13-9804-4c94d6b58277", + "id": "aff9f368-3edb-4c0d-9f5d-526c63cdf0e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101988,7 +101988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74cc5501-02b0-4fe2-810a-40db4d883f53", + "id": "552472ad-e9d1-4fc4-b80f-69ec55570186", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102046,7 +102046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54269024-3511-4d98-a778-5818d131c95f", + "id": "15913ee5-ea59-4e1f-89c4-e2da0c05d8a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102104,7 +102104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd1fd240-dac1-48ea-ba14-665845dc7f87", + "id": "1beceb20-e006-4d35-87a3-7bbed3f73391", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102162,7 +102162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96ba6e43-8d6f-4faa-8941-f867f21066a4", + "id": "dfd5bb08-4390-4029-ae57-f2d84ab73ac9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102220,7 +102220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01215255-389d-42bb-8c7c-3ce277fcf1b9", + "id": "5c52303d-eb3f-489c-98fc-675ce1d98d50", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102284,7 +102284,7 @@ } }, { - "id": "ff2fab50-2142-4d12-b84c-f35373166f86", + "id": "7b5957c6-d292-4c6d-8a05-f51956ee7489", "name": "Retrieve all Managed Clusters.", "request": { "name": "Retrieve all Managed Clusters.", @@ -102350,7 +102350,7 @@ }, "response": [ { - "id": "c5d8c4bb-d820-484d-97ec-9d8aa1296131", + "id": "30f76be2-4060-4615-9971-1c1e9cb7362c", "name": "Responds with a list of ManagedCluster.", "originalRequest": { "url": { @@ -102430,7 +102430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18b1b586-af8e-4de5-b1d2-bfc2db48ee22", + "id": "d2d30faf-8a32-46f7-ab7b-9899877613d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102510,7 +102510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "639e287d-d0da-49db-957d-a15bf1060703", + "id": "9e88eb0c-0656-4332-9be1-87bf3a36a40a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102590,7 +102590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "002a9925-e411-4361-974d-1ac44064c319", + "id": "88fc12c9-e926-412c-a1e9-74a0f4c4c12c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102670,7 +102670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1e1f574-474a-4499-aa7e-daa272a62324", + "id": "ac5cbaa8-f5e5-4ddd-9abf-a7985e456821", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102750,7 +102750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "208f28e0-b155-4a5e-9a4d-f69920c0d568", + "id": "84705aee-3c14-4327-be6f-8bad3ea9f4fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102842,7 +102842,7 @@ "description": "Use this API to manually upload application names to be correlated to an ISC connector.\n", "item": [ { - "id": "9f185333-11f8-4f25-a987-daf00ea0b49b", + "id": "f4a13547-0d5d-48bd-a066-f108331562aa", "name": "CSV Upload to discover applications", "request": { "name": "CSV Upload to discover applications", @@ -102880,7 +102880,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -102888,7 +102888,7 @@ }, "response": [ { - "id": "b169d0df-63ca-465d-9c01-3e79e499cf6e", + "id": "9ab712f1-a627-4c51-ab61-8becff22bfe9", "name": "The CSV has been successfully processed.", "originalRequest": { "url": { @@ -102929,7 +102929,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -102948,7 +102948,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d003a793-3b0d-4344-a386-9202dab92141", + "id": "1aa36b12-fd30-47a0-990c-893efe6d98b2", "name": "Bad request - There was an error with the CSV format or validation failed (e.g., `application_name` missing). Error message should be provided in response.\n", "originalRequest": { "url": { @@ -102989,7 +102989,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -103008,7 +103008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "facd991a-8c8c-46b5-aed6-48fad6ff430c", + "id": "b2c9be5a-12be-4747-81c4-e068d3a5c72e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103049,7 +103049,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -103068,7 +103068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41084357-70db-4402-8414-60301005f9a7", + "id": "0fbdd517-28a3-4913-bc20-bb31fe6ae6d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103109,7 +103109,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -103128,7 +103128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41bfb946-fa4e-40bf-bf9d-d856a443151d", + "id": "d239fd05-c06c-45da-9379-c42320eba9e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103169,7 +103169,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -103188,7 +103188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b479a1ae-9d6e-44e9-8e94-66566ef920c7", + "id": "f89a467e-1e81-4e4d-9900-9a862a8e575d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103229,7 +103229,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exercitation occaecat culpa fugiat", + "value": "nulla ad", "type": "text" } ] @@ -103260,7 +103260,7 @@ "description": "Use this API to download the CSV template to send to the application discovery service.\n", "item": [ { - "id": "874e45e3-4156-4461-bef9-73c192a56216", + "id": "84b21492-5652-47c9-9341-d92d916e3f1d", "name": "CSV template download for discovery", "request": { "name": "CSV template download for discovery", @@ -103289,7 +103289,7 @@ }, "response": [ { - "id": "3bf9aabd-8ff5-4db2-a1bf-067bb98bdd98", + "id": "220c87d2-4a54-43b6-b488-5b3c458ca835", "name": "A CSV file download was successful.", "originalRequest": { "url": { @@ -103332,7 +103332,7 @@ "_postman_previewlanguage": "text" }, { - "id": "91b00e66-a3d3-4be7-b31b-5daf3953eb82", + "id": "4c85676b-f291-4d4a-8b6b-ed40724f6938", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103375,7 +103375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f946b70-1c3a-49d9-8e9d-7f24d0a9af27", + "id": "1b1f6abd-1f34-41f3-a5f7-7106ab37165e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103418,7 +103418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6945ee46-91ee-4352-b163-e2897f4e77ec", + "id": "afffcce5-7a83-4c83-8f2c-02a702a4bfd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103461,7 +103461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3238607-4a04-4028-ab7f-8563799d2418", + "id": "ece27079-11a1-421f-9007-f0d8e8e1cc32", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103504,7 +103504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "743ba3c5-3163-4c78-a891-4bdc8450f859", + "id": "554fd037-97bf-4e92-8cae-2b7acae4800d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103559,7 +103559,7 @@ "description": "Configure and test multifactor authentication (MFA) methods", "item": [ { - "id": "39f07187-85c6-4b3c-bfd2-3468846c98bd", + "id": "254e2021-3570-4ba5-9f52-3f542244fc32", "name": "Configuration of Okta MFA method", "request": { "name": "Configuration of Okta MFA method", @@ -103590,7 +103590,7 @@ }, "response": [ { - "id": "4b434c33-c46e-4b8d-b437-5c5f97b67570", + "id": "20913168-7f1e-4811-af68-d40035a1dae8", "name": "The configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -103635,7 +103635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47965066-8b3f-4029-a61e-88540c2135d5", + "id": "c8ce4d04-51ac-4fe3-afb8-68ef8cfb3280", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103680,7 +103680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182944af-1782-4248-9989-e6eb7210b6a9", + "id": "3bb4605e-8eac-41a9-8584-c04d7df4d9b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103725,7 +103725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72a7215e-17ee-4cf2-8576-77d89733e1d8", + "id": "b5379e6e-e9e9-41c6-8e6f-06c6582b6713", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103770,7 +103770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31ff9319-659e-4918-bf58-969f707ae69c", + "id": "2e762bd9-6e2e-4af2-9948-aa67e8f06d30", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103815,7 +103815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42364e00-674c-4d8a-a3f1-24fc33f987e8", + "id": "c018402a-0868-468d-bb97-0dc6480c012e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103866,7 +103866,7 @@ } }, { - "id": "d71014a8-57d4-4d69-95b7-3f9af3622119", + "id": "95be1a72-4364-4697-b351-5df89645a12e", "name": "Set Okta MFA configuration", "request": { "name": "Set Okta MFA configuration", @@ -103910,7 +103910,7 @@ }, "response": [ { - "id": "01c5f4f3-928f-4a3b-9a15-ea735d4eca87", + "id": "632e2a28-da59-4046-b5a6-e6e423ea5196", "name": "MFA configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -103968,7 +103968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7df7dba3-7571-4274-a51c-dc38feab0c1f", + "id": "6e30a3f7-04a4-40ea-a8ff-cc6f40a9e6b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104026,7 +104026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dbedd4a-7e9a-4af4-bbda-d92718e96a31", + "id": "3aa9e74e-e1d2-45a9-a873-db9c748bd7de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104084,7 +104084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f25db43a-1c8c-478b-b42e-5e93aebd9ddb", + "id": "c40532e4-1ee6-4331-befa-7343048ef639", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104142,7 +104142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a46ac47-4024-4e9b-a2e8-e2d89be3abf0", + "id": "e3073d56-b2ea-4e48-b89e-8bc276c18328", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104200,7 +104200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5f7df2a-4185-4b52-b121-c4283d80a997", + "id": "0d36bd63-2556-4433-ae73-f715aade3e5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104264,7 +104264,7 @@ } }, { - "id": "aa49616b-bcb2-48c5-a2db-69251e8212fc", + "id": "9b7e054d-0909-4f0b-ba5a-abeeb229a4a0", "name": "Configuration of Duo MFA method", "request": { "name": "Configuration of Duo MFA method", @@ -104295,7 +104295,7 @@ }, "response": [ { - "id": "a8f7284f-9cef-437e-933f-3fa96586c831", + "id": "88e58d6e-0f2b-4a0a-962b-f39265feb3d9", "name": "The configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -104340,7 +104340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9147dd9d-dd88-4d5e-acd7-900c7eb9f4ec", + "id": "bc7fa3df-511d-4385-87ff-7ad92e8cb8cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104385,7 +104385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac2c9847-8632-4664-aaab-0e250b5d2dd0", + "id": "c2acd718-2bcf-4881-a2c2-5234cefb656a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104430,7 +104430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1e603d3-cbe0-4ae5-9524-e2071ee7ec8b", + "id": "5ea49fb9-adae-4b1a-bdf9-ca2bc23f0176", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104475,7 +104475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e6aa5a9-e3f5-42ef-be7b-a872b5d2d581", + "id": "fc4a9c56-ad98-4354-8785-9d4150fe0dbe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104520,7 +104520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53ffaaef-baa3-4559-bbc7-45ec0accd716", + "id": "3e845447-9ccb-46c1-a7fd-09f70c6b3d8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104571,7 +104571,7 @@ } }, { - "id": "8f8c0ed9-bebb-43f9-b2d6-682f34bb8011", + "id": "44971b06-8827-447d-a0ee-03ffb7262a37", "name": "Set Duo MFA configuration", "request": { "name": "Set Duo MFA configuration", @@ -104615,7 +104615,7 @@ }, "response": [ { - "id": "c29a2f3f-101b-41f8-b61e-39f691f0ebf8", + "id": "ae9b2582-6b0a-4be8-80c6-bd921d2d136a", "name": "MFA configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -104673,7 +104673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89496a63-860d-462d-b8dd-b61a23fb0a86", + "id": "0d14bf72-6a12-4b4b-96ec-75ce30015461", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104731,7 +104731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4039e26b-9040-4b17-ab32-ba6cbe27c233", + "id": "b2170440-c197-4c77-b6a2-7590194eab52", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104789,7 +104789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4848bda-b8c4-4c16-8291-f16fd0c90144", + "id": "46eb1ff6-b6eb-4c56-b78c-5b3a2f8f7dc5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104847,7 +104847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04f88544-c38f-485c-9066-03b71528bfd2", + "id": "bc54a003-a2d4-46f3-8200-9376314f3514", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104905,7 +104905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf96fa0c-638c-49dc-ab76-92c991c13f92", + "id": "af87f04b-9615-4a0e-a6d0-e76a87dcb16d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104969,7 +104969,7 @@ } }, { - "id": "c1ce3136-24a1-4fe7-8e42-ddc32622dc83", + "id": "d23df897-43cc-4fdb-b763-a25ef8ac5ee4", "name": "MFA method's test configuration", "request": { "name": "MFA method's test configuration", @@ -105011,7 +105011,7 @@ }, "response": [ { - "id": "64e41000-c414-4307-80ad-28b88ce1e7aa", + "id": "192ab43b-d087-44f2-868d-673ef517acab", "name": "The result of configuration test for the MFA provider.", "originalRequest": { "url": { @@ -105056,7 +105056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81b8bc74-830e-4aae-afb4-0c219734da92", + "id": "751b796b-f2e7-4a31-9b18-f87ffbd022f6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105101,7 +105101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40366649-1179-4df1-a893-ec3029f5dad3", + "id": "b0b8c293-68c6-4a15-9ad1-c76fc8d3e17d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105146,7 +105146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8228614-ee12-427e-90e4-6e392ebd181d", + "id": "2568b69d-4c37-419a-ad5c-0470f9b171c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105191,7 +105191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02fafd91-b1ce-41e0-a68b-bcdcde33ae6b", + "id": "2e8d33e3-8148-49f1-a899-5378d17906e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105236,7 +105236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "571fad36-e78a-471a-903b-0961e8e72565", + "id": "1998f619-4645-4078-b0d0-6d70f7ecc8c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105287,7 +105287,7 @@ } }, { - "id": "02f6918a-3ecd-4426-b8d7-95c82efa9a53", + "id": "adecf629-5dcf-443a-9a25-6b3073ed82eb", "name": "Delete MFA method configuration", "request": { "name": "Delete MFA method configuration", @@ -105329,7 +105329,7 @@ }, "response": [ { - "id": "39261237-a1b7-414f-988e-7b34194159cc", + "id": "445c0919-9bff-4b8f-b557-f507907d014f", "name": "MFA configuration of an MFA method.", "originalRequest": { "url": { @@ -105374,7 +105374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8737a06c-fcae-4aa9-8b3e-b2f00998dad9", + "id": "f58db4bd-28a2-4006-96cb-4bbb976f3c7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105419,7 +105419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "732eacc0-4ae5-4a29-b10c-f7df2f008bea", + "id": "4287a2c4-20a5-416a-813d-0e53a35befaf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105464,7 +105464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6cb5e22-c13a-4516-b2b2-fd1e27fcd209", + "id": "1dee75ae-ea53-4a3d-b8a9-3fede53fe2dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105509,7 +105509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3ffe5df-6ad4-47ce-908a-584d91e70900", + "id": "0c900511-5c46-4ab7-ae03-ebec0d44ef9f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105554,7 +105554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8143a512-df3d-47cd-96ea-1226fc3e339e", + "id": "0a882a1e-d19f-454a-b8c9-add1bf40175d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105611,7 +105611,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": "d88a306c-9a91-47f2-a5e1-47bd312ddb3c", + "id": "131bae0b-6408-40c0-b121-734624014ace", "name": "Verifying authentication via Okta method", "request": { "name": "Verifying authentication via Okta method", @@ -105655,7 +105655,7 @@ }, "response": [ { - "id": "0f0ec83a-5868-4ff2-83e5-1667fb20d38a", + "id": "9d4da480-f6bd-4714-9c3b-ce1e3078cc24", "name": "The status of verification request.", "originalRequest": { "url": { @@ -105713,7 +105713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "763e3d4d-4489-4027-a422-8107d5d76cb1", + "id": "ffa2829f-3a23-4c64-b49a-75c3d70630e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105771,7 +105771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10aa5b48-8d52-4f58-bba9-c61674e7a980", + "id": "91e958ac-c1e5-4d2b-8112-7c2f1ff3798c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105829,7 +105829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f4c5937-a93f-4eef-92e3-1b38ba237a9e", + "id": "6d857e46-293c-4853-9d4a-d64b40bfc65f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105887,7 +105887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "320f4b83-e29f-46ee-ba67-abe981aa44c6", + "id": "8119170d-a09e-4a78-bad4-d6bda52e61c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105945,7 +105945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b93d95-7030-491f-932b-1f55e7a82b13", + "id": "23ca966b-c22b-479f-8a7e-eabb92f68ad4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106009,7 +106009,7 @@ } }, { - "id": "89489988-ec2d-420d-aed5-78e469760072", + "id": "47c97c1e-655e-424e-81be-1c738a1a440d", "name": "Verifying authentication via Duo method", "request": { "name": "Verifying authentication via Duo method", @@ -106053,7 +106053,7 @@ }, "response": [ { - "id": "42c70a5f-a6fe-4a63-bbc8-87351bda3bbe", + "id": "4e491399-a35f-463f-ba93-bb8e2583e020", "name": "The status of verification request.", "originalRequest": { "url": { @@ -106111,7 +106111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3ee930b-40df-42f6-9fed-173542cc11ab", + "id": "5c57ca18-d896-4c01-9603-fc9c3d2eb701", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106169,7 +106169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44aa257a-cda8-4452-aa76-6c4a3bd565c6", + "id": "b84d1e41-4a77-4458-bf73-331b50475c6f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106227,7 +106227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91f500b6-ecba-4f0b-9941-244c86e4d555", + "id": "772f484a-ac0b-4657-9fa5-b1fe5d75f6fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106285,7 +106285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ee2dca8-b0bf-4128-99ea-86cc5fddfb4d", + "id": "3dcb4247-670b-4d36-b2d2-56acc643c629", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106343,7 +106343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "171d923c-4000-4538-b864-b3e286f934be", + "id": "afb9ae6c-6717-4c9c-a6b5-db462cccb69a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106407,7 +106407,7 @@ } }, { - "id": "59e46036-72d8-4058-a40e-65d634c0715d", + "id": "667bd792-0e5f-4e5a-86b4-6a6d8f4e3e2d", "name": "Polling MFA method by VerificationPollRequest", "request": { "name": "Polling MFA method by VerificationPollRequest", @@ -106462,7 +106462,7 @@ }, "response": [ { - "id": "51feaae8-803c-45ac-9a79-da4fbc70b911", + "id": "889b4b76-0e75-4b8d-8958-e9e628c5b555", "name": "MFA VerificationPollRequest status an MFA method.", "originalRequest": { "url": { @@ -106520,7 +106520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f52b495-9edc-401b-820d-eee41270d6c6", + "id": "0b03b122-0315-44b0-b37b-075785684709", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106578,7 +106578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5c9ec4f-ef44-4b14-a95a-9d34ba49d2a1", + "id": "eb904723-96f9-451b-a8ba-87e152842b3a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106636,7 +106636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6befe521-438c-4691-996e-8a426a3eb4fe", + "id": "f659c05e-b38a-48d9-8c57-c3e9c03b455f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106694,7 +106694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cfdf776-be04-40d0-8ca0-c5bfa13bde37", + "id": "b50e8599-ec80-421c-bdf6-47589abb2e3a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106752,7 +106752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6d33e32-f867-408f-be20-001db280bec6", + "id": "483adb88-a33b-49a2-8edb-5929014e42b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106816,7 +106816,7 @@ } }, { - "id": "072757ff-5b88-405b-b710-98ec9648e916", + "id": "6fc8fdff-442e-45de-a7bc-c9d60af36e61", "name": "Authenticate KBA provided MFA method", "request": { "name": "Authenticate KBA provided MFA method", @@ -106860,7 +106860,7 @@ }, "response": [ { - "id": "358bc8a3-e9fa-4a58-bb6d-6ee8446175e9", + "id": "022e7a6c-5089-43b2-bb99-9ab002419559", "name": "KBA authenticated status.", "originalRequest": { "url": { @@ -106918,7 +106918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08293e63-9668-4688-9b95-c2b51a96bb8d", + "id": "dee94568-db63-426d-94f4-270e5143c644", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106976,7 +106976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9553b8ba-a792-4412-b554-5ae6cacb1fb4", + "id": "2b041e36-56dc-46f1-8d84-0ddc21837b69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107034,7 +107034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d3b8f4e-61b8-479b-acd2-f6d0a8a873c1", + "id": "4da636ab-54b0-43f7-a82a-f8bc8074a8b1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107092,7 +107092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b8e790d-b2a2-479d-a2b1-10200b55fdf4", + "id": "1d508dbd-a324-4723-8b97-dc3f4ed85c23", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107150,7 +107150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44ca8c2d-3e22-4560-8634-b2c5dedc37fc", + "id": "7d75ea0b-3719-47ac-ad40-e8c66ea5f9c3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107214,7 +107214,7 @@ } }, { - "id": "61e2096a-50f1-43d7-ba52-8c77b6e0bfd2", + "id": "125912bc-88b4-41e9-97f7-ed3be5c12c29", "name": "Authenticate Token provided MFA method", "request": { "name": "Authenticate Token provided MFA method", @@ -107258,7 +107258,7 @@ }, "response": [ { - "id": "7c8de9e5-8ac5-4b5d-904c-968727a559df", + "id": "2e406292-3890-4d1f-a6de-5676695e2221", "name": "Token authenticated status.", "originalRequest": { "url": { @@ -107316,7 +107316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "546558c1-109a-402c-8f7d-13c309c67a2f", + "id": "e5fda9ca-e7b6-4587-8415-2664a242f8ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107374,7 +107374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9b728fe-a0eb-4859-a5cd-17b0ef6d6958", + "id": "e5094797-4cb3-4de4-9f53-6077d8280129", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107432,7 +107432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "778be2a4-1dc5-4daf-85db-181481673b8c", + "id": "9f6c9a51-8193-4b9c-abf2-62b1be5d8c14", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107490,7 +107490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "005fd6e4-07b9-4e5d-8bf7-4ad66df09cb9", + "id": "b3d36b1b-bc1d-4621-a11b-bc1d90356d25", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107548,7 +107548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3dd94a2-8380-489d-b73b-de22ee0448cf", + "id": "1fbdf99e-d660-4731-b6f4-290c9c9e5ca3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107612,7 +107612,7 @@ } }, { - "id": "a2e8c6d6-91dd-4a9f-8676-3d3d473d3a8f", + "id": "dc2c1a11-cb15-4b96-8bb4-84bd9e381f8d", "name": "Create and send user token", "request": { "name": "Create and send user token", @@ -107656,7 +107656,7 @@ }, "response": [ { - "id": "65eb0f73-4cd6-4758-94b4-a85bd22a43de", + "id": "04fa117c-47b4-4865-8848-c07b723a8ea6", "name": "Token send status.", "originalRequest": { "url": { @@ -107714,7 +107714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df68f359-f170-4539-a56a-0818e243d218", + "id": "66011082-8919-4f60-9954-128c1fe45ef3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107772,7 +107772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00798a53-92ea-40b8-a9cf-03cfea860d76", + "id": "2dd2f282-1497-4381-868f-6717e1fab85f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107830,7 +107830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e658b8ad-b3ad-4ee2-8dfc-c869e7abbb6c", + "id": "2e240b2d-fcc3-4ea7-85ab-03b1cde62b33", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107888,7 +107888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "585eb21c-7c50-4e40-a15e-fd20d18c9d57", + "id": "f707990b-3b78-4c0d-a5a3-e49e7cadb134", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107946,7 +107946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96cc31d1-c68c-4a48-9e71-d38264241662", + "id": "48fb26a1-c98d-49c3-94e7-0dc7ab5afd79", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108016,7 +108016,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 Identity Security Cloud 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 Identity Security Cloud.\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 Identity Security Cloud, administrators must create a non-employee source and add accounts to the source.\n\nTo create a non-employee source in Identity Security Cloud, 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 Identity Security Cloud, 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": "231de7c7-caf0-4dc8-b240-1d32c02f2e01", + "id": "49cc09db-ca13-4332-9a79-a2d6b70ae410", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -108047,7 +108047,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108058,7 +108058,7 @@ }, "response": [ { - "id": "4a0badb0-c9c5-4872-9362-b1198ad48bb2", + "id": "a900c449-fd42-46fc-a746-76a95e37e115", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -108092,7 +108092,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108109,12 +108109,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"commodo exercitation\",\n \"accountName\": \"do sit\",\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 \"eu_fb\": \"officia tempor aliqua consectetur\"\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\": \"Excepteur dolor esse\",\n \"accountName\": \"commodo id\",\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 \"ipsum_f\": \"occaecat voluptate\",\n \"dolore_d87\": \"magna deserunt ea aute incididunt\"\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": "260949f3-7424-48aa-ba05-a313416b04e1", + "id": "5d1bd2e5-033c-45b8-8508-721e23de3101", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108148,7 +108148,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108170,7 +108170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33d3e924-02db-4b36-bacf-a8ca1b540798", + "id": "ff3ae562-71e8-4a37-81fb-c1734f4d1a95", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108204,7 +108204,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108226,7 +108226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "331aea99-a613-4dcd-9a7d-5c6e1019aa89", + "id": "e704ea4c-aeb5-47b5-bf6e-393d0b79d587", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108260,7 +108260,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108282,7 +108282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4f49bcb-c7c3-4be5-8402-8e1edf0f6a57", + "id": "c927ce36-8561-4864-bd49-72b6db79cbd6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108316,7 +108316,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108338,7 +108338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b5a5127-371b-4a3b-9952-3e2094b35354", + "id": "1d777d1b-030a-4a53-a071-dfd757f4d0a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108372,7 +108372,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108400,7 +108400,7 @@ } }, { - "id": "df805685-503b-4d73-b131-e005064b0cc7", + "id": "07147d04-6b00-480a-9257-a9f65b98795d", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -108475,7 +108475,7 @@ }, "response": [ { - "id": "0e0a11f5-91c4-4d0c-b69d-6a3e86d142f6", + "id": "a5cbdbc5-7702-446e-9f04-61a55f3a5e11", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -108559,12 +108559,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"in eiusmod aliqua ex\",\n \"accountName\": \"reprehenderit quis an\",\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 \"exercitation_c01\": \"in quis dolore\",\n \"do__a\": \"adipisicing nostrud in\"\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\": \"Ut tempor consequat anim sunt\",\n \"accountName\": \"do Duis aliqua\",\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 \"aute_db\": \"ipsum\"\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\": \"ipsum sint qui incididunt dolore\",\n \"accountName\": \"dolore ad ullamco elit labore\",\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 \"sint_1d\": \"elit esse in ea Excepteur\"\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\": \"culpa et labor\",\n \"accountName\": \"consectetur nulla\",\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 \"Duis2\": \"Duis\"\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": "26b02c5e-263a-41cb-b2b2-1824b3522931", + "id": "78334f22-8fc4-4e7a-804b-9ea71cf6daa7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108653,7 +108653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae2ca37e-5b2b-4732-84bc-a00619ebad9d", + "id": "a74e72d5-700f-41f1-8a65-e74eddbe064a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108742,7 +108742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a47fe002-827b-401d-a78b-70873c236efe", + "id": "6aea3c40-6c8b-4591-979f-ed53036bc920", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108831,7 +108831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8859f22-95ce-4a59-b197-d2d74de550f1", + "id": "fd89ff55-8dd2-477d-b78f-4fa34f18c5a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108920,7 +108920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cd9284a-e338-44ac-b957-2d950f45e3b0", + "id": "1188d90b-3e84-46f6-a784-1cf4924f3bab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109015,7 +109015,7 @@ } }, { - "id": "554566a1-c685-4a93-8a6c-987ead0ba572", + "id": "495c61e6-2862-4d3b-9fdb-ce4d0e74d9ca", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -109056,7 +109056,7 @@ }, "response": [ { - "id": "8be2bf35-3625-4a66-9c84-25f7d1ed1ec5", + "id": "fee0ccc2-1192-4649-9a7c-014ec62faa08", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -109095,12 +109095,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"commodo exercitation\",\n \"accountName\": \"do sit\",\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 \"eu_fb\": \"officia tempor aliqua consectetur\"\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\": \"Excepteur dolor esse\",\n \"accountName\": \"commodo id\",\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 \"ipsum_f\": \"occaecat voluptate\",\n \"dolore_d87\": \"magna deserunt ea aute incididunt\"\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": "fef19dd4-e965-496e-bb75-901233242326", + "id": "7fa7fdcc-6818-40cd-9dd0-c77bddf1092d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109144,7 +109144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "192e920c-08ba-4975-b93b-f0a5739f1328", + "id": "a475f835-3272-4657-afc8-201f58a44384", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109188,7 +109188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89c028aa-6b0e-4b94-b57b-58c783ff58be", + "id": "32957169-f7e2-400f-88f2-1980fc5c89f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109232,7 +109232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d29dd8a3-c996-4aca-969d-aa0742f9009c", + "id": "a71d5277-551d-4d3c-91c3-3ae8d8213cb9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109276,7 +109276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5624fb4f-2424-496c-8f45-e5137e9928b6", + "id": "bd0c29a6-a674-442e-b14d-f96bc25a78cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109326,7 +109326,7 @@ } }, { - "id": "eb3df108-48ac-4c6f-9b0d-d192c2f4e00f", + "id": "62b8fbe1-342b-4d8a-a3df-3795bdf77bc4", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -109369,7 +109369,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109380,7 +109380,7 @@ }, "response": [ { - "id": "54254d32-a0c2-4c71-8107-de100616573c", + "id": "caf057f9-8dcb-4db7-bcd6-c48c57f21982", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -109415,7 +109415,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109432,12 +109432,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"commodo exercitation\",\n \"accountName\": \"do sit\",\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 \"eu_fb\": \"officia tempor aliqua consectetur\"\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\": \"Excepteur dolor esse\",\n \"accountName\": \"commodo id\",\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 \"ipsum_f\": \"occaecat voluptate\",\n \"dolore_d87\": \"magna deserunt ea aute incididunt\"\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": "688aec11-da9d-4522-a305-63fb4212071b", + "id": "cdacabaf-8e84-42cc-8582-62c1a0412b93", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109472,7 +109472,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109494,7 +109494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bd06408-75b5-4c2b-800c-4ff9f45054cb", + "id": "52b874ac-a692-49d5-bb4e-1e6a5e8369fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109529,7 +109529,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109551,7 +109551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d8c778c-0bfe-4f31-a020-d63246c31078", + "id": "6ddfc955-c924-45b4-baee-9454ffbcddd1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109586,7 +109586,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109608,7 +109608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb2897c2-6ef3-4df1-a918-7956a9f80197", + "id": "d1a0c2d5-f80e-42c4-9d39-20096a527465", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109643,7 +109643,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109665,7 +109665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70eb31e4-04d3-4051-bf68-8ec3b327d08f", + "id": "d3f16e07-387a-460c-8f24-67d42b685768", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109700,7 +109700,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109722,7 +109722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d61423e-dd48-4645-9974-0a40fcf40d49", + "id": "3cd4ec13-63d1-4940-b274-c99479601254", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109757,7 +109757,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109785,7 +109785,7 @@ } }, { - "id": "60284977-7b1d-4adf-a59b-a84c61b66ea9", + "id": "4e4e8bf9-4994-43ba-9698-b8b082c604a6", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -109839,7 +109839,7 @@ }, "response": [ { - "id": "19c2918d-a87b-4b54-b922-dd8e6e3de6df", + "id": "85cef20d-2130-4e51-983d-ea6afbad7655", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -109891,12 +109891,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"commodo exercitation\",\n \"accountName\": \"do sit\",\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 \"eu_fb\": \"officia tempor aliqua consectetur\"\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\": \"Excepteur dolor esse\",\n \"accountName\": \"commodo id\",\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 \"ipsum_f\": \"occaecat voluptate\",\n \"dolore_d87\": \"magna deserunt ea aute incididunt\"\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": "d22bd310-ff80-4261-9b4f-63b7a4f7d6d9", + "id": "6343b97c-193b-4634-b1c4-069d7f142ffc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109953,7 +109953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22f13678-9731-4c40-b9ed-9a4146411edd", + "id": "f044aa32-9651-4f31-8b2c-3e9a17c985bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110010,7 +110010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf72d654-ed6d-4116-8d30-cf7c59019e3b", + "id": "57e69cf9-1118-48c2-aa51-7d8dfa295357", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110067,7 +110067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4331324a-d372-4f71-9810-c46884d31175", + "id": "7debaa69-5861-44ad-83ea-c1d0d203503a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110124,7 +110124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1059dd3-a9fa-4120-8fd1-6bdb4b1e8701", + "id": "414de993-c69d-4459-878c-d73b131bdc08", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110181,7 +110181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aefb28d-78af-41fe-9925-bc4731553bb4", + "id": "824a29f3-8649-4111-826f-e093c3012f6b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110244,7 +110244,7 @@ } }, { - "id": "1f353822-7854-4205-998a-35a5402610da", + "id": "fa930cca-5882-4bab-9a61-4d44f25b096b", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -110285,7 +110285,7 @@ }, "response": [ { - "id": "b8716341-ceab-435f-ab18-7d5f20499490", + "id": "c60f64f3-0946-4576-b2a8-759b82952d8b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -110319,7 +110319,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dbdf7215-3cf1-4374-9287-16de0159b418", + "id": "a03d5bfe-5c81-439f-b977-10fcd251294f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110363,7 +110363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9832e164-0c7e-4b07-af84-95f06ba4d5f8", + "id": "22997453-61f3-441d-aea8-214896d5e42f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110407,7 +110407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01b9f8d1-c5c3-4a97-98b1-97e179b50faa", + "id": "403fa6a7-1d32-4b8e-a9b8-7696201530cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110451,7 +110451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e86eabdc-b42a-46f7-8b74-82927af299f4", + "id": "e7c67834-c805-4fc7-bb37-ce0575d28926", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110495,7 +110495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c999dea9-a70d-4fb1-883b-726c63e79f98", + "id": "20422092-8585-423d-ba18-ad717254f17e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110545,7 +110545,7 @@ } }, { - "id": "d66ea11b-531b-453f-952e-368d92d8afa4", + "id": "d577fe8b-24cc-4da8-b47f-5f471024856d", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -110577,7 +110577,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"50d653d7-379c-eb63-a8e9-a5045f18870b\",\n \"urn:uuid:7eaaf65e-c1db-fdab-c253-f0124da7a0f6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"da439032-cde7-d3d0-9d6c-7b1db1821832\",\n \"urn:uuid:d214962b-4995-a1cc-2fec-fe94f7c7615d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110588,7 +110588,7 @@ }, "response": [ { - "id": "5a574e34-6bd4-42e5-9694-ac47c2d96b0e", + "id": "a4daf9a5-1d05-4ebe-9fc2-b357ed193217", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -110619,7 +110619,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"50d653d7-379c-eb63-a8e9-a5045f18870b\",\n \"urn:uuid:7eaaf65e-c1db-fdab-c253-f0124da7a0f6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"da439032-cde7-d3d0-9d6c-7b1db1821832\",\n \"urn:uuid:d214962b-4995-a1cc-2fec-fe94f7c7615d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110635,7 +110635,7 @@ "_postman_previewlanguage": "text" }, { - "id": "871bc603-07fe-4e21-8004-e4149355ce30", + "id": "1b19ba9d-3812-4c23-bd2f-6e1aa1d1de0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110670,7 +110670,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"50d653d7-379c-eb63-a8e9-a5045f18870b\",\n \"urn:uuid:7eaaf65e-c1db-fdab-c253-f0124da7a0f6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"da439032-cde7-d3d0-9d6c-7b1db1821832\",\n \"urn:uuid:d214962b-4995-a1cc-2fec-fe94f7c7615d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110692,7 +110692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e7b2ef2-98a8-4018-96aa-a98cf7650115", + "id": "d3da1323-feb4-4c9f-b1fc-e6102702beb7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110727,7 +110727,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"50d653d7-379c-eb63-a8e9-a5045f18870b\",\n \"urn:uuid:7eaaf65e-c1db-fdab-c253-f0124da7a0f6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"da439032-cde7-d3d0-9d6c-7b1db1821832\",\n \"urn:uuid:d214962b-4995-a1cc-2fec-fe94f7c7615d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110749,7 +110749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb1ba5f5-95f0-410e-88c6-d6fa14136ce1", + "id": "e8e9aabf-e520-46ff-b61e-2df62a600f44", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110784,7 +110784,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"50d653d7-379c-eb63-a8e9-a5045f18870b\",\n \"urn:uuid:7eaaf65e-c1db-fdab-c253-f0124da7a0f6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"da439032-cde7-d3d0-9d6c-7b1db1821832\",\n \"urn:uuid:d214962b-4995-a1cc-2fec-fe94f7c7615d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110806,7 +110806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f7bff74-d40f-42c5-b2f8-ea6dfa6e45e4", + "id": "009c7c26-9b2b-42ca-9aef-0e99f6de98f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110841,7 +110841,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"50d653d7-379c-eb63-a8e9-a5045f18870b\",\n \"urn:uuid:7eaaf65e-c1db-fdab-c253-f0124da7a0f6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"da439032-cde7-d3d0-9d6c-7b1db1821832\",\n \"urn:uuid:d214962b-4995-a1cc-2fec-fe94f7c7615d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110863,7 +110863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbf62768-2d5b-41ac-b3a2-f79ed37fbb32", + "id": "07c0b18d-895e-45f9-976e-fe1ed4d4f104", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110898,7 +110898,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"50d653d7-379c-eb63-a8e9-a5045f18870b\",\n \"urn:uuid:7eaaf65e-c1db-fdab-c253-f0124da7a0f6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"da439032-cde7-d3d0-9d6c-7b1db1821832\",\n \"urn:uuid:d214962b-4995-a1cc-2fec-fe94f7c7615d\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110926,7 +110926,7 @@ } }, { - "id": "807ba9ee-0519-406f-859e-5da5ec2992ed", + "id": "dc6e2ff3-edf1-4389-966a-aa081915ae92", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -110957,7 +110957,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -110968,7 +110968,7 @@ }, "response": [ { - "id": "df3602d9-26a0-44a4-9932-e4e11f5a9196", + "id": "0e8e7630-1602-4189-a696-13d78caf18f9", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -111002,7 +111002,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111019,12 +111019,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 \"Ut_e\": \"non irure\",\n \"Duis_bd\": \"officia in sed elit\"\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\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"laboris deserunt\",\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\": \"quis\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"exercitation\",\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 \"aliquac\": \"et co\",\n \"do_3\": \"sit et\"\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\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"voluptate 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\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"aliqua proident Ut do\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"CANCELLED\",\n \"comment\": \"Lorem amet dolor\",\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": "e92fac87-f63e-453a-a793-bf949a4aa815", + "id": "a45f1c5d-d723-429b-b568-66604eba667d", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -111058,7 +111058,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111080,7 +111080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dd6818b-bfd3-4b10-a16c-8f0c55dc241d", + "id": "27112bcb-7fc0-4c4e-8d46-bd13979ce1da", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -111114,7 +111114,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111136,7 +111136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d9a9a2a-3e10-4697-8b0a-1d3a0d9481da", + "id": "31c67856-c227-4e12-97a7-01ea3ebbdb6c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111170,7 +111170,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111192,7 +111192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "501cf414-9c64-46b8-8207-fd8620293db6", + "id": "da8904d1-3ff5-4908-820c-39a946ed3c9a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111226,7 +111226,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111248,7 +111248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b31a2edd-7d4f-4317-be84-ebfa8dcf0cfc", + "id": "422d9486-400a-4b23-88ef-30f5a1410e65", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111282,7 +111282,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111304,7 +111304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6121352-2155-4bd2-b0cf-1bacaf076f05", + "id": "0c869367-3bdc-4177-9cd8-9d64151a1b29", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111338,7 +111338,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 \"mollit958\": \"ea laborum do\"\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 \"id_f6\": \"fugiat sunt eu\",\n \"dolore_4\": \"velit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111366,7 +111366,7 @@ } }, { - "id": "53e0aa42-9908-4b85-ae25-034f5b8f06f9", + "id": "0d672f97-6fe2-4057-96f2-375f458c989f", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -111450,7 +111450,7 @@ }, "response": [ { - "id": "8748cc33-d961-4fbd-846d-ab599bb1949e", + "id": "959c2340-2062-49b3-ad25-b67bd6757044", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -111543,12 +111543,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 \"laboris49b\": \"consectetur co\"\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\": \"exercitation sint\",\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\": \"in voluptate culpa\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"in in\",\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 \"Ut_5d3\": \"laboris\",\n \"cupidatat_6\": \"dolor esse Ut fugiat\",\n \"quis_54b\": \"deserunt laboris aliqua exercitation do\"\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\": \"cillum temp\",\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\": \"ullamco id\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"et cillum\",\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 \"consequat_a\": \"ad incididunt magna exercitation\",\n \"reprehenderit9_7\": \"Lorem in\",\n \"culpa81\": \"dolore occaecat ut id\",\n \"aliqua1\": \"enim mollit laborum ut\"\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\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"commodo nostrud occaecat ut\",\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\": \"aute\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"dolore ex cillum fugiat\",\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 \"magna22c\": \"nostrud\"\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\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"minim labore aut\",\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\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"consequat in ex ea magna\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"amet quis\",\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": "5f01d23d-7e3c-4fd8-bce9-99e600ed9d7e", + "id": "df1bfa28-0bfe-4e78-adcc-73dbd9d1eec3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111646,7 +111646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33be811f-d6ff-4f85-b218-64ecb4006ab3", + "id": "5c1954b8-6d63-40e3-93df-91dfdbe7be7e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111744,7 +111744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbd37f9e-16e1-4f6c-a147-9306bd584a5a", + "id": "fe07f762-903e-4d5b-ad1c-2ce19035ff16", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111842,7 +111842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4da4f4b3-bbb6-4af9-95b0-9126e5896e36", + "id": "c8dc38bf-4bb9-4c45-b233-3a3a1fa2f092", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111940,7 +111940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1340e73-5afb-4aa3-9039-1ba211380fae", + "id": "6709342a-b710-4484-ad50-419bc4b8ffd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112044,7 +112044,7 @@ } }, { - "id": "1d0107af-4a85-4fb1-b7b9-832d386973f4", + "id": "11cdedff-25d9-4f47-ad5b-39446e9370f2", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -112085,7 +112085,7 @@ }, "response": [ { - "id": "d5324375-b896-47da-b8df-7a47a77d23e1", + "id": "4077f2b5-7089-41de-b36b-ad4bafc77577", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -112124,12 +112124,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 \"Ut_e\": \"non irure\",\n \"Duis_bd\": \"officia in sed elit\"\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\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"laboris deserunt\",\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\": \"quis\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"exercitation\",\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 \"aliquac\": \"et co\",\n \"do_3\": \"sit et\"\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\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"voluptate 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\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"aliqua proident Ut do\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"CANCELLED\",\n \"comment\": \"Lorem amet dolor\",\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": "c55a2af4-9049-4b53-9a5e-b13b0b7fa83e", + "id": "eb51109b-db33-4287-b12e-3d862c019fb1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112173,7 +112173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9389613-c68a-4185-a817-6ad55c7ae79f", + "id": "4e52d010-6b2e-435a-a11e-789b03bfccbc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112217,7 +112217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a9adf4a-130c-416f-b8f9-c050aa8e31cc", + "id": "730dc477-f629-4f3f-aa02-1847a3acddd6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112261,7 +112261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5a1f1aa-cd1d-49ed-8107-2b4299184ac9", + "id": "83f40a4b-c93d-49f6-9af7-342349f2693b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112305,7 +112305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2dc0015-44d1-4a7e-8a16-d25fd316804b", + "id": "6e487510-5712-4fbc-ba9d-917896bac26e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112349,7 +112349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92e83839-b411-49fb-98e5-64385670f444", + "id": "95e63ed6-8431-43a8-bfa2-75e918e9923b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112399,7 +112399,7 @@ } }, { - "id": "46851d7b-17c3-45e6-b478-a763c587e5b9", + "id": "3e2f830a-e9b8-4a33-ac01-cca076178865", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -112440,7 +112440,7 @@ }, "response": [ { - "id": "5ad50e96-6894-4c20-9746-7dfa85ef7ba8", + "id": "f1711d70-8185-4777-ae60-6835682ab762", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -112474,7 +112474,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8503d58d-4859-4747-b8b2-a1aaa83799ac", + "id": "1a48ecf5-52e1-414e-8312-bf6992bc918f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112518,7 +112518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da611d03-dc15-4722-bcea-f553204d67c4", + "id": "4040c56d-3f7d-4958-a897-2ae357c2e71f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112562,7 +112562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb63a6f4-f6cf-4e68-a917-f000ac3c7525", + "id": "37e89d1d-811a-4feb-a09c-8dee84815c02", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112606,7 +112606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c371cde6-62d0-4ecf-ad78-cac6f592c6ea", + "id": "e699e0bf-1237-4cce-829a-1ee60b74c46f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112650,7 +112650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25e6444e-50f1-43bb-bf29-95c1b2931f0e", + "id": "46f5c1bb-875a-45be-8e43-33abf64acb2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112694,7 +112694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06c976ff-02f8-46ea-908b-0850c08943ed", + "id": "141cab42-f902-4d6e-8870-3e7992fd1905", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112744,7 +112744,7 @@ } }, { - "id": "c7526a51-b72b-4e41-87cf-711b5fe08069", + "id": "59560a23-0043-4b7e-be25-24d656a8f4e0", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -112786,7 +112786,7 @@ }, "response": [ { - "id": "5b8adfd3-25df-4c83-89fe-62375fc10723", + "id": "823bceb9-281b-4318-b1ad-94ce8ff0c17c", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -112826,12 +112826,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": 85384916.27395672,\n \"rejected\": -21178595.298619747,\n \"pending\": -65118167.40258531,\n \"nonEmployeeCount\": 60209972.323500216\n}", + "body": "{\n \"approved\": -13578705.77159743,\n \"rejected\": 99998749.37471679,\n \"pending\": 70402805.88274431,\n \"nonEmployeeCount\": -75203359.02484989\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "22013265-e9d6-430b-a0a7-6b3a13ef6689", + "id": "b4bb33dd-7876-4b4c-ac7f-acd40191f329", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112876,7 +112876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "262d40bd-967a-42a3-ab16-6e062b4303f7", + "id": "ea96e607-0c39-40ac-bc5a-5e5014d38748", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112921,7 +112921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6e31dbb-9ea2-4ab5-87ac-768a423d23c3", + "id": "a17bac09-7462-4dab-a095-55b5a1b64678", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112966,7 +112966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0b1f2f3-4229-4034-a0e5-754febbb5867", + "id": "7e6824c9-d5f3-4305-90d1-8b2d4e166ca0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113011,7 +113011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38423c9f-c74b-49d9-96b3-925899ed3315", + "id": "dad3759c-f5a5-4c3b-92b4-fed10a88cb76", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113062,7 +113062,7 @@ } }, { - "id": "c1e85c93-4a2e-49ae-8341-5afb64176a76", + "id": "58118a3b-8d62-4603-97fc-f821dcd88069", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -113104,7 +113104,7 @@ }, "response": [ { - "id": "76d079fc-521c-4c8d-b3a5-02bcca4bf837", + "id": "c68e7daf-bc7e-4978-9469-9864226d637c", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -113160,7 +113160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab3b499a-7514-481f-adae-e0267802e0b2", + "id": "5680a234-6f08-4396-863a-108ebeba63fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113216,7 +113216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe74a663-a735-4f20-a39d-993b418a127d", + "id": "3e2e02b1-8450-45cf-b00f-d33fccce91d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113272,7 +113272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a53267fc-319e-4cc0-ac96-154ca4627fda", + "id": "9163780d-524b-41da-a401-9bac5347ddc8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113328,7 +113328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c539a3e-3cef-491e-b3d0-58e78e3ea754", + "id": "35b1a6a0-d7ac-43c1-b11d-63e04b5d2c24", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113384,7 +113384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2829686-0fe7-486d-a52d-b6a9b9c7fbb0", + "id": "e6ea5cdf-3640-406e-b67d-6caec665d703", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113446,7 +113446,7 @@ } }, { - "id": "27961696-32dc-44bf-95f0-776721e1ecd8", + "id": "955c0ba2-53b2-4c87-8ff2-000ccd4caf93", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -113530,7 +113530,7 @@ }, "response": [ { - "id": "c72224cc-5ed1-4c8d-b639-397b573be76f", + "id": "28d679d3-7074-4fa0-ad49-42bf0e00d0a3", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -113628,7 +113628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92c45c38-e493-4b13-8cd8-249feb4c4b1c", + "id": "1c076ae6-2581-4069-90c3-12329fa4f8f6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113726,7 +113726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6994672-be0a-485a-92b4-841baa41e217", + "id": "050fcda0-57d4-4909-865b-f29ca462a69d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113824,7 +113824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0de91412-4bef-42f2-b667-fbbcff0e9406", + "id": "35ea4c72-1582-41fb-bee9-493922a4044c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113922,7 +113922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d58285b5-6154-4b5a-8897-41555268cee9", + "id": "bcc4ef18-fc0a-4b4a-a9c8-48bfc0d68e4b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114020,7 +114020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7500e218-c6e8-4fe5-892e-fdbc80609cf3", + "id": "b17857fc-a8b1-421d-93a6-3c28f92f543a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114124,7 +114124,7 @@ } }, { - "id": "1c2e1594-6503-4767-861e-13327bdca992", + "id": "b67b7a91-7706-4edd-924b-488f9597f9d7", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -114165,7 +114165,7 @@ }, "response": [ { - "id": "ae987dde-7a78-4aa7-8b35-e277d16ec050", + "id": "16098309-cb54-4810-a576-4754b22d8ef5", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -114209,7 +114209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "593981d1-7fc7-44e4-bfdb-f03e213e676c", + "id": "9fc2c2aa-3266-4dc4-b22b-9b495ee4ac20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114253,7 +114253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcdc3576-bfaf-40f8-a0ae-be52c0202161", + "id": "97d56353-667c-405d-9444-c2bbc09baa15", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114297,7 +114297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc14e3a5-a36b-4054-b110-f1a401a2a838", + "id": "e8bf27b4-bfeb-437b-97f1-5af077a711cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114341,7 +114341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28cafa5c-0533-4949-b54e-9d66fec3b146", + "id": "804601bf-19b0-4471-ab8c-28b57001d565", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114385,7 +114385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4ad8179-972c-44d4-97f6-fee516afbc1c", + "id": "a2b8fe31-6c00-4d1c-8bbf-6ea26a6aedba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114435,7 +114435,7 @@ } }, { - "id": "7ef332d7-2bde-49d2-aa79-45a6e21e1c26", + "id": "72b0552a-6f92-41a8-b1d3-777fdf152822", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -114489,7 +114489,7 @@ }, "response": [ { - "id": "bde32a88-9086-4032-95a4-391096aaa4be", + "id": "7a4590c7-f49a-4a1e-b0f9-6f1f3a06c0eb", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -114546,7 +114546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54474620-390d-4632-afe4-12a495d7e55d", + "id": "cfab6ac9-8fa5-4168-9c65-980aa07f1fac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114603,7 +114603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adc79bd1-16b1-49ea-b0c2-f90a588d8a2f", + "id": "0295040c-273d-4a9f-be3f-1f67a9f65d1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114660,7 +114660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61b903a4-da14-4383-8d2b-6a27d296f4a3", + "id": "fa23d408-bef8-418e-bbff-d1049d2a4cd5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114717,7 +114717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "955b8288-fb93-4b96-bc18-f338bab9ed7e", + "id": "8e35719b-8697-4191-a7c6-31473226016a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114774,7 +114774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7df2b9d4-120d-4bbe-9cbc-b0f218e56f25", + "id": "92bff9bd-614e-4958-8c73-a102442414c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114837,7 +114837,7 @@ } }, { - "id": "0d7db865-b291-4f6e-8e16-4b78932c76b1", + "id": "776ad47b-e209-457d-9c9a-30a2a871ba0e", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -114878,7 +114878,7 @@ }, "response": [ { - "id": "016d411a-188b-47b8-9939-615fb3fc0453", + "id": "f230451a-ba93-4af1-858a-99b9e92ff2d1", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -114912,7 +114912,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8ec1aed0-1d56-4e46-8b9e-66149a36c2d4", + "id": "ea1c4b31-51f4-49ca-b8ee-dc0953cb6bc1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114956,7 +114956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b15ae42-ec18-4479-9954-f6d170b0aeab", + "id": "369fdeb8-1f3d-4f3c-809e-7576033b61c6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115000,7 +115000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d85ee36b-79c6-4e78-b18a-94002abb18d0", + "id": "547f2e4a-c9e5-4d17-b255-0d8dbf1052db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115044,7 +115044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88d45477-34a0-456c-8332-200c8ec030c3", + "id": "7c2f448e-b317-48a9-b5a6-b210aa21f806", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115088,7 +115088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9db66b4c-304d-4aec-b73c-e914a199a2a3", + "id": "2dae0b6e-7dc6-492f-9817-eb853b567aa8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115138,7 +115138,7 @@ } }, { - "id": "3f958a44-66eb-4f68-b194-9f74960a3071", + "id": "9db05442-1b1e-4906-afeb-a4d688bcb548", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -115181,7 +115181,7 @@ }, "response": [ { - "id": "38c30035-7fd2-43f3-8036-d3c703c7ffed", + "id": "69f7572d-9c66-46b7-9023-1e9f3c16e1e6", "name": "Exported CSV", "originalRequest": { "url": { @@ -115227,7 +115227,7 @@ "_postman_previewlanguage": "text" }, { - "id": "df10bd99-c2c1-41f2-b41e-62144546236e", + "id": "d9fff08b-ee0e-4fac-8a02-2157b43f3106", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115273,7 +115273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53e2d776-2809-4164-a3c9-c5bfc0fead35", + "id": "25f5f694-629f-4de6-9fbb-86ff2a313fe5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115319,7 +115319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d13fe92b-6f48-4573-a552-5c7aef13cd65", + "id": "5c77d63f-af1b-4bbd-b372-81c39b629632", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115365,7 +115365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16201156-ce4b-4959-b769-08ce5826080b", + "id": "edb4cf19-5016-45a0-b5d7-477ceb7035a9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115411,7 +115411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "056b8b0e-32dd-4f33-83a6-70e60f984183", + "id": "ea53b335-6515-43ae-b9ab-6122fa3753c7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115457,7 +115457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f9a9fb4-e230-49aa-b513-c3ea7d29ba60", + "id": "ca432c77-6e0d-4e72-a476-c346191916b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115509,7 +115509,7 @@ } }, { - "id": "6bc78386-e219-4ed1-b501-daca706da34c", + "id": "a4af4467-a022-44a7-997e-08df2279c4c3", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -115560,7 +115560,7 @@ "type": "text/plain" }, "key": "data", - "value": "incididunt consequat", + "value": "culpa Ut in", "type": "text" } ] @@ -115568,7 +115568,7 @@ }, "response": [ { - "id": "de7d0b6e-4ada-45fb-a71a-2f6e71dfb5e3", + "id": "70e4c3cc-5e5b-4323-b856-a7e8ef11f35e", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -115611,7 +115611,7 @@ "type": "text/plain" }, "key": "data", - "value": "incididunt consequat", + "value": "culpa Ut in", "type": "text" } ] @@ -115630,7 +115630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daf0d4fb-c619-4b92-a0ed-6830aa06c264", + "id": "b87a7e9f-2160-403a-8e38-a853620a120e", "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": { @@ -115673,7 +115673,7 @@ "type": "text/plain" }, "key": "data", - "value": "incididunt consequat", + "value": "culpa Ut in", "type": "text" } ] @@ -115692,7 +115692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43949107-743e-4849-8c07-9866fb8163d8", + "id": "42d5478b-a5c4-40a9-8558-8166af7aaeda", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115735,7 +115735,7 @@ "type": "text/plain" }, "key": "data", - "value": "incididunt consequat", + "value": "culpa Ut in", "type": "text" } ] @@ -115754,7 +115754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da14c08c-da8a-4b05-92aa-9014b3410d57", + "id": "775d0a01-b202-4a71-a519-9f39d33ac4be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115797,7 +115797,7 @@ "type": "text/plain" }, "key": "data", - "value": "incididunt consequat", + "value": "culpa Ut in", "type": "text" } ] @@ -115816,7 +115816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11d92133-5507-4cff-9ada-3d3de4e1ef0d", + "id": "744703fc-a12b-4fa5-b85a-0ec595c9ac10", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115859,7 +115859,7 @@ "type": "text/plain" }, "key": "data", - "value": "incididunt consequat", + "value": "culpa Ut in", "type": "text" } ] @@ -115878,7 +115878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9740b8dc-8951-44a9-9e4f-8c0c5cbb4cc1", + "id": "586e4aef-7682-432c-a82c-ea3e140a1c6d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115921,7 +115921,7 @@ "type": "text/plain" }, "key": "data", - "value": "incididunt consequat", + "value": "culpa Ut in", "type": "text" } ] @@ -115940,7 +115940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1784a07c-38e2-4c20-95a2-b5bc1eaba4de", + "id": "f4058cc7-1778-4885-918a-938343355ca3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115983,7 +115983,7 @@ "type": "text/plain" }, "key": "data", - "value": "incididunt consequat", + "value": "culpa Ut in", "type": "text" } ] @@ -116008,7 +116008,7 @@ } }, { - "id": "e1012b98-7491-41a7-bb14-b0b2d5e7e902", + "id": "23638c71-c8db-40c1-88fe-caaba515df03", "name": "Bulk upload status on source", "request": { "name": "Bulk upload status on source", @@ -116051,7 +116051,7 @@ }, "response": [ { - "id": "28d78a99-5080-4684-b21b-87e40c305440", + "id": "2144357a-9e46-4e74-a1cc-0ec8f289ce7c", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -116097,7 +116097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "728b33bb-ee2b-428c-929e-b950db0e9a54", + "id": "62ce9a87-c58f-407f-becf-7802706ea369", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116143,7 +116143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43711932-bd1d-4903-bbd3-410413d89091", + "id": "9f19fd0d-bc8f-4e91-ad2c-48be9980dd51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116189,7 +116189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17844f71-a11f-4aa0-9490-da023d83bb08", + "id": "86bafe80-b173-4621-8c8a-715f064925fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116235,7 +116235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3e4762c-788c-4114-ab81-99672491c0c0", + "id": "e5864049-41c6-4a06-b294-e80844b33755", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116281,7 +116281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0724b8eb-aa30-4eb8-959d-8b82127610b9", + "id": "df27d6c2-9a4a-4b4b-8d7a-cc3871974fde", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116333,7 +116333,7 @@ } }, { - "id": "e72ead2e-5019-41c6-a124-d01cdc06b1d2", + "id": "9903212f-3801-4e63-b10b-605c5f41a9aa", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -116376,7 +116376,7 @@ }, "response": [ { - "id": "b185b25c-83fe-43f5-97a1-91631ab6033a", + "id": "eb545262-1c61-4089-86eb-fce961fa2759", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -116422,7 +116422,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cccd9e74-bf28-43a0-ae32-5856d58a5ad3", + "id": "b40b2ff7-4863-44a8-b7ff-5ddaa3966c63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116468,7 +116468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43549c85-4858-4ce4-b8fe-8c4211c85a93", + "id": "5df81d39-58d4-4a8a-8c04-b731b4b50bec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116514,7 +116514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a155804-4ec4-4b54-9d27-0cc5c67c0e7a", + "id": "a167f707-2ef2-45b7-94ea-ece0c057492e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116560,7 +116560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a6a0134-ca17-4bbe-a74b-9694ece5d5dc", + "id": "acd56348-edc0-4228-a162-6dc9f91281d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116606,7 +116606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81c23f17-3f4f-4481-853b-87646be117f3", + "id": "5e5884a4-2c6d-4849-b579-6dd533fc0299", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116652,7 +116652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d3d6d3d-7628-45ed-814d-67df4323e1e8", + "id": "885faa9a-c353-4c7e-8cb8-78d0aea6eb73", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116704,7 +116704,7 @@ } }, { - "id": "4aa90ef8-7321-4ec7-a176-2d51a7146a74", + "id": "e28eedf2-b4e3-46d5-8478-fbf297672b91", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -116788,7 +116788,7 @@ }, "response": [ { - "id": "d5bf4041-f065-4ee3-9d28-3e28a037b6fb", + "id": "26aab7e7-7e09-4162-9047-3fbc0d763af2", "name": "List of approval items.", "originalRequest": { "url": { @@ -116881,12 +116881,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\": \"mollit non\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"dolor eiusmod quis exercitation\",\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\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"sunt ipsum ut incididunt\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"qui sit id mollit\",\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\": \"pariatur aliqua\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"eiusmod\",\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\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"magna\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"Duis ad culpa magna anim\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e06c60eb-9691-4fa5-b465-8c3842effab0", + "id": "cb9bdb02-fc40-4d54-86a9-d46b26feea00", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116984,7 +116984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96fae871-1733-4e3e-a2fe-4bd5bb88a2fc", + "id": "031d8147-7041-4f39-a659-450c6d4273a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117082,7 +117082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a85e3f26-d201-4c8e-9d39-11f2b4043bd3", + "id": "594478bf-6f5e-4dc1-bd44-9eb8effdbf56", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117180,7 +117180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "876887b1-0928-4ca5-b6c0-79811f358b62", + "id": "aee418c4-e5a4-4720-84bf-17c460493822", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117278,7 +117278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "feba9376-18ea-4ba0-a0ed-d4985852c7aa", + "id": "f84affcc-4a1e-4e0d-a4bb-96fec5c18d68", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117382,7 +117382,7 @@ } }, { - "id": "0cd7590b-e892-4ed1-a758-12429005e714", + "id": "929203e7-249e-4a4d-b84f-719c3b71947a", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -117433,7 +117433,7 @@ }, "response": [ { - "id": "0fa01555-0328-437e-9c70-9e60bd3f6b2c", + "id": "d7f2cd96-8eed-43e2-bd66-7b8dd5fbd1ea", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -117482,12 +117482,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\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"amet dolore\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"Duis amet commodo\",\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\": \"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 },\n \"data\": {\n \"reprehenderit440\": \"occaecat\"\n },\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"nulla Lorem culpa sint\",\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\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"elit anim\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"nulla fugiat ex sit\",\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\": \"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 },\n \"data\": {\n \"dolor_33\": \"ipsum proident culpa est\",\n \"irure_9b\": \"Ut\",\n \"sed_690\": \"cillum veniam quis Duis sint\"\n },\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"sit sed quis voluptate ipsum\",\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": "b4502aa3-3464-4b42-b24b-283c2d8c9b3f", + "id": "aeddcc22-edf8-4d37-b841-1c4f44d1adbc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117541,7 +117541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f308bae6-e6b3-409e-b6d7-dc7fbcd457e7", + "id": "a05d2592-c912-4b63-8e2a-daa1bbc2ef87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117595,7 +117595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47f6e855-fb57-441e-9567-3333baeb6f31", + "id": "f2be3892-3d35-4ae3-adc6-43fdc448cd81", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117649,7 +117649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11ef2259-ce53-4862-9f8d-837cb0beec9c", + "id": "c9d4325b-d73b-4ab5-9e6e-6ed59d050398", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117703,7 +117703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e5d1345-f03d-431e-9e6d-102a342b044d", + "id": "75ad0bf5-5c71-4971-9a32-1012389f16a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117763,7 +117763,7 @@ } }, { - "id": "dc32effa-29b3-4dc8-9bef-db903beea62f", + "id": "f9b2ef29-44eb-4b83-933d-e67ccff5a917", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -117784,7 +117784,7 @@ "variable": [ { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "id", "disabled": true, "description": { @@ -117807,7 +117807,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"Ut ullamco sit in \"\n}", + "raw": "{\n \"comment\": \"velit commodo\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117818,7 +117818,7 @@ }, "response": [ { - "id": "34c01f4b-26aa-4849-a95e-a60ffde136a3", + "id": "5c7f62ac-23b5-4c35-8f94-75dc8a4134de", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -117854,7 +117854,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"Ut ullamco sit in \"\n}", + "raw": "{\n \"comment\": \"velit commodo\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117871,12 +117871,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\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"in eu\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"Lorem\",\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\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"amet ut consectetur pariatur minim\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ex deserunt minim Lorem nulla\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "481b839f-78eb-47d1-b3cd-c3214b84e865", + "id": "375469f7-53d4-4397-a8ce-326ef1e5b9ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117912,7 +117912,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"Ut ullamco sit in \"\n}", + "raw": "{\n \"comment\": \"velit commodo\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117934,7 +117934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af2e68c6-0da3-40db-8a8f-4d5e1f147944", + "id": "3564acb8-8f10-433e-b10f-82819aa74b91", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117970,7 +117970,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"Ut ullamco sit in \"\n}", + "raw": "{\n \"comment\": \"velit commodo\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117992,7 +117992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18f4d770-d1f8-4014-ab94-1e0caafd7c83", + "id": "6323e767-d1bb-4e21-8432-fd58a43acb3a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118028,7 +118028,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"Ut ullamco sit in \"\n}", + "raw": "{\n \"comment\": \"velit commodo\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118050,7 +118050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cdb944e-8a13-46e6-8006-edbbda7d818b", + "id": "08ceb21c-580f-457e-aa5e-efd269b59ceb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118086,7 +118086,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"Ut ullamco sit in \"\n}", + "raw": "{\n \"comment\": \"velit commodo\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118108,7 +118108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efce2694-b325-42f1-874d-144d4eced692", + "id": "752fec61-0c04-4375-a3e1-f65f0fc03fd1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118144,7 +118144,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"Ut ullamco sit in \"\n}", + "raw": "{\n \"comment\": \"velit commodo\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118172,7 +118172,7 @@ } }, { - "id": "6a866265-c5b2-495a-b1da-96b0ad46f67b", + "id": "6db33310-1790-4295-a0d7-2230b7833164", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -118193,7 +118193,7 @@ "variable": [ { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "id", "disabled": true, "description": { @@ -118216,7 +118216,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et Excepteur\"\n}", + "raw": "{\n \"comment\": \"fugiat laborum eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118227,7 +118227,7 @@ }, "response": [ { - "id": "8068db85-c511-4e2b-9be9-ee86dc06cfcc", + "id": "a20e552a-6639-4c9c-afef-fa36d320d3fb", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -118263,7 +118263,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et Excepteur\"\n}", + "raw": "{\n \"comment\": \"fugiat laborum eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118280,12 +118280,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\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"in eu\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"Lorem\",\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\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"amet ut consectetur pariatur minim\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ex deserunt minim Lorem nulla\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e1950643-0295-4b1f-a720-d3664cb53710", + "id": "092fe1c0-e290-46c3-aaa9-d1a25d0481b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118321,7 +118321,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et Excepteur\"\n}", + "raw": "{\n \"comment\": \"fugiat laborum eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118343,7 +118343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e2d6077-79ba-41c3-b270-f3905e0ee24b", + "id": "8b9e91d0-62ec-40be-a236-3fcf098aa267", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118379,7 +118379,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et Excepteur\"\n}", + "raw": "{\n \"comment\": \"fugiat laborum eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118401,7 +118401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bf35b5d-ba63-46e1-9cb1-b08d03516905", + "id": "c0e24400-516a-4c69-8fae-b732a6be7f3f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118437,7 +118437,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et Excepteur\"\n}", + "raw": "{\n \"comment\": \"fugiat laborum eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118459,7 +118459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22eceffc-164e-45c4-91a5-05560d9edc62", + "id": "6341319c-f0be-44a9-b5bf-25c0f92887cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118495,7 +118495,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et Excepteur\"\n}", + "raw": "{\n \"comment\": \"fugiat laborum eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118517,7 +118517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67621ecc-354a-4403-8e78-886cbe80b3d3", + "id": "cb6b1839-e451-4988-8d78-d1e7d1c10953", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118553,7 +118553,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et Excepteur\"\n}", + "raw": "{\n \"comment\": \"fugiat laborum eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118581,7 +118581,7 @@ } }, { - "id": "a376dabf-6d7c-4e88-9de6-bb2f201d124a", + "id": "ad213526-61f2-4e95-bff3-ac774d8f7949", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -118623,7 +118623,7 @@ }, "response": [ { - "id": "21e788a1-1266-4e18-90b0-760240fb5624", + "id": "7d096973-5e96-4ac6-8ada-1ab9925ef973", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -118663,12 +118663,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": -20615749.47016096,\n \"pending\": -71975618.40306178,\n \"rejected\": 8626846.919413194\n}", + "body": "{\n \"approved\": 8234159.166162506,\n \"pending\": 84842739.40195397,\n \"rejected\": 28226222.4448068\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9e6a4e0e-3a70-4509-844f-5da6802787fa", + "id": "a89aab7b-423b-480d-9e61-d5ae6802effa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118713,7 +118713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb8a99e4-b578-44ec-a2cd-e3ad8d5ce2a0", + "id": "2b4f5c19-d04e-4023-9f9b-fadef6a0142b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118758,7 +118758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8f70067-c234-42ce-b4e6-5d3a1efc8771", + "id": "2a6948f4-df3e-4e5e-a3d5-6570f95eeff8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118803,7 +118803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d005f0e-890c-4aad-8b17-239e0c35e8d3", + "id": "15e22cca-d063-45eb-a852-49f1833d9284", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118848,7 +118848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a25c4f7-1a16-4958-9564-3285013743f6", + "id": "5577d605-1a0e-4f82-bbdd-9c1f7d60c8ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118899,7 +118899,7 @@ } }, { - "id": "39060dfd-918c-4a2c-a060-89fc33f1f6dc", + "id": "453e6e99-6ab0-407a-82dd-55601767a372", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -118941,7 +118941,7 @@ }, "response": [ { - "id": "2594d5e2-bd04-4a4d-9139-471be8a13f4f", + "id": "a4869edb-4991-4f08-9571-33dc150cab50", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -118986,7 +118986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "941930b3-2801-4dc9-bb3d-2bc57bca236c", + "id": "44affe1a-4ad6-4db1-9f44-4dd43978b8fe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119031,7 +119031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "606a0a47-bac3-4782-b642-c70b15cf310b", + "id": "c03446ec-f2c9-47b7-a4ec-df86d081363e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119076,7 +119076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81d6aa7c-ca0a-4687-8c01-e49f229a2e1d", + "id": "ffc56a76-5878-4ccd-a7f4-d8fc37865a63", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119121,7 +119121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b230f1c0-7896-4d4a-aa75-a360625f5259", + "id": "e010cb8c-7d68-4f1b-a999-fdb4b2556ad7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119166,7 +119166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12b4ac98-8a1b-4bf1-9b23-3e955bf13841", + "id": "e9820327-445d-4411-a4e4-13cf83132634", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119211,7 +119211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4a96582-4fd0-4cca-bf84-80b5bc83a30e", + "id": "133b6316-fe0f-426b-8fb2-da61f7ff667e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119262,7 +119262,7 @@ } }, { - "id": "0eb65dc5-0f12-4d6e-a7b9-57f905781682", + "id": "a28afa6c-8f1c-427f-991f-7bc6f2413677", "name": "Create Non-Employee Source Schema Attribute", "request": { "name": "Create Non-Employee Source Schema Attribute", @@ -119317,7 +119317,7 @@ }, "response": [ { - "id": "f6679d53-6041-405b-9342-37e5081907db", + "id": "53e738b5-fa6a-4102-9bb2-543a4a826d66", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -119370,12 +119370,12 @@ "value": "application/json" } ], - "body": "{\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}", + "body": "{\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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4a7cef9b-f00b-4b7a-905f-5005be6c5aa2", + "id": "1f501cf8-fed7-4ea9-a082-66a646395f74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119433,7 +119433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf91a58c-4432-4991-bddc-db0b613a53c2", + "id": "6d17d116-195f-4b27-9db1-6cbac10e9cf6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119491,7 +119491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db686584-dd8f-46e9-b9ea-01f080ad479d", + "id": "93e14506-2b51-41ba-a70b-886e88f4d368", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119549,7 +119549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2a9fb4e-c978-49c8-95de-813cfbc0f03e", + "id": "2cc08a2d-73a5-4f4d-b3df-14cc9aa8dfa3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119607,7 +119607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "869aa9cc-de08-466a-8458-e75967f3fd2c", + "id": "721e89a8-9a4c-4f21-8439-c10bb9de012b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119671,7 +119671,7 @@ } }, { - "id": "543e214e-86e7-4625-b80f-c42d0a346812", + "id": "c4ee6ef5-af9a-4fa9-8676-809549056ce9", "name": "Delete all custom schema attributes", "request": { "name": "Delete all custom schema attributes", @@ -119713,7 +119713,7 @@ }, "response": [ { - "id": "b98ae22f-f0e5-41e3-9e17-a3ae0d1083bd", + "id": "69cb6d31-ec8a-4def-9721-88d872cc1af6", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -119748,7 +119748,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e97169bf-087e-4a81-9a95-d36272a4c2fb", + "id": "ba0e8c4b-0299-401c-8f09-c758b17614ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119793,7 +119793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2b2ddb4-ec78-4bff-aba5-05d1644e8df6", + "id": "82f9a2f2-624c-4f26-9dc3-f09ba11a1cbf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119838,7 +119838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "312524ff-2f5a-41ed-8669-7e4e5faf3a59", + "id": "b289d0bf-245b-4ad3-be4f-e0241aea8df6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119883,7 +119883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18e2409a-2550-41d8-9d42-46f27d636914", + "id": "cd631802-1dc6-4567-a00a-98471ca2054f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119928,7 +119928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f166ab28-2a8a-4735-9f11-3a2d12241988", + "id": "34e65ed9-2b88-4281-9c70-2cf7a7b81871", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119979,7 +119979,7 @@ } }, { - "id": "380c0327-49ed-4539-8d5d-bf4b0419b54f", + "id": "688746af-8dce-4ba4-a87a-e828ad1c54bc", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -120032,7 +120032,7 @@ }, "response": [ { - "id": "f9c6bd04-2256-4e90-bc31-8de3fadd7b84", + "id": "9cf176be-6c07-49a4-8af9-683c0e0f8d61", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -120078,7 +120078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5674dd89-222c-4885-bd10-4fd5eaa75f8a", + "id": "a9c18806-7eb1-47db-9e7a-1060da25ba5b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120124,7 +120124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a3d00a7-3b93-4230-933c-9a42a814c092", + "id": "54bbd1bc-514e-4a7a-9b49-1a03372520eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120170,7 +120170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00adff02-fc66-4a7a-a63e-a712a30588e1", + "id": "9029134f-b661-4bed-9cb0-df933162dea6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120216,7 +120216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2541358b-ff8e-42b6-ae89-3eb681bb34b9", + "id": "07ae1c2f-0b89-4777-9047-862552e4c53c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120262,7 +120262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48a5e1f5-596f-4266-8910-641fcbcda20e", + "id": "8056ed62-25e2-4642-833e-9ab65d63b88e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120314,7 +120314,7 @@ } }, { - "id": "439bd5ae-0bd6-42ef-a507-483ac421b800", + "id": "70c7d18d-7042-4a1d-b180-c0a77c7637e0", "name": "Patch Non-Employee Source's Schema Attribute", "request": { "name": "Patch Non-Employee Source's Schema Attribute", @@ -120380,7 +120380,7 @@ }, "response": [ { - "id": "0c62e7af-79e7-4491-85de-67f72e458657", + "id": "f1676be2-cdb5-47c2-a764-c23279b9ba98", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -120434,12 +120434,12 @@ "value": "application/json" } ], - "body": "{\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}", + "body": "{\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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f2982fd8-1d54-44cc-a7d9-2def58361a5b", + "id": "da953163-ae19-484b-a162-7e355dd309fe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120498,7 +120498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb01b565-f872-49b6-98a2-47db2ec3f5e1", + "id": "becf78b5-0c2d-425f-b749-4932df4b954e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120557,7 +120557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "967117e8-2c8b-4421-8fae-48974eb12dc2", + "id": "4fec5968-2974-4db2-9b39-97a0defc2578", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120616,7 +120616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6813a521-45ee-45e2-af5a-477144b41f78", + "id": "58c19c81-5613-4cca-8cf0-e9e108101814", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120675,7 +120675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44946b26-33d9-46b3-abb6-55b3d7187041", + "id": "7608057a-d045-4aca-bffa-8fa51c3949d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120734,7 +120734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d813d95-c069-48af-90eb-4d9abd7f52f1", + "id": "eb201eb2-c49d-4de5-8d64-79e09ca7b832", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120799,7 +120799,7 @@ } }, { - "id": "dbfa31d6-29bb-4fc3-8deb-913954a47fa1", + "id": "162e0f1b-c9df-4773-b569-bcd7bfa56abe", "name": "Delete Non-Employee Source's Schema Attribute", "request": { "name": "Delete Non-Employee Source's Schema Attribute", @@ -120852,7 +120852,7 @@ }, "response": [ { - "id": "5662f0b6-de4c-4e9a-84da-d24fe4a060dd", + "id": "9dc61df4-8636-466a-8c5f-7ea1c43a548f", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -120888,7 +120888,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b57ea07e-21e0-4971-b571-f37e8e36c84b", + "id": "0be703d5-dc8e-4439-8016-a8b6053527aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120934,7 +120934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ca906d0-8416-445d-a347-cfbbeb3a5524", + "id": "a9ab7c73-054b-4cd5-b2c1-bbd19d08829e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120980,7 +120980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a56eb5f-a7cf-49fc-81bc-065c23e2139e", + "id": "20d6a33a-5071-41cd-bf7c-a699cd9aa94b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121026,7 +121026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb06f7a1-7ed5-463f-9fc6-6487d71fad79", + "id": "bd0daf09-fc95-49bf-8189-c7af4f9cd3e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121072,7 +121072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e1507a2-05d7-4109-858d-82f572676c3e", + "id": "a9c47bf7-0919-4322-be13-b4e3d50c6b53", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121130,7 +121130,7 @@ "description": "", "item": [ { - "id": "1d772d38-293d-49c7-b2ad-7d57f18940dd", + "id": "794d64c9-c00a-4d2a-bcbe-21e790923f2a", "name": "Change MAIL FROM domain", "request": { "name": "Change MAIL FROM domain", @@ -121172,7 +121172,7 @@ }, "response": [ { - "id": "de7839b2-79e1-463e-8308-96c594d691b2", + "id": "6f0027b5-d7db-4ab3-8420-8359cd5c2174", "name": "MAIL FROM Attributes required to verify the change", "originalRequest": { "url": { @@ -121228,7 +121228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7d03112-b8f6-4a7d-ad54-2c6df8132591", + "id": "c1bb8d30-c292-40d6-bab5-b885b1541b34", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121284,7 +121284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99414a3d-a285-4151-bc9a-45f064c83426", + "id": "6fc9e985-c124-494a-8b02-140eb178a806", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121340,7 +121340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27be9792-c1ab-499c-9cc4-0bdfb175a8b1", + "id": "c67a6224-20ed-458b-a90d-17b6d6c3be0c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121396,7 +121396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "299f893e-51d3-425f-91ec-507949e4a70c", + "id": "3f152eb2-2349-44b5-81e2-e06bcb77bc13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121452,7 +121452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6bf9ef4-8d55-4e53-8ce3-1e53b7c2651a", + "id": "2a281fa2-97c2-4362-8967-9953883221bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121514,7 +121514,7 @@ } }, { - "id": "1f72792a-a37b-4559-bf3d-0ff89f9079ed", + "id": "4d1c2063-74f1-4f74-9215-4464eb4cf3e1", "name": "Get MAIL FROM Attributes", "request": { "name": "Get MAIL FROM Attributes", @@ -121559,7 +121559,7 @@ }, "response": [ { - "id": "37943ee1-f2ca-4077-bdb4-16bdf154240e", + "id": "3e25892a-fd90-47c7-889a-6918cb0ef34f", "name": "MAIL FROM Attributes object", "originalRequest": { "url": { @@ -121613,7 +121613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "641898ab-f91a-44e5-a2fd-a406501f2732", + "id": "6b02516a-5711-45f2-9abc-37bbd01863ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121667,7 +121667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd4664cf-9182-4cfe-9002-b84290cc813c", + "id": "78157a5d-fe92-4d5b-bcbf-e75f495dbbf0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121721,7 +121721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1762ba8-a3a0-454a-9544-9b5e4523a2f7", + "id": "3fe4201f-446e-4886-a261-e0e7b2bec6f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121775,7 +121775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a2a9d4e-2a32-4478-9b50-87a09a5e5694", + "id": "8905a98c-91bb-43ec-a860-67d7c6801cbd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121829,7 +121829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81ac3b03-b75c-4091-b3bb-d301f6b32d2a", + "id": "1b882c39-63bf-4662-88b4-a5935a9d69f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121889,7 +121889,7 @@ } }, { - "id": "cd8f563a-6db0-4e79-a6a4-a2d201c22979", + "id": "b8fc72b8-b82b-4a8b-a827-16c0091cca27", "name": "List Notification Template Defaults", "request": { "name": "List Notification Template Defaults", @@ -121946,7 +121946,7 @@ }, "response": [ { - "id": "ae84b151-be25-4fbb-b1de-bf08f88cf0b0", + "id": "286e1e29-4612-469f-ac13-7be209a95278", "name": "A list of the default template objects", "originalRequest": { "url": { @@ -122017,7 +122017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63210e89-e6e8-4a9b-b013-da13cdfd683e", + "id": "2ba7a371-ad08-464e-ba29-d6065ee9a4a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122088,7 +122088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea531f69-9d67-4088-91d6-9e195ea20d51", + "id": "ae6c2576-977c-44af-83bc-4f7e1e1f8d2d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122159,7 +122159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "150d6753-d581-4cf8-92d7-33802f83a261", + "id": "ea896422-adf0-4bc8-90bb-3b220d42953c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122230,7 +122230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7709ff15-18ec-418c-bd63-042d39506a9c", + "id": "c8a64258-65ab-4441-ad67-3b62232fe33f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122301,7 +122301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e080487a-d558-442e-9199-8d311add611f", + "id": "52f1108e-d7f4-4da7-8af3-3774155e5eaa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122378,7 +122378,7 @@ } }, { - "id": "51636c35-abe1-4d1a-9751-010a8955c571", + "id": "9379d04b-cc00-4b49-921e-d4e20d3b5a2b", "name": "List Notification Templates", "request": { "name": "List Notification Templates", @@ -122435,7 +122435,7 @@ }, "response": [ { - "id": "876d6d17-5431-4e5a-a267-9d9b724e7c4a", + "id": "a9310e1a-0ed4-45d6-bf89-19c4504927ac", "name": "A list of template objects for your site", "originalRequest": { "url": { @@ -122506,7 +122506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ededd357-07c1-4c0a-aa99-c1e27f088da1", + "id": "9b29e69b-5305-4352-86a4-90ae5c44880f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122577,7 +122577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "002487b4-21a0-4b95-ad36-359b113bc1f8", + "id": "5f4fd21d-76d8-4750-9105-2015e6716418", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122648,7 +122648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0baaaef-2c64-4313-8817-ac48413ee96b", + "id": "079af3cc-31d6-4be2-b011-52684ef58b65", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122719,7 +122719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba6f6d58-37ee-4110-98ec-0596038cbf1f", + "id": "351a7e78-698e-4b39-86fe-5e04521f6aa1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122790,7 +122790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18274a66-ba7f-485a-8312-63f216f13efd", + "id": "d2ece155-c73b-4f08-846f-4fb5301532a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122867,7 +122867,7 @@ } }, { - "id": "9c2a06c5-810c-437d-a777-059e77d8ebf0", + "id": "12b74644-0e6f-406d-bb30-52fee8808091", "name": "Create Notification Template", "request": { "name": "Create Notification Template", @@ -122909,7 +122909,7 @@ }, "response": [ { - "id": "12d3de90-9d58-4c90-9bb1-e02efbde7544", + "id": "d7f4b491-8c48-44d3-b5a3-8d9ea5829900", "name": "A template object for your site", "originalRequest": { "url": { @@ -122965,7 +122965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e193704-c956-4c17-bcf5-6e67023678bf", + "id": "ff76bad7-a616-4fd7-98ee-586d65441fe2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123021,7 +123021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48f29b4b-4b48-4e5a-86ac-37b0dfbeb541", + "id": "934db8fb-33e8-4258-904d-b7aa93bc161f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123077,7 +123077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69f50fec-81a4-4c3c-a2a0-8bb028bd2c42", + "id": "8729e1f1-8345-4536-a0dd-350042d517cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123133,7 +123133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c4c2528-2025-4711-b2c6-2889b9fc9c62", + "id": "e0381b5d-b602-44f6-803a-0f37369ea1cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123189,7 +123189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30a0128e-9f0c-4f7f-8143-8385519f2501", + "id": "54203e6f-4969-45a1-b318-ce6591d48eee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123251,7 +123251,7 @@ } }, { - "id": "20e11a07-d103-4c18-968e-7b99ed3e538d", + "id": "cb4a8ead-3507-4746-890b-70f542094084", "name": "Get Notification Template By Id", "request": { "name": "Get Notification Template By Id", @@ -123292,7 +123292,7 @@ }, "response": [ { - "id": "1ebf0588-cc31-40c3-b941-0df7c963ede7", + "id": "3f70ff44-30ad-4e4f-b684-c7a5c07f2e66", "name": "A template object for your site", "originalRequest": { "url": { @@ -123336,7 +123336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03a88710-0f4a-47a0-a026-302455ad50e0", + "id": "06dccbc0-d270-4b7a-b9b5-6ce733c0bacc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123380,7 +123380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e11160-cf4d-4958-bfc4-aa9ee2890f8c", + "id": "e7861989-a7c1-413c-9365-828a183a1b2b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123424,7 +123424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "680678ed-005d-44bc-8f1c-d4848e37fd01", + "id": "bc4a4211-56f5-4103-8c2b-0a02f18529f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123468,7 +123468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acb21fc3-de38-4f2e-b3cb-ebd504208ce7", + "id": "6597c614-9694-428c-96df-93465724e4d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123512,7 +123512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3034c5e9-9482-4eba-a03c-12359ecd92ba", + "id": "c02c1217-882a-4055-927f-3fa08ad1a9cc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123562,7 +123562,7 @@ } }, { - "id": "3258c372-4c10-4118-a709-3f841c57788c", + "id": "5d863180-27de-4ac2-9610-d975cefd7dcd", "name": "Bulk Delete Notification Templates", "request": { "name": "Bulk Delete Notification Templates", @@ -123605,7 +123605,7 @@ }, "response": [ { - "id": "309e7035-d8b2-4b6e-87bb-0d42d425a2cd", + "id": "29882455-bb98-4d53-b12f-40a44f20f515", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -123652,7 +123652,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d1626aa6-f6f8-433d-b4ad-d3593679c482", + "id": "e8dc34ec-0ed2-4e1f-8b1d-2f870c62c287", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123709,7 +123709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9a9a4ba-e67e-4c2e-8d4f-ca27988f422d", + "id": "fb7f5661-a0cc-4e06-b5e5-0ac0d0988206", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123766,7 +123766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b13e9e37-b914-4347-988b-10678c962d85", + "id": "8cb320fe-6577-46b9-b6b6-f9a9cbe022c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123823,7 +123823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbb8c60c-798f-4418-82a8-1a8b05dd7d02", + "id": "c294bd26-fa08-497f-afc4-bd6593ffc9f6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123880,7 +123880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7d7b742-ce64-4d02-8a21-199ea815fe06", + "id": "e6356084-f0de-4d8c-9a62-2b6db7ca3688", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123943,7 +123943,7 @@ } }, { - "id": "01c0293c-b448-43ed-b1c0-731582488b51", + "id": "46fae4dd-c108-40ac-8794-c5a3096d3662", "name": "Get Notification Template Context", "request": { "name": "Get Notification Template Context", @@ -123972,7 +123972,7 @@ }, "response": [ { - "id": "24db4a78-4d5c-403d-8ad5-4083c160c8ca", + "id": "5d02ab85-d0f3-4e08-84da-b93a8d3fec94", "name": "Notification template context attributes for a specific tenant.", "originalRequest": { "url": { @@ -124015,7 +124015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b20498ef-905a-455a-8d9d-f9d96b361774", + "id": "cc51c7ce-4476-4fe4-a4b1-25c8924a7269", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124058,7 +124058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "483819c7-768a-4785-8ea6-109ef9f684a5", + "id": "1d1e8791-6d95-4dcd-a044-935e586107fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124101,7 +124101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2f90a32-cada-44fa-a867-631285b17b45", + "id": "cfb922ed-4a49-499b-b324-27b81dbcee83", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124144,7 +124144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7debe2c0-9571-45bf-b980-ef8c8041157d", + "id": "6d8e6f98-1aeb-48fa-9fe0-5d526f4a7089", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124187,7 +124187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7127498c-3571-4a48-8da4-28f3cf8633d9", + "id": "c88dd54f-e63e-47c5-a572-6ab23577c898", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124236,7 +124236,7 @@ } }, { - "id": "daed452d-0d5d-4cc3-8c1d-25b70f01f1cc", + "id": "563f0d31-51bc-4144-b8ba-a42bb9e88dec", "name": "List Notification Preferences for tenant.", "request": { "name": "List Notification Preferences for tenant.", @@ -124271,7 +124271,7 @@ }, "response": [ { - "id": "d695f758-db9b-4da2-98db-530807f02fc4", + "id": "1093c720-9a30-4615-8a6d-739a4a9ee166", "name": "Return preference for the given notification key.", "originalRequest": { "url": { @@ -124315,7 +124315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff3e3d32-4db9-40eb-ba29-3109325f2dec", + "id": "1dc78620-5ccc-4675-bcd5-59b4645540cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124359,7 +124359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa35e282-c41f-4c55-b682-3bd7c0348d12", + "id": "72873713-4592-47b4-9190-8c335856e68b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124403,7 +124403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d1a5683-ac41-4114-a380-6faf9200520a", + "id": "f66ff4a8-d586-4899-b05c-96abc4a07e68", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124447,7 +124447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de965c21-cb9f-461b-833e-5c53499e2c58", + "id": "506453c7-5fd1-4334-80cc-92357fbc747e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124491,7 +124491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16fc1916-b896-43e1-8771-b277ae931076", + "id": "f49185b1-9fea-4850-94f4-c5c2a2054d50", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124535,7 +124535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7590518b-00bd-4719-822d-f06387b76ff9", + "id": "188608cb-1c1f-474f-b41d-f847e0abadf3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124585,7 +124585,7 @@ } }, { - "id": "df555a9a-6dbe-41d8-85de-0eb3770d03ad", + "id": "c6396ecd-83ba-440a-9f42-f6b069365114", "name": "Send Test Notification", "request": { "name": "Send Test Notification", @@ -124627,7 +124627,7 @@ }, "response": [ { - "id": "8887b6a3-d487-4814-863d-a5ed14d4b0d3", + "id": "014a12dd-6f3b-494e-ad17-2bc9ac6cf6ba", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -124673,7 +124673,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3cd7fa7f-20c3-4040-abc8-c4c9056fb9b9", + "id": "b1a4fa44-1d05-433b-b1d0-05b871484d56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124729,7 +124729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b0e237f-a38c-4c48-b2ee-3d0def209afd", + "id": "4e9c9b43-99b6-4392-8a13-e7bcbcc6e2b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124785,7 +124785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ecfcc08-3fc1-438b-a9f7-b591e32defa6", + "id": "f6489b3c-3ba8-4ae4-ada2-2f5c4e328005", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124841,7 +124841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49164688-d242-4cb8-b441-6b15ced0c38b", + "id": "515b07a1-3402-43b6-9d67-02a5d7d2490c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124897,7 +124897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac1077bf-2146-4e62-bf6d-d9903ffe5ab9", + "id": "362fd5c8-1d57-4d97-9eeb-730b4584156e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124953,7 +124953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd557ecd-da17-40a5-a561-c265d84dd0ab", + "id": "d6384398-0900-4d8a-84e6-12631aa8859d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125015,7 +125015,7 @@ } }, { - "id": "da9a85ea-1038-4998-84bc-a44dce3029bb", + "id": "44f2fe45-6aa3-4169-a442-4007eb940198", "name": "List From Addresses", "request": { "name": "List From Addresses", @@ -125090,7 +125090,7 @@ }, "response": [ { - "id": "780f7334-9801-4f00-9b10-ab3c9491cbfa", + "id": "ba80ce04-c024-46c3-b7bf-b9ee99708dd2", "name": "List of Email Status", "originalRequest": { "url": { @@ -125174,12 +125174,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"est sunt amet et\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n },\n {\n \"id\": \"eiusmod in dolor\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"SUCCESS\"\n }\n]", + "body": "[\n {\n \"id\": \"aute amet nulla\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"SUCCESS\"\n },\n {\n \"id\": \"enim\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"SUCCESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4472abe7-9c74-4042-be36-2d11150545ec", + "id": "0f7f8146-0443-4a1c-883f-feae80a7b09b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125268,7 +125268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e67a7720-7f29-43d8-87c4-9dc2485ea0a7", + "id": "9cccbe9e-7833-4b5c-9105-11fce5bbda23", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125357,7 +125357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee739f29-ca63-4592-9830-86f04c2b3b2c", + "id": "1ddc5b67-419c-472f-bb6a-bdd6b5c33f05", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125446,7 +125446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90c78af5-a750-4efb-81b1-9b56aacb8ba8", + "id": "80ad6d7a-49db-4d13-8ab4-4e416742f587", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125541,7 +125541,7 @@ } }, { - "id": "544285f0-3952-4839-9864-39272dbb3432", + "id": "f1ac3d6c-ecbf-4ccb-99da-5c6223f8b38b", "name": "Create Verified From Address", "request": { "name": "Create Verified From Address", @@ -125583,7 +125583,7 @@ }, "response": [ { - "id": "5611236f-dff0-49bf-a3b0-a2b93d33e61c", + "id": "341c68b4-890b-4f90-89c2-3449ef82e927", "name": "New Verified Email Status", "originalRequest": { "url": { @@ -125634,12 +125634,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"aliqua\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"FAILED\"\n}", + "body": "{\n \"id\": \"ad eiusmod\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "eac81bcb-e8fb-4a69-a95e-41aa1621643f", + "id": "934ec8a1-1263-4cc7-9e89-a25c66d0a4d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125695,7 +125695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39fb649-be65-49f1-9898-ffe5699c7eaa", + "id": "59b54dc3-d6d6-498c-99d6-1994bb05145b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125751,7 +125751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "980697cd-2f29-49bd-b502-f2f003f423e3", + "id": "6f9136a0-301c-49d3-af55-e29fc0e20db0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125807,7 +125807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "166b4d5a-5253-4646-8b2c-a8697e56908e", + "id": "dfa05383-7edd-4509-8198-5db6a1918525", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125863,7 +125863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3935ba72-ce5a-4c03-9e23-7964fdf563a6", + "id": "3aa1aa59-c338-40f2-b834-6e44039871af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125925,7 +125925,7 @@ } }, { - "id": "2c3a26f8-65c0-4bc0-8ff1-db2519f3aa8a", + "id": "c6d2c8e9-76f0-4d94-ad8e-c1ac86179543", "name": "Delete Verified From Address", "request": { "name": "Delete Verified From Address", @@ -125945,7 +125945,7 @@ "variable": [ { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "id", "disabled": true, "description": { @@ -125966,7 +125966,7 @@ }, "response": [ { - "id": "14a09b12-89a6-40cd-95dd-df2626fcdcf3", + "id": "dcfb8272-2cba-44cf-bf86-19f38249e43b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -126000,7 +126000,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9abefa86-d692-4d06-ae7e-35109866197a", + "id": "fb85c3c9-ceb4-419a-9412-e7f63f4d1ffe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126044,7 +126044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d4002ba-61cb-475d-99bf-0cd7287b5d42", + "id": "88fd2036-2beb-48fe-8cf8-89b845e734c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126088,7 +126088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08fd67a5-2387-4138-a9c7-d5b3975a171d", + "id": "db44cc24-12da-42ea-b571-8426d6f59566", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126132,7 +126132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce330007-bde1-45f6-8d24-08ad8f4955d0", + "id": "34b25e3e-5d17-4ad5-b258-dbf69b7ba431", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126176,7 +126176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e296e1f-1b4c-4b36-b34a-754189fb7d59", + "id": "fd542fca-53bf-4339-98c9-9aa30582891f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126220,7 +126220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c33b5e6-d514-4729-a744-02cfbb6457a4", + "id": "39fae239-72cd-4586-8683-991eecd77afa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126270,7 +126270,7 @@ } }, { - "id": "fb31d96e-bf0c-4e7c-87d5-3232e21ac8b7", + "id": "cf171640-3ac3-4553-8f81-d76025c6a420", "name": "Get DKIM Attributes", "request": { "name": "Get DKIM Attributes", @@ -126299,7 +126299,7 @@ }, "response": [ { - "id": "315df4c8-ede2-45c6-b71e-e85cd1cdd662", + "id": "b5474646-43ef-4cf7-9ec6-50aa3bbabc32", "name": "List of DKIM Attributes", "originalRequest": { "url": { @@ -126342,7 +126342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3e96eae-1fdf-4a76-8def-36eb654d9f76", + "id": "91806e51-06ef-45c2-b774-5446db26c2e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126385,7 +126385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f68593ca-38c2-4d5d-bd00-49c76f964b23", + "id": "692c54d4-8577-4309-8235-e40ac9d284eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126428,7 +126428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dfaa355-a735-4e75-aded-ce68b722ed03", + "id": "6d79f4a6-3209-4cda-aee0-26c859b8a00e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126471,7 +126471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9183bb8c-556c-4ac3-a4a9-8fa5f72e16b5", + "id": "26407f44-3e59-48a4-8be0-95df63cbe6fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126514,7 +126514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9997d53-e897-4d64-904b-ac652265db1e", + "id": "a0fb5783-9c30-4dff-bb39-460de62258a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126563,7 +126563,7 @@ } }, { - "id": "71043b42-a5c1-4d14-a8ab-6774a84e9911", + "id": "247dddd2-9c7a-423b-ad5f-42aee29fb853", "name": "Verify domain address via DKIM", "request": { "name": "Verify domain address via DKIM", @@ -126605,7 +126605,7 @@ }, "response": [ { - "id": "81529617-7577-4379-ab7b-80d10dea33ac", + "id": "87cc9cb9-d60f-45b8-a3cc-721ce88bcd10", "name": "List of DKIM tokens required for the verification process.", "originalRequest": { "url": { @@ -126661,7 +126661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87492eda-50fe-4532-a873-b2c236939154", + "id": "8d26fbee-105e-4787-930d-4108355a4f1f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126717,7 +126717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94994d50-3d35-4c1a-a8b3-29039facc980", + "id": "58d0d4b2-eb78-438e-ac4c-9efc0a798c8b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126773,7 +126773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efe2f5d8-004a-4043-9efd-4e4341bcbde9", + "id": "ec489ca2-dee8-48f7-b540-fedb98d14729", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126829,7 +126829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56310072-a99a-443f-9c73-91549e28d2a4", + "id": "2d835bce-d129-4868-b52c-63e032f4d216", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -126885,7 +126885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8b94ba4-4666-49ac-8035-b426ad5016fd", + "id": "daf268e6-9a7b-4fbb-8a28-0dc6bae0fc8d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126941,7 +126941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61fade50-301f-430b-a7a2-a26455eb4b5e", + "id": "44904863-8c45-4c4d-b022-868aaa0dbca0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127009,7 +127009,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 Identity Security Cloud REST API.\nRefer to [Authentication](https://developer.sailpoint.com/docs/api/authentication/) for more information about OAuth and how it works with the Identity Security Cloud REST API.\n", "item": [ { - "id": "5ea3f6c1-3f78-4e93-bcb5-8cbf3b1a7301", + "id": "f05dd84a-03a1-42ae-923e-4bc0030a42c0", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -127048,7 +127048,7 @@ }, "response": [ { - "id": "cc8e941c-fe93-4d21-ab0a-9c7e3dddf2c7", + "id": "b8196863-b79a-4d3d-a2ef-7a01b356a7b3", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -127101,7 +127101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "988dc8cd-3dbb-4e85-8977-8b62f383a1ce", + "id": "ba8667aa-863e-435f-bb06-674ce9420c93", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127154,7 +127154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6620755-a5ef-4f87-b586-bedfdd44a028", + "id": "2bc61d62-180f-4204-84f3-63270f487f3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127207,7 +127207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd598740-a2de-4389-aa73-5e95b73aed17", + "id": "61162788-5292-4e3d-89da-03a184b518c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127260,7 +127260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5929a18e-8727-4e97-8c64-be0c75a9d9ca", + "id": "c4d52e81-a9de-468d-b7eb-d16f8d78dc17", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127313,7 +127313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24df0936-6703-4047-8a67-83f9fe0e59b8", + "id": "40d9294d-020e-4c46-9abd-ea302a52d82e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127372,7 +127372,7 @@ } }, { - "id": "df1fe038-d738-42e8-9e26-d11bfa7f933f", + "id": "aea93cbd-dc50-4473-b841-0a8a8ec45f34", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -127414,7 +127414,7 @@ }, "response": [ { - "id": "86a54c50-34f2-454e-adab-a3c31fd30aec", + "id": "95b1eddf-36c3-4aae-bbf6-bc08ddec2a84", "name": "Request succeeded.", "originalRequest": { "url": { @@ -127470,7 +127470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba46afaf-19f4-4aed-bed4-59c8b9149364", + "id": "536a0164-c74c-463d-a48d-6433c7653490", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127526,7 +127526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aec2442-2444-41d1-bde1-d502c2a2c8b5", + "id": "e7ceea66-8f36-4cb1-ab54-c79468333849", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127582,7 +127582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2c69271-4e53-49ef-b426-0149b8132b12", + "id": "538661e3-6947-4992-a5f6-2e1814f99115", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127638,7 +127638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1ac539b-e994-45e9-be94-5057ca3ab695", + "id": "98e5ee4f-729c-4a4f-9a40-6b7175e039d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127694,7 +127694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef228f8-f1ca-449b-a18d-272ea89e86b8", + "id": "ce4b63e4-010a-4fd2-b79a-a11f792254cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127756,7 +127756,7 @@ } }, { - "id": "df966d35-3eda-411d-b691-2820cd5c2b6b", + "id": "ac50270e-092c-4f8b-9561-a5e42e56a115", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -127797,7 +127797,7 @@ }, "response": [ { - "id": "9a99d7fd-f509-4fe6-b1ab-0305827dac1e", + "id": "af5a780f-115c-4a79-b7ac-4fdefc51ae5d", "name": "Request succeeded.", "originalRequest": { "url": { @@ -127841,7 +127841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "562bba9b-94ad-42d0-b778-3c9f62274899", + "id": "7fe29253-670c-4521-a4c7-6311abdc30cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127885,7 +127885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e234ad66-2324-424e-91ed-5022cc23ed62", + "id": "b9f8f1e6-f634-4987-80bf-0022d497992e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127929,7 +127929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f535ef8-de41-4bef-8c62-c5d091e46e6c", + "id": "34e96071-0d97-43f8-b4a4-b40736d9634a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127973,7 +127973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76576957-8b94-4c2a-b9a0-055e088f81d9", + "id": "d78edcae-61e4-4a81-8d74-d25cd4923da9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128017,7 +128017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a6f4ee6-eb3e-4913-a2ac-23d5d704c844", + "id": "1dd6fe2a-6dba-4250-bb84-32556f5183f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128061,7 +128061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d193c5f7-e51a-4940-ac97-73fe9f365447", + "id": "a3e9e060-884f-46ab-a257-ffb03b3777e8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128111,7 +128111,7 @@ } }, { - "id": "905940e1-01c4-422f-8032-5eaf5f53806c", + "id": "ee19f45c-f7a6-4234-ad7a-f5fe166b3be5", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -128152,7 +128152,7 @@ }, "response": [ { - "id": "9718f4f5-c328-425c-a398-b20a3f11b8ce", + "id": "7481a142-6adb-4ae6-8d70-30e1cd1876eb", "name": "No content.", "originalRequest": { "url": { @@ -128186,7 +128186,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7c172320-c47a-4040-b886-e8106ac12aea", + "id": "c4fe6d32-ce9c-4900-96bc-a2c7b18da13a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128230,7 +128230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f823847b-2e93-4a65-96db-e1830568df78", + "id": "f8d92b7d-6046-4473-a892-4f2ddd79b2d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128274,7 +128274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06a943fa-c853-4bd5-9595-1912b542013e", + "id": "0d75b263-b455-4fb0-a779-01fc5d6bb2de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128318,7 +128318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aee88b5-c37e-4968-beaa-94c31802d5fd", + "id": "02a352a1-0af3-49fd-9024-fd18691174e6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128362,7 +128362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4970e81b-3cf7-496a-8854-b2960743aec1", + "id": "79f0cc14-b80c-4c18-b999-4ff4a10d2f39", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128406,7 +128406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d75b2961-ca22-4c8e-8bbe-c18b252a1f13", + "id": "e7134ddc-d17d-4773-9e8c-bd93b472346f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128456,7 +128456,7 @@ } }, { - "id": "72fd7679-614e-49fa-b98d-d7af547779ae", + "id": "7929eb41-21a7-40d3-a845-8d4466c7e192", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -128510,7 +128510,7 @@ }, "response": [ { - "id": "d9935aa7-25df-4aeb-8c86-017ed2da4f62", + "id": "df8e98f2-c194-4048-8395-cec8257de58a", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -128567,7 +128567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26046e58-5354-4dce-85b6-d661466f5da9", + "id": "314d97b2-0aaa-4049-b4a6-7a545c131d70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128624,7 +128624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79abfad8-8e3f-4cf6-a1b2-16e3b3df34d7", + "id": "c724676b-e78c-42f7-a48e-9539f5e8e837", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128681,7 +128681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f2f7842-ab15-4aae-b120-8dd506419fe3", + "id": "39a3e127-1a56-46f6-b54b-e7ebc7273661", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128738,7 +128738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0de82228-e0d5-4333-8c2a-482690a479ed", + "id": "3f499cf5-891d-4fb5-a285-90e97c2e0925", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128795,7 +128795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abee3967-6cdf-4476-a60a-e3534808dbcb", + "id": "8b972e20-bef6-4a1a-8aaf-9199dfae822c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128852,7 +128852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1af5125-b60e-4d3d-8716-7a827c89df14", + "id": "865b7d06-e5e9-41c3-9401-2135a782d905", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128921,7 +128921,7 @@ "description": "Operations for managing org configuration settings (eg. time zone)", "item": [ { - "id": "90c44bbe-fc09-4a78-bd9a-0ecf7a67a5f5", + "id": "b785d5ff-96a7-41de-a80d-76f8743615ea", "name": "Get Org configuration settings", "request": { "name": "Get Org configuration settings", @@ -128950,7 +128950,7 @@ }, "response": [ { - "id": "219677d7-082b-439d-bde3-4d74f5c09315", + "id": "fc000165-2a1f-456a-b428-de5e199c0f2d", "name": "Request succeeded.", "originalRequest": { "url": { @@ -128988,12 +128988,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\": \"consectetur proident aliquip quis\",\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\": \"laboris aliquip esse\",\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": "72aa4469-5631-495a-9fa6-9b2d86c64adb", + "id": "be21f743-210b-4958-8de2-3eb42877d3cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129036,7 +129036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e77cec37-582b-41d2-8457-d8f565d17382", + "id": "a5b12d6f-b921-4b29-a13f-845ebbe02dad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129079,7 +129079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3824ec92-074c-4e9e-9eab-83756da439ec", + "id": "ac76a99c-3f73-4300-87c0-778452869142", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129122,7 +129122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6dd69d8-21c6-43e7-ac37-569d12ba8d28", + "id": "83d68663-3a3e-49eb-ad19-892f62f1bc8b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129165,7 +129165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bfa39b1-1bc3-475b-a650-8488346df8c9", + "id": "ca035d6d-6547-4146-80a2-351c202c16ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129208,7 +129208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c931c945-fb03-4ead-8e08-48b8759ad2e2", + "id": "33d9b0d0-7b72-48d0-a7ed-4126ff91ce4e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129257,7 +129257,7 @@ } }, { - "id": "a39f8794-0034-4d76-942a-cfbd40f99485", + "id": "03667a34-b72e-4366-a2d2-af4c4f23826b", "name": "Patch an Org configuration property", "request": { "name": "Patch an Org configuration property", @@ -129299,7 +129299,7 @@ }, "response": [ { - "id": "6ec5d7d3-e26b-4533-90da-26e09cc49c46", + "id": "41867cdc-cc41-41e5-a351-1c395393224b", "name": "The Org was successfully patched.", "originalRequest": { "url": { @@ -129350,12 +129350,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\": \"consectetur proident aliquip quis\",\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\": \"laboris aliquip esse\",\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": "34e4e715-9ce4-4bdd-a059-17df958d40c8", + "id": "d8254b82-e246-435b-9dbc-31d512f2a622", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129411,7 +129411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19486a13-2607-4656-8c26-ffeaf3f9c815", + "id": "69060d12-7f76-4309-9973-81c6ff0e2b5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129467,7 +129467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc2972c6-3968-4271-97cb-64bc62b66ae8", + "id": "36468ddf-3001-4500-892f-61c6294f010e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129523,7 +129523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25aef101-58bb-408e-bde9-f95122a97cd5", + "id": "8cca4b7a-657d-4041-b2e8-11b00bc5bfe3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129579,7 +129579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5954d63d-5323-4ea3-92e4-52ff9f50c73b", + "id": "65502a90-07e1-4105-9a3c-3233f7afc2e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129635,7 +129635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c2d259a-d9db-40e3-97e3-2e00e22c6bb1", + "id": "706f085f-1fa6-47f6-b80b-3d8a9b6840f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129697,7 +129697,7 @@ } }, { - "id": "10a57a67-677c-4ca3-b736-099df4bdeaa8", + "id": "bb868e7c-1f7a-4d3f-b234-cf9dbb7006c4", "name": "Get list of time zones", "request": { "name": "Get list of time zones", @@ -129727,7 +129727,7 @@ }, "response": [ { - "id": "6da261fe-89df-4ae1-b49e-b9d4d19e34cc", + "id": "89b03f6e-34ee-4b72-a731-236b3f9dd61e", "name": "Request successful", "originalRequest": { "url": { @@ -129771,7 +129771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aa7751f-18f4-41a0-94a3-cdc2f4be4f54", + "id": "e350a14e-a85e-44b1-9f9b-b0ac5ebc99e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129815,7 +129815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3065f58e-5014-49a1-beec-988ebf273f60", + "id": "9c22e7c1-a092-46fe-b052-8061105e3687", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129859,7 +129859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae0a8477-d655-4438-8f40-54a98a692ca8", + "id": "2cd1ef56-8ad5-43d1-a871-ec2252abe657", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129903,7 +129903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "303c6dc3-f5a8-4fb7-b7e9-94c74880c82a", + "id": "07aaf70f-1ff1-472b-a61b-bab13b03b24c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129947,7 +129947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d08e9ba-26fe-4ef2-81a6-cb5bd079b43d", + "id": "5aa6734b-4c5c-46b5-bc33-6a21d48ae440", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130003,7 +130003,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": "6ddcdc3f-706f-46bc-b5d8-164371cc92f3", + "id": "67bd739a-5eb3-4390-9b8a-864b27fa6dde", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -130032,7 +130032,7 @@ }, "response": [ { - "id": "b38ef9f0-a9cc-4beb-98a5-2fa0f1dde244", + "id": "db7de97c-d763-44f9-8363-63edcec2f60b", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -130075,7 +130075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a480551-9612-4ae0-81f6-7b3d3588f8eb", + "id": "f3cc6198-23b9-492f-80c3-eb85086bc07b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130118,7 +130118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df126482-8c1d-4e8d-9916-b1b808647a0f", + "id": "6656b5d3-d369-4caa-9b94-d766e732fab9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130161,7 +130161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e66ca676-4eb1-4a1b-8ec7-56ce74daba6f", + "id": "e886a3c4-f99f-44fd-85d2-708396dcc7a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130204,7 +130204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6990f17-2046-461f-b3c5-1f912c096b74", + "id": "9e2698ba-a5ba-4912-ba81-056508a7a802", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130247,7 +130247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4039fec6-dfa8-411b-b4bd-641ca760468b", + "id": "17288f39-303a-4278-a31c-b72bc574479d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130296,7 +130296,7 @@ } }, { - "id": "fbf678dd-e3b7-4a0b-8542-3323e1284ac4", + "id": "146e9036-e001-4b18-8d93-00e4711da9a1", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -130338,7 +130338,7 @@ }, "response": [ { - "id": "ac75fae7-53b8-4326-9da5-da088d9654d0", + "id": "f45a5120-40c1-47ef-aab4-b399d7e607da", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -130394,7 +130394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84f69923-4533-4423-926f-a69a9713e941", + "id": "615621ba-5314-4b58-bb85-60657a27c179", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130450,7 +130450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e5c9146-c962-4c10-83f8-d0b3309f86e6", + "id": "2bc675b3-c587-40fd-9c22-02d958037ae2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130506,7 +130506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd22dc0b-b666-4ec5-bc9b-74a57dd80fd1", + "id": "2b46f180-ba6f-4b71-a258-e8432baf63d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130562,7 +130562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "692fc2dd-767f-4483-bfba-83d59ef7606c", + "id": "2660e18d-dc0f-479d-b27b-da5403d4c4af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130618,7 +130618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f11f397-8d23-48d0-b1bd-81f79fd9724a", + "id": "7e1c044a-3e86-46ff-868b-850d375932b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130680,7 +130680,7 @@ } }, { - "id": "404307d5-e0ed-48df-a6be-d17a45d79928", + "id": "474c4222-a976-4aca-a609-535663f9defe", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -130722,7 +130722,7 @@ }, "response": [ { - "id": "3b7ecca7-0f34-4a6b-9027-951b2ebfdd01", + "id": "18ef0245-ad1b-4400-a9d9-2df2500b3830", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -130778,7 +130778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bce59183-eb30-43fe-84fa-2913c819fd16", + "id": "a3daae80-4ea9-4a94-b970-de6bdbeae3ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130834,7 +130834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa578b2d-d312-4ac7-92dd-ecf42191af9c", + "id": "7febbe22-bb3b-4e96-b777-c1a98a4c3e42", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130890,7 +130890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2260558e-63d1-49b2-ab0e-4f73b0458c49", + "id": "d85139bc-6993-4a14-9207-9ec40ecb5107", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130946,7 +130946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36f92405-31be-40cd-824f-9b4313b9ac72", + "id": "c6785806-ca05-4a0f-846e-b64bf77b9c3f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131002,7 +131002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f0f84bd-2000-4564-a660-fcb47f31cc93", + "id": "d8f98f77-3fbf-47a8-85e8-6ae8d533a1d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131070,7 +131070,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 Identity Security Cloud with [Update Password Dictionary](https://developer.sailpoint.com/docs/api/beta/put-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": "bb0d9f8f-b64f-4e87-90cd-cd9c225587b7", + "id": "1543c6a4-0353-4d54-b8d4-33aaf57b90e1", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -131099,7 +131099,7 @@ }, "response": [ { - "id": "60a39f90-e433-42ad-b1a8-0bffbd0b6dc6", + "id": "9b11fbac-cdad-4c59-80c7-ff299980ef73", "name": "A password dictionary response", "originalRequest": { "url": { @@ -131137,12 +131137,12 @@ "value": "text/plain" } ], - "body": "sint es", + "body": "irure qui", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "65f39b8a-fafe-48f6-992e-e2a70203c026", + "id": "f8cf9396-6cbd-45a0-a639-78d83c84ba8e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131185,7 +131185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "792cf85d-75a3-458c-b1b7-30c584d186b2", + "id": "a8b066d0-38b5-44bb-900d-8fef3452e4e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131228,7 +131228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c77ddd5-3568-44c9-8b66-913cc3e28e66", + "id": "378bff9a-87d4-4525-8207-69d7e49415a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131271,7 +131271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a0fabe-cb0f-4944-9d08-afe0d400d295", + "id": "536319ac-b8d1-409f-8480-b44733a333eb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131314,7 +131314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2cdc919-163e-4906-bb07-d5c351097291", + "id": "122b3468-1b57-4fe8-8466-8707c376d23d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131357,7 +131357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b017e15-2fc6-483e-b8f3-1a068f1b911c", + "id": "f0d6262b-0391-408a-b67f-44aab086fce8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131406,7 +131406,7 @@ } }, { - "id": "d60f1804-b3de-4219-804e-75e70fed74af", + "id": "658d3732-429a-4f0d-8637-f6dd0242a7a9", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -131444,7 +131444,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -131452,7 +131452,7 @@ }, "response": [ { - "id": "fcad823d-df55-48d6-bc8f-052485371017", + "id": "188181d4-7f56-4689-9762-1ff616158ad9", "name": "Successfully updated.", "originalRequest": { "url": { @@ -131489,7 +131489,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -131502,7 +131502,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e3646f80-51e7-4de0-912c-c864cd8ca68f", + "id": "a0b094af-3a93-4398-9ed5-5dbb1ea6993f", "name": "Created.", "originalRequest": { "url": { @@ -131539,7 +131539,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -131552,7 +131552,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1b9d96a8-ef95-4c78-9be0-5dc1531c4755", + "id": "4e53f943-989f-4970-857f-6cd3063f091c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131593,7 +131593,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -131612,7 +131612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a46d2410-0874-43fb-9898-fb1457c71544", + "id": "8fe6ca89-bc71-4636-845a-ca20d181e99a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131653,7 +131653,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -131672,7 +131672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22238778-19a6-4a75-a602-03538b7142ab", + "id": "5bc9b2bc-5d99-4749-8ad1-95a131f5a5f4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131713,7 +131713,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -131732,7 +131732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4087805d-b419-4acf-9b5a-f3fe82e2c32f", + "id": "97427a26-26b3-4fb0-a58c-d174c0ca982f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131773,7 +131773,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -131792,7 +131792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aca16a26-f89f-4acf-ba99-f2380ce4e791", + "id": "cc7c2cf6-ff47-4b8e-bb77-0a23727771b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131833,7 +131833,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -131852,7 +131852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdb91833-4d17-492a-9e5b-200441da8577", + "id": "bff6ce31-708f-4b2f-aa32-4f9ba33442c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131893,7 +131893,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -131924,7 +131924,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 Identity Security Cloud, 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": "b9affb36-3d6f-4937-8059-e8a62c94784c", + "id": "bbbe8836-c58d-4e58-9f54-1913d10d5bc8", "name": "Generate a digit token", "request": { "name": "Generate a digit token", @@ -131967,7 +131967,7 @@ }, "response": [ { - "id": "b4b7c72b-163a-45c3-8760-f6415545af3b", + "id": "c72bfcbe-290f-45f8-b8e0-97f0c2508bcb", "name": "The digit token for password management.", "originalRequest": { "url": { @@ -132024,7 +132024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a30df9dc-81e3-49c6-94be-48d24e35c08e", + "id": "2b2469d5-09db-42df-ae09-a3c091c6cc68", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132081,7 +132081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c9f6eab-cb0c-47c0-b382-cce5581ee883", + "id": "7fc2aed2-db7b-4d62-a7c6-18f2c2c80bf2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132138,7 +132138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76747522-a0b2-4396-8cdb-ecff769d86c4", + "id": "dfe8a619-24a7-4e24-8851-9210707e1e5c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132201,7 +132201,7 @@ } }, { - "id": "00a5858b-754f-4282-b8a1-ddf7dfc1a9c5", + "id": "2620c5ed-6369-47b0-9963-f41702584ba0", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -132243,7 +132243,7 @@ }, "response": [ { - "id": "03afafd6-21da-49b3-b272-7b7ac41cc00b", + "id": "b287670c-1110-4880-9310-b65eef0d1308", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -132299,7 +132299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "328dc70e-e82f-4f95-95ed-31271db1a413", + "id": "02966094-9b77-4830-bee1-cfaed1a5db1f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132355,7 +132355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf7d50a0-49c7-4f46-b0b0-c20e5d0e724f", + "id": "49fd64f4-1451-4d90-891d-70f09dfc1b8a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132411,7 +132411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "857261a7-b7de-40f3-9b50-91f1baac320b", + "id": "98386ef7-261f-4dfe-9a25-6a56f72d983a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132467,7 +132467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9041a9f8-67a8-466e-baeb-4b7975bb8a17", + "id": "d10dcade-e539-4a70-b4d1-adc2b6475e6b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132523,7 +132523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c24e28ac-1826-4623-86aa-69afc1d38141", + "id": "3356ce2c-e4b0-4c08-b0f1-8adadc3819fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132585,7 +132585,7 @@ } }, { - "id": "358f4fac-99c7-407d-8056-72edc18dccf7", + "id": "9dc1fb0c-d349-48e6-8a9b-e87967c7b4ae", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -132627,7 +132627,7 @@ }, "response": [ { - "id": "4c3c6132-2e93-4c83-89a4-db8f510b95ab", + "id": "41e3f4d9-278c-42c3-8c2d-de97ba50118e", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -132683,7 +132683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "020823da-0072-46d4-acc1-b100bab017d1", + "id": "4531753f-91b4-4391-9377-037c709565e3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132739,7 +132739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "210fcfa9-c253-4fea-a4a7-f0818135acb9", + "id": "afb34c79-bab9-4b4f-a66e-cd55595ce4e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132795,7 +132795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04cf333c-3799-48f5-a940-353caee4f9a8", + "id": "f3a97158-bae9-4b10-841e-14f8998c2137", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132851,7 +132851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "214ddaff-18a4-41cc-a8db-314c9ef94d9d", + "id": "59fc9853-4636-42b0-9144-9eff806a37d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132907,7 +132907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39bef4fd-068a-4ae2-8121-90c072693fcf", + "id": "009d17fa-2d96-4b82-b3e5-e1c07d932d1a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132969,7 +132969,7 @@ } }, { - "id": "424647cb-ab01-4e20-851b-b4733a774200", + "id": "178af71b-6854-4f27-aa1c-7e02b6ac4b23", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -132989,7 +132989,7 @@ "variable": [ { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "id", "disabled": true, "description": { @@ -133010,7 +133010,7 @@ }, "response": [ { - "id": "af97fd46-3dfe-47d1-bd27-334e28480b5f", + "id": "d7ef1305-9090-455c-a82c-05b5692a668b", "name": "Status of the password change request", "originalRequest": { "url": { @@ -133054,7 +133054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eb90894-770e-4243-96da-e1cfe26cae36", + "id": "ba8f9ee8-8059-4511-bf58-824489f04861", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133098,7 +133098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f88c8d0a-eea2-451d-bd90-e549ba9dea42", + "id": "f30247e6-ecbc-436e-80e2-a681f4d6e961", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133142,7 +133142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87f8d2dc-26d3-4449-86a7-0cfaf776d0a8", + "id": "ecb03bf4-869d-45ff-958b-9e8fc9e6bc45", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133186,7 +133186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e191ecda-859b-4cb6-a841-21c63e15598e", + "id": "4539411a-4a15-4368-a236-6cca62558097", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133230,7 +133230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58176c8f-aba2-4448-934c-67452b4a22f9", + "id": "0cda6070-fffb-4fc4-a17d-95fd3a2796e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133286,7 +133286,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 Identity Security Cloud:\n\n- At least two direct connect sources connected to Identity Security Cloud 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 Identity Security Cloud, 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 Identity Security Cloud, 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": "632a7b32-c77f-400f-89aa-2d62977afed8", + "id": "e876d812-abef-46b3-ac92-04620c4b5234", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -133343,7 +133343,7 @@ }, "response": [ { - "id": "8303a77f-7395-4f1f-83aa-5b3cf993956f", + "id": "a390dde3-4e8d-4053-a876-8974528e354c", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -133414,7 +133414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83498189-6c0a-48fd-90f2-5dbcee2cc6b8", + "id": "b4401438-87b5-40e9-962c-39c6ba94eae4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133485,7 +133485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0128820-2652-435b-974e-9bd430bcb3c9", + "id": "184f9e34-303b-4d34-8941-cc3c149ddc53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133556,7 +133556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31bd0058-4fe3-4186-b1b1-a430bb4efbe4", + "id": "6f522abe-0094-4ddb-9d94-b10a2f76239b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133627,7 +133627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e453e6a6-225e-4d5a-b9fb-1b59e054656d", + "id": "07a00d6f-af75-46d9-a17c-266ceefcb3ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133698,7 +133698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80d7e4a7-2ed5-4a01-b772-fae50d6a90a6", + "id": "32507399-4682-4229-a8c4-df4ef77135ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133775,7 +133775,7 @@ } }, { - "id": "d5c61cc1-0dfb-43b5-b6ea-ebbf3067f3ea", + "id": "36235adc-332a-4a47-b11b-e6d05f58c326", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -133817,7 +133817,7 @@ }, "response": [ { - "id": "cdc80afa-e5ce-43df-9d3d-6c6da6cb5bea", + "id": "7a261cc6-8698-4251-b015-f19fca2e7afa", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -133873,7 +133873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de609b19-d649-4faf-b80e-840a3cbd7615", + "id": "90d9bb87-0306-44fb-9699-02432ba46554", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133929,7 +133929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81c6f8f0-fa23-468d-9c6a-43f9b772ff35", + "id": "0b4fb828-5405-4a5b-807c-108444ac18c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133985,7 +133985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df47cf0-54d2-427f-b470-3ccc63176798", + "id": "dd775bbd-087a-4ade-8189-19d657f23b9b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134041,7 +134041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da8b37e7-5d40-41ea-ab1c-798b328bab01", + "id": "44060f65-1e34-45cb-8c8e-378762b66e5b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134097,7 +134097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "099e09ab-63f4-440f-8f86-f56f14400a82", + "id": "9a6bd802-d512-4d53-9c04-79ea860c445d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134159,7 +134159,7 @@ } }, { - "id": "0472c8b6-58c3-4d51-9071-dc20c12f8757", + "id": "f98599d6-c4bf-407d-8e92-c55e0d26d3d1", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -134200,7 +134200,7 @@ }, "response": [ { - "id": "2ef66b23-6572-46d2-a7ef-3efbbafeaf1b", + "id": "a184fee5-16e2-4449-8393-32239290ef31", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -134244,7 +134244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ca90644-bd56-4ba8-b43c-0f62e23c4653", + "id": "11003a10-dc18-49cd-bc86-7b7a62fe5c6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134288,7 +134288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "084af79c-3a16-49be-9a11-0a787948b336", + "id": "9e4f4f96-eeb3-48e9-abb2-ccbf46a7bb8f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134332,7 +134332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "254c8b22-cb07-40ad-aa2e-b4e8df3e8fdb", + "id": "7dfe2cde-cf3a-4303-8880-0280b7e77296", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134376,7 +134376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88016d63-8e5b-457c-b452-2c02aabd5529", + "id": "2c9cce80-baaf-49ac-8afb-32745db1a898", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134420,7 +134420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23bea070-b9d2-4b58-bbeb-ff7cf64fd275", + "id": "5e284ae4-7a83-4d24-83c7-c202e510a62c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134464,7 +134464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bdb7dd8-03c7-4c16-af45-85653abed1e4", + "id": "46dce9d5-1bad-4328-bd8e-a0e75af220b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134514,7 +134514,7 @@ } }, { - "id": "106119b8-7312-4bb9-8a6d-d48a3280e326", + "id": "2e28e073-131b-43e1-8a89-64717636ed32", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -134568,7 +134568,7 @@ }, "response": [ { - "id": "5dad0de7-2693-4544-901e-e1d05f94d896", + "id": "3705cb60-8cae-4ced-a458-741f93fa06b9", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -134625,7 +134625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e23ca8e-366e-4a9c-8ee1-a7a4ca1e686b", + "id": "7709027e-65c9-416c-801b-b239068e9520", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134682,7 +134682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "054a41c5-025d-4b5a-9d7b-3fb28ba60ff6", + "id": "65481899-e710-4f65-8387-029566975133", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134739,7 +134739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cff636c-8e96-4161-8096-4cd3dbd4ae42", + "id": "b89e3dab-37a0-4105-b799-ca2fe5da0e75", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134796,7 +134796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "071f0c78-e284-4468-aa96-e72800fb2a7d", + "id": "1e9d7a80-a559-4581-b736-bad5253b0b0f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134853,7 +134853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63cf6ec2-09bc-4868-b4d1-b2d0766167a0", + "id": "74b75899-ad2e-471a-bf13-058d81a46c3c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134910,7 +134910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a164bec-94f2-4af2-b60a-68216be9d5fd", + "id": "1af94dd9-28e9-4705-83c3-6606cc9cbfad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134973,7 +134973,7 @@ } }, { - "id": "9921a6dc-916a-48ae-a8e0-240471f08359", + "id": "78a083b9-3d4e-4b17-abf0-7afabfcd5094", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -135014,7 +135014,7 @@ }, "response": [ { - "id": "657eff56-55f1-4b17-9ff9-c65b3330c3f6", + "id": "b5482eea-c3d1-4220-befb-e1a6d758bd50", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -135048,7 +135048,7 @@ "_postman_previewlanguage": "text" }, { - "id": "48280a65-4597-4d28-996a-419969b8035f", + "id": "f0eb2f89-7133-4aa8-9791-8352015bd64c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135092,7 +135092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bf27b54-4e0e-4501-a746-d2ec2a4980a2", + "id": "522bc953-6acb-46c6-b640-819eb46c1d36", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135136,7 +135136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a3a01c1-ca66-4c38-96df-5102a2c7b29a", + "id": "9138a9c0-bb22-4962-8ec3-a5b8075d572a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135180,7 +135180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10fc023e-5a87-4210-a24e-186b65079613", + "id": "36db2aba-f1b5-4b91-a7c4-bcf678b0224c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135224,7 +135224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cf65305-19c1-47da-9a6c-486490d6ae35", + "id": "89938ecf-dc85-42a0-8f84-e32a9bfbc2aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135280,7 +135280,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 Identity Security Cloud.\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 Identity Security Cloud organizations' integration security.\n\nIn Identity Security Cloud, 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": "4ae1c87b-ac88-46ac-825e-34bf910eccf1", + "id": "1b06ac2d-b59b-4601-9f5a-1ed6b639cd01", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -135328,7 +135328,7 @@ }, "response": [ { - "id": "f486b4b8-1c70-4875-80c0-dba02886f75c", + "id": "c8866255-0992-4426-886a-92e9f1374062", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -135390,7 +135390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a69c8be-a8b3-4199-b5f8-a89935dea312", + "id": "eedcb601-8987-4412-8ddb-a63206346c8f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135452,7 +135452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f67b192a-6c34-47c2-850d-4af13547be82", + "id": "213f23ce-9b22-4dc4-b60a-9e7cc4ffa3e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135514,7 +135514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40d8e108-9b76-4546-a03e-064fd1c49ad1", + "id": "3b61088c-c570-4aee-b09b-0d0e88331813", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135576,7 +135576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e8fc12d-d3ef-4574-b49a-346d1cd09b37", + "id": "841b662e-d058-4d25-93f5-e47aacbabb0f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135638,7 +135638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20bb9972-4411-4518-aa94-7c0e3a3ea93f", + "id": "fcb306b4-b3df-43f9-8687-f0ddc385c371", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135706,7 +135706,7 @@ } }, { - "id": "61e79eff-5e85-410c-af8e-835bb04fb274", + "id": "4d2734dc-292e-4529-be3a-a780388127a3", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -135748,7 +135748,7 @@ }, "response": [ { - "id": "cf316846-4328-4580-8931-d6ee3d99b865", + "id": "ab90fbfd-c7b4-487c-b82a-b291385dc373", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -135804,7 +135804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a82e87ea-3d06-4415-988c-fc279d319aeb", + "id": "09ad6ae2-a18a-4ef1-8fd8-380f5597d188", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135860,7 +135860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38442e81-be7a-4945-aec4-b104f22dd84d", + "id": "f17a151d-2832-49e2-8e02-8fd8a661e384", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135916,7 +135916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41364b8e-bd06-4609-b4d6-215574702ffa", + "id": "2c96f826-a124-4283-8b71-0f9e5e003829", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135972,7 +135972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01c0713f-146f-46d6-b175-6773e149383a", + "id": "0bfb31cf-5526-48e3-9338-196520b70e2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136028,7 +136028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "136c46d0-d431-4601-ab7e-4a3cccdd9131", + "id": "0c47f919-9964-45db-b072-c870daef051f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136090,7 +136090,7 @@ } }, { - "id": "3190fd4b-39c3-4ef6-9f49-b3448046b6fb", + "id": "2777f067-4dda-4612-8202-72577eb862c7", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -136144,7 +136144,7 @@ }, "response": [ { - "id": "ec7cc735-381c-4125-9844-73402f936c85", + "id": "494a5760-fd45-4ff4-8346-1c0704ba2a96", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -136201,7 +136201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f86dc6cd-9b57-49a9-8098-237d15f658ee", + "id": "a46662dd-6f83-4eaf-b603-86d8d9ebbe67", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136258,7 +136258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "295bfd9c-b96f-4b47-8251-0d4691e93b8b", + "id": "0e6a16cf-4ccc-4b7a-a17a-e394c7e29db6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136315,7 +136315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9a2f7ba-bfeb-4d61-bc82-173110e3140e", + "id": "c4ae8a24-1d4d-49e3-a4aa-713a0df286f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136372,7 +136372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69b75f47-cfc5-42e3-935b-54f2a3dd32b5", + "id": "f7fdbb9e-8b59-4bf5-b2d8-f6c5f7c41256", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136429,7 +136429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfa8d3cc-a41b-47c7-bd79-0da68f5d650b", + "id": "65131d67-06fe-47fa-a29e-0c3620973e82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136486,7 +136486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2effcdfd-0ede-4e3a-9ed7-1711432a6790", + "id": "1b9a70ad-53ae-4c05-b00a-936efbacd2b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136549,7 +136549,7 @@ } }, { - "id": "d66ac818-ddd3-4c2a-8716-05819c9a352e", + "id": "db61bde2-1660-4b6c-abd2-5951193aaec5", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -136590,7 +136590,7 @@ }, "response": [ { - "id": "2e56b6c0-7258-4d80-a8eb-43161c756ca7", + "id": "646c31c8-58a4-45eb-9f13-aebcb6ba194d", "name": "No content.", "originalRequest": { "url": { @@ -136624,7 +136624,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e9dbca64-239f-48a4-a9b8-b896c3ea41a7", + "id": "be2fe440-490b-4eda-849c-1ee8968e0bbb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136668,7 +136668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cdd3136-1334-44df-b96a-e9bbbc3f64fa", + "id": "ad452f35-6373-4a65-98b9-58b15c928f76", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136712,7 +136712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f01be6f6-027b-4d81-853e-250ca0ed4a85", + "id": "3c836270-6514-4c15-9529-1a85830193a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136756,7 +136756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bbad115-1f8d-4fe3-8b87-53efb507e4e9", + "id": "56f4174d-11ce-4ec0-86fc-ff1f86496307", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136800,7 +136800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ede1dec7-059e-48a5-9b6b-56366addee1c", + "id": "d4087c83-f592-4ded-bef7-6237126a3e2b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136844,7 +136844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b1a72c0-9171-4bd6-8c3c-8ff43b54758c", + "id": "325285ca-223d-4f6b-ba99-25073fd35a3d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136900,7 +136900,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/docs/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": "98daacce-2e69-4306-a507-95abe090f423", + "id": "2fbe014f-4436-4170-82c7-a49980958066", "name": "Get Public Identity Config", "request": { "name": "Get Public Identity Config", @@ -136929,7 +136929,7 @@ }, "response": [ { - "id": "45c40d6d-9c0a-4959-be03-c08a79e8259b", + "id": "e90ca148-41c3-49bd-8e23-a5ce47836478", "name": "Request succeeded.", "originalRequest": { "url": { @@ -136972,7 +136972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59fafbd1-d132-4655-af42-9b365961fb06", + "id": "ae982baa-2cde-4f3b-be20-d8692ac1a321", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137015,7 +137015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5810b366-b1d4-4e96-a586-50bf0b8a55c6", + "id": "13d808a5-3906-44d6-b5ce-85cd4b242e76", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137058,7 +137058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6433d06-c0b5-4b36-aeef-85cd0819a6ea", + "id": "cfffebc0-d553-4d00-aaf9-8a384f7e3f8e", "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": "80528754-d39c-41cb-80b8-a59d9a4be7a4", + "id": "887a0498-c1d4-4409-b56a-de4a9905ccd5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137144,7 +137144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5af41469-72f0-4faf-9fe7-1adf4e37a421", + "id": "dafd9b75-9d44-416d-8a65-1406f9a7318f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137193,7 +137193,7 @@ } }, { - "id": "aa700c91-fbe0-4e51-ad77-64c61575953f", + "id": "687e93ea-f57d-4df1-8b7f-c9965b92c757", "name": "Update Public Identity Config", "request": { "name": "Update Public Identity Config", @@ -137235,7 +137235,7 @@ }, "response": [ { - "id": "afec5b01-a482-4e25-bae1-bb65feaeea2c", + "id": "af53f4d0-f8a2-41ad-9e82-1211ac967732", "name": "Request succeeded.", "originalRequest": { "url": { @@ -137291,7 +137291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a160e825-b989-433a-9d64-6c5870f06dca", + "id": "e4e93048-f31d-46cd-a304-2abd36def657", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137347,7 +137347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7ad228c-afee-474c-9276-11729a1f40d1", + "id": "b694592d-3569-4299-8f2e-7bd5de637dd5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137403,7 +137403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3baace19-fedc-4ecc-bc51-b748d1605e15", + "id": "25c66f41-88d2-4488-b8e2-7d31256e2616", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137459,7 +137459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45e7a52a-876a-4ae0-91c8-597f1ae5314e", + "id": "f71fbd02-fa9f-48f2-ae8f-995ad1bd6463", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137515,7 +137515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e5b3b26-7026-4099-af17-0078b4462280", + "id": "5d0d8484-fa9c-490a-8576-296c3d355972", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137583,7 +137583,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/docs/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": "62c81b0b-49ce-4d2a-b095-b9cf08202169", + "id": "5aae5887-3361-4312-9ab0-710f39ea44f4", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -137694,7 +137694,7 @@ }, "response": [ { - "id": "3291f2c4-5db1-42ea-86f0-84a0ff4b223c", + "id": "7fa4241f-2775-41cf-bda1-3c31b8f3c5da", "name": "List of requestable objects", "originalRequest": { "url": { @@ -137819,7 +137819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bacc35a2-eff8-4ca8-b4b5-4fb18e3b149a", + "id": "836dd8f2-1f1a-4dc0-97a8-342d4029921b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137944,7 +137944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ae12a3c-1d20-4618-9bde-1839dd758d2d", + "id": "5c2d5601-6045-4557-bc1d-fad09829158c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138069,7 +138069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42efe7cd-cb62-4d87-9529-a1751e0e0ead", + "id": "0720f2a9-64f8-4cf0-8d56-830dcdb6924e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138194,7 +138194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "404fc871-c0f9-45e9-9225-937692c2780e", + "id": "f98d491e-60ce-4ab5-9878-019e55d12848", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138319,7 +138319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b88e4b91-1c2c-4915-b624-bf6064d486fb", + "id": "002fcf6d-b254-462b-b74d-fc6372c4792a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138456,7 +138456,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 Identity Security Cloud.\nIdentity Security Cloud 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 Identity Security Cloud.\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 Identity Security Cloud 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 Identity Security Cloud, 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 Identity Security Cloud 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": "fd8dc795-a992-4442-8c93-59a3fdf37a96", + "id": "4a857997-8700-4bda-98f9-ff2abcdfe74b", "name": "List Roles", "request": { "name": "List Roles", @@ -138558,7 +138558,7 @@ }, "response": [ { - "id": "a341295c-11b4-4903-b59e-6b15c08a5416", + "id": "f93952c6-380c-402b-9302-71272a7c7b59", "name": "List of Roles", "originalRequest": { "url": { @@ -138674,7 +138674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b017f887-539e-41b5-9a60-b468eef3101e", + "id": "58b2fd22-142b-4b95-a86e-c60a7da9b4d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138790,7 +138790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4475e319-2a8b-4ccb-a699-5bf4b301b966", + "id": "5cfa0171-ac2a-4dae-9e4b-7f7dc477f6ca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138906,7 +138906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a68e6a31-a188-4aef-ba17-0aa831012fc4", + "id": "cace7f23-d5ff-4166-97a3-c8507acfcf4b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139022,7 +139022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebe93f7f-b31c-4898-a8cf-4903f353dfc5", + "id": "a6635827-ed20-41fc-ba01-c0f71dc07f96", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139138,7 +139138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df4a725d-bf6f-4f59-aef4-2fb0e93cf93a", + "id": "9c639599-7233-4e63-91a6-ec09f10562ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139260,7 +139260,7 @@ } }, { - "id": "f65e13b7-44ed-4fd1-bbb3-4670327ee23e", + "id": "61302c80-82ff-4fe3-bc31-7d3c072c3cb1", "name": "Create a Role", "request": { "name": "Create a Role", @@ -139302,7 +139302,7 @@ }, "response": [ { - "id": "d661cdd2-3111-45c7-80ee-93c7288b64cc", + "id": "8b1ad2fa-3e3a-4391-8df1-29716cb68c20", "name": "Role created", "originalRequest": { "url": { @@ -139358,7 +139358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9d35d8b-75b3-4cd4-ac7c-2071f7e0e1dd", + "id": "900e7999-0862-4dc9-8c6a-3e6a8b2c5877", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139414,7 +139414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "363efe25-b719-44da-9395-9cd56519fdc1", + "id": "260d36a0-6c18-458e-aaec-6ff176299117", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139470,7 +139470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad2a952e-0a4b-4ab1-9131-7ca35539f4d4", + "id": "101d7eaa-302c-4b05-a66d-13fce0e572c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139526,7 +139526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7085fa4a-eed5-4b2f-86e8-4b822ec8dda2", + "id": "dd21e237-10ab-4052-b86e-12bd8984de8f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139582,7 +139582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93a6454f-f029-49e6-9f37-881697545b67", + "id": "bd342fe3-288b-42f7-8f55-bd8253fc8fd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139644,7 +139644,7 @@ } }, { - "id": "690df7b3-3fc2-45e9-8809-c9387cd9799a", + "id": "21ef502c-f2aa-4827-abd9-32781909dacd", "name": "Get a Role", "request": { "name": "Get a Role", @@ -139685,7 +139685,7 @@ }, "response": [ { - "id": "b71aa89d-b2a1-4b18-a22e-64e1cd2797d9", + "id": "39011eb1-4616-49fd-8356-5a59374a8442", "name": "List of all Roles", "originalRequest": { "url": { @@ -139729,7 +139729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07d32665-11df-4790-84c0-48a5fd5d65c3", + "id": "20eaa82e-dc19-485d-a7cf-d83219e39c6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139773,7 +139773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba40a95f-01b4-4958-bd19-db5c05b613cc", + "id": "4a96751f-1c14-4447-b373-26854f821cb7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139817,7 +139817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2ab6ff7-de33-4690-a322-cad42b1ac6dc", + "id": "707216f5-a313-47f9-b9a8-f9418e7218bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139861,7 +139861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24551061-30b3-4c5a-a09b-1ceff596f76a", + "id": "5dc5d8e5-e0c6-4eb2-be5f-d718229c8c6b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139905,7 +139905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38f45f60-d19a-42d7-8e77-f4c1e5703881", + "id": "70eff177-4924-445c-be10-a39bf1b8f192", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139955,7 +139955,7 @@ } }, { - "id": "c0272c86-e444-4e75-88b4-173cf001358a", + "id": "a35275ac-6143-4142-ac58-4246c22ffc5e", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -140009,7 +140009,7 @@ }, "response": [ { - "id": "d34d8b32-f2aa-4aa9-a171-03e06dc191a9", + "id": "18068e3d-ad31-4b79-9220-7f4b57f26396", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -140066,7 +140066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c729e50e-b15f-42c7-8f2f-31c2ff1c7edc", + "id": "32b7080e-5df3-42a7-947f-c28b10103229", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -140123,7 +140123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ebcad41-b7f3-4e32-a2b3-cc1081344313", + "id": "334dcc51-5862-4d5f-9f57-0ab494f88af0", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140180,7 +140180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "466c8bc8-a69a-4c4a-ba45-9611de8a6f44", + "id": "37cade18-7ccc-4384-9955-3c4bd70f3269", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140237,7 +140237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "817d55d1-974b-4d35-abe7-2a0813675881", + "id": "87c6e69a-506e-4ea4-acc1-f18e272fdc03", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140294,7 +140294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d3d9c0e-26de-4008-95d8-4bb6af02b8e1", + "id": "1d5fe2b0-39ee-48b8-bed6-2b3c12b88812", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -140351,7 +140351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8996905-7c40-467d-b1b2-967a52cde51f", + "id": "6c64686b-5c81-4f65-bc51-ac0baa4ff67c", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140408,7 +140408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58d763c3-85ca-446a-bb7a-1e59c8602010", + "id": "1c7e0714-8e92-47c6-b533-b172002737d5", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140465,7 +140465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff1d2a74-5a3e-4842-b972-83b6c16e311a", + "id": "03d41bc5-1476-47b9-9c20-420f84f8e0cb", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140522,7 +140522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0751d18c-9d49-4e48-a9df-7f5916480a00", + "id": "5bcad306-fd6a-4a8e-b6de-cca29c64cc52", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140579,7 +140579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0419ba1a-27d2-425a-ad9b-759c9b564d58", + "id": "61eef038-da66-48f0-bc25-18b4d871939b", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140636,7 +140636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d89e8d5-9107-4f29-b2b3-d19f3d8854d0", + "id": "7cbfdb44-c954-41d7-9989-dddcd004d6f5", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140693,7 +140693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d293a58-4d7b-46b9-a156-33b38c359697", + "id": "04ff34a6-1439-4945-811a-c30c0f9b4e35", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -140750,7 +140750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "431c7d46-f04a-458d-afff-356f7e0392e3", + "id": "7f6d84f1-a2bd-4d93-b7e6-51de7d99a8f5", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140807,7 +140807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dec5772-568e-4d25-aad0-4d1a13b83e89", + "id": "2e21cd6b-f284-4a64-b171-45868b5c5aef", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140864,7 +140864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "befeeece-aafc-418e-9d3e-856b83eb0647", + "id": "03131b3a-bcab-4356-8715-6fc394349469", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -140927,7 +140927,7 @@ } }, { - "id": "edc9120c-8451-4ab5-83a4-d4414e905831", + "id": "9e2dc7b5-fd7d-4b97-9810-ba60893af5a6", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -140968,7 +140968,7 @@ }, "response": [ { - "id": "bb1a1384-9f84-4e28-837f-5256c686a7c4", + "id": "52409586-aeeb-41fe-ab11-d5a5e01421ad", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -141002,7 +141002,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0d0ecfd6-dd64-495f-b090-5b5f2e53ca99", + "id": "9d330f3a-52ae-4683-a528-7590f7becaab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141046,7 +141046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61bb9442-f769-4283-9cd6-5d9f020de462", + "id": "45e48ff6-3cca-4843-b6ab-7b4d0b42f0fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141090,7 +141090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e213e0-7828-495b-b42f-ac9286581675", + "id": "221f4ff2-0398-4d01-bc44-a1ba01f439bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141134,7 +141134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09304698-3bc9-4612-bfe8-305941f3ce1b", + "id": "252f0a16-185e-4e33-b8f0-cc6c6ad8fcef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141178,7 +141178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b15612a-0e3b-4b63-9daf-153961ac5942", + "id": "19a052ea-a5f1-4c8f-b53a-ff29a7d37cb3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141228,7 +141228,7 @@ } }, { - "id": "be51e255-71e4-42a2-9e38-ffa7d0d74846", + "id": "4fa2de46-20d3-40e4-b970-325cad986200", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -141271,7 +141271,7 @@ }, "response": [ { - "id": "005d21f1-bd1f-4fc4-8bf5-3a57e5b0f876", + "id": "5b025939-d9bc-4dc6-a613-cb7790292a49", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -141328,7 +141328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7574e5e3-6215-4f7b-970e-07aeafb25308", + "id": "dd9db2e9-44fd-4584-a6e0-675f613b010e", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -141385,7 +141385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "749decdd-d19e-4b8b-b62b-3c246a5acff1", + "id": "686b5a53-1862-4399-9d27-0bad4c9b55b3", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -141442,7 +141442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40442af5-36c4-417f-9195-44e31d1fd614", + "id": "87aa3ced-ef64-4b21-b34c-39b5ad33d27b", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -141499,7 +141499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28393be9-ba48-4fe1-b1d3-74c3262221e6", + "id": "76b5ab7b-1960-4e0d-b46a-a5f0d86492b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141556,7 +141556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee153d4a-273e-4196-9ebd-31bca1aea1b3", + "id": "390529eb-0104-45c5-8f9c-5029cf2443b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141613,7 +141613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e694bed-cb80-4617-9a3a-f93c3de3d4bb", + "id": "5f7309ca-7caa-4878-b96d-aba636811fc4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141670,7 +141670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91dc9f25-fce3-4085-b2a3-6b1ac036f189", + "id": "2bea7b4b-3c23-4e11-8867-6bee1a82b626", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141733,7 +141733,7 @@ } }, { - "id": "6519bd7c-5aea-4893-a5cc-91b1f3b3e5fc", + "id": "5513f8ed-b48a-4b8a-9167-2d59ea9094f0", "name": "Identities assigned a Role", "request": { "name": "Identities assigned a Role", @@ -141818,7 +141818,7 @@ }, "response": [ { - "id": "f9825c5b-6d38-4bb9-bb33-a7350043c753", + "id": "ead2a067-f7bd-4ee9-9cf5-03133af28354", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -141909,7 +141909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00ce2242-3972-4a65-815e-468d57d385a0", + "id": "6769fc90-a616-45df-a24f-65748a64b411", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142000,7 +142000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cda05dc-f8f7-42bb-a692-7e25662f5559", + "id": "10a08c33-de33-41f5-b70d-da622478d073", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142091,7 +142091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f47e4bd-13fa-4724-8da9-586fa5298de3", + "id": "d58f5639-f084-4de3-95aa-4ab7217a4c7d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142182,7 +142182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40f99455-7fcd-44f3-8b92-2d65d0b07ae8", + "id": "0c4cdaf2-c9f3-4660-a73f-df95e9c0af51", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142273,7 +142273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f13b01b2-0386-43d9-8c16-851caca44218", + "id": "15992d64-c84e-4ebe-bac9-bf57b0ca424c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142370,7 +142370,7 @@ } }, { - "id": "aaa39016-a6ed-413a-918a-656e7ddec9aa", + "id": "e53b3569-32be-4f58-b58c-46d1cc4cc9d3", "name": "List role's Entitlements", "request": { "name": "List role's Entitlements", @@ -142458,7 +142458,7 @@ }, "response": [ { - "id": "3a649bde-4964-45e7-a3dd-e4dfc4bf8494", + "id": "a306c36e-dcad-4832-abce-52f0cc7e7eb2", "name": "List of Entitlements", "originalRequest": { "url": { @@ -142549,7 +142549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bba9d17-bb30-4767-a66f-604efd69fd7a", + "id": "e997aa56-eae9-4dd0-8834-cead2e6db63e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142640,7 +142640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "310c67ea-3d0d-4335-b726-bc6f7457e929", + "id": "90ffed87-0e97-4e63-94d7-445e8361826f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142731,7 +142731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f888d034-43ad-4336-a0f4-41d0d8858443", + "id": "ffc9a23b-ef16-4078-b143-0f1c50c6252d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142822,7 +142822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "447cebdc-d451-4526-aa90-d655d318c480", + "id": "10d02db3-89c3-4100-be8f-13a65f124a1c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142913,7 +142913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "163ba7df-e393-47bd-b708-7632b9ff6028", + "id": "fe47f7fa-da57-4576-9928-e1fbc9377a7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143016,7 +143016,7 @@ "description": "", "item": [ { - "id": "08fdc299-252c-4c5e-95bf-b549bf67c033", + "id": "31e132d3-5732-40cc-8d2a-2e5f71571d6e", "name": "Generate insights for roles", "request": { "name": "Generate insights for roles", @@ -143046,7 +143046,7 @@ }, "response": [ { - "id": "7a0780a9-f07e-4f87-ba72-8150cf15e40e", + "id": "0f261754-c87c-44bb-99b6-c3d06f179aff", "name": "Submitted a role insights generation request", "originalRequest": { "url": { @@ -143090,7 +143090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64a03c8d-d8db-4e1d-851c-c8f0083e5ea0", + "id": "90567e9b-75ff-4789-8549-20a5f0bb43a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143134,7 +143134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa5b91fd-45ff-41ed-a4d7-946024e1ea1e", + "id": "b5016dbf-0d1f-4501-90a5-1bf6e8b71b3f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143178,7 +143178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "781640da-8734-4ed1-a73b-8f729463c0f1", + "id": "40ff7765-d036-4466-b1a6-b10cd30088ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143222,7 +143222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7947fa3b-cb5e-4f16-a50e-6cd16cdf562d", + "id": "ac68ebb5-da4f-404a-bf4a-9e9c78840c46", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143266,7 +143266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b684da3-da98-4ec7-a36a-01aefe1f489e", + "id": "57be99cf-15ef-4150-aecc-3fc76115317a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143316,7 +143316,7 @@ } }, { - "id": "bf6b2f1e-f6fe-4b96-8ec8-c8a863ec9a66", + "id": "a2c9d2be-6c32-4467-9098-867a2186ba3a", "name": "Returns metadata from prior request.", "request": { "name": "Returns metadata from prior request.", @@ -143358,7 +143358,7 @@ }, "response": [ { - "id": "7ef1e44f-d6be-45f5-984f-8acb0c46c093", + "id": "985f7986-fd2a-4ebf-b2a0-2606c9633830", "name": "Succeeded. Returns details of an earlier role insights request.", "originalRequest": { "url": { @@ -143403,7 +143403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5e317df-4e4a-4437-8656-9234a3639dcd", + "id": "f7964e9f-28b7-4292-98fa-88be02a9b0bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143448,7 +143448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29fe805c-3f61-4e1c-be33-923119a5035f", + "id": "77263a6f-f027-4010-b194-25084f0aeacd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143493,7 +143493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99c3b9c8-23d7-40d8-a961-b3964e4ad6ec", + "id": "c68944c5-6918-4ed1-810d-96fa2429f4d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143538,7 +143538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84510d8d-b165-47ee-9bee-a8358fa11f9e", + "id": "9cf699e4-82f0-4135-b6b2-3c1f66398cf0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143583,7 +143583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c36fa0f2-8c10-49f9-acbd-a05d74efb6d3", + "id": "8a1648dc-ef9e-4241-b29f-bda8fa733513", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143634,7 +143634,7 @@ } }, { - "id": "24557b7a-4aec-4179-991f-48fd0ea4681e", + "id": "e2dc0ce1-6298-41cb-acb7-41265e88abd8", "name": "Get role insights summary information", "request": { "name": "Get role insights summary information", @@ -143664,7 +143664,7 @@ }, "response": [ { - "id": "dbb808df-678c-4e01-9566-f68a68ed5bd4", + "id": "a6b47123-8a5c-4d85-9c7f-f17dc536bc39", "name": "Succeeded. Returns high level counts.", "originalRequest": { "url": { @@ -143703,12 +143703,12 @@ "value": "application/json" } ], - "body": "{\n \"numberOfUpdates\": -99011906,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", + "body": "{\n \"numberOfUpdates\": 99346070,\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": "ffed02f2-a081-42f2-8bc8-aa874608c516", + "id": "bc71c02e-6b54-4325-ae99-23a4a2709d5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143752,7 +143752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7846eca4-a5ac-4029-8a7d-53177d8e3bbe", + "id": "a402ae30-c21a-46e5-8d2b-b3d127e62fd6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143796,7 +143796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8044662c-4825-45f3-aa9c-b75ae9741f5d", + "id": "91fd2017-b42e-4673-90da-524fe63ef115", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143840,7 +143840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d4b5d9f-edcf-4672-a5d7-51776b5853fe", + "id": "33b0ddff-ab05-45a0-913a-79862af9d94c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143890,7 +143890,7 @@ } }, { - "id": "a20dfd15-bd05-4b5d-aa20-04f81dfe9e01", + "id": "c0b5a4d7-0747-4706-8c2b-2f091118af50", "name": "Get role insights", "request": { "name": "Get role insights", @@ -143965,7 +143965,7 @@ }, "response": [ { - "id": "fc407e87-228c-4eb6-af21-31c5cb1bd516", + "id": "b1a93725-4ed4-4489-8a33-e8e6eff593d1", "name": "Succeeded. Returns a list of roles with information about insights for each role.", "originalRequest": { "url": { @@ -144054,7 +144054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "063825ec-0832-4086-a49b-32a8ba30a139", + "id": "ce27ded2-0f18-4d7c-a06c-2379f4c3140b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144143,7 +144143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "117331f8-6184-45eb-b855-276e97a68d38", + "id": "d0af2e9c-da3f-41c9-9c9b-6c08d69abb9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144232,7 +144232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "311419b7-cb0d-40ef-a3f8-5049bb372e91", + "id": "e002803f-ce47-46b4-851e-d0e1b93351e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144321,7 +144321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6600675-1a99-4be6-b5f2-dad467b988f3", + "id": "d9416241-83af-45f9-b38d-27a1b905d1d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144416,7 +144416,7 @@ } }, { - "id": "99e3885f-ab2a-47e2-a66f-5bcfd1ef3c5a", + "id": "a066ba3a-956f-4351-9e0f-7028e3483489", "name": "Get a single role insight", "request": { "name": "Get a single role insight", @@ -144457,7 +144457,7 @@ }, "response": [ { - "id": "4f13a189-739d-477d-8804-fcfd7fc01ac0", + "id": "786764a8-8c26-45e9-aa83-702109056a16", "name": "Succeeded. Returns information about insights for a single role.", "originalRequest": { "url": { @@ -144501,7 +144501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34701bb0-d6c3-4b0e-ba3b-90d1c045a7c5", + "id": "b81c6c9b-52f6-4ef0-9b44-7483c9e8a389", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144545,7 +144545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c88f4d0d-d761-4582-9d64-dc362d41933c", + "id": "9f1b5265-0edb-420a-98d3-a9cebae071d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144589,7 +144589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "653d3bbf-9fcc-4029-9283-ee9e424f4737", + "id": "01b3aab1-1a02-4fdd-91d3-03574d84cea9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144633,7 +144633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b281f0e3-2d6a-45fd-acec-afed9f2039a7", + "id": "ae112569-f72b-4384-b9bf-63f9dae988bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144683,7 +144683,7 @@ } }, { - "id": "84bae42f-d86c-40a7-aa80-27a04f742ed0", + "id": "fbbb4a5f-5dda-496e-b0ea-31631c041dc8", "name": "Get entitlement insights for a role", "request": { "name": "Get entitlement insights for a role", @@ -144708,7 +144708,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -144744,7 +144744,7 @@ }, "response": [ { - "id": "89085256-2289-4667-a7e6-06c551fb4929", + "id": "b5532174-762b-4ae3-915f-33332636c187", "name": "Succeeded. Returns a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -144764,7 +144764,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -144803,12 +144803,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"elit\",\n \"id\": \"laboris aliquip\",\n \"description\": \"dolor \",\n \"attribute\": \"ipsum sunt adipisicing Duis\",\n \"value\": \"veniam dolore exercitation deserunt\",\n \"source\": \"adipisicing proident in nostrud\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n },\n {\n \"name\": \"non ad\",\n \"id\": \"aliqua amet dolor\",\n \"description\": \"aliquip laborum adipisicing\",\n \"attribute\": \"aliquip reprehenderit ad fugiat\",\n \"value\": \"nulla aliqua veniam pariatur\",\n \"source\": \"velit ad\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n }\n]", + "body": "[\n {\n \"name\": \"ut ullamco voluptate qui\",\n \"id\": \"dolor aute\",\n \"description\": \"fugiat cillum\",\n \"attribute\": \"elit id in sunt\",\n \"value\": \"Lorem fugiat\",\n \"source\": \"qui anim velit tempor in\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n },\n {\n \"name\": \"quis officia ea culpa\",\n \"id\": \"do sed\",\n \"description\": \"dolore irure\",\n \"attribute\": \"consequat ipsum et est\",\n \"value\": \"cupidatat sit dolore id\",\n \"source\": \"Excepteur pariatur sunt\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6823d977-f099-477c-937b-d582cb3a8f56", + "id": "d03bebcd-cf60-47e3-9aa0-6894d5b22cf0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144828,7 +144828,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -144872,7 +144872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16f39d8f-0477-4533-83de-17d8a0446e5d", + "id": "ca2a550b-1dc2-408d-8ba4-fb44bab0bf5f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144892,7 +144892,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -144936,7 +144936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d3a400a-4275-4d10-96ed-54923f546b1e", + "id": "dc7f0701-e636-4d9b-a65f-32699e9b225d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144956,7 +144956,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -145000,7 +145000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a48fd25-1891-4d9d-99f5-23c9ec1762d7", + "id": "67e6ce05-9588-4971-b971-0187b90db396", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145020,7 +145020,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -145070,7 +145070,7 @@ } }, { - "id": "70335c61-cb2f-49ca-b6cc-690f49befe85", + "id": "0ece42d7-3814-4e8a-acd6-448f2903ad42", "name": "Download entitlement insights for a role", "request": { "name": "Download entitlement insights for a role", @@ -145132,7 +145132,7 @@ }, "response": [ { - "id": "cfa25338-372d-4abb-a281-878552a37887", + "id": "80b36107-dfb0-44d4-8f21-1c7cb108176c", "name": "Succeeded. Returns a csv file containing a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -145192,12 +145192,12 @@ "value": "text/csv" } ], - "body": "sint es", + "body": "irure qui", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "669db5ba-a6dc-4389-b220-86d3bc194891", + "id": "3e53bc1b-31c9-494b-9497-9c24449f696b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145262,7 +145262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c4bc4d7-9ceb-413d-bfc0-96b3b73ced66", + "id": "7830e0de-df2e-4d4b-9080-7669028db8c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145327,7 +145327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6601b7d1-e72c-4447-9089-388d23d41335", + "id": "26e03077-ed6d-492f-895a-63748d0c57a9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145392,7 +145392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e37d1ba4-b6f1-4d47-90a5-45e696a88368", + "id": "262e5d56-47fd-47f2-982b-3d45af0cc582", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145463,7 +145463,7 @@ } }, { - "id": "f4b0829c-4952-475c-a336-17a0de77985f", + "id": "5b73e8a2-4967-4891-96c8-71c0c501282f", "name": "Get current entitlement for a role", "request": { "name": "Get current entitlement for a role", @@ -145515,7 +145515,7 @@ }, "response": [ { - "id": "c4271e28-e5c1-4a94-a27f-496f07401071", + "id": "a0f4328a-d27c-439b-9f8b-4bf83db99c1c", "name": "Succeeded. Returns a list of current or pre-existing entitlements for a role.", "originalRequest": { "url": { @@ -145570,7 +145570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df85ad35-29fe-461d-909b-df8ad1f43eb0", + "id": "d6fff761-fd49-45eb-93e7-adadc0fccdd8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145625,7 +145625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f3be9fe-6007-42ce-ade2-92db316da776", + "id": "97409233-1532-44d7-a8d9-58f67acbae9c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145680,7 +145680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cf2d465-5fe8-4e17-ad1d-8a466dadbc19", + "id": "34727ea7-3439-4922-b2ee-b936e6871adc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145735,7 +145735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ad45729-cadd-4a7f-9e70-94efca80530d", + "id": "f5284ecf-1ff8-413e-bb7f-d984d9c06fd4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145796,7 +145796,7 @@ } }, { - "id": "932918a4-3379-42e3-baf4-c6db6e8ebd47", + "id": "a1c8781a-ea73-49aa-b4c7-278424c2c6fc", "name": "Get identities for a suggested entitlement (for a role)", "request": { "name": "Get identities for a suggested entitlement (for a role)", @@ -145905,7 +145905,7 @@ }, "response": [ { - "id": "5edbf723-f1e4-4ff1-b8a0-9192f717dd66", + "id": "660c1b59-66eb-43d3-bab4-b80edf971cf9", "name": "Succeeded. Returns a list of identities with or without the entitlement.", "originalRequest": { "url": { @@ -146007,7 +146007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cf56655-182d-4b02-8d9e-8860db41d3a0", + "id": "938e5277-69f5-41e9-8a2d-6b7ba50cca9b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146109,7 +146109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84272920-c490-4d15-a22a-d161ffa6d5aa", + "id": "8f5bcc89-a9bd-4fb1-8eaa-d4bc24042ba2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146211,7 +146211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "503b7ffc-5dc5-42e4-aa5a-301a67582b4b", + "id": "bceb9d4a-6e8b-4964-a857-5acd6c7c8478", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146313,7 +146313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c06fe50-b310-4113-a2e8-4ed96a81eb8a", + "id": "a31daaaf-8380-4352-9839-195e726309e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146427,7 +146427,7 @@ "description": "", "item": [ { - "id": "26890ace-1e4b-470b-9ce3-b08a6020f640", + "id": "21d9909d-54c5-4013-a939-22e19e34cf4b", "name": "Configure/create extended search attributes in IdentityNow.", "request": { "name": "Configure/create extended search attributes in IdentityNow.", @@ -146470,7 +146470,7 @@ }, "response": [ { - "id": "0e73ea9c-44f0-49d4-b3ec-0fabe62e2966", + "id": "901c58e0-c6d0-4bde-9460-fce25f150a3f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -146527,7 +146527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ce89bd8-65ba-440e-bcea-5d9f05b39be7", + "id": "fb1156b8-096b-4822-8f34-46ef4c7363ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146584,7 +146584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96e39e96-1682-4672-82bc-8c8bb49542b8", + "id": "ffcf7a70-343c-4b3a-a621-2a7ce8f444b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146641,7 +146641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d3894e9-997a-412d-9ca1-cd52e2469f4d", + "id": "4430ef36-e48c-41fb-bf54-ee6226ebb117", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146698,7 +146698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27cb97cb-af56-4ad0-a6a9-bf2f8618ab85", + "id": "69a1a814-7963-49b2-b181-fca22704696f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146755,7 +146755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "335b0929-4cbb-4d67-97c5-ba06efde1289", + "id": "d6e2a794-b959-4dec-ba71-3e6774d82808", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146812,7 +146812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51028c57-4303-40d1-84bc-62d19df97efc", + "id": "c18d8cc3-1e7a-4b07-b8b3-754ee5fda658", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146875,7 +146875,7 @@ } }, { - "id": "333ca191-8dc9-4394-8bbe-872059697c39", + "id": "6ab3d5af-3044-4ce6-b5e0-c8c92e327070", "name": "Retrieve a list of extended search attributes in IdentityNow.", "request": { "name": "Retrieve a list of extended search attributes in IdentityNow.", @@ -146905,7 +146905,7 @@ }, "response": [ { - "id": "ba0ac9d0-6127-4501-9767-e9d9a740049c", + "id": "57b4b055-20e0-445a-9e33-9e90703708a1", "name": "List of attribute configurations in IdentityNow.", "originalRequest": { "url": { @@ -146949,7 +146949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a473c570-b2ed-44ee-bf58-002894e6296e", + "id": "4b101198-6959-40a0-94a4-e34f56157d90", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146993,7 +146993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76271383-a214-4c4c-bc46-4aab7e829f54", + "id": "cd82b4d1-600a-48ad-bbe6-fdbd3d91bd63", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147037,7 +147037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e464b3ea-1bf5-46e4-a1ae-63cf73257ab7", + "id": "d0cce932-ad5c-4f38-b5c8-93df90e348f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147081,7 +147081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9e48693-46ac-4a61-810a-e581cec3b5ae", + "id": "9095f9a0-a5de-4b26-91e3-c36a042e7099", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147131,7 +147131,7 @@ } }, { - "id": "5126ba61-81ea-4cd3-8540-2a5ac6370817", + "id": "494631f5-8316-4bbe-ad29-04d39e8d9b57", "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.", @@ -147173,7 +147173,7 @@ }, "response": [ { - "id": "4404899e-3937-46fa-af82-4e2a2156a8f6", + "id": "fa02049c-1774-44b0-bc52-db90969ae50c", "name": "Specific attribute configuration in IdentityNow.", "originalRequest": { "url": { @@ -147218,7 +147218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31c4a42e-37ac-4335-b467-3ae95200614f", + "id": "549e20da-20b5-4911-9b01-f7618d5ecd05", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -147253,7 +147253,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c965ec82-d855-4cf4-93af-59ebafcddf65", + "id": "849dfb65-04f1-4c97-9abe-6bbe7aa203dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147298,7 +147298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83bd2918-5d29-4387-8ee1-122deb16d05c", + "id": "a60216a4-fcea-4bc9-9051-2f85a0eec850", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147343,7 +147343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9fda860-b064-4ff7-b170-56ef1a2b1be9", + "id": "67b7cc5a-4672-4c24-b328-d5c1d35fd91e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147388,7 +147388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f0138c7-f615-4642-805f-c8df96a106a2", + "id": "ebc3bd5b-058c-468b-9890-86e53f5ac133", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147433,7 +147433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deafe0e2-8ae4-41d2-8481-a1e4e27671db", + "id": "c97184aa-0c1d-4906-a016-79e520c91083", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147484,7 +147484,7 @@ } }, { - "id": "f513e96b-b3fe-4348-afa6-dd91bbc53738", + "id": "6311e45b-693c-48e5-8172-c1ade87ed774", "name": "Delete an extended search attribute in IdentityNow.", "request": { "name": "Delete an extended search attribute in IdentityNow.", @@ -147526,7 +147526,7 @@ }, "response": [ { - "id": "cf08527f-bd3e-4f51-815c-ef3bdb9325cb", + "id": "160eff19-20f9-4cd7-8520-2b26b7bf1723", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -147561,7 +147561,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9ea77a6d-6d4d-463f-b82b-1e0154a1b40a", + "id": "4074e394-28e6-470e-a794-001c24f39357", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147606,7 +147606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61aca6fe-8086-4339-a966-4fee0087b074", + "id": "1656fd4f-ab30-412f-b7fb-5a87fcce0209", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147651,7 +147651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f8c925a-913d-4b55-a23b-8c997ac6ed44", + "id": "e6db95c7-8f71-4ceb-9017-54bd51b9a132", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147696,7 +147696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7f635c7-b128-485b-a302-ba59988f97c7", + "id": "2e70e56e-1ca0-491f-9b63-a07be89ca93c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147741,7 +147741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0402f11c-7f24-48bc-9a13-bc4392eb63dd", + "id": "5dc48fb3-ed18-4b44-a098-39bffc016d16", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147792,7 +147792,7 @@ } }, { - "id": "c15a699b-c730-4ba9-bf30-10322cf43d64", + "id": "28a619dc-9e8c-4ded-9dce-0d9cedd14460", "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.", @@ -147847,7 +147847,7 @@ }, "response": [ { - "id": "95869b20-09e8-4b6c-8778-313ea7e52274", + "id": "f323bed5-399f-4c3e-ad7e-aa77e97d20a3", "name": "Responds with the Search Attribute Configuration as updated.", "originalRequest": { "url": { @@ -147905,7 +147905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "565bec7c-2852-4148-9800-6472354d5268", + "id": "d2a2146c-b709-4064-862f-12815506ab9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147963,7 +147963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e72c95e-568d-4e3f-9d4d-27ddf6684893", + "id": "05c87800-c545-40b9-b665-b5af76d84539", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148021,7 +148021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "011a08e5-9f85-4311-9e3b-8290527af319", + "id": "ca376e0e-835f-41f1-90bf-2392013f8831", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148079,7 +148079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef3a32c9-30ec-4841-9011-ce661117bacc", + "id": "ba6cdb51-a678-47d2-8a26-d34c6f43ec10", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148137,7 +148137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68473a46-9206-4643-ad10-3d715a11da37", + "id": "c953b5f5-9475-4ebd-ba2e-53a1f8be7c48", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148195,7 +148195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbb4ae79-c544-48ec-81a8-019ce1d55101", + "id": "94dae64e-998e-4f27-bbf2-95f3bc573162", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148265,7 +148265,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 Identity Security Cloud, 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 Identity Security Cloud.\n", "item": [ { - "id": "ed65f7d0-1232-4ff2-b3f4-319c424304cd", + "id": "4369039a-c841-4077-996b-0d7039b34dd6", "name": "Create Segment", "request": { "name": "Create Segment", @@ -148307,7 +148307,7 @@ }, "response": [ { - "id": "4b39face-d8de-4a61-9576-ff7ff8dbb8f6", + "id": "f34b1a50-ab05-4ce4-9459-4352ae196cd2", "name": "Segment created", "originalRequest": { "url": { @@ -148363,7 +148363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e5e7d49-498a-4301-ab14-0bfbef49a809", + "id": "519c5b33-4d88-4649-b716-14ac71286d9e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148419,7 +148419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f994ea08-64b3-4a77-80c1-dbbf8a69d13a", + "id": "e9c484ce-1eec-4c90-8df8-5c2b0c4f5304", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148475,7 +148475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab2545c3-dd47-4811-90c6-a52e3504db65", + "id": "7df07f1a-666e-42b3-a035-118a81ea9116", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148531,7 +148531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04afbdac-32b7-45cf-b557-5352513cabbe", + "id": "f449fd18-dfba-417a-a776-a3f988ac1e91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148587,7 +148587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "466aa7c5-01e9-4f74-ad28-47c519ee03f7", + "id": "4bec41a8-f11c-4aae-9b07-7fa8040f37a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148649,7 +148649,7 @@ } }, { - "id": "5b9f400f-e98e-4156-9c9f-749f1d830cf4", + "id": "794055b4-a3d1-45c0-bfad-a7d8a043d52d", "name": "List Segments", "request": { "name": "List Segments", @@ -148706,7 +148706,7 @@ }, "response": [ { - "id": "cf0408f8-a26d-4401-939f-7104b7bed21f", + "id": "e3318986-98f6-42c1-99e1-a3cf476ae813", "name": "List of all segments", "originalRequest": { "url": { @@ -148777,7 +148777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05a64797-a01a-4ad2-9db6-4ec2658bdf18", + "id": "f5dd88cf-2a27-4d9c-8c5f-ace657fec893", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148848,7 +148848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aacf1336-db6b-4c43-950f-7bac765345e0", + "id": "300e6016-846c-4e17-b810-c178326b9440", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148919,7 +148919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c0fe0bb-7022-45f4-a479-347112433c80", + "id": "79bb3c9b-657a-48f0-804b-fc9780599a00", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148990,7 +148990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22c68d53-9657-4fcb-9775-6a306c24df9f", + "id": "0fc81bdf-0829-48a1-bbc5-6e7ac20dfe0a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149061,7 +149061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80d84b3d-f395-47e5-ac2d-2f57e10a784b", + "id": "b5587762-4f79-4504-8959-4501bbdfbfd1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149138,7 +149138,7 @@ } }, { - "id": "d6e97900-a7ab-45d5-b86b-17eaaa761c59", + "id": "c3536ae3-dab7-478c-a069-fa7489f18c6a", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -149179,7 +149179,7 @@ }, "response": [ { - "id": "c558861f-78b7-44df-9a5a-a0e51ad5af36", + "id": "5cca3cac-b62c-4c23-b4c5-15087f7380a4", "name": "Segment", "originalRequest": { "url": { @@ -149223,7 +149223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ce5d31a-1601-4d04-bb4b-d9dc010e3733", + "id": "e8366acc-7ca5-4e37-ae27-85797ce48bb6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149267,7 +149267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "038c87c2-de22-40e8-b147-671d7480f4b8", + "id": "545fe45b-c840-4917-bb7e-47b6bb6b9c61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149311,7 +149311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fa33a4d-4228-4de4-9c1d-b2bc5d3fc639", + "id": "59e0527d-2ae0-43a2-8b06-a075c2c64190", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149355,7 +149355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ea8d9d9-d0c6-4f0b-a013-572124bda265", + "id": "6e09b889-940e-465b-807a-1fe9e02073ec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149399,7 +149399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de98c8e5-90c1-4a5b-874f-24f8d1a95edb", + "id": "7e1957f4-920d-48ad-b619-306bd67ef38a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149443,7 +149443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2e52815-4543-40ff-9ee2-df0652238cf4", + "id": "d8957f52-8e19-4f39-9d40-4ee7b2202fe8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149493,7 +149493,7 @@ } }, { - "id": "803c2757-cebb-417e-b57d-6d5930e69aa3", + "id": "b8021127-d782-44fe-965e-bf396a425c23", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -149534,7 +149534,7 @@ }, "response": [ { - "id": "9d267b3b-eb35-411a-a95d-dbda6cbcd90a", + "id": "9137b8d2-e848-48c8-beb0-f04072974d77", "name": "No content.", "originalRequest": { "url": { @@ -149568,7 +149568,7 @@ "_postman_previewlanguage": "text" }, { - "id": "aa8000dc-1afb-4301-bdfe-ae109221a3aa", + "id": "3de1620a-ba84-49be-9dda-189b7fae82a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149612,7 +149612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abb0ed39-bed7-4503-9c4f-9d5c50912caf", + "id": "13bdf2d2-4cf2-4e4f-ba0e-62bd2672e8d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149656,7 +149656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9335fd3d-03e4-48a9-b757-45a58b7ab2c6", + "id": "2a3e14d9-f691-465d-a4a0-5b76ac9a28c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149700,7 +149700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e1d4404-6ca3-4653-a850-465d8e39b484", + "id": "9af364a7-a509-4e28-929d-d4004515de76", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149744,7 +149744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8fd4d25-d7e1-47fa-a687-3d50d947db1a", + "id": "608bd237-5922-4887-965f-2e21fdcb3473", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149788,7 +149788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bdf2f40-bf51-49ef-9088-52bf82d15f5b", + "id": "16e486ac-fb3a-4c3a-9ba3-12be69bfb7aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149838,7 +149838,7 @@ } }, { - "id": "81c6c283-5ff5-4fa3-8257-0472e1553bd4", + "id": "16140e3d-2554-4976-befb-0b78b47667b3", "name": "Update Segment", "request": { "name": "Update Segment", @@ -149892,7 +149892,7 @@ }, "response": [ { - "id": "c9eee338-27c4-4d59-9c56-ee66c76b7c39", + "id": "efd1f67f-36c7-4d8d-8800-69b8332b3b71", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -149949,7 +149949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd4bcc94-3c5f-48fa-b223-868019326e9a", + "id": "c6dc56d1-dff3-4def-87bc-cf15ceb116a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150006,7 +150006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a5da628-c3a1-42f5-abd1-0eff10385841", + "id": "660ef9d0-4544-4100-9ba6-e47996377ba8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150063,7 +150063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b76b84f2-6eac-40cb-b29b-b78d26ed5eb1", + "id": "ed535bb3-c526-46d3-9634-a2f4120c7f61", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150120,7 +150120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e4be880-55e2-4fbe-9330-e052477bf571", + "id": "05766626-c2e3-46d6-b4c4-ec0822393fbf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150177,7 +150177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8cff7bb-46ba-40d1-8713-608bb9108e59", + "id": "e73754e3-92a9-4d8f-afbb-5a617397cef0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150234,7 +150234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4f38498-fde6-43f8-a401-576f19b94103", + "id": "3f50138f-d672-4aac-9f74-005429a168bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150303,7 +150303,7 @@ "description": "Use this API to build an integration between Identity Security Cloud and a service desk ITSM (IT service management) solution.\nOnce an administrator builds this integration between Identity Security Cloud and a service desk, users can use Identity Security Cloud to raise and track tickets that are synchronized between Identity Security Cloud and the service desk.\n\nIn Identity Security Cloud, 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 Identity Security Cloud.\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": "37883eab-ba4e-42da-8be3-5f50528c9fff", + "id": "82527abb-e5a0-4340-add2-d90d86625430", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -150378,7 +150378,7 @@ }, "response": [ { - "id": "5acdea16-e910-4307-bf6d-a86eec24157d", + "id": "e3e4a4db-1460-4c40-a196-bfa05b490586", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -150467,7 +150467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73f0e3f1-970a-4183-83ce-8b9e3bb58fb1", + "id": "950176cd-9ac2-4e2f-b4e1-96941b39fc4a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150556,7 +150556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bc540a0-765a-4bc1-b44d-aa8b5e11249d", + "id": "e7bcbddf-d800-40ae-8dbc-3b1f5f8bb86d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150645,7 +150645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e579f815-06a6-40cc-9b19-43c0328d441e", + "id": "f606d745-fe3c-4a21-bf44-a9a37b3d19fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150734,7 +150734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "834bd71b-342e-463a-b7e4-31475d2c1589", + "id": "d32ad04e-002f-4094-937b-5d2e22f27492", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150823,7 +150823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6161e08-a5fe-4837-beb4-e4cfd28dd92e", + "id": "4c7bc6ba-5f15-4203-bf93-9a61a433bf77", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150912,7 +150912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5e24b22-76e5-40ac-809a-901226bdb390", + "id": "bb27ed01-72d7-4973-92cd-2a47366e5fae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151007,7 +151007,7 @@ } }, { - "id": "0746a260-2f79-4827-b1f9-5d8b96baa156", + "id": "bd633e3c-cb3a-4b51-a85e-b2cdad1e8718", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -151049,7 +151049,7 @@ }, "response": [ { - "id": "caa02dcf-e0c2-44a3-8d1d-b0558d5ee6ee", + "id": "a3cbccd4-5115-4e01-975e-1fff62a7fbba", "name": "details of the created integration", "originalRequest": { "url": { @@ -151105,7 +151105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6a67a4c-65d3-4d82-8b17-5b686f0bee98", + "id": "c260a343-93b1-416f-9d6f-b57811317e33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151161,7 +151161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43f08108-5134-42d7-a8c4-95d8de1e8216", + "id": "c099b8c2-904d-4fd4-946f-c4a741e528c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151217,7 +151217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b16b4af-d0a8-403e-84b9-9e6808de9328", + "id": "090e1cf1-a39d-4f18-9f72-9129e943c57c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151273,7 +151273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35316a52-b8cb-4c46-b72c-b9ea5244f992", + "id": "278802f2-5ff6-4afa-91ad-d058dd3c1a5b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -151329,7 +151329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52a43a21-9c6e-4b96-b1aa-c7b2abd0f284", + "id": "9ddebfb9-2814-4538-b664-a2f0477fd47a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151385,7 +151385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aaaafec-2d57-46cf-9e2f-a5512e1b6167", + "id": "baaab77b-1a09-4b93-a526-19cd1200e73c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151447,7 +151447,7 @@ } }, { - "id": "be9860b8-fddc-4033-8803-9a455286cabc", + "id": "577a7582-e2f3-42ba-ae36-d262410e9c5a", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -151488,7 +151488,7 @@ }, "response": [ { - "id": "af5f1c37-7f23-4a8d-82bc-7a4d7c03a67e", + "id": "6d3c5094-1203-45c6-a2c0-59b6efd6c29d", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -151532,7 +151532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e918cfe6-7e53-44da-a646-b87d29c8b310", + "id": "899244c6-e06b-4f9e-8e27-b615f011105e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151576,7 +151576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "319b19d8-34a4-4a3e-9442-afdee05973e5", + "id": "2670ab60-4aa5-4421-9e00-803fc6e1ad88", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151620,7 +151620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27841de2-f8c2-47fc-a5e2-87a260aa8199", + "id": "51c9bad1-4f8c-4dda-9f70-e267bbce4398", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151664,7 +151664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83ff2775-38dd-4a32-b61a-0e28b07a639a", + "id": "db914328-3e12-4ec9-8f17-3b006f2ba5db", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -151708,7 +151708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eb7d217-9994-4996-9380-79ba3c4d658f", + "id": "b3452a7d-c8b5-4cb1-924c-f9b93415eae7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151752,7 +151752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36f22538-006f-4b3d-85cd-bad1f178d913", + "id": "09791184-e7be-4a7b-974c-ace681b2eb31", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151802,7 +151802,7 @@ } }, { - "id": "64c5751f-632f-490a-ab70-38aa210cebef", + "id": "94c2bad1-fa31-41f5-b854-052e9c31c90c", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -151856,7 +151856,7 @@ }, "response": [ { - "id": "bc8ce252-99bc-4ca8-a411-5749b6b0d103", + "id": "446555d9-6ec6-4009-a339-86c449c86c46", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -151913,7 +151913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10758bee-9955-4cae-9bfe-1fdc33ead7d0", + "id": "d07f7385-12a3-4399-b99a-8ffbb384a370", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151970,7 +151970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0e5f9cc-48e0-4a76-b574-9fcef03d07bf", + "id": "313be15f-022c-4643-8e82-bdfa5c1e1593", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152027,7 +152027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "678aa1d6-3963-450c-9503-f1a3dbe710cb", + "id": "10560a3a-a325-4847-95fd-bc1f91c694d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152084,7 +152084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69873281-df3f-4783-a70b-7921c80d78ee", + "id": "dbbcce53-2852-4073-af56-2e60c34b3b2f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152141,7 +152141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a69e43ee-9a6c-44b1-9fd7-51fdbbca380a", + "id": "14e09213-b035-4074-a508-480e7d468f77", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152198,7 +152198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2d78917-c1ee-4cbd-bffa-0946837fa53d", + "id": "b373db2d-55a4-4b51-be44-1945f493fabc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152261,7 +152261,7 @@ } }, { - "id": "780d52ee-cba7-4d73-86b5-f809df1e4834", + "id": "a2ff18b0-d817-47c2-86df-ccaa9cd1fb2d", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -152302,7 +152302,7 @@ }, "response": [ { - "id": "85c8e721-f3c6-4e77-9de8-d00e948cc854", + "id": "0e9c3b84-c499-4f51-b30b-852e6543d130", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -152336,7 +152336,7 @@ "_postman_previewlanguage": "text" }, { - "id": "55a0101a-758a-4a08-a76c-2ca7091b3e50", + "id": "5e3549a5-d129-46a2-bf0f-e18468f7aabc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152380,7 +152380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d19d9752-5e58-494b-99e2-ebb238fc3e63", + "id": "a1a1a742-b49a-469c-a583-00bd35fb987d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152424,7 +152424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a61655b5-2d26-486d-bfa7-954b76f1f224", + "id": "690216dc-6284-4261-8fa1-20c20554cef1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152468,7 +152468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19352ce8-f805-477e-b784-a70ff1ca1cab", + "id": "46a2df8a-2984-4ced-b932-6140d08fa34e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152512,7 +152512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ad05226-b610-47eb-9ac6-dd07d06379bb", + "id": "8c32e7e2-db42-4ced-b77e-7f118c3012cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152556,7 +152556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94009fa7-ad46-474e-84b4-cc39088a4a76", + "id": "34757e02-a18c-415b-9791-a4e917c659c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152606,7 +152606,7 @@ } }, { - "id": "63a48b6f-368f-4d26-be04-d6ec369f12db", + "id": "4c9e3699-aeb2-4b41-98fa-dcb6f5d651bb", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -152660,7 +152660,7 @@ }, "response": [ { - "id": "d96736df-82b1-4f60-b894-8f5c8e14582e", + "id": "fc7a83b4-67ce-4fde-a4cb-6cf395580fea", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -152717,7 +152717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48724bea-2943-4b30-89dd-088d69acdf22", + "id": "ae0ee9d9-d0a1-4467-8737-41a9a9547404", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152774,7 +152774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2170374a-325b-4281-99ad-c8c37ee879e8", + "id": "5c75be01-0082-4928-b3e8-30940910a9b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152831,7 +152831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e3123fc-be68-4784-8b7a-09bcd99a8cb8", + "id": "1df84a89-1745-47c8-a653-f06c8f6ca915", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152888,7 +152888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b54a835f-ea1a-41f8-a3e6-0dd2d2f0f84e", + "id": "95fde2e3-737e-49a2-a085-aeae616980f5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152945,7 +152945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f219362c-8e26-4b27-94f3-6d2ecc2555dd", + "id": "f4b663fd-eb59-4b9c-b4ee-955063cf17f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153002,7 +153002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ae581ba-9a27-426b-a8d7-f43cb719b322", + "id": "8364fdce-d539-47ac-96ed-68b4accd3b1f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153065,7 +153065,7 @@ } }, { - "id": "80b82097-75f8-4023-ae0d-365e5f69e94d", + "id": "cfd88afe-419f-4ac9-b587-dda7aa977731", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -153095,7 +153095,7 @@ }, "response": [ { - "id": "65dd60ac-f4b5-434a-8d56-2aec403bf13d", + "id": "26d8d529-366c-4ff4-a0cf-35438e49b419", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -153139,7 +153139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb92f90a-85d8-468e-8f49-5626a7e8d800", + "id": "336322da-c162-4932-b6b9-ff7c77bd9662", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153183,7 +153183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4087a66-72a5-4780-b67f-8e9f5619e794", + "id": "546b729e-3ecc-4c2e-bb66-b9c407ad345e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153227,7 +153227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fdb974f-9192-470f-9f7f-1e0881df9e8a", + "id": "ec601dce-92a3-4403-811a-37f7119f28da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153271,7 +153271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57da579f-c95c-46d6-a0d3-a04b168a7c48", + "id": "9c14f2a0-67d4-4c32-a5f7-c350c0bb1e1c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153315,7 +153315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c8d2466-7076-40e4-a08c-6e38f163fef1", + "id": "e92f635a-ed3c-4be1-82d7-bbc8d7a86268", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153359,7 +153359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78b10edf-ec1b-4e40-acdd-119ef90b1046", + "id": "07285277-e844-404f-83ca-fc8efb4684b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153409,7 +153409,7 @@ } }, { - "id": "20714049-6d29-490f-b16d-5d3d5a57e8cc", + "id": "331e9f78-aee2-4740-aca4-471fb073dca0", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -153451,7 +153451,7 @@ }, "response": [ { - "id": "61676472-ebb2-4fb7-a7a4-205d65568ec4", + "id": "51f60c2e-79fb-4e58-9cd4-ad7cc019b8c6", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -153491,12 +153491,12 @@ "value": "application/json" } ], - "body": "{\n \"attributes\": {\n \"sed1\": \"Ut minim\"\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 \"sunt1\": -69872717,\n \"ex_5a\": 67316497.02802005\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": "3ab96acb-6e46-479d-8da0-dee3f6cbb51c", + "id": "7416f6e8-bbba-483c-8608-d86c7bc07085", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153541,7 +153541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff025087-5c71-4d63-a68a-92a85f0e157a", + "id": "89a1ad12-d129-4765-9c42-616c3695d7ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153586,7 +153586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01ca55d4-66f5-424e-912e-3b3e9c65810a", + "id": "0253ab1f-27ce-48fc-bf12-c453da11d2a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153631,7 +153631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d77aeae-9144-4cbb-9c04-419a9a250179", + "id": "a56d6121-a1c2-400d-95d0-267007856126", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153676,7 +153676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89d957de-9d47-4b60-badf-bc48afba837b", + "id": "9d1f480f-cb68-4a84-974a-8dbc1ede9ed7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153721,7 +153721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e6b7009-ebed-4290-a94d-28eb18f483a2", + "id": "3bae89b2-b3d2-4880-acf4-7c9e56b4aeb3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153772,7 +153772,7 @@ } }, { - "id": "2c97cf77-53f1-4700-9c06-4a2c46b25f6b", + "id": "e3ed7479-e9fa-4bed-9035-f60b0afbe4ad", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -153802,7 +153802,7 @@ }, "response": [ { - "id": "9c9f45cf-a555-496d-96ac-3cbb23d13886", + "id": "c957e7c4-1476-4c80-a243-3e55ab97eb72", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -153841,12 +153841,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"officia \",\n \"provisioningMaxStatusCheckDays\": \"veniam consectetur ullamco culpa\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"non velit\",\n \"provisioningMaxStatusCheckDays\": \"sed esse commodo ullamco\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c2fafcd6-893f-4b00-b22f-0e9e4a9d01dc", + "id": "bd97c1c9-3a32-4831-91ee-db72bd2bd214", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153890,7 +153890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "942d2602-e4a7-44d8-b687-3d8a0c8dea17", + "id": "69aa4a70-8e53-4530-b37b-a5b1229e3363", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153934,7 +153934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81abfdf9-40f2-4bc3-a8f6-2f0611be27db", + "id": "6a68f16e-a59a-46c8-b0b3-c1452f38ac44", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153978,7 +153978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8345ae9c-8217-4dfc-be7c-daaece70d249", + "id": "17408084-5ac1-4559-ac47-cc56a22c0185", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154022,7 +154022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27cc68cf-754d-4cc7-a640-b6e377a8f195", + "id": "7dd04c4b-7dc4-45b2-813b-4bf23fd53cff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154066,7 +154066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01dfc78f-e760-4497-a734-17805dbf7b98", + "id": "675a879c-2d7b-49f7-acab-9ad2efeb32eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154116,7 +154116,7 @@ } }, { - "id": "baf2acf3-3019-4b84-a8f9-0a0803160a1f", + "id": "c9238d1f-708b-4834-bb27-23b596e1223f", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -154148,7 +154148,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"officia \",\n \"provisioningMaxStatusCheckDays\": \"veniam consectetur ullamco culpa\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"non velit\",\n \"provisioningMaxStatusCheckDays\": \"sed esse commodo ullamco\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154159,7 +154159,7 @@ }, "response": [ { - "id": "0a098adb-ec98-4888-9008-35be0ad884c1", + "id": "51978b55-209f-40e8-92ff-5691bdfe876d", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -154194,7 +154194,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"officia \",\n \"provisioningMaxStatusCheckDays\": \"veniam consectetur ullamco culpa\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"non velit\",\n \"provisioningMaxStatusCheckDays\": \"sed esse commodo ullamco\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154211,12 +154211,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"officia \",\n \"provisioningMaxStatusCheckDays\": \"veniam consectetur ullamco culpa\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"non velit\",\n \"provisioningMaxStatusCheckDays\": \"sed esse commodo ullamco\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4972d1fa-d324-46d4-ae53-73d957dde0ba", + "id": "4797f723-58dd-409f-9b36-e105a140b7da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154251,7 +154251,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"officia \",\n \"provisioningMaxStatusCheckDays\": \"veniam consectetur ullamco culpa\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"non velit\",\n \"provisioningMaxStatusCheckDays\": \"sed esse commodo ullamco\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154273,7 +154273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3db25191-a39a-4206-a6b7-ed3a21e85a61", + "id": "39a92244-6bb8-4faa-9757-a88ffef82550", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154308,7 +154308,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"officia \",\n \"provisioningMaxStatusCheckDays\": \"veniam consectetur ullamco culpa\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"non velit\",\n \"provisioningMaxStatusCheckDays\": \"sed esse commodo ullamco\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154330,7 +154330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb868276-1eef-460a-b4d6-1f15921e849e", + "id": "96048f81-8c54-4f6b-8008-9fb4d03d09c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154365,7 +154365,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"officia \",\n \"provisioningMaxStatusCheckDays\": \"veniam consectetur ullamco culpa\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"non velit\",\n \"provisioningMaxStatusCheckDays\": \"sed esse commodo ullamco\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154387,7 +154387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57effae5-1e80-48c0-b251-08bec64c1e26", + "id": "8e4aeb1e-4e3d-41d3-b87e-a8e2843413bc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154422,7 +154422,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"officia \",\n \"provisioningMaxStatusCheckDays\": \"veniam consectetur ullamco culpa\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"non velit\",\n \"provisioningMaxStatusCheckDays\": \"sed esse commodo ullamco\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154444,7 +154444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d87bd9ae-c9b6-49ba-bbaf-4ce9db71a56e", + "id": "e252c392-35d4-417b-9747-594c08fe2396", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154479,7 +154479,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"officia \",\n \"provisioningMaxStatusCheckDays\": \"veniam consectetur ullamco culpa\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"non velit\",\n \"provisioningMaxStatusCheckDays\": \"sed esse commodo ullamco\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154501,7 +154501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba20a247-3eba-475b-b7f8-416ee4b04128", + "id": "e8c62dd1-4232-4707-8eb0-9d366c5bbb8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154536,7 +154536,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"officia \",\n \"provisioningMaxStatusCheckDays\": \"veniam consectetur ullamco culpa\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"non velit\",\n \"provisioningMaxStatusCheckDays\": \"sed esse commodo ullamco\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154575,7 +154575,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": "8956b489-b440-4e68-ab92-e7e2f46915e8", + "id": "52bcae14-e080-40d5-97e9-d487c31fc498", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -154618,7 +154618,7 @@ }, "response": [ { - "id": "0f147dbf-ceeb-4322-8c1f-60ed512edc37", + "id": "80f2fab7-5f48-4a6e-84ee-e50d01b8fae4", "name": "Violation Contexts", "originalRequest": { "url": { @@ -154675,7 +154675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e9d616b-7a7f-4483-bef9-ff4a258b41e4", + "id": "e1f74ce2-3b00-4491-ae49-77f9b9ac88a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154732,7 +154732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "630caf39-8d59-4154-a251-12e3e226246e", + "id": "2cfa5cdf-5a1b-407b-9dad-eff28214324c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154789,7 +154789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e5f9069-ce92-4853-9f5a-496593967472", + "id": "a3ba1ea6-2a8a-4350-b9d9-4d7c01c7651e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154846,7 +154846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf9fa965-da39-413d-bbc3-d0dc1bb75830", + "id": "89f5d80f-be17-4adc-aa04-0baed63d1cea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154903,7 +154903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f50f473-09ad-44be-a129-d2ef5f10c090", + "id": "7c4ce8e7-6782-41e0-b29d-4d12968c4698", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154960,7 +154960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aecea2d-103c-475e-bce8-8b34892c9c01", + "id": "f4a1fa7a-97b0-4673-baed-6da36749a97c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155029,7 +155029,7 @@ "description": "Use this API to implement and customize source functionality.\nWith source functionality in place, organizations can use Identity Security Cloud 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 Identity Security Cloud 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 Identity Security Cloud makes it possible to manage user access across them all.\nThen, if a new hire starts at an organization, Identity Security Cloud 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, Identity Security Cloud can grant the necessary access and revoke the unnecessary access for all the employee's various sources.\nIf an employee leaves the company, Identity Security Cloud 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 Identity Security Cloud, 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\nIdentity Security Cloud 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 Identity Security Cloud, 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 [Identity Security Cloud 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/docs/connectivity/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 Identity Security Cloud tenants so an access change on a source is detected quickly in Identity Security Cloud.\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 Identity Security Cloud collects from the source and how it correlates that account data with identity data.\nTo define which account attributes the source shares with Identity Security Cloud, 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 Identity Security Cloud 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": "313a8122-3160-4c26-97da-c2235218a8bb", + "id": "e6b37c39-d4cd-44b4-92fe-0eda749adae3", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -155113,7 +155113,7 @@ }, "response": [ { - "id": "36009041-9edf-4043-8e49-ad10bc44757d", + "id": "6958bfb0-a744-4211-a578-5f9985260351", "name": "List of Source objects", "originalRequest": { "url": { @@ -155211,7 +155211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e417b1c-a25a-46ab-b31d-313cb24c1761", + "id": "85ffdf81-bb27-49be-ba88-cb85e332bfea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155309,7 +155309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f59b745-dd2f-4480-a206-5f375931def4", + "id": "9692a964-9050-425d-9039-2933a5101121", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155407,7 +155407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fc836bd-302c-4fc1-ac0b-52bba1f8cbfb", + "id": "212fc024-f110-4d0c-913e-067580b42809", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155505,7 +155505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d199cb2c-d541-4ea0-89b5-89f5ebadd9a7", + "id": "a01f1a35-516c-4d1c-8f35-b09df927d7d6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155603,7 +155603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d66b5fe7-6ad9-44b4-826b-9b65ba25c735", + "id": "d0afe588-f45f-47eb-aa16-39d2015671ac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155701,7 +155701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33335ba8-2853-4246-b47f-28f7cc114862", + "id": "9737754b-28ff-4850-90e9-51d6ff83f903", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155805,7 +155805,7 @@ } }, { - "id": "5daf27d6-52c8-4988-b31e-1937f28de2f6", + "id": "222c8cb5-5c2e-44c0-b327-285c73017813", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -155857,7 +155857,7 @@ }, "response": [ { - "id": "9e91efb7-cb9a-4038-b975-74c999d9086c", + "id": "08e9e8bd-0bd4-40a5-85fb-757e04797d47", "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": { @@ -155923,7 +155923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9bf80da-9186-4424-a722-1c4af33df51e", + "id": "05cbdb05-aced-4b54-8330-19ab42a9277d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155989,7 +155989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50a504af-7dda-4fba-872c-829719111462", + "id": "74b945ff-1a4e-4007-a69e-548fd0125fd8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156055,7 +156055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0af01b03-7375-4e14-9fda-7b54e8a2cfb3", + "id": "b724f385-aeb5-47a0-b7eb-7515aae1f4dc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156121,7 +156121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74d59d5b-a498-40a7-81ac-6d059d899405", + "id": "35f779a9-4823-46b8-9f00-48b72aa4f688", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156187,7 +156187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf87dc2-d77d-4044-abc9-c44336462de1", + "id": "179a5aa9-eaca-4e3f-8164-8c4ecba12a70", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156259,7 +156259,7 @@ } }, { - "id": "a96f7500-6a9a-45b2-b815-7da3b41e1504", + "id": "0cf8b47d-6340-4431-90d6-e75de6e1098c", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -156300,7 +156300,7 @@ }, "response": [ { - "id": "073e7aa9-4ce1-4eb6-94bc-4c5f90e16a26", + "id": "b35a9b47-d6e3-4f1f-b2b5-18a299c5ec35", "name": "A Source object", "originalRequest": { "url": { @@ -156344,7 +156344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68c0ffc5-1d45-45aa-b032-80145970a796", + "id": "1af2a1a8-348f-4c4a-8e43-55c8e6f40066", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156388,7 +156388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4602027-5bb5-4a69-a176-e42f78bf1caf", + "id": "b36b168b-bd51-4a9b-9d6f-1584451b18a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156432,7 +156432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58a5a760-a817-44ae-8601-f6a0d3b9cc83", + "id": "36bd5f1e-e77d-4032-acd6-e61450a38e3a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156476,7 +156476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df56815b-404c-4ae5-9c96-f9ad52ef1bce", + "id": "f4340c29-85e1-4031-92cf-6c97560a2d88", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156520,7 +156520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "874671b8-05f9-44e5-9e93-e7fa977b4951", + "id": "1cf9b0f1-d088-4d75-ab03-8e7395701756", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156564,7 +156564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8e0cc97-0aa0-4068-bfbe-cf3972bd59f9", + "id": "ab499569-8da0-4034-9f73-a25a9131a55b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156614,7 +156614,7 @@ } }, { - "id": "eacd6251-f54e-481a-8949-8663a0a8aa91", + "id": "452943f0-ecdc-4b43-a391-15804e1f88b3", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -156668,7 +156668,7 @@ }, "response": [ { - "id": "8748aef6-d18b-4b37-b3fd-ad92ce80ef52", + "id": "33a259e5-da4b-4cd0-b58d-7a142dffddd4", "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": { @@ -156725,7 +156725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "815674ee-9fa4-4247-bd50-51917eeebbf4", + "id": "6b1911d8-1553-44f6-9ce1-d77b32d8d4bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156782,7 +156782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9ab2ad9-5c4c-4f2e-bfb7-a23eec246ebf", + "id": "eb8304f1-2e3d-4b63-80cb-ba81fab5f324", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156839,7 +156839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c34076f-74d7-4fbc-bacb-1581eefb51e4", + "id": "9c6ca2ab-829e-4649-a146-eb5889c181d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156896,7 +156896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97c6ef89-bcdb-43e5-a94f-7a660f98e714", + "id": "c422eed6-c40e-4b2e-873a-30df4a1138b0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156953,7 +156953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccd967f2-c7e5-4e0f-8993-b0bc8c377b35", + "id": "46777025-f963-4c89-a33f-504370f27883", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157010,7 +157010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "168ca743-e99e-45c0-83f2-9652b7fcb1b2", + "id": "b4998e4c-63b7-4bdf-8f4a-79c5efefd039", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157073,7 +157073,7 @@ } }, { - "id": "034aecd7-e5d7-4d39-9a0c-4c10bd29df94", + "id": "10e2c9e6-ad8f-45fd-9bbc-c7e27025aaf6", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -157127,7 +157127,7 @@ }, "response": [ { - "id": "7d1c2e6a-ee21-43f2-87c3-0e1ba63473f5", + "id": "fe838b1b-7b11-48a3-8342-8c8ce6d4b5cc", "name": "Edit the source description", "originalRequest": { "url": { @@ -157184,7 +157184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "586673dc-f71c-4089-9f13-9a11fce452da", + "id": "0d4258dd-d97e-4db7-acdc-031a51ac9683", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -157241,7 +157241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4112926f-d15f-4ca9-979e-1f93b5a87bb1", + "id": "6822cfc8-60fb-4244-9685-f32318865f01", "name": "Edit source features", "originalRequest": { "url": { @@ -157298,7 +157298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9582bade-5db4-4a93-80f8-6675a4eddb5f", + "id": "2e68bdf7-6dfc-494f-97a2-871d57761d89", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -157355,7 +157355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90363c8e-22e4-4cd8-aa28-9fde7e11e1a1", + "id": "f927eb5b-5847-437b-88b2-d6ce5ba81579", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -157412,7 +157412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dce23fe6-c4cc-4add-91ce-0a2c06bf4d2a", + "id": "8ca0cd02-c175-4138-8549-c0b2690d9d32", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -157469,7 +157469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a72032b-6d06-42bb-9d16-6636ab2394ee", + "id": "5c92990b-3751-4011-b26c-491a5cb9cd90", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -157526,7 +157526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64c534fd-c34f-45c4-ab63-31adbc04624e", + "id": "23a25e5b-9283-4f0e-af2a-2069fc198ffe", "name": "Edit source features", "originalRequest": { "url": { @@ -157583,7 +157583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce2889f0-3ecd-4676-90d4-6b2a9c8e5be4", + "id": "bd956e58-00f0-41dd-a9f1-0012e95c18ff", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -157640,7 +157640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bd8ab78-9c7f-4321-a33c-e639519645bd", + "id": "a64d306f-8646-45aa-b064-cad837b894fe", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -157697,7 +157697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acc56d32-6954-4d75-a72d-cbefb14f2f71", + "id": "1472b2d5-b37e-4717-976e-31263d4e37a4", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -157754,7 +157754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f66b6cef-104c-4030-9926-3d63a41a77a6", + "id": "156fe193-e1d8-4655-92cd-130cc9580e85", "name": "Edit source features", "originalRequest": { "url": { @@ -157811,7 +157811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df09873c-0676-4f6b-965b-385f5b83df21", + "id": "84c2c486-25e1-4c4f-8a21-310cfe0b53d8", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -157868,7 +157868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4bce253-8aaf-4213-81b8-53b29f4c59dd", + "id": "96566c81-1721-4714-ba2c-fb63be6da434", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -157925,7 +157925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da8a62de-947b-4c0c-81cb-6ddc0f72dc91", + "id": "ae428d21-dfe4-4594-a1b0-dda5d1edca39", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -157982,7 +157982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a453c5ed-3246-4670-ae24-5244e740de28", + "id": "33a291b2-655b-4823-8966-44e554f3dfef", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -158039,7 +158039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f67cfd1-8337-482b-baf3-1638db30014d", + "id": "de4afc1b-6ba5-4431-adc5-14a9c7b41611", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -158096,7 +158096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e292d4f-c92e-47c8-8852-b3f5681a8765", + "id": "da0f0784-7eb5-44bd-b2df-7c0f0ba158f9", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -158153,7 +158153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fdacb9f-00d7-4a35-86ea-dadc8831fcdc", + "id": "b52be08a-f9de-43dc-b61a-feb71802dec9", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -158210,7 +158210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01a3f5a1-6178-4099-8321-a852ad8ef19b", + "id": "8789afd9-b196-47b5-bef1-20118e793f6b", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -158267,7 +158267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17761710-2c9a-45a8-a14d-7684d7a57685", + "id": "7e73074d-f52c-4ba5-9a80-6b9eb708c584", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -158324,7 +158324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "621cf656-610a-413a-8c4c-6a64e8b45243", + "id": "684e796b-e90d-475d-8711-6b0a6b7f55f4", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -158387,7 +158387,7 @@ } }, { - "id": "f869bceb-9c34-4ad4-abea-1179b38af4d6", + "id": "4c85d637-1d6a-431a-9a86-74809a3e105d", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -158428,7 +158428,7 @@ }, "response": [ { - "id": "f268932c-8638-4327-8d12-1e202ad82575", + "id": "cba74a3f-57b2-40c2-be28-6ab093cdca13", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -158472,7 +158472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "454439f7-b043-4689-9f21-5d5c51f3edbb", + "id": "3f996c08-05f6-4838-9df1-2ebb658bfb2f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158516,7 +158516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39f515f5-0d17-403e-ba77-cad175b0e6af", + "id": "56b72636-1533-4db3-9d98-6e223e0f2bff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158560,7 +158560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782a2986-0171-4535-9e30-4c6f47af4e5f", + "id": "ffe3a9a5-92ea-4024-8fe2-384279058cc0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158604,7 +158604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "930f8b49-6069-4f8b-b21a-11f0aaeff973", + "id": "2b6d6a84-6f2f-4865-b986-9f87db1e7191", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158648,7 +158648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "050c61a4-e3ec-472e-a206-f680ae87270e", + "id": "488eabfe-8a91-4809-83eb-d4c04952db30", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158692,7 +158692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eb3356b-74cc-4302-9e46-1feb96f1b292", + "id": "12789742-2be1-4e73-babe-bffcdddb1226", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158742,7 +158742,7 @@ } }, { - "id": "2bae6d34-f2d1-4261-83b3-c73723fd1035", + "id": "614f6939-ece8-4edd-ac87-b9bf7fbb5830", "name": "Attribute Sync Config", "request": { "name": "Attribute Sync Config", @@ -158784,7 +158784,7 @@ }, "response": [ { - "id": "112bf2b2-7289-48fa-b571-64852e247948", + "id": "2311e58e-caa3-4a24-9ad2-1cd35adf8184", "name": "Attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -158829,7 +158829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ec3c088-9ba3-4f6a-9379-32811d6b1dbd", + "id": "b8eac175-aae0-440c-a725-cb85968b75c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158874,7 +158874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3bedbc2-a7bd-4551-adca-d712ebf318d5", + "id": "1c7fe747-3a30-4571-a052-79519b9ace1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158919,7 +158919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b8b78d2-20d4-4342-aabe-b78698eb62ad", + "id": "c867bda3-df53-4985-a490-caa7f0fab58f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158964,7 +158964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b8dd1b6-2e60-47b7-af15-3f4144c8f5ae", + "id": "8edfa47a-ba3a-40c0-bb53-5f4e416b6edd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159009,7 +159009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11268280-cd00-4d9e-8277-dabcb0e78517", + "id": "01de2e53-0955-405f-97e5-62f83b3766b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159054,7 +159054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d2cd41d-ab2a-4ce7-81d9-07ee0d4f9824", + "id": "e4d99843-a732-407b-ad45-fb9d94c7df8a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159105,7 +159105,7 @@ } }, { - "id": "d7e60285-9a56-44fb-885a-b8fbf82c5101", + "id": "d7589469-8aea-43ff-86b6-b50386010e31", "name": "Update Attribute Sync Config", "request": { "name": "Update Attribute Sync Config", @@ -159160,7 +159160,7 @@ }, "response": [ { - "id": "d4484829-f6bc-4539-a2e8-8decca1b5b78", + "id": "e93db2ff-5ac0-4aab-a94b-2896b2d89162", "name": "Updated attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -159218,7 +159218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62d7604d-9662-4a0f-a96d-ee8e02f90587", + "id": "aa436d5c-1467-4987-9114-b96468151968", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159276,7 +159276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25807e1a-c095-4b14-96eb-8dc1b1a23662", + "id": "538bdaa4-5f29-48e1-b437-2c6b3a16863f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159334,7 +159334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8671a38d-4641-4625-b21e-5bb8b7fdf3cb", + "id": "f96fa979-25da-43cc-9f8c-7936cc73c4c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159392,7 +159392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "859109f2-ea86-4359-96c7-0ff1aa454608", + "id": "03bfb86e-825a-40ec-a3ca-c58ea9423213", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159450,7 +159450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d127fa8-d496-4cee-9b2a-b9559cb6fc3b", + "id": "52e5dc09-b53b-4d6e-a367-2bd1ae16ef82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159508,7 +159508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f9dc5d1-a377-456f-9caf-466535b1b398", + "id": "8e4c8f2e-39f1-43eb-b40d-20b27422fffe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159572,7 +159572,7 @@ } }, { - "id": "4cfa5cbd-70de-42bb-9b38-cbe6246e8cbd", + "id": "914cc3dd-e51a-4bde-81da-887da21e4377", "name": "Check connection for source connector.", "request": { "name": "Check connection for source connector.", @@ -159615,7 +159615,7 @@ }, "response": [ { - "id": "0d73e588-a153-4e94-93b3-0a88a8c20c88", + "id": "fab687a9-d994-413d-8449-7a977d75ec3c", "name": "The result of checking connection to the source connector with response from it.", "originalRequest": { "url": { @@ -159661,7 +159661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53119630-8db6-4c12-ad5d-3624ff3404f7", + "id": "62751229-78fe-44bd-b4e5-53db04116676", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159707,7 +159707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfccd903-f3b4-4c80-98d2-3ae9b93eb1a9", + "id": "3d4a63f1-07b8-45a6-8c32-ac9b47d29dd8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159753,7 +159753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2baf8be-d0c0-4e0b-bd0f-6fc222cefb53", + "id": "61a15c48-2927-4aad-838c-1e642e104dd3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159799,7 +159799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "319d81e7-d9a0-4c6c-950c-5f4c703a0cfd", + "id": "e09c2bcd-0e32-40a5-880c-88511e40548b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159845,7 +159845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fe98098-b138-4063-9396-ee244597cda7", + "id": "8ebc0f7b-6c1e-44f5-adc3-205462b7e528", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159891,7 +159891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b13d3bc-8eaf-44e1-adc1-5b47601cfaa3", + "id": "61c6d801-c112-44ad-81fc-aa9e285ef109", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159943,7 +159943,7 @@ } }, { - "id": "f4562742-49e9-4f39-8320-6ea3e1b62dc4", + "id": "68aa2dc1-fcc6-4584-ba5d-5a1571e8849f", "name": "Peek source connector's resource objects", "request": { "name": "Peek source connector's resource objects", @@ -159999,7 +159999,7 @@ }, "response": [ { - "id": "f01351f9-a446-4992-bab2-71a2f2b9a1b1", + "id": "0b6bb23d-5c6d-4248-b36b-e5b2e10922f6", "name": "List of resource objects that was fetched from the source connector.", "originalRequest": { "url": { @@ -160053,12 +160053,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\": \"culpa do ut\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"Ut ut incididunt adipisicing\",\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\": \"et\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"ut est\",\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\": \"Duis cu\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"magna tempor do\",\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\": \"sint amet\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"Duis fugiat\",\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": "74364c85-241d-4ae5-8520-a289a4de2aec", + "id": "a13ceb6f-aef9-4387-98c0-c27492b89a18", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160117,7 +160117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c40b055c-e498-4be5-8bda-6c3701a5a90c", + "id": "7385eb22-e1c3-49e9-8aff-b7cd5abd03d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160176,7 +160176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72fc6c41-a23d-498c-a161-2152521d57e1", + "id": "5b5cfd35-3f4c-48bd-b5ed-11855798a1da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160235,7 +160235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08679a15-36fc-4943-bf54-3481a50a07e0", + "id": "08841d74-21ed-4f5d-a46c-d2a641c56526", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160294,7 +160294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "960732c4-f0cd-4468-8e2a-b4c56d13c156", + "id": "33017250-1cc4-4c50-a3f5-fe15c4a0ec7b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160353,7 +160353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3866295-3f54-4e17-90d7-71c8f75ac474", + "id": "90426990-3c54-42da-917b-8b510e1cf8d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160418,7 +160418,7 @@ } }, { - "id": "0847bb55-4d2e-4aa1-b990-809a1b9ed7a1", + "id": "63bdfdff-44d7-45d1-9a32-9270c698108b", "name": "Ping cluster for source connector", "request": { "name": "Ping cluster for source connector", @@ -160461,7 +160461,7 @@ }, "response": [ { - "id": "cb8de4fc-cb2b-4b5d-89a5-725e248c3070", + "id": "6a29a141-6c73-499d-926e-5e29a317eac1", "name": "The result of pinging connection with the source connector.", "originalRequest": { "url": { @@ -160507,7 +160507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cda7aac8-1c26-4696-a1ff-6bce4d7921ac", + "id": "97527f7a-8d84-468f-a514-f06a83eb2c37", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160553,7 +160553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ff7a84b-eb06-403d-aa4b-fb21145b5fa2", + "id": "5ef8a89b-f4dd-4249-82de-2e06793b996a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160599,7 +160599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c1aa9ac-6753-45ac-88c1-72270fd1f044", + "id": "eccd6aae-a0e9-440d-85b6-590ec5730f4d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160645,7 +160645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b808a30-83f7-4cfb-a5e4-ae2067f65df8", + "id": "945f0560-ad07-4c9a-83ff-dd914d0b8553", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160691,7 +160691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c34064b-d5a6-476a-8c20-70c155038acd", + "id": "8dfb5713-2d67-4a8b-a737-dbe3ca37dfb0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160737,7 +160737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c401fb64-89fb-4168-ba0b-86ac4c917148", + "id": "6e5cb470-2606-4cda-8c3a-09c663fccaed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160789,7 +160789,7 @@ } }, { - "id": "549a0555-99b9-4660-afc7-248dd373bf22", + "id": "25e5ea07-c716-4a27-8234-e83c56cf5089", "name": "Test configuration for source connector", "request": { "name": "Test configuration for source connector", @@ -160832,7 +160832,7 @@ }, "response": [ { - "id": "0c97bb54-38a4-407d-9bc1-c722a5efceeb", + "id": "1ea2a165-c089-41a4-be31-6f8b6fd607b6", "name": "The result of testing source connector configuration with response from it.", "originalRequest": { "url": { @@ -160878,7 +160878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c6a74a2-e5e5-4c75-929a-729962536d23", + "id": "76fb069c-2c2c-4a52-9913-3aaae064c3a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160924,7 +160924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec4d77ec-2f38-47cf-ac4b-dea5c666ca39", + "id": "c6f34c83-9238-4a16-b5dc-4937d87a8f21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160970,7 +160970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6c63dd3-fac3-4bc8-b9c3-2d1b6435ad36", + "id": "f6abb43d-0ffe-4318-9fab-e0092b71b7dc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161016,7 +161016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc6dc7ca-70a6-49a2-aa42-e01d0f1aab2a", + "id": "4e02df0b-3768-416b-afe9-3534a01e3971", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161062,7 +161062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5a522b8-cee5-4f67-96d2-de6030896bc4", + "id": "8fe7a72b-816b-4454-b9dd-aaaaa8322773", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161108,7 +161108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6a949a6-cbcf-44da-a6f4-27c88f180b0e", + "id": "b1dd01f2-99a8-49ea-9156-4cbbb8016f38", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161160,7 +161160,7 @@ } }, { - "id": "0086c58a-4f61-40cd-9fd7-75d0853bdba6", + "id": "312ed603-1279-4d4b-800c-be75b5036e05", "name": "Gets source config with language translations", "request": { "name": "Gets source config with language translations", @@ -161186,13 +161186,13 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "ko" } ], "variable": [ { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "id", "disabled": true, "description": { @@ -161213,7 +161213,7 @@ }, "response": [ { - "id": "030a7924-53e4-4b09-937d-4f8d3a14864f", + "id": "6c5fe11a-fca4-4742-be90-9de1c4782e8c", "name": "A Connector Detail object", "originalRequest": { "url": { @@ -161234,7 +161234,7 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "ko" } ], "variable": [] @@ -161264,12 +161264,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"in\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"incididunt ad\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", + "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"Excepteur voluptate\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"in amet ex\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6ae5034d-8917-467e-a1b1-e9d62322e85f", + "id": "60d65729-60e5-45bf-b05d-a200c2e9579f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161290,7 +161290,7 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "ko" } ], "variable": [] @@ -161325,7 +161325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e77576a4-7a54-45a0-b9d2-dd7d72d3eb9b", + "id": "9be7f5f7-183c-4568-bcac-84938cb2bfcf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161346,7 +161346,7 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "ko" } ], "variable": [] @@ -161381,7 +161381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb30e1ce-9653-4810-95e0-692730c47720", + "id": "614176a2-0534-4db1-8ec7-9194ceefeec9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161402,7 +161402,7 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "ko" } ], "variable": [] @@ -161437,7 +161437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eb1e14f-22c9-472e-bc86-ceb6ca7b16aa", + "id": "f4ebc968-9d1e-4ca4-925d-991f0ae6b86c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161458,7 +161458,7 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "ko" } ], "variable": [] @@ -161493,7 +161493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e95f450-5c8b-463f-82c0-574431b4068e", + "id": "6d198e35-18c6-4169-8a7e-a9187203f5cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161514,7 +161514,7 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "ko" } ], "variable": [] @@ -161555,7 +161555,7 @@ } }, { - "id": "432a5133-6265-40c7-8109-7654f409fa30", + "id": "fbf7c949-5e3a-4e2e-839a-7d6a0ad98a33", "name": "Native Change Detection Configuration", "request": { "name": "Native Change Detection Configuration", @@ -161601,7 +161601,7 @@ }, "response": [ { - "id": "7bab71b5-ca85-4f0b-a6f9-4ebb7df69f8c", + "id": "08f0b008-5eaa-46d6-b1fb-5bddd5c3462e", "name": "Native change detection configuration for a source", "originalRequest": { "url": { @@ -161646,7 +161646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b8fa25c-fd3c-4d37-9e04-61bbee66a752", + "id": "5bc30763-a9c2-4361-b829-039976a1654e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161691,7 +161691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "889af869-597a-48db-907d-3df437ff148a", + "id": "078854df-8289-4dd5-83b9-aeae326d9654", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161736,7 +161736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3b939cf-a9cf-4776-a8fa-8e3c316f3a06", + "id": "1a6e80b3-c20f-4bba-9e83-ac4eaa200cb5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161781,7 +161781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8878372-7b76-4099-8dfe-4856f1fb12d4", + "id": "63206cbe-8171-4944-987d-a60e2433fc86", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161826,7 +161826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc645776-856f-4057-8d65-32e338f76656", + "id": "9a6c65d8-5ead-4452-a7ed-20ff03e45214", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161871,7 +161871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f5a46a7-27df-44d6-912e-30a0aa68dbc4", + "id": "1880c698-fbcc-442b-ba11-65f94922cdfa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161922,7 +161922,7 @@ } }, { - "id": "f7fb8439-11ba-44c2-a304-6bdc2139aece", + "id": "fdbf1d11-e964-4071-b47f-592b6b0e05ed", "name": "Update Native Change Detection Configuration", "request": { "name": "Update Native Change Detection Configuration", @@ -161981,7 +161981,7 @@ }, "response": [ { - "id": "9fd2dc75-7159-45f6-b347-54429299c8f0", + "id": "7237429b-0a47-4d99-810b-8fa5b7a2b25a", "name": "Updated native change detection configuration for a source", "originalRequest": { "url": { @@ -162039,7 +162039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e88c1e-ffa3-459f-8bbd-cc8e4a5f948a", + "id": "ca2e2ef0-510a-4d88-961b-a9fca46ddfe4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162097,7 +162097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38bf9da8-b3aa-4297-a9fc-aad1522b7c14", + "id": "45e96bcc-ee04-49f6-a169-8bc4de132ba1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162155,7 +162155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a67a23e-5c7c-4e77-af29-792f93e47cbc", + "id": "ce1216b9-9763-415c-9100-a90112373809", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162213,7 +162213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12b8cf4e-6223-46df-9edd-b62408b90624", + "id": "c0120d1d-fa0a-432f-a033-5b6a4ee183ad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162271,7 +162271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e04eccff-bf20-4274-82f8-5b1042dc4a4f", + "id": "5729d1a2-0e76-4c11-8933-fee4373150ca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162329,7 +162329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6722ae3c-ff72-40a2-b590-2e3c5dc3c967", + "id": "505563a6-4586-4a0a-bb37-987594829856", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162393,7 +162393,7 @@ } }, { - "id": "62d1acc5-0533-433e-9f81-0934c023f983", + "id": "bcc21c1e-dbd5-4078-9244-89e79ed44294", "name": "Delete Native Change Detection Configuration", "request": { "name": "Delete Native Change Detection Configuration", @@ -162439,7 +162439,7 @@ }, "response": [ { - "id": "63c921dc-d9c5-4b22-8655-152f003461c2", + "id": "a08a5be8-54c9-4c51-a6ec-851b8a391f84", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -162474,7 +162474,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a5faa859-0662-4e68-8e9e-cda2bb16a9e8", + "id": "829ed855-8781-4fc7-bed8-4d3f34b6ba8f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162519,7 +162519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb9388a0-dc93-4f86-a5f7-c2e817dd8315", + "id": "5a9990e7-489d-48fc-82d6-5f00ca105b40", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162564,7 +162564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "680d2401-f0cd-4669-9efe-3200b7ccdb68", + "id": "e3210061-d79e-4c35-804d-4bac37897ccf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162609,7 +162609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a4418ac-82c5-472f-8cf0-85b935821c8d", + "id": "b8fc11ce-8b7b-43fa-8c4e-8b5f2185693e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162654,7 +162654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38fbac42-6310-4046-bc7f-afcf9d99516f", + "id": "83c42752-917e-43f9-ad89-64709688629e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162699,7 +162699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7986e476-0ad5-46f7-8f9a-691ef4dcc205", + "id": "a840bdc1-cc71-4143-a5b6-1bf7a3694979", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162750,7 +162750,7 @@ } }, { - "id": "9a72816b-85ff-40a1-96dc-4f294500945f", + "id": "5637b37c-4e5e-42d6-bb2f-b254274e49d5", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -162792,7 +162792,7 @@ }, "response": [ { - "id": "cc3306f4-6c6e-4bb9-a38b-3905a7ef3a9c", + "id": "ee7da819-bf9b-4b1a-8494-7e67eec4f68e", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -162837,7 +162837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13fb5431-514e-43a9-b619-5c87f751801c", + "id": "9d195092-2ebc-451d-8e99-b4225927b4c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162882,7 +162882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bacf4b0a-b0bd-4c54-974d-dc56e117cd2e", + "id": "93d7603e-1fb3-4522-b554-868f609999e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162927,7 +162927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed35faa8-855e-41f4-bf5e-422c37c9a619", + "id": "6c5d78f2-da4b-4e11-976d-6d4990ff135f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162972,7 +162972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb11dc6a-c8bf-423b-9af2-4e269e870e8d", + "id": "4c87bda8-7eee-49f3-bda4-6be57f8b10cf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163017,7 +163017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73d87749-3bbc-4cb9-af79-3c81edaabe6e", + "id": "aa0b3224-3ce0-4a8f-b0ec-de1111163b34", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163062,7 +163062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c5094ae-b26f-4e92-928d-3dd69a991c74", + "id": "5ed83294-7f94-4deb-8a1e-d7a02de1721a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163113,7 +163113,7 @@ } }, { - "id": "fee6504d-337b-4ddc-b512-214ba0b97cfa", + "id": "9d3a19bf-4ed1-4cb1-a7fe-798e4b99f74c", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -163168,7 +163168,7 @@ }, "response": [ { - "id": "eb4671ae-5c1c-477d-a6c0-579cf3663491", + "id": "5bdd592e-b18a-4590-9571-7f13a80ca8a8", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -163226,7 +163226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95dbc7f3-4bb5-4d30-8f64-e647226e8e01", + "id": "e0834cf8-1ed6-4d86-a3cb-09a32fdd4150", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163284,7 +163284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bd0a123-dda4-437d-84cb-2cf2c9466727", + "id": "ef0415ba-ab79-4cdc-a0f9-15843579f292", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163342,7 +163342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1e79808-b871-4ed3-9c88-aa92ec57ee74", + "id": "f19848ee-aabe-43a4-91db-f464e6e88100", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163400,7 +163400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bc1d24e-98e7-4f99-8034-b2202d2e34c8", + "id": "d5960554-5ca1-40af-9026-3cd6cdaf6274", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163458,7 +163458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d081b2a-1eb1-4f6e-b484-3acca512fbe5", + "id": "feeccb67-9f93-410c-93ac-c8d64d4a7874", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163516,7 +163516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "299020c4-e7e8-4c42-b05e-8d32f6d7e13b", + "id": "47a488fe-8b6e-43d5-8eb4-01e038d9df14", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163580,7 +163580,7 @@ } }, { - "id": "636524d5-cde5-4db4-891d-15a55bdcf9a1", + "id": "0da623db-8eb5-4b6e-bed3-5e9407a29f7c", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -163633,7 +163633,7 @@ }, "response": [ { - "id": "7e045d7c-9542-4399-a234-d78bd662cc33", + "id": "99cfa67e-6bb7-4712-b702-afc3538ee7f8", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -163679,7 +163679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6be06a27-230f-4797-81b0-ef0df4f32479", + "id": "5e488a62-8a09-4a32-917c-1b9a8f000ed7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163725,7 +163725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81fdc78e-cd3d-48b9-bb23-237cfc8be518", + "id": "45ac6fbc-9961-48a1-8328-7c55f4cfde5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163771,7 +163771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf3dbdd8-1519-4c53-aef5-bf15dd82ed05", + "id": "fc2e837d-6986-4186-b95f-6824676f9268", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163817,7 +163817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7147e253-4ba5-4101-96bd-cbe26a2e24c6", + "id": "277166d7-85cb-4e9e-90dd-c5980907e4ec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163863,7 +163863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d2b7fe4-dc58-43c0-afb4-cf0fda7a8e43", + "id": "956b7f34-addc-49b3-8035-eff5cfb795a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163909,7 +163909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b3719ee-77f6-48df-bffe-ffc908310a83", + "id": "a44cce1a-e484-4385-9dae-0908b43b5dc8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163961,7 +163961,7 @@ } }, { - "id": "e4f8d0c8-09e3-4647-b592-a721c2a9c5ee", + "id": "c2a3fa27-3f20-4e5f-aa20-029df6222042", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -164027,7 +164027,7 @@ }, "response": [ { - "id": "72b6ff2c-113d-46c5-824e-a5253ca2a6bd", + "id": "44a60364-0c2f-4a9b-a124-c615af867b5c", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -164086,7 +164086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35f61750-0b26-4e8b-9527-5ddfc2ef35fd", + "id": "529b2954-561c-4d86-acba-6cb376436569", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164145,7 +164145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1df165f7-bd2b-49d7-970e-ac2bf4cc1ff0", + "id": "8d6ab44d-a905-4bfe-8e45-4850e4fb1b10", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164204,7 +164204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f66f3ec-44cd-4b31-974d-3ec35b7e7a13", + "id": "c69b85c3-6c28-4fc9-9032-4b490d6ff7b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164263,7 +164263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae23dd64-1f42-46ab-ba92-7a23391abe91", + "id": "8c6a8f8b-1c5c-43f3-bd85-fe72f369849e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164322,7 +164322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f4bfc72-9234-4248-8b12-86f0b2b86357", + "id": "3a6ae0c2-4561-4fa1-ae4c-6922dfe1c078", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164381,7 +164381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f703fde3-126d-4d32-99a7-66f0afbe0818", + "id": "4279bc5b-4b0f-44fd-81f7-27f152e5097d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164446,7 +164446,7 @@ } }, { - "id": "79284e03-f457-4cf0-a85b-747b609bd120", + "id": "142c3bc2-40e8-4858-a2d4-5e568dadcf16", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -164512,7 +164512,7 @@ }, "response": [ { - "id": "ba82a52f-4338-4569-9490-dad11f1d7766", + "id": "92d2fa57-b314-495e-bbc2-e0fccdd9694f", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -164571,7 +164571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc57b442-fa33-40b0-a29b-ddfdbcf55349", + "id": "8dff35f9-5466-4a92-9147-764eedc00211", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164630,7 +164630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2270304b-6f9e-42af-a8ed-9f46d6338b84", + "id": "45ba74ba-0d43-41b3-a5db-e9e62cdfc022", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164689,7 +164689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b20f7d0-67f4-41f0-ae1c-d7f415c1e726", + "id": "7fb1c59a-941e-4266-ae62-9c71139710e6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164748,7 +164748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4627a15-6e46-4ddd-bbb4-e42e49edda8d", + "id": "75e71cb1-18fe-4e67-8e0b-041491f755e1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164807,7 +164807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab60c28e-a7e4-4d7b-9526-4de25e5eaaa6", + "id": "d5ade388-36e2-44dc-bb56-a914ca772d5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164866,7 +164866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62ce95a3-cf42-4094-9bea-4aacf00363cd", + "id": "b2884a17-d400-4e57-8dc2-aefededc5589", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164931,7 +164931,7 @@ } }, { - "id": "b3e5c1e4-2040-4a0e-9eea-0e22c52f0299", + "id": "cba67037-7491-4564-9996-9f403b501520", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -164984,7 +164984,7 @@ }, "response": [ { - "id": "e63ee85e-66a8-4e8d-8b2b-0fd329b7d852", + "id": "d979fa1b-973b-466d-a697-1aec98621db0", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -165020,7 +165020,7 @@ "_postman_previewlanguage": "text" }, { - "id": "408d4bf9-0890-48b2-b01f-2bbcb765985f", + "id": "0adadbee-bbd1-4ccf-8822-24d328ca5650", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165066,7 +165066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b550b3da-ecdb-4575-85d9-7e2aca03ab21", + "id": "944680cc-d072-41e9-a6ad-e07b48cf8e5c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165112,7 +165112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d1a396a-16e0-46d6-a030-b52d0aac3f21", + "id": "9bb64125-aa8c-4391-8820-a6aa1c06c054", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165158,7 +165158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb92a3ab-1e0b-43dd-9739-9c7f99587e5a", + "id": "457f1d62-81d5-4f8f-ad33-351f64f18546", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165204,7 +165204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35c2127d-5465-4aee-a711-e169004d60d3", + "id": "0b3f1420-41df-4c90-970e-1dc6bc0e8159", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165250,7 +165250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b3fd2fb-3259-419a-9e89-2be8397bc2b7", + "id": "0b48f379-aae7-4ec5-a784-472f588ef92b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165302,7 +165302,7 @@ } }, { - "id": "ba5d577b-66a4-4cc0-90c2-97f17aa5a541", + "id": "939c073c-6009-4655-872d-7459750b3ed1", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -165358,7 +165358,7 @@ }, "response": [ { - "id": "71a6c03c-a89b-4b44-b788-c98daa24655e", + "id": "f7aa9d46-5738-4050-93b6-2aa0609dec88", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -165417,7 +165417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43ed5af6-5bff-4441-b879-9020418a5212", + "id": "d2c0a922-8785-4664-aa36-74a87ffdbe62", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165476,7 +165476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12702cab-d1e4-4574-854a-3ec6369c94f7", + "id": "b9cd2c65-f56e-4e03-9692-6f24c18a247a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165535,7 +165535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d45386c-cd99-4034-be99-20d79de2597e", + "id": "2bbf2451-6405-4daf-8771-a91df1952564", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165594,7 +165594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9251a04-3857-4e34-a98f-b111c4fd7b82", + "id": "afb33e28-cd86-4347-82e7-201aac69ca42", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165653,7 +165653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "720987ff-7474-4580-898b-42c63be5af75", + "id": "42703220-297a-4f79-ac56-21d088e8cf5f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165712,7 +165712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae94ad54-f598-4bdb-b88c-461b31a490d2", + "id": "1bdd10c7-ac73-45d6-8ef2-370a8e4fdeea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165777,7 +165777,7 @@ } }, { - "id": "1e4f3ce0-41db-4df1-a96b-0dc1f9e4b4a3", + "id": "ca2cc9a6-d092-4fec-8e4e-1d84c4085909", "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.", @@ -165826,7 +165826,7 @@ }, "response": [ { - "id": "f2850d22-ce74-45f3-a4e6-38a3ebe1ddcf", + "id": "461f4860-7d05-4826-8493-0c98881004a7", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -165881,7 +165881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8811ec0-fdb6-43b8-8495-37507600d5de", + "id": "e4d50d67-3442-4ce5-8b1d-fe3c76574a3d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165936,7 +165936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7719a5d4-ba1e-4c72-a865-851841ab36af", + "id": "115f8d75-730f-473d-a125-742990fd1b6e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165991,7 +165991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f62c0047-81d9-4fd1-b532-efaf131064c3", + "id": "a96b757a-5689-4997-b496-b3d2615322d0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166046,7 +166046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d675236-c750-4bfa-ab16-f8520ef407f9", + "id": "90b105f8-5b3b-40ca-aa6a-d6d72441345e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166101,7 +166101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aa2ed14-2886-4534-944b-92a268b6498c", + "id": "7bec577e-a2c7-4f76-aaea-99755b0b855e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166162,7 +166162,7 @@ } }, { - "id": "e333822a-c205-4be3-b418-ccb972e37828", + "id": "74af1b2c-f651-497e-a883-7f885f474e18", "name": "Creates a new Schema on the specified Source in IdentityNow.", "request": { "name": "Creates a new Schema on the specified Source in IdentityNow.", @@ -166214,7 +166214,7 @@ }, "response": [ { - "id": "50e66398-e2da-46d2-9b7e-628240e38cc7", + "id": "3eea761a-45f0-4243-b584-0e27c3eeac66", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -166272,7 +166272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f99b745c-032d-4faf-8108-fe9f71e1da8a", + "id": "b8d40ba5-ed76-4b09-8775-deab6161c465", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166330,7 +166330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df526337-c4f8-4964-8e1b-0414a0426a27", + "id": "e71e6026-e1b2-4106-bd7f-126842a0c528", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166388,7 +166388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1da1afb2-4a7a-429c-bf05-4a1421be5847", + "id": "07946879-6ce4-4179-ab0f-007ef0ea81ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166446,7 +166446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "163da134-0286-4fee-9bb6-cf1469c4c8b2", + "id": "fe4a171e-e49f-4b26-881b-4b8ca57ecdfe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166504,7 +166504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c252db1-f5e9-41e9-904a-fb96b1735b07", + "id": "653e5270-bb43-4044-9356-c3b6792e11c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166568,7 +166568,7 @@ } }, { - "id": "2405d0fe-e5e7-4f91-ad44-fcb42cd80abf", + "id": "172e5b02-ca1b-47f3-bf90-bd99f5c4bf50", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -166621,7 +166621,7 @@ }, "response": [ { - "id": "d45b9bc8-9272-4b52-bfdc-6ad2cc55859c", + "id": "2047efa5-7e49-4da0-9c80-780c9d98ff67", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -166667,7 +166667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf1e4aaa-c625-4517-b13b-04fcdd1f7571", + "id": "c973d8a9-5adb-43cd-8386-1a2925988036", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166713,7 +166713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89e31da7-4cc6-4e07-a4c4-efb5ed554209", + "id": "5e293aca-d5fa-46d3-b893-1c06117f6d17", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166759,7 +166759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a88d7c5e-a5a6-41c0-9153-b07ccbd4b988", + "id": "aa9a8db3-332d-4609-bde8-a1994e53d8fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166805,7 +166805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5060edfc-f908-43da-84d8-350f56964ee1", + "id": "44287f64-dbb3-477e-a0b4-f982b17b9f4e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166851,7 +166851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e5c232e-a811-418f-9f90-0ee740b23b2c", + "id": "f24286f9-b809-493f-8759-7daed529bdc0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166897,7 +166897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2afa756-9787-4b37-a42c-b5291738f087", + "id": "fdeee63c-05f0-471d-be14-27fb96efc874", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166949,7 +166949,7 @@ } }, { - "id": "4323667f-2a85-45c9-a686-8580bc55e5cc", + "id": "e52c124f-dce5-4c53-9e86-16fae1584e52", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -167015,7 +167015,7 @@ }, "response": [ { - "id": "7b94b592-7727-4941-b4f9-4cf2423b89d3", + "id": "5dc1034e-77f9-4fbf-a3d9-6306e09020fb", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -167074,7 +167074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bb93d02-15ab-470d-af59-ac752c92e7d8", + "id": "1b29c7ee-8ff1-4dbe-a160-44b43d02914d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167133,7 +167133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be22d976-5ec5-4d25-bf06-0a75b41da0bb", + "id": "277f24a1-daac-4afe-b4e9-8a183651f315", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167192,7 +167192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2ce2858-d9d1-48e8-8868-c2b0b3b7eb2e", + "id": "7d378ea3-2026-4653-ade4-a835c500493c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167251,7 +167251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "219e244a-6722-4183-b042-5b2b295b7826", + "id": "f6481fca-6255-4965-a134-4174fdf9ff29", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167310,7 +167310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "650e9fbe-2a86-4b64-8dce-9b170792ceff", + "id": "6e25a76e-db10-45bf-88af-e3120436fb86", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167369,7 +167369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fd600bc-54ff-4d7e-8303-708db9d62891", + "id": "49626ecb-f9f0-4639-a34d-b83937b663a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167434,7 +167434,7 @@ } }, { - "id": "4fb0d6da-49e9-4163-ab0d-9ac984547919", + "id": "58bf6303-0615-4267-8f09-a898d0676ed3", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -167500,7 +167500,7 @@ }, "response": [ { - "id": "6811e0b2-bfae-45bc-8adb-ade45a7b80b1", + "id": "bfee9d5f-2941-48b5-a826-9d31c21c4f6f", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -167559,7 +167559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d51f22c-7c98-42b8-a1fc-4ef0eaa397cd", + "id": "8855c6b1-8553-488c-b37f-fb5536b1044f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167618,7 +167618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b30a251-68e6-4117-9bab-9ed6b57939f9", + "id": "97c79527-73b2-4a17-9a29-1c454d7dc3ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167677,7 +167677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6e7942d-22ae-480e-8e08-bd0bc7a64dab", + "id": "8e924fe2-0118-4afe-be87-83e2b41b1bab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167736,7 +167736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "720fe275-3652-46d8-b87b-c94ad97075fa", + "id": "21950082-d045-4a65-a59a-0cf26a4754d6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167795,7 +167795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be9f85c1-b1ac-4982-a7b6-44175c51bfd4", + "id": "77985d3c-ba3a-4fbb-8705-9b6db92fef5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167854,7 +167854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a011f15-d4c4-41dd-8684-db0811fedeae", + "id": "afddd8bd-b885-4866-9ca4-e6986c5e53b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167919,7 +167919,7 @@ } }, { - "id": "15f629cf-f193-4dc9-87c5-1f601b78364c", + "id": "c528e8d2-5447-40fd-91fb-1e3e30e87d0b", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -167969,7 +167969,7 @@ }, "response": [ { - "id": "c8055689-9a6f-46b9-ab96-ff4ab0dfbe3b", + "id": "b2f919d7-610c-4403-89ee-1762eb1a18ad", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -168005,7 +168005,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c2ca228f-877d-4b4f-b4a8-1c6e617cd292", + "id": "8b1d8a15-5e56-4a1f-a7f4-4efff8f81e63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168051,7 +168051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cb4e4ef-876a-48bf-a9ba-ab02c3e3c995", + "id": "0fa88765-3147-4ce0-be12-22a4d014c4c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168097,7 +168097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81aed9a7-8aa8-466b-b76a-8382e91daa2d", + "id": "4772d9e8-a3b4-474e-bdb8-e380b408b63e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168143,7 +168143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a8fbfef-93d3-4ad9-9e10-c86740a7ea67", + "id": "2c9ab3c6-c3e1-44db-9ea7-8abd070e4d08", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168189,7 +168189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0abdc5aa-b1b4-403b-aa2a-3d2f1a71c0ad", + "id": "63fa2ee5-2816-4e21-8685-9fbfcdd2130d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168235,7 +168235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76b937e3-7a8d-4db9-a4f0-4bd780a4b675", + "id": "5efe85b2-1ca7-49be-9baa-06ae723522bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168287,7 +168287,7 @@ } }, { - "id": "4b4b9ed4-f385-4a5d-9b06-ff4b663e2fef", + "id": "952c693a-3259-433d-ab69-0aed1597807d", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -168327,7 +168327,7 @@ }, "response": [ { - "id": "859b32c3-a974-4971-a185-1b659503724f", + "id": "756730d7-e40f-4196-ac18-c9fbb3990747", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -168373,7 +168373,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b6494eda-c1a2-4825-96d8-953121e486b2", + "id": "c73e8d53-fa24-429a-ae58-8fe20a91164a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168419,7 +168419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e582f453-70b9-4509-a927-729fa3c4a1af", + "id": "9d8125d8-9c5b-4f14-aa6e-7910b3f6174e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168465,7 +168465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddb8a78e-50e8-4b66-aa65-51f590e0dcad", + "id": "c1280bc1-2595-4de0-9103-82df0a2eb744", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168511,7 +168511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3b02eed-3adc-4f50-ae61-5cec694a4868", + "id": "df3ec473-91df-4c53-bd1c-08f40fa744f2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168557,7 +168557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3bc856f-0b33-4291-b0fb-fd8bef07b8ea", + "id": "6fcd4d24-6219-4d4c-872c-bb1accbfca67", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168603,7 +168603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2433ac5e-a0f5-4e62-aac2-5e78d7edba93", + "id": "acb2eda6-3cea-4024-a4a6-096849df2bf9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168655,7 +168655,7 @@ } }, { - "id": "0b02cf83-0ca8-470e-b3b6-362c4140483a", + "id": "cb1a5a5b-c985-4c71-a591-b06b1c63b306", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -168707,7 +168707,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -168715,7 +168715,7 @@ }, "response": [ { - "id": "04cbc963-3566-4c77-b085-9c8a8649457c", + "id": "a4384b88-9075-4d57-a4b2-17d36c1db34a", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -168759,7 +168759,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -168778,7 +168778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cab269bf-6437-43cc-9c71-c6419be9ccbc", + "id": "23453b93-34c5-46dd-9e6b-b354eb621092", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168822,7 +168822,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -168841,7 +168841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d906b2ef-27de-4135-9c95-0cf9883a1ebf", + "id": "65f9bf59-3941-46e1-b3f7-2db0a2f961ee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168885,7 +168885,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -168904,7 +168904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebea6055-5fc0-4a26-973c-d22da1ad1691", + "id": "18adfe70-c5d9-4d24-a2b3-408f0f3a4c8b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168948,7 +168948,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -168967,7 +168967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4955f33-16ad-46b9-800f-b5348b86bf52", + "id": "9aca400b-b281-4f7c-a9c3-c91da31a4329", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169011,7 +169011,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -169030,7 +169030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a4f9ec7-7829-4596-afcc-1092b24683f8", + "id": "497e7b6a-f651-4cac-81bb-d55d6395618d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169074,7 +169074,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -169099,7 +169099,7 @@ } }, { - "id": "b0bced6a-a071-4b6f-80f5-df411a0732ba", + "id": "e7713dd4-3871-4e1e-b18e-8aecc9095162", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -169149,7 +169149,7 @@ }, "response": [ { - "id": "2f523cb6-f8df-410f-9bfc-8dfa78af9c47", + "id": "7af6961f-1532-42fa-a481-7f1ab3a1b47b", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -169205,7 +169205,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2672a6ee-5617-47e3-a0c8-eaa08f9c471d", + "id": "616a58b7-16bc-4e79-90c3-f307128c3e88", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169261,7 +169261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db37c579-ea3e-4ccb-924f-27f0eeac763f", + "id": "e2c4d99c-b0ed-4279-9d98-47d64fd6bedb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169317,7 +169317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25237d4b-e485-401d-b6de-b26c17a0e89f", + "id": "f0de6b6e-da6b-4de1-83e8-8ab66a64ede7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169373,7 +169373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f5f27d7-cef2-410a-9ad9-e1dbf642041d", + "id": "6d66177c-efa6-41b4-a68a-0784185d8709", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169429,7 +169429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c7b89d3-bd11-4ce3-9f1e-3686220fc474", + "id": "d6d493d1-429d-4534-93ef-25a5ef282a26", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169485,7 +169485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1324b21-2c4d-44f1-98f0-f2367eba8bd6", + "id": "4de08f2c-6c4b-445f-b2fe-b25f033802e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169547,7 +169547,7 @@ } }, { - "id": "17d126cd-a415-4f93-8eef-b399a9efdec5", + "id": "bedd427b-c530-422c-92a3-3acc70862ece", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -169609,7 +169609,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -169617,7 +169617,7 @@ }, "response": [ { - "id": "e89f7179-2177-4225-a342-826611ff45cf", + "id": "b442b6f5-85c1-48a3-a471-90734894abd0", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -169671,7 +169671,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -169690,7 +169690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9736afd3-0319-4e4d-8e3e-8a0456b132b0", + "id": "f8b38a7f-4463-426a-bece-6f2dd2e6166c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169744,7 +169744,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -169763,7 +169763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04385a13-cc03-48df-9614-9ad6825d3f79", + "id": "cedc35e0-d583-4d27-86f2-0f4b549d45a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169817,7 +169817,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -169836,7 +169836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd27d45e-f247-4483-8492-c6958f9b00cc", + "id": "81d2019c-ba04-4e8f-924d-800f9749788e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169890,7 +169890,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -169909,7 +169909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6b512a6-b762-418a-bb51-7f88174be426", + "id": "2e2f2537-e202-4fe5-9c82-2c6545870436", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169963,7 +169963,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -169982,7 +169982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c985de55-ca76-44c9-8c84-f87d1f7df343", + "id": "302e1dd5-0376-452e-ac67-ab903e2d5a8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170036,7 +170036,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -170061,7 +170061,7 @@ } }, { - "id": "2afe9981-6ccb-47b0-8b45-942c1d4f2d7b", + "id": "896e67c2-7a57-4ad6-bcf8-be9b5ecc943e", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -170112,7 +170112,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -170120,7 +170120,7 @@ }, "response": [ { - "id": "82865e02-56f9-4c6c-b77f-442eae8069b0", + "id": "aabfe274-1201-4a46-a322-21e0b85055dd", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -170163,7 +170163,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -170182,7 +170182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5cb9207-12e6-4303-ad10-694ef41475b5", + "id": "ee05c64c-4bea-48c1-8539-3bce9fec59d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170225,7 +170225,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -170244,7 +170244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "379ae319-37fe-4814-ad5a-f4f9b7a842f1", + "id": "fbe57a31-151c-4d92-9e29-ae7c42ad1009", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170287,7 +170287,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -170306,7 +170306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73a09575-a253-4942-9430-9d349770572a", + "id": "fc5941be-8cdf-459b-b763-48c846507873", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170349,7 +170349,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -170368,7 +170368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9283a0aa-93f2-43cf-9d50-21d5b78b761c", + "id": "5bc16649-f661-4d6e-99a8-76011446876c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170411,7 +170411,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -170430,7 +170430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aa22a03-36b5-46b3-8f7e-f0547b510a97", + "id": "87446465-1132-45a7-939b-2fc0953e7eec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170473,7 +170473,7 @@ "type": "text/plain" }, "key": "file", - "value": "mollit id tempor", + "value": "dolore aliqua U", "type": "text" } ] @@ -170498,7 +170498,7 @@ } }, { - "id": "33458ac5-b70a-4e3f-b53e-adff726e087b", + "id": "b7d85968-c49a-4e90-99ef-80c1f48126fa", "name": "Synchronize single source attributes.", "request": { "name": "Synchronize single source attributes.", @@ -170519,7 +170519,7 @@ "variable": [ { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "id", "disabled": true, "description": { @@ -170540,7 +170540,7 @@ }, "response": [ { - "id": "448f7c6f-57fd-44c5-afae-1cea3b439119", + "id": "3acecacd-27d7-4a9c-8bb5-03191478c7a3", "name": "A Source Sync job", "originalRequest": { "url": { @@ -170585,7 +170585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd686419-144a-4de5-b2be-00c23018ced2", + "id": "bbb41900-4ae5-4b56-b3d5-1422c459d6fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170630,7 +170630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3a72edb-e840-427f-ac20-85bfabbef94e", + "id": "91ed0c5c-08f3-427e-bf8c-4ea1c73b3d57", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170675,7 +170675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1d7851a-74d8-4cd2-9d46-d690b66bebdf", + "id": "446525c6-821b-4e16-a475-97bb5e1b36c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170720,7 +170720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8babf043-79e6-40bb-9d39-6a42e21acc88", + "id": "cf46307b-99c6-49f1-b9f2-4f8ed9225341", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -170765,7 +170765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95f86da6-169a-4ae9-8abe-34c2c2bb083a", + "id": "7572aa9f-18d8-4dd5-95af-418d33c0ac4a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170810,7 +170810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21dfeb52-b6d4-4756-b09a-0bb53cd366f9", + "id": "5d90b074-a0f1-4269-910a-0692280b9fc8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170861,7 +170861,7 @@ } }, { - "id": "8fb125c0-7b60-40e1-afcf-5c86cc73f9aa", + "id": "db74d8cd-d985-4e10-996a-63b922e40743", "name": "Get Source Entitlement Request Configuration", "request": { "name": "Get Source Entitlement Request Configuration", @@ -170897,7 +170897,7 @@ }, "response": [ { - "id": "23967cc4-acd7-4356-873a-0c245ed90b80", + "id": "f483f79a-3e01-43ec-8626-df8295c63bcd", "name": "Get default config", "originalRequest": { "url": { @@ -170942,7 +170942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd1cf6db-5c87-4648-b5d7-76e8ed75a86b", + "id": "c70c88c9-2d61-489d-a4db-8a414a19819d", "name": "Get config with one approval", "originalRequest": { "url": { @@ -170987,7 +170987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3e84579-77e5-4e8e-b48c-47615623a369", + "id": "c1fae57f-a67b-4735-af4d-adeee213a045", "name": "Get config with multiple approvals", "originalRequest": { "url": { @@ -171032,7 +171032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc47e68-9d99-45b4-8b55-53fec2026a6b", + "id": "2145f14f-b0e4-4e06-8327-c12bc0cf18d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171077,7 +171077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0485e1ec-fd39-40f5-90d7-cf7fc1c2eb89", + "id": "d48caeef-142d-4258-b71f-394f29952a3e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171122,7 +171122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f3dcb23-15e4-4847-b4c9-c55ba2f8a95b", + "id": "d5d3386f-b5c6-47a8-9116-7afb53fd73fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171167,7 +171167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8c9f362-4679-4e4a-9088-a40257e56171", + "id": "58e5c9f7-54a6-4283-805f-faf0554add60", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171212,7 +171212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d628f24e-5f73-49ec-bfcd-861531c469e6", + "id": "1fa2c26d-e176-450e-bf97-060b13c3539e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171263,7 +171263,7 @@ } }, { - "id": "d5ca5161-b9bc-43a3-8d5f-6486f656c8f8", + "id": "fc2383ee-6622-41bb-ae22-06ad8c411d2e", "name": "Update Source Entitlement Request Configuration", "request": { "name": "Update Source Entitlement Request Configuration", @@ -171312,7 +171312,7 @@ }, "response": [ { - "id": "9dde478f-b3c2-4a08-8792-87820d297667", + "id": "49185dbf-336e-4b85-8040-27831b052493", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -171370,7 +171370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ac7bcc6-e9cd-4106-a722-60c917732c08", + "id": "b5b1d618-e9ba-4f23-b9fd-3e06e6afb09c", "name": "Set config with one approval", "originalRequest": { "url": { @@ -171428,7 +171428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6bbd065-36bf-40b6-aed8-8543d3e49126", + "id": "1654b8d5-7ddb-42a7-af87-9faf3a18c54a", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -171486,7 +171486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c5bb291-65a3-4b64-8d2c-3178c4fe0b9e", + "id": "ef21c85d-61b2-4e23-8d13-152c96b5d049", "name": "Set config with one approval", "originalRequest": { "url": { @@ -171544,7 +171544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc36f3a0-5ba8-405e-baf0-f201649f3dd4", + "id": "970f8ef5-64a8-4761-895e-d6501242d91d", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -171602,7 +171602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c192507-1bca-4272-83d1-e6417bf3dc6a", + "id": "4adc03aa-aa21-4514-affe-134a7985e753", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -171660,7 +171660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b770247-edb7-478b-8fd6-26a2d060f24c", + "id": "dde406d0-f2c6-4d69-a444-f2832938f398", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -171718,7 +171718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acb1e2e0-7bd8-424c-835e-39fcc7cc535d", + "id": "a578212b-9374-4442-a58b-b33a9b759b89", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -171776,7 +171776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5feaaa27-3b3d-42d2-89a6-dc941d201c74", + "id": "ab8df1ba-0911-4c48-8ed7-9bcca44b6610", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -171846,7 +171846,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": "4b7d6105-5090-42b4-ba6f-b4e3f177af29", + "id": "3e61bfaf-c170-4f39-b970-7d064b94b32a", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -171888,7 +171888,7 @@ }, "response": [ { - "id": "3d08af98-5fa2-4446-b613-a9d31b1192be", + "id": "8c74e8c5-f5a8-42b6-83ad-a0d63afd09b8", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -171933,7 +171933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aec7dee-8df2-423a-9314-27991dda71ae", + "id": "22dc158d-21a2-474e-8a0c-ca044d718a8e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171978,7 +171978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40838101-40ae-4639-85c4-70a950ebbd69", + "id": "968c1165-fe9c-4bd8-ae4a-e156c50bce2b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172023,7 +172023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60534877-7a86-4204-8c50-53a7219f7786", + "id": "219c6dde-ab7f-4b96-b250-6b7160111431", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172068,7 +172068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c40caed-0ccf-4767-8776-12555f9dd9f9", + "id": "37557c3b-1210-4f7f-b86b-d4491e4fafc9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172113,7 +172113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4400a424-44f9-46d4-8b2e-8c2fafdc4cb0", + "id": "899271bf-cf5a-460d-bddc-c8646ed37a82", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172164,7 +172164,7 @@ } }, { - "id": "94ba8cf1-42b2-4a35-a2b4-8a3521cabf64", + "id": "550990ec-cc1e-4de2-8f34-47569960211e", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -172243,7 +172243,7 @@ }, "response": [ { - "id": "739e3614-cce1-49b1-ae11-4c8888c98e65", + "id": "69bd8f5f-0ca9-40f7-b852-a06b7769e764", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -172325,7 +172325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "838fd2e6-a4da-40e5-a84b-b28b2b63892e", + "id": "f932c603-082e-4593-b270-53cb9e0fc829", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172407,7 +172407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "379cbb54-e611-4b29-b2f0-9bc247570b7c", + "id": "6805d4c0-e8cb-473c-b4cb-d28c9a4f2201", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172489,7 +172489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92a72e13-1f8c-46fc-9031-52a27117a18c", + "id": "f0589291-2535-4573-8972-415ca4956542", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172571,7 +172571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff72a519-869d-4a9b-b1bc-f0e26494d905", + "id": "51f9a67e-6bfa-4f64-a015-cb07487eb303", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172653,7 +172653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b9f287e-34aa-43db-b403-b2bf2ed2cecc", + "id": "5f494e14-5fc0-415f-894d-f1f821382bc3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172747,7 +172747,7 @@ "description": "Import and export configuration for some objects between tenants.", "item": [ { - "id": "9704dc7f-b4df-40ea-9105-13b634693739", + "id": "aa297344-d857-4a5b-b43c-0877262afc66", "name": "Initiates configuration objects export job", "request": { "name": "Initiates configuration objects export job", @@ -172790,7 +172790,7 @@ }, "response": [ { - "id": "030511ee-1c3f-452d-ba32-c0d934baa448", + "id": "c6a07516-0ece-478a-a570-f08f90506814", "name": "Export all objects available", "originalRequest": { "url": { @@ -172847,7 +172847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8174d713-b5bf-4a0d-8a09-376a522a7f63", + "id": "86389627-9cb0-4bbc-a36e-f2aaf399a46f", "name": "Export sources by ID", "originalRequest": { "url": { @@ -172904,7 +172904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2c46ccf-7886-4869-8399-1eeb7f077650", + "id": "6c422df2-c1f2-448d-b8c5-e91467ebac1e", "name": "Export transforms by name", "originalRequest": { "url": { @@ -172961,7 +172961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f74b3b43-0325-45d2-b199-a76fdaf8343c", + "id": "2b73a2cb-74af-414f-98f0-3bbdb45a12e6", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -173018,7 +173018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e57eab3b-22b9-490c-86ce-d42c1ec04bf1", + "id": "b83025cc-c46b-4c65-adfd-338af068c9f2", "name": "Export sources by ID", "originalRequest": { "url": { @@ -173075,7 +173075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c464f4b-0e1f-4f86-8b22-2b486722ca13", + "id": "a766f6ca-2d1e-4427-93f0-4e5b2e600720", "name": "Export transforms by name", "originalRequest": { "url": { @@ -173132,7 +173132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ef259e7-08cf-4aae-9607-bc9f83d1bd49", + "id": "c4781260-2845-42ce-90de-ac7a3a263cb7", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -173189,7 +173189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32944df9-59a4-48e0-a49d-d60281d69415", + "id": "0359f038-d2c6-4a15-8e6d-57ef82409d5f", "name": "Export transforms by name", "originalRequest": { "url": { @@ -173246,7 +173246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a35c6e5c-a32e-4446-a572-3c16a7a575f9", + "id": "2f2b2c7b-4875-4ecf-8023-b04782d2a97c", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -173303,7 +173303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8abe49cf-fee8-4ca4-aaa9-bbf160587f89", + "id": "af628ef3-584c-4b4b-a91c-c40b7d565688", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -173360,7 +173360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fbe140a-e093-4342-8866-6ebcb47ca957", + "id": "bc9e9c7a-75a0-4a8d-b75f-250ba555af00", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -173417,7 +173417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "799cc372-19fe-4f79-8368-a2c86b0337cc", + "id": "100c2249-f198-4bb7-b17a-f96594c434ff", "name": "Export all objects available", "originalRequest": { "url": { @@ -173474,7 +173474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7d82b1e-a46d-4b1c-af51-f9c67be7cfe7", + "id": "6797ba69-b862-4fe8-a884-6e6d1155c845", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -173537,7 +173537,7 @@ } }, { - "id": "36881cff-b1a6-4e75-8160-939803092a29", + "id": "db14a859-64aa-4436-993c-ed89ffa2d99a", "name": "Get export job status", "request": { "name": "Get export job status", @@ -173579,7 +173579,7 @@ }, "response": [ { - "id": "4a06626f-2c5f-45d0-ab55-2e3aa59a549b", + "id": "036ac690-992e-41bd-882b-7be5fd5f4128", "name": "Export job status successfully returned.", "originalRequest": { "url": { @@ -173624,7 +173624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8d19be8-c693-4465-a262-4fa1ef758649", + "id": "321f89fb-80e9-4042-adf3-be11dc19b90f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173669,7 +173669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba41b04-a725-47ae-bcf1-755dcbcfada2", + "id": "de929b56-3f98-4df0-b703-71d5c81ba1a8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173714,7 +173714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ace6ca60-dd48-4a21-8988-1e1de5615138", + "id": "d2dd1eb9-3904-449e-9bd0-bec4494c3ad8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173759,7 +173759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "081266c4-bd67-4ef1-9ded-e3761ea06a1f", + "id": "45c07982-b658-4e14-a705-99a6376ff6fd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -173804,7 +173804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcd998e6-a6f6-4934-98a4-e03c44833634", + "id": "798634aa-0020-4546-8697-c0db4428337c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173849,7 +173849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ac5f5fa-60cb-487d-921e-4c6deeba2159", + "id": "862b7250-0af2-43a9-9262-93c94f08d82b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173900,7 +173900,7 @@ } }, { - "id": "2eff6ff0-5bdf-41db-a216-318361ecbd0b", + "id": "d4d650d6-dd53-4d06-b6b0-ae0203f13d5e", "name": "Download export job result.", "request": { "name": "Download export job result.", @@ -173943,7 +173943,7 @@ }, "response": [ { - "id": "58fca119-87c1-4bd2-a859-412dcd6246d1", + "id": "40529f76-6a77-4354-96fb-5cd7d15221cb", "name": "Exported JSON objects.", "originalRequest": { "url": { @@ -173984,12 +173984,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 \"estd\": 8686097,\n \"et_a6c\": 92562567\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"commodo_84\": 48587888\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 \"voluptate_9\": 93072253,\n \"magna_9d\": \"voluptate Lorem cillum\"\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"ex_1\": 6027316,\n \"minim_ce_\": -62886288.23279607\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "245c27ae-95e6-4046-ad2d-413f95136468", + "id": "858ad554-11a4-447c-bc1d-f12bd363737a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174035,7 +174035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d3bc4f8-560c-43e5-9c0b-06508bbeeed3", + "id": "bb52bc85-a7f9-4edb-9f59-c4f13303a706", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174081,7 +174081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c53f2a84-7db8-462d-a85c-0fab05c6c4bc", + "id": "53d7456e-0408-4cd4-8fab-d35b3add87cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174127,7 +174127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4612da84-1251-4195-97d2-83f7672af186", + "id": "4754ed5e-ada0-4822-ac09-83c2d7b07a75", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174173,7 +174173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ea391e6-a6f5-44b7-8d79-e4c58d96c802", + "id": "798a8717-7893-406b-a0c4-26b33c0b0853", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174219,7 +174219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c8857c6-8b3f-4d6a-bed5-4c26ff86d91d", + "id": "3a579565-cafd-4238-9007-8442864ea9fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174271,7 +174271,7 @@ } }, { - "id": "dd672584-3fb5-49ee-8cf4-282f455aace4", + "id": "be7f0336-24d6-4185-9e33-7a99e1021ef5", "name": "Initiates configuration objects import job", "request": { "name": "Initiates configuration objects import job", @@ -174320,7 +174320,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua velit et nulla proident", + "value": "ut nulla", "type": "text" }, { @@ -174337,7 +174337,7 @@ }, "response": [ { - "id": "0aa0dbb1-8466-45b8-ac83-c959cbd5836c", + "id": "bdc7a7ea-0033-4f05-bb87-76892c79f2ef", "name": "Import job accepted and queued for processing.", "originalRequest": { "url": { @@ -174389,7 +174389,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua velit et nulla proident", + "value": "ut nulla", "type": "text" }, { @@ -174417,7 +174417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b91d4d1-b699-45aa-b6fd-69f553576c67", + "id": "042dddf2-8ee2-4d77-94ec-c7764ec391d5", "name": "Client Error - Returned if the request body is invalid.\n", "originalRequest": { "url": { @@ -174469,7 +174469,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua velit et nulla proident", + "value": "ut nulla", "type": "text" }, { @@ -174497,7 +174497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d461c2c9-04b9-4b61-b3bb-fa44ba11a854", + "id": "5b9f26bd-97e3-4f68-a1a1-7dc02b56d622", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174549,7 +174549,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua velit et nulla proident", + "value": "ut nulla", "type": "text" }, { @@ -174577,7 +174577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7fb97b8-7e1a-4c0d-9b7f-91372b3ec72c", + "id": "33e916e1-551b-441e-89b2-7eb26b7efb73", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174629,7 +174629,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua velit et nulla proident", + "value": "ut nulla", "type": "text" }, { @@ -174657,7 +174657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00e410f6-e7d8-4ee3-877c-833f1f51ab21", + "id": "a7d9e533-612e-40cb-9274-438be7e13c30", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174709,7 +174709,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua velit et nulla proident", + "value": "ut nulla", "type": "text" }, { @@ -174737,7 +174737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c2ca452-545e-4403-b630-23d45e6f8309", + "id": "8440d109-6b58-4369-bbbb-5efe8cb06f35", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174789,7 +174789,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua velit et nulla proident", + "value": "ut nulla", "type": "text" }, { @@ -174817,7 +174817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd6d9d20-86f5-4dd4-8ede-244ef2d5dc08", + "id": "b04cf0df-f774-41c3-9b10-4de51569910d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174869,7 +174869,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua velit et nulla proident", + "value": "ut nulla", "type": "text" }, { @@ -174903,7 +174903,7 @@ } }, { - "id": "6f8ad7f3-73ab-49f7-93be-a898edf77bcd", + "id": "998acb94-0522-4003-a4d9-87bc664c85c0", "name": "Get import job status", "request": { "name": "Get import job status", @@ -174945,7 +174945,7 @@ }, "response": [ { - "id": "8c7e2b6e-34e8-4472-b7c8-f7346972301b", + "id": "19113636-4f7b-47a0-a232-651ce6ae2dba", "name": "Import job status successfully returned.", "originalRequest": { "url": { @@ -174990,7 +174990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da623055-b741-4663-bfa4-a8797e6a3f75", + "id": "0fff7319-9d13-4c56-9a42-14979c32ba59", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175035,7 +175035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6b06ee8-b9c9-4740-8b3c-7a89434fe3a7", + "id": "4d514b5f-bc6b-4bca-9d16-47119f9e6408", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175080,7 +175080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16853254-de8b-4aa6-8dca-82fdd27b7c44", + "id": "a4d1a454-6a86-4b11-a1b9-b7c43f916bad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175125,7 +175125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edcc79c4-f8da-4b61-b8e3-53c310625d46", + "id": "ccd32700-5066-45d6-8d5c-13e81bf35f01", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -175170,7 +175170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76c869e9-ea16-4ea4-9764-7945123f44b0", + "id": "d60da4e7-a6a3-4583-b5e2-896c2d8369c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175215,7 +175215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bb2cec1-2dfb-48d2-8490-73cd9d8a1f2e", + "id": "327bec49-c7d2-46b1-aa53-315f02868a3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175266,7 +175266,7 @@ } }, { - "id": "ef5343ff-a7fb-4994-9440-f0260413e25e", + "id": "94beb8a8-1f4e-40f8-87cd-1d66dfd81b9e", "name": "Download import job result", "request": { "name": "Download import job result", @@ -175309,7 +175309,7 @@ }, "response": [ { - "id": "3a6ea070-e88b-4b72-848d-7c10fd369516", + "id": "8ebf7c80-d45b-4df4-a7cb-8892cf040456", "name": "Import results JSON object, containing detailed results of the import operation.", "originalRequest": { "url": { @@ -175350,12 +175350,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": {\n \"commodo_124\": {\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 \"ametc\": {},\n \"nostrud_7f2\": {},\n \"ullamco_15a\": {}\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_f42\": {}\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 \"qui_31\": {},\n \"aute_b5e\": {}\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 \"pariatur83\": {},\n \"essecc8\": {},\n \"pariatur_a_f\": {}\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 \"nisi_872\": {},\n \"fugiat_40\": {}\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 \"aliqua4\": {},\n \"exe12\": {},\n \"elit_e1\": {}\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 \"nostrudb6\": {\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 \"reprehenderit_23\": {},\n \"magna_8f0\": {}\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_fe4\": {},\n \"quis_4\": {}\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 \"ea_07e\": {},\n \"incididunt_3f\": {},\n \"esse_7\": {}\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 \"nisi7\": {}\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 \"commodoee\": {},\n \"et_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 \"deserunta2\": {},\n \"labore6a\": {},\n \"amet_9\": {}\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 \"aute_92\": {\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 \"minim_68\": {},\n \"occaecat1f9\": {},\n \"proidentfa3\": {}\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 \"cillum_8\": {},\n \"proident_4b\": {},\n \"laborisb\": {}\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 \"dolorb\": {},\n \"est_62\": {}\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 \"aliquaeaa\": {}\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 \"seda\": {}\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 \"dolore0d\": {},\n \"labore_68c\": {}\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 \"tempor17\": {\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 \"dolordb\": {},\n \"officia_5a\": {},\n \"dolore_1d\": {}\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_315\": {},\n \"dolorec\": {},\n \"eiusmodce\": {}\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 \"ex_c31\": {},\n \"ullamco6a5\": {},\n \"mollit_87e\": {}\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 \"commodo_86_\": {},\n \"deserunt6\": {}\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 \"anim_f3\": {}\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 \"nulla_5c9\": {},\n \"proidentb6\": {},\n \"labore7\": {}\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": "86c99f39-1bdc-4615-a411-61b8e3a91336", + "id": "12b6572d-fff9-43b8-a434-33090c5857f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175401,7 +175401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6aeba0a-9100-4649-a417-93d3e03c1f53", + "id": "266822ac-3ceb-40ea-97e8-9eea39888656", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175447,7 +175447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b62507af-89ad-46d8-8441-f2e4bfd4cf18", + "id": "6144ce4b-3846-4f82-9414-cc441c8c5f3d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175493,7 +175493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01cee221-7fa5-4f84-b99d-d4263b3efb3c", + "id": "5bd6c403-6eaf-42c2-ba75-582cff260b2c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -175539,7 +175539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13cfd070-99ff-4592-aba1-39a871100246", + "id": "9b365225-89e9-4b3e-b4b7-a3224736421e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175585,7 +175585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41d17cdc-c79d-43df-9412-1c165e44b550", + "id": "62b8ebdc-62d2-4ca6-b110-b00503e109e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175637,7 +175637,7 @@ } }, { - "id": "7652bf21-4f50-4292-8174-543c81ba92cd", + "id": "7b153d1c-7022-4e8d-83a0-4e5016ba2480", "name": "Get config object details", "request": { "name": "Get config object details", @@ -175667,7 +175667,7 @@ }, "response": [ { - "id": "bebc20b8-7d6d-4064-a0a5-8bf815ccece3", + "id": "d215ebb5-738d-494f-af71-77db2e57facb", "name": "Object configurations returned successfully.", "originalRequest": { "url": { @@ -175711,7 +175711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2536f37-4321-4771-8c9c-807d9db20647", + "id": "982a85b5-ba8e-4dc6-9432-4f31cd022539", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175755,7 +175755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3144b279-1109-43e2-89b2-b7d87f176097", + "id": "6e467636-5618-4d21-b1c9-4d992c57ebef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175799,7 +175799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eaf173f-e0bc-4ac4-b9a7-fca82b615700", + "id": "95659f47-0032-4329-8067-0fc03f237edc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175843,7 +175843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26305608-320a-44b5-8bb2-925ca691667e", + "id": "b408faf1-ac97-4b43-8467-b1946c037a30", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -175887,7 +175887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6d12849-705b-43ae-be68-8c114a03e38b", + "id": "7b87f108-3094-4260-b642-f46d99a1e173", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175931,7 +175931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dd5aa3d-f7d0-4e78-8601-5ab3bb2ca7c6", + "id": "a7507aea-be7a-4f72-a864-4e43ff15cd2a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175987,7 +175987,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 Identity Security Cloud. \n\nIn Identity Security Cloud, 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 Identity Security Cloud (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 Identity Security Cloud. \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 Identity Security Cloud.\n", "item": [ { - "id": "c4a2f780-3eec-4c09-bbb7-91996c5fd53f", + "id": "23db17ed-3cc6-4ffb-8b66-d831f3b3bc17", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -176053,7 +176053,7 @@ }, "response": [ { - "id": "cf93f3be-f0fa-4301-adcd-562be20ab7d2", + "id": "e9cd606a-4e4d-458b-abe2-f0830a019989", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -176133,7 +176133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a74033a0-f842-405a-8289-c0951ba33147", + "id": "571ac970-da3d-436c-8ed7-5c509a1b4899", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176213,7 +176213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9912fc1-d910-45f6-8a02-dc7989a617e3", + "id": "493a4bf2-85cf-4edc-9413-e07752950497", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176293,7 +176293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b03d8a9-ad50-4faa-a70b-9d72cc2e57a4", + "id": "71599171-146e-450f-80ec-bc9c52723a27", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176373,7 +176373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bb0c558-4bcf-42d0-8a2f-8b812f0c0d69", + "id": "c86e1f88-e0a3-493f-b617-26498265dcfb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176453,7 +176453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3acb47e6-4ad7-486f-bf38-9c8252047c1d", + "id": "393256f3-0e83-42e6-b498-321ffe830100", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176539,7 +176539,7 @@ } }, { - "id": "1116cd21-ac92-4379-9036-7aa9a0929882", + "id": "ca87db63-0dbe-47a9-b797-d39ab033b560", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -176581,7 +176581,7 @@ }, "response": [ { - "id": "16c94647-2c97-4263-89fe-594a8e400cad", + "id": "49670bd4-15c2-421f-bc58-bf4e303614c3", "name": "Created.", "originalRequest": { "url": { @@ -176627,7 +176627,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3bec1d24-ec1f-40fe-bec6-53b7bbc78e5c", + "id": "57a03bc9-f38e-4913-8d7a-cad10dbcfc15", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176683,7 +176683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5072e37-7ecb-4638-906d-6d36171008b8", + "id": "c4a6800d-4b48-4afb-8e8e-a6514101f08e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176739,7 +176739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34463faa-3079-40b2-b157-bafad242f0d2", + "id": "1dd2a115-bd99-4f9c-b328-411333d14ca1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176795,7 +176795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3845f48-a24a-45bd-ba43-003fadca5c39", + "id": "34a32302-63a9-46d1-ba2a-c7dc6e47fd8e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176851,7 +176851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d730c40-30d8-4d13-9737-7ea0d574190a", + "id": "960aea42-7209-4d5c-a14f-32e98dbe9469", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176913,7 +176913,7 @@ } }, { - "id": "b903f44f-f4cf-4e5b-94e5-85b8b9b9843e", + "id": "ccf3c0ec-dc9b-4658-a267-29a4beea0d27", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -176991,7 +176991,7 @@ }, "response": [ { - "id": "d2eb850d-f653-483c-82d5-fcc7aaa8dfc4", + "id": "f6741798-a856-4470-baf1-f1616dd1c916", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -177072,7 +177072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9314635-dc23-4b59-a4aa-4f2db3dfc894", + "id": "7e6d2127-f515-4afb-bf8b-580195ce9f77", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177153,7 +177153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "990d1c96-aaa4-4d5d-9f80-c8e4ae9ab87b", + "id": "7753c7f0-446e-46d8-9e1f-780167a80488", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177234,7 +177234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e70d48a-7598-4c4d-8e7c-64144952a6eb", + "id": "ee92cd40-571f-4fef-bef7-cf7680feeeae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177315,7 +177315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a89b907c-c35a-4045-8fae-5151a8d283fe", + "id": "7bc6bb2d-1df8-4db1-909f-f69145ff580d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177396,7 +177396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22993b47-61c0-42c0-9349-aae01b267c8e", + "id": "6c2d52dd-faed-4cd9-9db2-4da56dfbeb23", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177483,7 +177483,7 @@ } }, { - "id": "cddba606-1eb8-455c-b8fc-c2c9fa8fe5ef", + "id": "d86406ac-21f1-4f96-b08b-0ebc32cc0f8c", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -177535,7 +177535,7 @@ }, "response": [ { - "id": "3c2c35cd-1364-441d-9539-6c4568d86d24", + "id": "c437da1d-4370-4731-820a-094c7e050028", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -177580,7 +177580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb2d62c8-fea7-4247-b5cb-b530b4b9de48", + "id": "c949d3ed-0576-4870-9a71-9519a12c7a4d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177625,7 +177625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ff6c4cd-addc-4fa0-ae90-6b9b0d58f955", + "id": "05fb7870-cc28-4024-8e9a-13ba2b95811c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177670,7 +177670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77cd969c-e502-477f-9bd7-3890f8cf37bb", + "id": "5afed3d9-03f1-402d-b88a-e4e65007eb2c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177715,7 +177715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e21fda04-0c89-407a-bb2b-b7741caa2641", + "id": "f234c3c7-198f-430f-9987-0863714c01c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177760,7 +177760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dc49976-3630-4574-9b39-9f36a5e84b42", + "id": "9c2dc7de-56d7-4e3e-8581-9aecefa9c87a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177811,7 +177811,7 @@ } }, { - "id": "f39316e0-af32-43f8-90ce-1e72cd89ac4a", + "id": "f2ace750-1022-4703-9ddf-74ff836915f8", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -177876,7 +177876,7 @@ }, "response": [ { - "id": "03ed2013-885b-43b6-ab77-cf1574ace116", + "id": "ea4cb60c-ff98-449d-84a0-d26c65efe315", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -177934,7 +177934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3048b27-02fe-4b46-9cf4-f0969b42d98e", + "id": "4344ce02-feed-44d7-93f7-7191b3537670", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177992,7 +177992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e294e24-daa9-451a-bebf-f38b1b51e5b9", + "id": "06e0d254-080c-4eca-8366-67f811bad95c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178050,7 +178050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa7d3743-0116-499d-bf6a-4e462765f2ec", + "id": "e3d7ab50-6d3f-42ff-b09c-3308690f5493", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178108,7 +178108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcd08ab7-851b-4af0-8ddf-2be38c2c5380", + "id": "3aa49b08-6b72-4927-880d-3d2418182019", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178166,7 +178166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c2db9f8-a54d-4370-a830-d404804c51c2", + "id": "bf534def-6368-4eeb-8e60-fbce7aafedc1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178230,7 +178230,7 @@ } }, { - "id": "b56a6a05-1386-42ca-9cf0-5fc8b1378252", + "id": "32696996-7bf5-407e-a7f4-e1470bdbb8f9", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -178282,7 +178282,7 @@ }, "response": [ { - "id": "62d4e939-c9fd-486d-8866-83366f69c57e", + "id": "c65cc4e5-f9fb-436d-af96-ad081c02c58d", "name": "No content.", "originalRequest": { "url": { @@ -178317,7 +178317,7 @@ "_postman_previewlanguage": "text" }, { - "id": "da48c1ae-b4fb-4115-a618-5a7fdf3d0bad", + "id": "c64ed095-fea9-41f8-89aa-c57ef5ca256a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178362,7 +178362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e1af5b7-0920-42fd-a8cb-9922319d7ae5", + "id": "1d15b7ed-13d1-47ce-94c8-acdf9199ca4e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178407,7 +178407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28f9f102-6260-4557-9ec3-201eabb37251", + "id": "3b5c62c5-2881-4fb4-afbb-4839b26a5914", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178452,7 +178452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54792762-1d50-48e1-b790-98dddd333305", + "id": "c6011408-9a8c-471c-826e-ac909bb82453", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178497,7 +178497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "716d4828-743e-43fe-8479-1725fa68ac16", + "id": "f9b8c6ab-1a77-479d-a3a3-c00c8b82b0d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178548,7 +178548,7 @@ } }, { - "id": "859cf732-8024-480f-adf4-9f953c939567", + "id": "48d7b794-a842-4138-a125-96174d3af969", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -178591,7 +178591,7 @@ }, "response": [ { - "id": "f97e8ab5-16cb-4e9e-9d3e-209be83565b0", + "id": "7efb5eed-ea2c-40dd-b975-d8820cbd5df3", "name": "Request succeeded.", "originalRequest": { "url": { @@ -178648,7 +178648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ab6c438-246f-4a11-9fc8-cc2d6795eae3", + "id": "f9b47d4e-7c60-4f7c-93c5-4f9d6a4c63f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178705,7 +178705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be342da7-7971-41ff-9cb7-4a3493a9eaeb", + "id": "15498336-1708-46a4-9695-f2342410fd5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178762,7 +178762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cd06ebc-abe3-4429-a685-0b56eb7def60", + "id": "8ab8636c-3c37-451b-8771-132644970cd3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178819,7 +178819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36a374b7-80a9-49f8-86d7-b616fe5316ed", + "id": "6c2f5f22-eaf8-480d-aae8-3ad5751deb8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178876,7 +178876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eb7c36a-c685-4235-92ec-910c31555213", + "id": "9b8af3d9-ed38-4d25-a2b4-53e11db4b182", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178939,7 +178939,7 @@ } }, { - "id": "b80523e9-d5a3-486d-ba3d-143c495297b3", + "id": "961e6842-0e81-444b-a662-90a473fa3d9e", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -178982,7 +178982,7 @@ }, "response": [ { - "id": "f86fc1bc-124a-4dee-b80a-5bb4a2810b6c", + "id": "c76761fb-44b1-470e-afb7-fdef89de21fa", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -179029,7 +179029,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cb1f747a-665d-48c7-8c73-e2fc110b9b45", + "id": "7a2909b5-7507-49d6-9445-adfa135a34a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179086,7 +179086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5b2302a-e944-480f-be30-b5da80a92812", + "id": "f2730fe1-c2c2-4243-8787-3d430ba5781a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179143,7 +179143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a50296c-0db1-4071-aa29-bfde317002d5", + "id": "62780501-dab6-498c-aa72-e959c3413967", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179200,7 +179200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8a2507b-95ea-4e9f-8ba2-19242fbf22e2", + "id": "11010859-e124-4a15-a290-6a44ef8df90b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179257,7 +179257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58520177-3c84-4dd2-a837-b69243b8aad9", + "id": "dad6ef8d-340e-447b-bfec-b2e761b7ed7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179326,7 +179326,7 @@ "description": "", "item": [ { - "id": "ea20ff75-2ba9-44f6-8cde-33db67d97b61", + "id": "a5f5725f-2934-4362-a459-e01228a2fd71", "name": "Get task status by ID.", "request": { "name": "Get task status by ID.", @@ -179367,7 +179367,7 @@ }, "response": [ { - "id": "81ebdc71-47bf-4049-ae5f-6dde35874123", + "id": "fc73aa62-8b4c-427a-a85f-b02eb0efb103", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -179411,7 +179411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ffc9147-5c64-4c62-9846-9e80cb1bfcff", + "id": "99874855-5e8b-4bb7-81ca-acc143713b4d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179455,7 +179455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2a2b9c9-5bda-48ff-8194-670a1f63fc6b", + "id": "50d488a8-0e2e-4db0-a78c-4438910c8dfc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179499,7 +179499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17e49f17-914d-4b0f-abcc-8893e4d8de9d", + "id": "f410ca2f-fdd5-4a50-b9f9-ef4038218152", "name": "Forbidden, generally due to a lack of security rights", "originalRequest": { "url": { @@ -179533,7 +179533,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c4f38f0a-2321-418b-bdd5-f210b9f0cc94", + "id": "4d19dc26-c2bb-4460-984f-d25891c562ea", "name": "TaskStatus with the given id was not found.", "originalRequest": { "url": { @@ -179567,7 +179567,7 @@ "_postman_previewlanguage": "text" }, { - "id": "20c55234-0840-4b8b-9c85-8766bd34f086", + "id": "c53b1166-ee10-43b9-bb25-6ec5238f274f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179611,7 +179611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86da57a6-6b2c-46c7-9c6e-d99056a7323c", + "id": "85f0e5b5-63c3-4a09-abab-087e194d94b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179661,7 +179661,7 @@ } }, { - "id": "d153010b-33ba-4d09-be97-31b760c55464", + "id": "00134b28-7d79-4553-b3bf-cb31b66ca84c", "name": "Update task status by ID", "request": { "name": "Update task status by ID", @@ -179715,7 +179715,7 @@ }, "response": [ { - "id": "04a429c3-33d5-4c99-9421-dd3175c01a98", + "id": "654241d2-880c-406c-b64d-231baf9e27c1", "name": "Responds with the updated TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -179772,7 +179772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dc6af4f-e638-4e0d-8c10-40c453930ee2", + "id": "9cb9698e-befd-43c0-a2a8-33d3a37ba9cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179829,7 +179829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b73bbee5-e403-45f5-944b-bb7d202239ab", + "id": "542d2ecb-308e-45e6-95f5-606b809499fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179886,7 +179886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d7212e2-329b-4d38-9744-299e73be9668", + "id": "34874ec9-73ce-41d0-be47-be2704ddbff5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179943,7 +179943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff2d7752-fd6a-4be2-a039-f8db1cc933bb", + "id": "dcf8dedf-72c3-48c0-ae93-11cf5e0a4f4f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180000,7 +180000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f44a00f-3229-441a-bf86-7833f2dc5295", + "id": "4e65603c-d3e7-476d-8a99-20ddba186f02", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180057,7 +180057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35388b3d-8d97-430a-b45b-117832f3e83f", + "id": "3f2a215b-e423-4cff-bde3-efd064a60a50", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180120,7 +180120,7 @@ } }, { - "id": "e6e57137-5209-4019-bff1-5c9131665c31", + "id": "aa113afa-52aa-4963-9a6a-6f392963a40a", "name": "Retrieve a task status list.", "request": { "name": "Retrieve a task status list.", @@ -180195,7 +180195,7 @@ }, "response": [ { - "id": "fd1a9159-ca85-42d0-9206-76cbdfec5f6c", + "id": "49740d39-667a-404f-b67b-41c91d2d6b7c", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -180284,7 +180284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afdc659a-8103-425e-8d8b-3c658959a719", + "id": "8ec83ffd-cb0c-471d-8264-dafacecd1c5c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180373,7 +180373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13bb627a-a832-4b3a-8f07-41de5836b513", + "id": "f8088e08-5358-42d7-bb62-9064c5b89b85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180462,7 +180462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65e9ec1e-ad6b-4557-b3f7-a3ca86b43c18", + "id": "83f40a53-d35b-4328-8f8d-cac741d4a73b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180551,7 +180551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75fca857-524b-4715-a98d-d08ed9e8aedb", + "id": "8b5e48bd-a668-44cd-a3d4-306c49710eb4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180640,7 +180640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d28ad5f-5e7a-4e9e-a9dc-7518403cf97d", + "id": "b179ecb7-b28f-4dad-8fed-04e17057f865", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180729,7 +180729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4d31b18-1887-40c2-99d9-961021e6c8d7", + "id": "b92236ed-0897-46ca-a664-d92242b9ea0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180824,7 +180824,7 @@ } }, { - "id": "c4f4bac2-f04d-4d14-af16-150a39f294fa", + "id": "75a87c11-3d1e-4d1a-b9fe-1117954d41df", "name": "Retrieve a pending task list.", "request": { "name": "Retrieve a pending task list.", @@ -180882,7 +180882,7 @@ }, "response": [ { - "id": "ae7df4b4-17dc-4463-8000-09e0a868b438", + "id": "7075c96f-e752-425a-b5ed-3f47d7b7a4ba", "name": "Responds with a list of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -180954,7 +180954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e887adb2-2d21-4036-a1b3-6739b1df08af", + "id": "15952dbb-f791-48b1-a07b-a5f845a27c04", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -181016,7 +181016,7 @@ "_postman_previewlanguage": "text" }, { - "id": "04f0b01a-8ee6-408f-b07f-7fb891987751", + "id": "0791a104-3654-4b69-912f-3c57d6dbd7e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181088,7 +181088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ae55593-933e-46cd-a6df-5d20208baafd", + "id": "b71a05b0-c4b0-4311-ada2-68c853a5c6cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181166,7 +181166,7 @@ } }, { - "id": "d1b7b925-2c96-4c2a-adda-c9681d62221d", + "id": "5ff3a133-5ce8-498b-8c1d-858ab6c04107", "name": "Retrieve headers only for pending task list.", "request": { "name": "Retrieve headers only for pending task list.", @@ -181224,7 +181224,7 @@ }, "response": [ { - "id": "10b4ef92-a746-4c63-9fd4-ce43b4ceaf44", + "id": "1fcdad4c-c6bb-4faf-a7d8-7d2a54f25189", "name": "Responds with headers for List of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -181286,7 +181286,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9b539d00-fed6-41cb-ae07-2156bcaf5816", + "id": "01524568-1dec-40c3-957e-d6af0817f3af", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -181348,7 +181348,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e84f18e1-0e23-415a-be4d-7cf5e975ef85", + "id": "48cc0b98-c199-4353-9d4c-563cbbfac693", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181420,7 +181420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f5b7f5c-9cfb-48a7-96fe-c449c4d821be", + "id": "80a3796b-986b-4342-97d0-44793d7c8bde", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181504,7 +181504,7 @@ "description": "API for reading tenant details.", "item": [ { - "id": "ae28aa10-6942-429e-a73b-a354f6838a1d", + "id": "484d1b9f-dfad-4ef7-a5c9-2e8482192e6e", "name": "Get Tenant Information.", "request": { "name": "Get Tenant Information.", @@ -181533,7 +181533,7 @@ }, "response": [ { - "id": "81a73774-3537-4d5e-ba04-bc223f18702e", + "id": "d9b3b717-c229-4a38-98f0-a4571d9e1c91", "name": "Tenant Info", "originalRequest": { "url": { @@ -181576,7 +181576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abd8f585-11ce-447b-beb5-1b2796fd34d6", + "id": "44c438b0-24c4-4541-871f-0a66fe8ed8e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181619,7 +181619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9e1d240-3809-44b1-aa63-e72258e24514", + "id": "0e8e35db-8667-4d5c-b7e8-c5538c33eba2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181662,7 +181662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70ab6ea8-7a55-4e7c-a7d7-90c057071225", + "id": "dac53dee-cc72-4112-92e1-200a20baa194", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181705,7 +181705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c59d0b07-1a5e-4277-a80c-715b1f936555", + "id": "154817c1-7559-494c-bbfe-5143085e75cf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -181748,7 +181748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d14fdc8b-eb45-4c6a-906b-c26ec95334fe", + "id": "df6130a7-ddc5-4c2b-bd83-57848a7d896e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181791,7 +181791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ff480dc-7b8e-461d-830b-445535b9db58", + "id": "ff4ecc9e-36c0-414e-8d10-92630d004a7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181846,7 +181846,7 @@ "description": "Operations for creating, managing, and deleting transforms.", "item": [ { - "id": "8d4ef9a6-5ef7-484f-b007-aac4e40895d6", + "id": "f0a5bfd5-9fdc-4b44-8720-7cf1908ce478", "name": "List transforms", "request": { "name": "List transforms", @@ -181921,7 +181921,7 @@ }, "response": [ { - "id": "e8053fab-16bc-4bfc-a8a3-67f2ffd62cf9", + "id": "27ee5a03-6e96-42f2-9c83-4ff91968de98", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -182010,7 +182010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "344854ce-6f8d-49b1-877f-466e1f612372", + "id": "5241561d-9181-4691-b748-d7d1d70fc6d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182099,7 +182099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27a209e7-082a-4e20-83a2-c7f4bae71c53", + "id": "5ba189c6-c20b-4084-a23f-459e45f2512e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182188,7 +182188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8a38a70-4c93-456a-bc54-4334b2d20400", + "id": "98ad6936-4c17-4e9d-86f8-fcb813dfd947", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182277,7 +182277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b96d0dfe-c677-4f5c-875e-85396ee212a8", + "id": "80c8ccd2-6eb0-40de-a987-312f2591e51c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182366,7 +182366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dc5e7ab-27f5-49c2-844d-a414ffdbdffb", + "id": "f1e383fa-15f9-4f80-b6d8-957fba8224fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182455,7 +182455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2be7fe09-fbd6-4f2e-9a32-02d3ac9339aa", + "id": "4f548f1e-5448-40d6-9a19-802028137c17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182550,7 +182550,7 @@ } }, { - "id": "99270110-9ef1-4ff8-aa81-dd41b7c4194b", + "id": "b85bd7e1-be0b-44a0-8eef-bf7414125f5b", "name": "Create transform", "request": { "name": "Create transform", @@ -182592,7 +182592,7 @@ }, "response": [ { - "id": "f613c727-c809-4264-a960-e69f792ac9df", + "id": "3ae20df3-18ca-4ac8-8143-81eee1be5c06", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -182648,7 +182648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c1554ff-1ce2-44f2-9466-36df66e3af5f", + "id": "4f560aec-d840-4dca-9b15-c9159780af08", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182704,7 +182704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db4e62e5-ba9e-4b99-85de-33f934103298", + "id": "c0ec8adc-3484-41bf-96f5-82a6bd0a9ab3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182760,7 +182760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4ef61f3-033d-49b0-9a73-77f535c89d38", + "id": "92937e19-df7f-4b0a-abab-3919ce3ad059", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182816,7 +182816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c15aa40-5c75-411d-a478-eb8000839f4b", + "id": "a2ada98f-b05c-46a7-b806-55161f0d0a00", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182872,7 +182872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a602125-e681-4ba9-97b2-6a17f29a4ad0", + "id": "e7647e18-97a1-417a-b639-f86bd658de85", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182928,7 +182928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11597e49-ca36-445b-940a-939e480a5541", + "id": "38a28f81-67f3-4dfc-b222-5f1e0156472f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182990,7 +182990,7 @@ } }, { - "id": "5b653858-90a6-4841-aeeb-07a3124a1646", + "id": "c06f9441-8dfe-42ff-9b13-d449691f9e46", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -183031,7 +183031,7 @@ }, "response": [ { - "id": "910ff3c6-5b32-4523-94e8-9e3ef2f41d26", + "id": "4b3dc453-27c8-4f10-96af-a4ca07edf6cc", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -183075,7 +183075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27021cd4-5c75-44f6-9b95-56e524d03b85", + "id": "b4de7dbf-4a39-4b2e-acaf-cea90b084496", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183119,7 +183119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2a4732d-8096-4971-9a55-5a130de4ce40", + "id": "d8bfcf41-e827-488f-917b-fb7608887a62", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183163,7 +183163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae8b9d06-93f7-4d3a-99b9-21624b025dae", + "id": "eb31cefc-45fa-48c3-a298-56686a3ccf6f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183207,7 +183207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a6e2aa2-b24c-4ccd-bce7-a745db088b71", + "id": "1dd62bff-534f-45c2-8ac5-4c7c20fe739b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183251,7 +183251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3a9c6cc-261b-4240-9060-00187b4700e8", + "id": "bf28e79e-012f-4b81-94de-103bddef2338", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183295,7 +183295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a31914a5-55b8-4494-a728-7e6ea0469232", + "id": "feea080a-ebe8-4afe-9e45-48c8afb5562c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183345,7 +183345,7 @@ } }, { - "id": "92b264b7-d277-41ac-b955-2afc018505f6", + "id": "bc5c8054-c38c-489d-ad40-d44099cbf622", "name": "Update a transform", "request": { "name": "Update a transform", @@ -183399,7 +183399,7 @@ }, "response": [ { - "id": "e69a9561-ca04-417b-b177-af9799dc16d2", + "id": "a69f1394-25a1-487d-9791-221a3c081fea", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -183456,7 +183456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83af1fce-8eaf-436c-8af9-e712e061ce40", + "id": "153c474d-0f49-4753-8afc-89e21162ea22", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183513,7 +183513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c60f2e5c-5b4f-4dc0-83f6-8bdf23bc45bc", + "id": "6210dce7-dad0-4c62-9a50-f606d387c418", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183570,7 +183570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffb58882-697c-4c8c-82ab-d3e77459ffa6", + "id": "ff9d40bc-c2b2-4a99-b043-bc32d9eb43ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183627,7 +183627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b5f224-c1bb-4176-bbfe-4a84ae6d435c", + "id": "5f26312b-04d4-4cf5-bdd3-5d6af10e396b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183684,7 +183684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff8b4075-73d5-49cb-88da-6851c45852d4", + "id": "2bc60dc7-7a5f-4322-bc45-a246681fffc8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183741,7 +183741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba2380d5-6bfa-4a02-ad88-6a069ce57146", + "id": "c366c799-ba17-4fbe-8291-2d911c450028", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183804,7 +183804,7 @@ } }, { - "id": "24088426-d1a1-437d-a534-9f5a0cd01edd", + "id": "3ba1cbcc-e9e6-4394-b4f4-109d8ebf3b0f", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -183845,7 +183845,7 @@ }, "response": [ { - "id": "a93c995c-e8a6-4b9e-b581-04d3f12fae65", + "id": "ec8d1271-6501-4af2-8cbd-f0236b8d957e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -183879,7 +183879,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a69b7f08-9d5e-434f-90ce-e0d0f72a3f87", + "id": "f7bc7889-be0a-49e4-922b-9fc6323bb065", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183923,7 +183923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "811c54f4-53b6-4f72-8aaf-86625dccaf3d", + "id": "7f8943e2-58c3-47f7-999d-c4ba80fb5193", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183967,7 +183967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66c6baff-b863-4fbb-bf9d-cc4e13922a80", + "id": "f352aee4-a26b-451f-b8c5-266823d7caa3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184011,7 +184011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4c637e3-54df-4025-99e1-d4994758339b", + "id": "bdb35f6a-5bed-4f37-8f11-5965fa52a250", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -184055,7 +184055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4404def0-74f4-4095-a9ff-8d7066bddb38", + "id": "d9c10c85-507f-434d-b7c2-70583d713ea8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184099,7 +184099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce271c54-475c-4129-98d8-4da25f61c051", + "id": "033058a5-8d47-4174-94f2-8f8e48fe6c0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184155,7 +184155,7 @@ "description": "Event Triggers provide real-time updates to changes in Identity Security Cloud so you can take action as soon as an event occurs, rather than poll an API endpoint for updates. Identity Security Cloud 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/docs/extensibility/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/docs/extensibility/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/docs/extensibility/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/docs/extensibility/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/docs/extensibility/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/docs/extensibility/event-triggers/triggers/identity-created/) | idn:identity-created | FIRE_AND_FORGET | After an identity is created. |\n| [Provisioning Action Completed](https://developer.sailpoint.com/docs/extensibility/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/docs/extensibility/event-triggers/triggers/scheduled-search/) | idn:saved-search-complete | FIRE_AND_FORGET | After a scheduled search completed. |\n| [Source Created](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-created/) | idn:source-created | FIRE_AND_FORGET | After a source is created. |\n| [Source Deleted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-deleted/) | idn:source-deleted | FIRE_AND_FORGET | After a source is deleted. |\n| [Source Updated](https://developer.sailpoint.com/docs/extensibility/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/docs/extensibility/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/docs/extensibility/event-triggers/triggers/identity-deleted/) | idn:identity-deleted | FIRE_AND_FORGET | After an identity is deleted. |\n| [Source Account Created](https://developer.sailpoint.com/docs/extensibility/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/docs/extensibility/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/docs/extensibility/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/docs/extensibility/event-triggers/) for more information about event triggers.\n", "item": [ { - "id": "7a698e1f-ac3b-45fa-b111-b6077830ba0a", + "id": "83e58fc7-3b19-46de-bb3b-3eba092ba06a", "name": "List Triggers", "request": { "name": "List Triggers", @@ -184230,7 +184230,7 @@ }, "response": [ { - "id": "ee7cb72b-9228-4098-abad-5836096e5a8b", + "id": "9d6ef103-d4ec-4261-a251-0ad396dae48c", "name": "List of triggers.", "originalRequest": { "url": { @@ -184319,7 +184319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61c2c6aa-de3a-40f8-8524-c7dfba6541ec", + "id": "dbde0c66-c39c-4dc4-8a42-c7f1c2dffe7d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184408,7 +184408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01a77cc3-d415-47ff-ae90-60cad12ccc98", + "id": "c7ebfcbc-75f7-4ff9-9d02-65d9714c2296", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184497,7 +184497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b83f7f56-9812-471f-9427-a17b3eb66c47", + "id": "8bf69679-5543-45d0-ae7a-e46417baa8bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184586,7 +184586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4686f60-d283-47ff-90c5-ac36a21552ab", + "id": "5c67e53a-4640-435a-b90c-dc6d35a49356", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184675,7 +184675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adad4edf-72db-445d-96f7-4a1a4a75d92f", + "id": "cdb1be52-2367-4e3a-a091-f0bd69762a7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184770,7 +184770,7 @@ } }, { - "id": "f8d4efe4-2ab0-42ef-a5c4-ec70158a7e46", + "id": "9caab3a8-4b01-498f-9536-bb31254120f4", "name": "Create a Subscription", "request": { "name": "Create a Subscription", @@ -184812,7 +184812,7 @@ }, "response": [ { - "id": "7fb5bfaa-bc9f-4cc0-b1b8-9f6072e8eadb", + "id": "9eadaa7e-d395-49d9-855c-e79e503cd8a0", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -184868,7 +184868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7fb144f-4388-471e-b826-4c426d21ac2d", + "id": "2cca3fbd-6b52-4cc9-adc3-5c2feca8b5fc", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -184924,7 +184924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f659e6d1-8bf4-4bfb-96c2-545d7d50bfef", + "id": "592f11b9-83f4-4a35-be5d-ac253861e4f0", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -184980,7 +184980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17d40aa0-707b-4baa-809c-4dbcabb1c4a7", + "id": "d7708282-8f5f-48ab-b155-f57285c3e9d0", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -185036,7 +185036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00157279-9ea7-41a3-9106-e7aa55a40a51", + "id": "2f3eac4b-7c97-4a85-91b8-eb69db63ef53", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -185092,7 +185092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc5bad97-552d-4f5c-b787-6eccd14d50ad", + "id": "9c51d821-2353-4155-80ba-afd53a443d13", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -185148,7 +185148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f4e3e43-cbd1-4fc0-bf72-8c73505855de", + "id": "7911d95b-28d1-48fa-b97a-1fb5423a8981", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -185204,7 +185204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9e20bb5-3533-4e9f-89b9-2090ee2a0b6d", + "id": "4550518c-8f42-4d61-9dca-2fa977677fbc", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -185260,7 +185260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62606aee-81a0-491e-b136-5bfce81edb01", + "id": "ca878b6d-4359-491b-a92b-f27ff77abf98", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -185322,7 +185322,7 @@ } }, { - "id": "e6b53f43-46d8-4d05-9ae3-54449ea4fa79", + "id": "66063e07-4d9c-46f3-8304-c5f9fe530062", "name": "List Subscriptions", "request": { "name": "List Subscriptions", @@ -185397,7 +185397,7 @@ }, "response": [ { - "id": "68b39cf0-27be-4e22-bfe6-3e7e58dd68cc", + "id": "ea67f4bf-8e94-43d9-9230-d5b696e00eec", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -185486,7 +185486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c91a6c60-22dc-471c-85c5-9430e7953c61", + "id": "dfb209dc-1aca-46e7-b37d-00d13af021e2", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -185575,7 +185575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e488d764-9edf-4974-b9de-c7d852e8d116", + "id": "ec651438-a391-4ac2-8d66-567519b16c1b", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -185664,7 +185664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9baee6ee-6c13-448f-9e04-3c39a208ed84", + "id": "b0fadedf-2a35-4901-961d-5bdd3fa9bc8d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185753,7 +185753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6e19848-33df-4d86-80df-2a67ce8965c1", + "id": "a2b6486f-22c4-44b5-a22b-49f8d8eea4c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185842,7 +185842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9759766a-15be-42bc-85b4-05c2953546f6", + "id": "c435a683-1ec0-4b5b-8485-77b42b54b1c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185931,7 +185931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8420c838-5799-4906-ba9d-c5745104a4a5", + "id": "ff59313e-d948-4c17-879e-ff069e58ed41", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186020,7 +186020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81148f3a-f1a3-4a37-9a64-0dc7208dd6d0", + "id": "be346187-83b9-489e-9c36-124edbf329ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186115,7 +186115,7 @@ } }, { - "id": "47519137-efa3-484a-a9e1-577a203ae5a8", + "id": "efe5570a-bcd9-4a5b-8c84-24e05e4e4a3d", "name": "Update a Subscription", "request": { "name": "Update a Subscription", @@ -186169,7 +186169,7 @@ }, "response": [ { - "id": "f1ed6376-01dc-49e1-b439-aaeb3c882093", + "id": "878edd5e-a299-4359-9a91-2d4de9b44c09", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -186226,7 +186226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7793632d-fad3-43e2-942d-c798965e5ef4", + "id": "ce28f73f-4f47-4231-a705-843cdd97845e", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -186283,7 +186283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb28b394-ad61-406d-a21f-6b2677bbfaae", + "id": "13c28b63-8bda-4ace-9cbf-67f9de421ff4", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -186340,7 +186340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cc385a5-79d5-48b9-9512-3d81f907d447", + "id": "2043dcdf-36be-48ee-b6d5-6e05c6e88b3f", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -186397,7 +186397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d76d506-4f8d-4023-a310-8e405a778d04", + "id": "bb70f033-a726-46b6-8cfc-ed914314ca4e", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -186454,7 +186454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c382cb7b-e928-4aeb-9d0a-3f302715b751", + "id": "9912b84c-fd4e-4f19-9e68-498de5410b6c", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -186511,7 +186511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ebc3d38-8bba-47b7-95d4-4c489ff2f783", + "id": "ccc79f21-75dd-4f16-b7a1-84db5367e489", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -186568,7 +186568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4813881-517e-4b3b-b38c-76f6409d083f", + "id": "0f30ea26-9b80-4575-8037-2274112971fa", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -186625,7 +186625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "175525fd-b0a1-4af4-bc45-5323d9b89430", + "id": "4214b108-c174-4536-939d-56042bf0d874", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -186682,7 +186682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "744e7223-a2c4-4b8b-9a6a-6ed8d5b6b919", + "id": "bc4f3c00-4c1d-4a7f-8d2f-f569546cfbc3", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -186745,7 +186745,7 @@ } }, { - "id": "77c10509-6c08-449c-b740-361c1c39b220", + "id": "28aa1cca-a010-4674-a2a0-0026dab11d0a", "name": "Patch a Subscription", "request": { "name": "Patch a Subscription", @@ -186799,7 +186799,7 @@ }, "response": [ { - "id": "16c1ad9e-f07d-4138-bc75-d3b200baae16", + "id": "15a4fb85-8769-4f87-882e-958b5cd36795", "name": "Updated subscription.", "originalRequest": { "url": { @@ -186856,7 +186856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8367b5f2-59c3-436f-8947-a43b27dddf04", + "id": "249f6734-bcfd-462e-ac5d-dae951c0dadd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186913,7 +186913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d95bc4f-40c4-497c-b97d-0e586f5d2178", + "id": "fbefd9a6-af92-49b1-a812-e7dd67c18747", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186970,7 +186970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a795397-f0b5-4dd2-8cf9-7dd63b885eab", + "id": "4aba4cbc-9463-4491-af3d-71a504681c39", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187027,7 +187027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbd187a1-609e-4417-9203-1dd4d9e75803", + "id": "183cbab2-860f-43e1-a8dd-78680390cea4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187084,7 +187084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2afcbc0-81fd-4e29-a39b-a2cc1330a11f", + "id": "73ec69d0-34c6-4eec-89ed-0291e8da1a17", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187141,7 +187141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdc566b5-a5ac-432c-b51c-aca88c3b8781", + "id": "0a051b71-e138-448b-8b68-0cd164807323", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187204,7 +187204,7 @@ } }, { - "id": "1fe07e0e-cf6a-491a-90fa-af94801dc486", + "id": "7f1881dc-c4d8-4ec8-aaba-bb1c5a8d3970", "name": "Delete a Subscription", "request": { "name": "Delete a Subscription", @@ -187245,7 +187245,7 @@ }, "response": [ { - "id": "e0918cd8-911c-4564-a4be-02b14217e792", + "id": "e2149b0f-61a9-4eaa-ad13-9d4f54e95450", "name": "Subscription is deleted successfully.", "originalRequest": { "url": { @@ -187279,7 +187279,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9ad4c26f-4e70-4803-bda7-a47002aa9ec6", + "id": "cd0bbf2e-5493-484b-b206-bc85c8e30f7a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187323,7 +187323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8180a517-d2bf-4d28-a854-2b183efeaf58", + "id": "c0e405d0-3c0a-47e9-831a-381ee76308cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187367,7 +187367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe038968-dc8e-4aab-ad7c-f05964fc8899", + "id": "dc011ed1-81bd-4dd6-b048-e49076431db1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187411,7 +187411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "135a697d-c01e-46d2-817c-58fee7b577fc", + "id": "6d7a3981-8bd8-4892-8fb6-3977b079ea14", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187455,7 +187455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df6f49c4-aaa1-4a63-81c2-176cb4ce3c40", + "id": "7fabd6ec-6691-4835-97ef-a6c9a1b284c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187499,7 +187499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea0aa067-d02b-456f-9f89-09b0bb5e58d8", + "id": "d47a7d4f-3796-45af-bcd5-f4dd7e6fb09a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187549,7 +187549,7 @@ } }, { - "id": "216be0c6-e3c4-40e2-a5d6-7af6f8d4b266", + "id": "05112e19-dabf-4e52-9300-7a0ff3cb4109", "name": "Validate a Subscription Filter", "request": { "name": "Validate a Subscription Filter", @@ -187592,7 +187592,7 @@ }, "response": [ { - "id": "db32ebd3-b24f-429b-84a9-33bd7555a83d", + "id": "556f1d54-c8f1-4fdf-8b36-b13c27d86041", "name": "Boolean whether specified filter expression is valid against the input.", "originalRequest": { "url": { @@ -187649,7 +187649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "524906ce-f3a2-4665-8622-b558f94d1ea1", + "id": "640d1680-fdd9-45fa-ad26-46f81fe219c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187706,7 +187706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82639925-b9db-45b2-a020-6e7b2ee7eaa3", + "id": "82a6837b-0dfa-434a-ac5c-c0539bbd2a28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187763,7 +187763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d923c85-72d4-4c70-ab6b-3ea43d16169e", + "id": "0025d6dd-1bb5-40f3-b4e2-d653b43e8a12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187820,7 +187820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5254699-a243-49d7-b9e2-8347ad5216c6", + "id": "2fc12399-bac4-4e1f-a01c-684f31353e86", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187877,7 +187877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1578c616-8592-41c7-82eb-9882e4735169", + "id": "abda2064-3d92-4db4-9e7d-0422de024238", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187940,7 +187940,7 @@ } }, { - "id": "ccba7662-a2fc-4c4b-b982-d4e4cc2070c5", + "id": "be9cc7ed-a466-4a45-a34e-c591720ee63d", "name": "List Latest Invocation Statuses", "request": { "name": "List Latest Invocation Statuses", @@ -188016,7 +188016,7 @@ }, "response": [ { - "id": "0ba88e14-dd0d-4a31-9fbd-9409d9a783ba", + "id": "ed797b50-f4d5-447f-bd5b-c021cbaee920", "name": "List of latest invocation statuses.", "originalRequest": { "url": { @@ -188106,7 +188106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb26eaf8-3463-4dd5-9d26-e8a70a4388cb", + "id": "a77b1e9f-c8c1-4340-8165-40c278154147", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188196,7 +188196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "683add8c-31d0-4aae-8287-8b679ba52214", + "id": "9e30c7e7-c4fa-4339-a765-05db1f1f0281", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188286,7 +188286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbb117db-ca5b-474c-a610-84f0670256c2", + "id": "9abc9fa1-01d3-4c58-a9f6-2c265b7975e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188376,7 +188376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b536279-8f91-4f80-ace3-0d559af6deb3", + "id": "96f9feb2-3d0f-485a-aba4-f0bd328ca7e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188466,7 +188466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74eedf6c-aca1-4951-a841-1546e2fd40ec", + "id": "667d5352-821d-4161-a98d-f96fed550790", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188562,7 +188562,7 @@ } }, { - "id": "64591276-d445-49c5-b491-7f8f935c1452", + "id": "9bb75aa4-3409-4f24-8ded-d0e314877b8a", "name": "Complete Trigger Invocation", "request": { "name": "Complete Trigger Invocation", @@ -188617,7 +188617,7 @@ }, "response": [ { - "id": "f1048e13-8ce8-434d-94e8-866a427b1973", + "id": "805a4ba9-2a05-4017-acb4-180b851fdea7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -188665,7 +188665,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8579f04f-f7e5-4ea2-9c08-3815592bd5d5", + "id": "fc9f7d99-0455-49dd-ac1c-75f8ab98c13c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188723,7 +188723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5986f8e1-3ebf-4233-b1ea-0fdbabb7de31", + "id": "c82b8a2e-0284-430f-8e8a-c61c997a7f17", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188781,7 +188781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5953ef7-8edd-438c-97a7-6b2370cb42d2", + "id": "ea989667-8463-4315-a092-2206d598174d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188839,7 +188839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d5ec11c-2ff3-4060-903c-e176bb1ea2c0", + "id": "877f4292-5126-4697-8e03-8407327062f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188897,7 +188897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db53eb0c-8cb4-43df-a9c5-14c66f149ab7", + "id": "93b59a1d-9270-4257-90ed-5a67505ad907", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188961,7 +188961,7 @@ } }, { - "id": "47baa205-bd85-40fd-906e-aed614fea1bd", + "id": "e7be49e6-eb82-4dca-be94-9b11fd798dea", "name": "Start a Test Invocation", "request": { "name": "Start a Test Invocation", @@ -189004,7 +189004,7 @@ }, "response": [ { - "id": "3024f536-2b5f-4639-8112-a403103d2695", + "id": "34c6d170-c4a8-4816-b227-e164c02f9831", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -189061,7 +189061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "569dd881-8de9-46ed-9ec4-e5b76c44431d", + "id": "9c73e85a-fd59-469a-8ae4-523fa94704e1", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -189118,7 +189118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76867199-e777-4308-b8e3-5bcc220e3f63", + "id": "10242a48-b1a2-465a-9b37-bf5bb2d77548", "name": "Trigger invocation is skipped, because tenant has not subscribed to the specified trigger.", "originalRequest": { "url": { @@ -189165,7 +189165,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7ed5872d-6770-4170-ab13-770de36270d0", + "id": "de432ed1-e1bd-477f-b470-601af8cb5d6d", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -189222,7 +189222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a43272f-5f31-462d-af7b-3e79387fd697", + "id": "5d989b16-3ce4-4d0c-8368-72e236745e0a", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -189279,7 +189279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bf8d7a4-3062-4f6c-926a-74f784548586", + "id": "45aad7be-b911-4196-9d0a-2b6a7b118ff7", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -189336,7 +189336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "331315d6-9bdf-494d-bb36-3b6905e02a64", + "id": "d2d9e9af-d335-43f8-bc73-99b5f29c24c5", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -189393,7 +189393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "065f4322-596f-4f97-9832-2565a3475d9e", + "id": "8df560ef-9653-4920-a300-958c520cba8c", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -189462,7 +189462,7 @@ "description": "Use this API to manage mappings between various SaaS vendors and Identity Security Cloud (ISC) connectors.\n", "item": [ { - "id": "a7dc3ad6-6eae-468e-9251-4e026c7b0d98", + "id": "bc1cfbfd-5bad-4c8d-8bb1-6bbc87f8511e", "name": "List vendor connector mappings", "request": { "name": "List vendor connector mappings", @@ -189491,7 +189491,7 @@ }, "response": [ { - "id": "553beb47-3a28-4603-8940-5a23aa3eca1b", + "id": "01acda19-1fe3-40c0-a511-f5788f289905", "name": "Successfully retrieved list.", "originalRequest": { "url": { @@ -189534,7 +189534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f76089e-6916-4913-be06-0e001643a1aa", + "id": "43c1b9ca-9be0-4a71-a08a-2d6e94a9a790", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189577,7 +189577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "966d5c84-1391-401f-bc24-1a422b000edf", + "id": "929921f5-16d4-4af8-8bd7-2ac336a703c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189620,7 +189620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ec3ee6e-9477-48fe-96a9-c94cab49138b", + "id": "4f34e857-caa5-47ea-bfe5-95889659033b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189663,7 +189663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "653ae616-3182-442c-a200-cbaa246a5df5", + "id": "d982dcd8-b604-4f1c-996d-92c791b6a1db", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -189706,7 +189706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d98862f9-a34b-4a25-a576-acadb0a92c5f", + "id": "26ae9153-6558-4fd9-a5d6-c749ba7cd796", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189749,7 +189749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cef8a960-3135-4268-9aeb-34ca116b8335", + "id": "49f1447a-2351-4991-a45d-d90e179d7007", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189798,7 +189798,7 @@ } }, { - "id": "620e19ae-512b-4522-b7db-3c5d80a87978", + "id": "e7922bbe-fe1d-46c1-abe5-d05671ef7e4f", "name": "Create a vendor connector mapping", "request": { "name": "Create a vendor connector mapping", @@ -189840,7 +189840,7 @@ }, "response": [ { - "id": "8d3718ec-8473-48e0-b2b1-d978a780beb0", + "id": "3d151f85-bf73-4bed-96eb-506afa3206c5", "name": "Successfully created a new vendor connector mapping.", "originalRequest": { "url": { @@ -189896,7 +189896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0fca09d-32c3-4427-b792-e2a55244aecd", + "id": "20646119-45cd-457b-a87f-0d6662d69b3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189952,7 +189952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c992732e-9d16-461f-b199-d94c1b718aaf", + "id": "509c63f6-cceb-42d7-8d2a-87707ada01a8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190008,7 +190008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ced468ac-aede-42eb-a1c3-7cd3aa73ebab", + "id": "1933e7b0-765f-4f54-b3da-3f15d6dd9b53", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190064,7 +190064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b5e2a39-78ba-4c02-8237-f428db25b9b2", + "id": "e9e657a1-41e5-41f5-96ff-26a9a2dddc7f", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -190120,7 +190120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87fdcd7b-4e3d-4e43-8db2-b06bfb495bba", + "id": "b0365c5d-fca2-44ae-bc3b-d316028d6d99", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190176,7 +190176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7740954-c71a-489c-80dc-e3d86277764a", + "id": "70c63472-b0b6-4249-98cb-e8238fc508bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190238,7 +190238,7 @@ } }, { - "id": "a0442347-cddc-4069-9bd7-090c9dd5172e", + "id": "0e3e4802-61d6-4355-972d-19af8ab5e33e", "name": "Delete a vendor connector mapping", "request": { "name": "Delete a vendor connector mapping", @@ -190280,7 +190280,7 @@ }, "response": [ { - "id": "df019a73-a8ac-45c8-a6b8-3d4dec1dedd5", + "id": "045191c9-85df-4169-bcf4-17299885546c", "name": "Successfully deleted the specified vendor connector mapping.", "originalRequest": { "url": { @@ -190336,7 +190336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7054695b-634d-4bb6-8a5f-eadc129cf514", + "id": "44eb21eb-61d2-41b2-8a32-a9bef9b645e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190392,7 +190392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91532bde-d579-4447-8b50-4e13a0bc6d01", + "id": "7e9e8e85-661a-41a7-9d84-a2658d60ced6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190448,7 +190448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2de8b1b7-4292-45ac-b750-f2324baa2e86", + "id": "6a608858-78f7-4fd4-ab98-32e50ab65912", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190504,7 +190504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "463ab992-5d39-4a44-95ee-d24a2c5d3d87", + "id": "ceccf2d4-66ba-4af6-9a7a-28953b766650", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190560,7 +190560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac4b8413-f3a5-46e9-a2d0-06842f126ae8", + "id": "6061d172-4aeb-42fb-8354-cadb208d6585", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190616,7 +190616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "168473ee-e768-46ba-98e1-b69412934c57", + "id": "e4537202-9d98-4c8c-bcc7-e9de997a8abf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190684,7 +190684,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 Identity Security Cloud'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": "757faa13-7ef7-44ba-802d-ed70b79f2a36", + "id": "0c5dacb3-6273-4142-be38-e4ca726ce27c", "name": "List Work Items", "request": { "name": "List Work Items", @@ -190734,7 +190734,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -190750,7 +190750,7 @@ }, "response": [ { - "id": "72d06852-673a-417a-a4e0-99f6b5ce85dc", + "id": "ab35ad11-faf0-43e3-9bb2-f2261f5c9f76", "name": "List of work items", "originalRequest": { "url": { @@ -190795,7 +190795,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -190830,7 +190830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "580f70af-89f5-401c-b22c-e7f7af0d1b34", + "id": "9f1c6b8c-613b-4571-9a29-4c1be88bf17b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190875,7 +190875,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -190910,7 +190910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2b706ef-a6e6-497a-aa25-b0595775c365", + "id": "c9baaace-17c6-4fd6-8352-6de11712753d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190955,7 +190955,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -190990,7 +190990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "390e05c2-281b-4c53-8f4e-08665f207098", + "id": "14263bcd-c27f-48b7-8936-8829774ab83f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191035,7 +191035,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -191076,7 +191076,7 @@ } }, { - "id": "b24a3906-7a3d-427a-b94f-d40dce306257", + "id": "520e9573-c359-4fbe-ad8b-ac5f3f3921f6", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -191100,7 +191100,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -191143,7 +191143,7 @@ }, "response": [ { - "id": "3af48637-6c27-417d-8b32-212bb0476e82", + "id": "877d59d6-8c55-41f8-bdd4-77b38c2d269f", "name": "List of completed work items.", "originalRequest": { "url": { @@ -191162,7 +191162,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -191224,7 +191224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85ab764d-ab66-4b06-880f-acde8cf4dc7c", + "id": "9ffcf742-bc1c-484a-9437-8bf84e6e7ef1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191243,7 +191243,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -191305,7 +191305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e726332-ecbd-4ba5-b55c-ebd0da5b4130", + "id": "78e82e74-da2d-4812-b5ca-743bd8cc968f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191324,7 +191324,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -191386,7 +191386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dde8d873-d3fc-4893-b7ce-6895defad975", + "id": "b6a4172b-01a8-45be-927a-64bacac463a7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191405,7 +191405,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" }, { "disabled": true, @@ -191473,7 +191473,7 @@ } }, { - "id": "a9dd1609-f0d0-4c5b-b21f-c2291b8d0d63", + "id": "b36550f8-9145-4336-a2c2-aa1eb3d1e36d", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -191497,7 +191497,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -191513,7 +191513,7 @@ }, "response": [ { - "id": "29e2fb48-5858-43e3-9c86-f42e69c16a32", + "id": "6f49f85e-7c29-48fc-8850-075073b5888c", "name": "List of work items", "originalRequest": { "url": { @@ -191532,7 +191532,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -191567,7 +191567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1216ce01-a7f0-4a27-bb32-20ebaaaf8976", + "id": "1b28dd1c-da23-4e9f-ac49-b1db22327a42", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191586,7 +191586,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -191621,7 +191621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2b98f55-d762-49e7-999d-1e0451a85b23", + "id": "a9269b63-0863-49ac-8220-667ab4bae7bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191640,7 +191640,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -191675,7 +191675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5f5be64-9840-4d32-950e-d964e61cc17d", + "id": "a430b52e-a2ea-41d4-9647-9c6a85cec75d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191694,7 +191694,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -191735,7 +191735,7 @@ } }, { - "id": "93b89760-1a0c-4037-b6af-6fe09d4d9907", + "id": "94d5f79d-535d-4652-a82b-3d72e3e82413", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -191760,7 +191760,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -191776,7 +191776,7 @@ }, "response": [ { - "id": "6b6ac53d-ee1d-441b-928b-3511940c7805", + "id": "e936a5d8-0285-463b-84fb-a5e64642ffce", "name": "List of work items", "originalRequest": { "url": { @@ -191796,7 +191796,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -191831,7 +191831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc003dc0-449e-484e-813f-e898f5f79fad", + "id": "cedfba75-eafb-47ee-baa3-3271d9bb7e55", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191851,7 +191851,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -191886,7 +191886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5cb1b6f-b7c7-4e08-8f60-3f26418bde6d", + "id": "0063ccae-883a-4a19-8de1-5bbee2383798", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191906,7 +191906,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -191941,7 +191941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74ae7c01-7e02-490c-8c9b-7fc29aeefe67", + "id": "19e9d27d-19a8-46f9-a545-3dcedfc6cce8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191961,7 +191961,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -192002,7 +192002,7 @@ } }, { - "id": "f478aaeb-d8b3-4bcc-bbd3-d66cba40c732", + "id": "b3b3c6f4-90aa-4c00-bef1-bf02c530f1e6", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -192026,7 +192026,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -192042,7 +192042,7 @@ }, "response": [ { - "id": "e55f7991-5bc0-4d09-b3e2-28b04b3c15d1", + "id": "a20938ce-95ec-4692-b949-c7e9cee1f313", "name": "List of work items", "originalRequest": { "url": { @@ -192061,7 +192061,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -192096,7 +192096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87885110-67a8-4931-9382-e4df70c1e532", + "id": "d6f199e1-6a99-412e-90af-c3fb3361384f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192115,7 +192115,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -192150,7 +192150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a32bfe-f277-46a1-9262-fa044891ae86", + "id": "e210753c-1725-4938-bd4b-9b66c76db1d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192169,7 +192169,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -192204,7 +192204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df594591-bc0e-4b95-abaf-4ab0883e5050", + "id": "c30d16e0-23f2-4a9b-a6b0-f0c066a897b9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192223,7 +192223,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -192264,7 +192264,7 @@ } }, { - "id": "219d0507-643a-4170-a0e2-83adc5491005", + "id": "3963aef5-921b-4cf8-b5b7-871fa8bab1d0", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -192288,13 +192288,13 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [ { "type": "any", - "value": "sint es", + "value": "irure qui", "key": "id", "disabled": true, "description": { @@ -192315,7 +192315,7 @@ }, "response": [ { - "id": "3634be5a-47c9-4852-a216-6f5edb6e26ba", + "id": "31d868df-f3af-4088-b0fe-4fb908b3d147", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -192334,7 +192334,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -192369,7 +192369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c86174f-3c05-412d-af49-6712ddbdb4ca", + "id": "31a86040-e7e5-4930-89f7-d641145a3ab2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192388,7 +192388,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -192423,7 +192423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52adc1f6-4090-4c0a-8673-f3930be8edfa", + "id": "0550bf6f-594c-499a-b691-69c652adbade", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192442,7 +192442,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -192477,7 +192477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd83b003-1f32-4e9a-aa1b-af7242bfe3f3", + "id": "d830aa86-235a-4511-a74f-4fb1e39a6762", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192496,7 +192496,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sint es" + "value": "irure qui" } ], "variable": [] @@ -192537,7 +192537,7 @@ } }, { - "id": "54f3a0ef-13f3-41dd-8c7a-c554ce8c7e6d", + "id": "950ce726-1b1b-4c83-8fe3-88b430aa1222", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -192578,7 +192578,7 @@ }, "response": [ { - "id": "4bd7ff74-01ee-4d51-a6bf-611cd08b636f", + "id": "edddb407-e731-46ba-9c63-4a31a2e9d01d", "name": "A WorkItems object", "originalRequest": { "url": { @@ -192622,7 +192622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7d1fd4e-e96d-463b-8ce0-7c3f3a8dcea5", + "id": "bfeb3ae5-ae26-4bac-9e57-76df50a257d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192666,7 +192666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5325d02-f350-4892-809d-5ef4b906add5", + "id": "114791da-c5ec-4f9f-adc8-7aabee600270", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192710,7 +192710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f460fd0b-b5bd-445e-bfb3-de0c89abd683", + "id": "8d2d405c-9938-43ae-979e-c4182573f6b6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192760,7 +192760,7 @@ } }, { - "id": "f6e8f7e6-08ea-4c06-93a8-cf16a49b105f", + "id": "0a62d489-1493-460e-b3c5-c5cc4c5cb421", "name": "Forward a Work Item", "request": { "name": "Forward a Work Item", @@ -192815,7 +192815,7 @@ }, "response": [ { - "id": "904ba5f2-a430-4986-a615-8d03ec43321a", + "id": "79c259bf-7b15-4701-8c0d-db8685cb1978", "name": "Success, but no data is returned.", "originalRequest": { "url": { @@ -192863,7 +192863,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e947e8a1-5792-4cdd-aca0-4008fc0138c3", + "id": "fd6e10c4-3b55-4d2e-97ae-177870013dbd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192921,7 +192921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "948c8784-e77e-48db-9161-dfe6915bfba7", + "id": "dd14a6ee-0cf5-41c4-941d-9c1a6e41f265", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -192979,7 +192979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfbc9a1b-4ff5-4847-9bd2-2cee044e63ba", + "id": "f703067d-57d8-473b-b1fe-98a0ccfc673b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193037,7 +193037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f5c907e-2a21-4b10-b4b7-581c945aa70b", + "id": "5fb58214-9ed2-42da-9ce6-64b5a2fb7832", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193095,7 +193095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f63853d2-e952-4220-b4b6-3fd53b109ac5", + "id": "263da36f-2bc6-45a7-ab52-75ea091d1d10", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193159,7 +193159,7 @@ } }, { - "id": "acd27634-0a9b-4114-8cc9-e04d81069d63", + "id": "cb21cb07-274b-441a-b63e-373bcf60acfd", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -193212,7 +193212,7 @@ }, "response": [ { - "id": "db9ef4bf-ddbc-41f8-b025-188cafa54805", + "id": "f20ce794-2a51-489c-a97b-7651c7f0bc94", "name": "A work items details object.", "originalRequest": { "url": { @@ -193258,7 +193258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b436593-03d3-4b46-9b76-ffe270af0413", + "id": "b6d51805-8fcf-4147-899a-aac142db1380", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193304,7 +193304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25510923-0a0d-443e-abfd-7d780cb88ad6", + "id": "0cb74e80-927c-4af7-9ce1-f5a6f19ef930", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193350,7 +193350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8209fb9f-e5ca-49b9-a21b-540862a34299", + "id": "d30d1b53-853b-4941-9431-d2f6033bebee", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193402,7 +193402,7 @@ } }, { - "id": "a5f3c1c1-8b75-4cdf-a75e-9fb701cec495", + "id": "5ee8c8c5-9db5-4f16-991c-4051401327e6", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -193455,7 +193455,7 @@ }, "response": [ { - "id": "f5dd3009-799d-4232-8a05-8c24e724e7f3", + "id": "7d970538-6e26-4bde-8587-28f6f2cae3c6", "name": "A work items details object.", "originalRequest": { "url": { @@ -193501,7 +193501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "079d6f05-e990-421a-87fc-5c99847592d5", + "id": "d4ce54c4-33c3-4d29-a128-ebe660c67fd6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193547,7 +193547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b07a2b4-25a3-424c-8fed-82527213ef89", + "id": "946135e7-9137-4911-ac84-94b413ca5591", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193593,7 +193593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a268bc2-ec26-4f63-82fb-711ce45b1d51", + "id": "2372a771-c419-4ffa-9096-71d4262ffbc8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193645,7 +193645,7 @@ } }, { - "id": "fcc31712-eb06-497a-aaa2-38538f2d88e3", + "id": "7d3f71aa-5b29-484a-98cd-e1e8c6309d70", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -193687,7 +193687,7 @@ }, "response": [ { - "id": "21bfd2f3-2da6-4d29-9405-fd29a706137b", + "id": "67acaaac-34a3-408c-ac80-d08b701b847a", "name": "A work items details object.", "originalRequest": { "url": { @@ -193732,7 +193732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590281e5-2273-4a53-9af7-9fba16b8ecbf", + "id": "a7d41119-589a-4b90-9dbf-5d450e154438", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193777,7 +193777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32fa7b2d-b34e-46e8-b8ec-e47180be15d3", + "id": "30c235ef-662f-46d7-89e5-b51cb218d229", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193822,7 +193822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae9bb92a-4b4d-4ef6-99ae-7aaf20445363", + "id": "be62819a-21d7-408b-80a1-9c0c4bbefd9e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193873,7 +193873,7 @@ } }, { - "id": "181fa2e9-1513-48e9-8c1f-d23c0503e6bf", + "id": "a2cdda0e-2969-4e85-8e23-232199be1900", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -193915,7 +193915,7 @@ }, "response": [ { - "id": "26dff9e8-be0d-4123-830f-5719b2403b1f", + "id": "b3a351d6-ae5d-4c74-9344-745a00a6cf89", "name": "A work items details object.", "originalRequest": { "url": { @@ -193960,7 +193960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1ccafac-cb3d-4adb-8b53-32359b961d75", + "id": "44fa20e8-c5a6-4b08-8803-7f44cc64f896", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194005,7 +194005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56bf3ee4-d1a3-41c3-b780-5ddc2d4f326c", + "id": "554272aa-1171-446c-aee9-b8e1ce94abe5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194050,7 +194050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ddbf860-9e83-4bb9-afc2-8651bf26409e", + "id": "48b8a01b-08c4-4d64-8e74-4857d80898b3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194101,7 +194101,7 @@ } }, { - "id": "b8fd6bca-5d8a-4009-a1e2-21769e2777bb", + "id": "ea1f4db2-5c9d-45f3-8a09-1bdd2b45e5fe", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -194156,7 +194156,7 @@ }, "response": [ { - "id": "074533b0-bc90-423a-b054-8d6a336ea458", + "id": "0cd9195a-a62a-4643-a7f8-3c178d01a8be", "name": "A work items details object.", "originalRequest": { "url": { @@ -194214,7 +194214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c50770c8-52ac-464a-a062-c641a466090f", + "id": "54fa99fc-a870-4910-a10f-ed9849417e3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194272,7 +194272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "306a8ed9-310e-4c95-947f-4166eae862c1", + "id": "ea0a0ed6-0e76-4c76-bc51-d36e0e43199a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194330,7 +194330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e02fe49e-2fbc-4753-a71d-fc8e13ebed72", + "id": "b4ec558f-cc47-43ba-9ed4-bd011eb4b4eb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194400,7 +194400,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": "b833d2d7-03b3-4a27-97d4-f7fc8831e589", + "id": "401f9da5-95ad-4361-b414-46383f49b7b2", "name": "List Reassignment Config Types", "request": { "name": "List Reassignment Config Types", @@ -194430,7 +194430,7 @@ }, "response": [ { - "id": "76155848-92b9-4023-b391-25cd1057a512", + "id": "fa7e3b50-6abf-4009-8896-131d16306507", "name": "List of Reassignment Configuration Types", "originalRequest": { "url": { @@ -194474,7 +194474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "592beb2c-0fb7-49ee-9c2e-9c8b8281421b", + "id": "0892258a-edd3-4a3d-86b4-b177125c985d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194518,7 +194518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a79a6108-d9ce-400e-a2b7-01b1c9a38031", + "id": "1a0481f5-78a5-412f-a174-6436a1cd38c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194562,7 +194562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7e07429-9b59-42cd-97ce-0800be0ad623", + "id": "4c53e339-78fd-4c24-be7a-f51af3e29bc6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194606,7 +194606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "725c0ae9-b59c-4c2c-884d-35db4aec15ab", + "id": "ee295e78-e5c2-4f6b-ab3e-7cdbf6396113", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194650,7 +194650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d883779b-4beb-409c-b65d-10b64f6a4d61", + "id": "d0903be3-2650-4de3-b21d-8053d7f0c726", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194700,7 +194700,7 @@ } }, { - "id": "df5786f8-f977-4f8d-9a6b-1abaaaa059c3", + "id": "dc5649bb-ade5-49df-ab40-069e7539d906", "name": "List Reassignment Configurations", "request": { "name": "List Reassignment Configurations", @@ -194729,7 +194729,7 @@ }, "response": [ { - "id": "2ef3cb06-ae51-4ee2-bf68-c84dfdcb457d", + "id": "d5b80d74-add4-43bc-8f02-664c5011452a", "name": "A list of Reassignment Configurations for an org", "originalRequest": { "url": { @@ -194772,7 +194772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87bc686b-f59a-46ee-b11a-277169eca367", + "id": "eecef1a6-3a21-440e-8d7d-1e7762e44acd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194815,7 +194815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6768738-f701-4398-8c56-2a0e535f498d", + "id": "92ae0837-a3c7-4cb3-a26b-2e6442de3b36", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194858,7 +194858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d77112f7-7d46-4312-b58e-5810892af470", + "id": "1f58f3e2-c8ef-4bcb-b918-3a7a9158f26d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194901,7 +194901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15d1d943-5e43-47cf-a8ae-f01687b55bf3", + "id": "cfca7ce5-455b-4127-9f14-9697afd6bf15", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194944,7 +194944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a04db8e-0b29-479b-b27f-47f44272828e", + "id": "91b61953-c6e2-4ce8-a87d-834b23b66b6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194987,7 +194987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8a937e4-9cd6-432b-81d3-b2c193a468db", + "id": "3f856b61-4b14-4097-8da5-c99ddb94847f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195036,7 +195036,7 @@ } }, { - "id": "16765ac4-27f5-4ab0-8c98-3f5c220785d4", + "id": "8b6fbdbe-7feb-4208-9e73-ef86ad458eb0", "name": "Create a Reassignment Configuration", "request": { "name": "Create a Reassignment Configuration", @@ -195078,7 +195078,7 @@ }, "response": [ { - "id": "a4d857b5-72dc-4be7-ac62-3b112f2b33e8", + "id": "055a59b9-5cc0-49cf-b011-c45a6e4008fc", "name": "The newly created Reassignment Configuration object", "originalRequest": { "url": { @@ -195134,7 +195134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c19bddcf-e66b-455b-aa54-1529b181d4dc", + "id": "5dec8fd7-3be3-4b30-9cfa-8afcfd068d54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195190,7 +195190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcda27a7-5f92-4ef6-931c-48d125009fab", + "id": "172c206d-d38c-43b8-aa09-42ee973f12ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195246,7 +195246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5270841b-ba54-4dca-9df1-3928d60e19b2", + "id": "64742395-dfb4-462e-be05-49bd77ece5a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195302,7 +195302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f96dc21-7897-4b5a-ab55-e735f1057eab", + "id": "3cae16b4-546b-49dd-bdfc-c677e63b3ee8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195358,7 +195358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf72dbbf-ad39-47d6-b68c-1b103e597677", + "id": "3b31f4c6-cb82-414a-8e33-d6c46da0b18e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195420,7 +195420,7 @@ } }, { - "id": "0615eb40-ce0a-4648-a668-c375db52a150", + "id": "a0fc27a2-9070-4055-9234-b534b9541014", "name": "Get Reassignment Configuration", "request": { "name": "Get Reassignment Configuration", @@ -195461,7 +195461,7 @@ }, "response": [ { - "id": "1325de4d-f28e-4f84-a2d8-c7fffbeea959", + "id": "497c51f5-c84e-46c9-a097-f5214b648c4c", "name": "Reassignment Configuration for an identity", "originalRequest": { "url": { @@ -195505,7 +195505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d1b18d-b06a-4cca-bd14-c41d79adec0d", + "id": "661cd49e-e0b3-4976-a342-1971fd33e836", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195549,7 +195549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a3d7b9b-e664-4ba6-977a-18fc31eef864", + "id": "05225c6a-164d-4466-981e-09d278ecc4a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195593,7 +195593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "598b8389-a3d1-4401-9e96-7168c6443462", + "id": "6892d0b3-1466-497e-8924-a2092a47e1ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195637,7 +195637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31b3aac0-8316-4592-a512-8640a3d0bccf", + "id": "0efb7e79-6959-4612-aef5-129f48ec0ae9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195681,7 +195681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bc3d295-3c91-414a-8648-34ce40634675", + "id": "6c30d6b6-c7b2-4563-b27a-ba358ec7203f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195725,7 +195725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0c2bde9-386f-4e97-8982-28de30ed14d0", + "id": "1c91f495-d208-4b62-8e72-be456113e00e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195775,7 +195775,7 @@ } }, { - "id": "4901155e-1bc8-47bc-99c2-1f80878e6d8c", + "id": "c0e289a4-3fd3-48d4-b697-217770a729e9", "name": "Update Reassignment Configuration", "request": { "name": "Update Reassignment Configuration", @@ -195829,7 +195829,7 @@ }, "response": [ { - "id": "fcc5b2a6-50ac-4236-b1d8-764bd2f59bfd", + "id": "d175d702-33d0-4344-bd42-a1df0de8a060", "name": "Reassignment Configuration updated", "originalRequest": { "url": { @@ -195886,7 +195886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e228c2b0-d037-4491-814e-6e7fa28e0baa", + "id": "c6d2e80e-55fc-4a88-9e05-a6ee15800a01", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195943,7 +195943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eded853-f395-4846-920e-4b8013e99d1b", + "id": "7ac02df2-382b-433a-af74-71ae66442128", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196000,7 +196000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba882136-c88b-46ce-992c-94e4f098bc1f", + "id": "e2b64456-79d4-4ddc-8df2-70187bf8d112", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196057,7 +196057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f275db6a-7501-4e7a-bcea-883c085638b8", + "id": "5a5729bf-9473-49a5-995b-b0a756364f3b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196114,7 +196114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64a199bc-f165-4c8b-a601-cec82f30c3fd", + "id": "e2be8dfd-bebc-4d5c-b180-035f93c7de8a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196177,7 +196177,7 @@ } }, { - "id": "46a0c5f1-d542-4b93-9ef4-bf13d5426e7c", + "id": "bbd2ae00-b78b-4a6b-8504-d78b8bfa361c", "name": "Delete Reassignment Configuration", "request": { "name": "Delete Reassignment Configuration", @@ -196218,7 +196218,7 @@ }, "response": [ { - "id": "d183bc75-971e-401f-839e-eece6ae9515f", + "id": "3a640bf8-a94a-4c3c-ab4c-8678aba713bf", "name": "Reassignment Configuration deleted", "originalRequest": { "url": { @@ -196252,7 +196252,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c46a6b15-c3dc-4c46-812e-e5d325b27ebe", + "id": "0c94f4d9-ac28-42bd-a6c1-ab3e9b4e7d0a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196296,7 +196296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "837a5529-d474-4280-98ff-c036fe43f79c", + "id": "04539db0-dcc0-4368-bdf9-cd01c3469912", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196340,7 +196340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55ad7cc4-39bc-461d-9fe4-4c9c4b0f95e0", + "id": "12d8429f-3216-4bf8-a923-c4e5ccbc4294", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196384,7 +196384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8dfb24c-532b-44a3-ab06-879f975b8925", + "id": "a0999e25-18b1-4500-910f-689a3334e0d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196428,7 +196428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbf6dd82-aab8-4cbe-bf9c-2fb7aad56907", + "id": "6f2a192a-20d9-4c3b-944d-a30091055339", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196478,7 +196478,7 @@ } }, { - "id": "3bbb6c5e-490c-40a4-ac2c-70e94249824a", + "id": "984dd31e-b74c-4aaa-8690-184016fca5b5", "name": "Evaluate Reassignment Configuration", "request": { "name": "Evaluate Reassignment Configuration", @@ -196541,7 +196541,7 @@ }, "response": [ { - "id": "c6deec42-6927-4bcb-a0f5-15edbc62f93e", + "id": "3747ce71-b601-4320-8626-2d6a75423dc8", "name": "Evaluate response when no Reassignment Configuration is found", "originalRequest": { "url": { @@ -196597,7 +196597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75229add-733b-4fd7-b977-301f5fa7982e", + "id": "999e87a1-67e6-4240-bfa0-b1b8807dce73", "name": "Evaluate response when a long Reassignment trail is found", "originalRequest": { "url": { @@ -196653,7 +196653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca333455-13c9-4ac1-910c-215eae17653a", + "id": "1e099a5f-4708-46d9-acc1-90128bbdcb54", "name": "Evaluate response when a self-review is found and manager or org admin escalation is applied", "originalRequest": { "url": { @@ -196709,7 +196709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee1cea97-c788-495f-acc0-56e70610e360", + "id": "945045fd-a4a1-4564-ab83-740d8d7b14b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196765,7 +196765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e5d908c-fa96-4b3f-b7f5-d5acb6f56ecf", + "id": "8462ed3d-a60a-4e01-a64f-c1a34294fe7e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196821,7 +196821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a647ee22-ab47-405e-933d-39f5cddbef0d", + "id": "06558da7-3eb3-447e-a254-e6a8d2c4e166", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196877,7 +196877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eae1d19f-dffb-4fb2-8a74-00c0c1ab7e46", + "id": "437a15b2-7bfc-4d90-88d3-1e0cd8df7496", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196933,7 +196933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "480fa51f-4ba3-4b8f-b92f-b26c53f499de", + "id": "7535886f-4198-407a-bfae-caeaa95984b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196995,7 +196995,7 @@ } }, { - "id": "ab8439f5-9b6b-44d0-a4cb-115a0044b368", + "id": "f2623308-f1ea-47a2-9923-3b7adf81ad55", "name": "Get Tenant-wide Reassignment Configuration settings", "request": { "name": "Get Tenant-wide Reassignment Configuration settings", @@ -197025,7 +197025,7 @@ }, "response": [ { - "id": "6a430053-e3b3-467e-bcbc-6cc82e7062ec", + "id": "0f68d456-e90f-47e9-8fed-8a8d81b95bb9", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -197069,7 +197069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fbac5f3-6dba-4465-9b36-a08cb1c769d8", + "id": "c37d220a-eb50-46a0-8c3b-c88bbb403c51", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197113,7 +197113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d59b5bb-04d2-47ac-b001-f4d2b5102c17", + "id": "28fcefd9-7afd-4d8b-8037-aeafad5d2ca5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197157,7 +197157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae93ffae-3a96-470c-973f-fdb72a694973", + "id": "8e904be9-9747-4326-addc-70a5f51dc171", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197201,7 +197201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de397229-cc34-4ec0-9f3d-81e8ad0712b7", + "id": "0bf9e156-9e0e-475b-9bfc-86f7a3def548", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197245,7 +197245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94992bec-7919-4ad7-a441-cae20028e38d", + "id": "1520c2c5-4aa3-42f6-8a2d-acf631fe155b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197289,7 +197289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1098e108-5c5f-4cca-bcf6-0ff331e44add", + "id": "7b523870-8c47-4cc2-ba38-68990fb747da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197339,7 +197339,7 @@ } }, { - "id": "2719fdd5-0d82-496d-9021-55964d4d796b", + "id": "2d3dc35c-b670-4b2c-a5e8-3204f2c68e25", "name": "Update Tenant-wide Reassignment Configuration settings", "request": { "name": "Update Tenant-wide Reassignment Configuration settings", @@ -197382,7 +197382,7 @@ }, "response": [ { - "id": "1b76ed3a-c0e7-4f0f-900f-aee7b6ef0c70", + "id": "eca67f1b-09f2-45e5-9291-b8ef8e1ce3b2", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -197439,7 +197439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93fbb7ea-652d-4839-bc50-b6e5debbf5d1", + "id": "af8c54b0-2f5f-43a5-86c1-2de405af5ea7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197496,7 +197496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32c540bc-4811-4d4f-b97f-f8a8d4c7e619", + "id": "9b4da786-4e79-45f5-b0f3-9c58022eb795", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197553,7 +197553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2e4031c-3bc4-4796-b372-4440268f0dbb", + "id": "404d2462-105e-464a-9a74-d20cbfcf2669", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197610,7 +197610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bab2cd9d-0dd3-4b46-85b1-43ac8fa3671c", + "id": "7f11df50-a0f6-4b20-9ae0-ac2d86cc8fc5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197667,7 +197667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26a22054-ac59-47cb-b48c-679bb3eb6ceb", + "id": "8f823cca-4891-4b07-a971-14e6a5811bf9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197736,7 +197736,7 @@ "description": "Workflows allow administrators to create custom automation scripts directly within Identity Security Cloud. These automation scripts respond to [event triggers](https://developer.sailpoint.com/docs/extensibility/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 Identity Security Cloud UI. Workflows can be configured via a graphical user interface within Identity Security Cloud, 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": "0fcbf88c-f971-45cb-a440-5d3784130e7e", + "id": "f000d72e-d30e-4c55-a4c6-8cc40f92d0b1", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -197778,7 +197778,7 @@ }, "response": [ { - "id": "09463850-6da5-49a3-810d-be0d1edad97b", + "id": "acf08556-2f0b-45d2-8647-7072f1ed11cd", "name": "Event Trigger", "originalRequest": { "url": { @@ -197834,7 +197834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10335853-c79c-4cc0-8b54-326b51ac4819", + "id": "9c5f8cde-7e48-4cdf-98f9-09b3b42d502c", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -197890,7 +197890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd6cb1b4-4ddd-41d5-89d2-b5c65bd63bd7", + "id": "4aed8f38-1ace-4b07-81ae-87ee9748358e", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -197946,7 +197946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f7ac434-51f9-43e5-82f2-372927401a7c", + "id": "5f5c8645-5429-4c2a-9668-7e5d71cb317b", "name": "Event Trigger", "originalRequest": { "url": { @@ -198002,7 +198002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "347cd976-8e90-4656-a17a-f3cbf904b368", + "id": "dfa582c1-4387-42e9-9341-b704a6242472", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -198058,7 +198058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19f38908-2315-46cf-9cc0-33155bc325b7", + "id": "74cf625c-8dc8-43b7-b117-2476e534429e", "name": "Event Trigger", "originalRequest": { "url": { @@ -198114,7 +198114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ada22bd5-351c-4dd3-b057-60dc9c61ece1", + "id": "669a6075-6381-434d-a31a-8201d756ebff", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -198176,7 +198176,7 @@ } }, { - "id": "9e5b87df-70ae-46b9-9df6-a7f587ed7b4f", + "id": "272e0ca3-50c7-4017-881b-cc359e024cbd", "name": "List Workflows", "request": { "name": "List Workflows", @@ -198205,7 +198205,7 @@ }, "response": [ { - "id": "d9e042ba-2748-483f-9ee6-9b5d732a747e", + "id": "72aa52dc-99a7-4fda-bd82-dd0a932e095b", "name": "List of workflows", "originalRequest": { "url": { @@ -198248,7 +198248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfeaeb0b-af95-421e-a3d0-63420bbcbe14", + "id": "4f362e34-d297-4a0c-934f-0c8a05da9594", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198291,7 +198291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df54d6d0-1dc7-4a10-9878-6809b7602452", + "id": "abf65674-cec6-4e53-8d1a-e14c6bbbb85e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198334,7 +198334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f08feae9-f1e1-4c07-b005-2543f0a2c3f0", + "id": "8510e997-d2fc-4103-95c7-325195874869", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198377,7 +198377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfa46547-60ad-4afa-a6f0-4221926454cc", + "id": "3350d9b6-854e-4939-aaa3-8ad896a5970b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198420,7 +198420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7308f7c7-902e-42a3-a458-4d7253ec27ad", + "id": "ca211755-18b1-4ca2-8846-7459f144f7ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198469,7 +198469,7 @@ } }, { - "id": "9471c7c9-e836-4816-93d8-815226b0ba94", + "id": "c420571b-20fb-497e-ace1-d83ba5667d6a", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -198510,7 +198510,7 @@ }, "response": [ { - "id": "2a6ae9b7-a4b1-46a2-b385-c54467280de6", + "id": "a114511d-83aa-40c3-a018-83e30f6abea8", "name": "The workflow object", "originalRequest": { "url": { @@ -198554,7 +198554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0950934-de18-4187-9858-c91cf3a53445", + "id": "37e358d6-c9af-4642-8d67-e5f91f4f6522", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198598,7 +198598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "375c6639-ea36-434c-a5be-557a7ad3077d", + "id": "bbc4e4b8-689c-4997-933c-e15e8a3027d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198642,7 +198642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5fac7f9-89e5-4b08-9aee-9b43d7012f97", + "id": "478f5e2b-8af5-4bf9-99d2-72575ab253da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198686,7 +198686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8f9efcc-4b8f-4b3e-9372-8705fcb88f66", + "id": "59ed7104-e6ba-425e-b561-796529326bfe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198730,7 +198730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0617f445-fe66-47b3-a87e-c8d381b5c74a", + "id": "b0dfdaac-f822-41a0-955c-22e4cf0d6328", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198780,7 +198780,7 @@ } }, { - "id": "0e9ef85b-b7e4-4d1e-8a7a-afdb6d3635b8", + "id": "a76b0841-3428-4d7c-8557-28f3efed3d85", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -198834,7 +198834,7 @@ }, "response": [ { - "id": "1bbf2bdf-efc1-4b75-b489-4cbc90b6727e", + "id": "49cf9ac1-4044-4ae1-9c64-8ca109f94fb5", "name": "The Workflow object", "originalRequest": { "url": { @@ -198891,7 +198891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fa14d6f-d950-47ce-9eb9-0969ddb89685", + "id": "f7d5f01d-9c1a-4b00-b534-dcfbcd099e3e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198948,7 +198948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c207958-3af0-441e-9eba-104bb4fe5ab2", + "id": "af90f8a2-3de0-4d9d-81a8-6e30f5cdda26", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199005,7 +199005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "930b53a9-c3ef-4e33-8f91-3f6ebbf88466", + "id": "8f749711-ab2c-4c86-bddf-ebd7dff3d433", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199062,7 +199062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f314043-4db0-4514-8836-64a879de6cac", + "id": "4ec73e96-03b4-45bd-9b81-b998a9930dc2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199119,7 +199119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33484a8c-ab8d-4600-bba6-9d8f5c7a1b2e", + "id": "b8ec3259-53f2-490f-8424-a2902bedf12e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199182,7 +199182,7 @@ } }, { - "id": "14e1b5a8-b950-40ad-b2ad-2fd5f0e8e52b", + "id": "1f28fab5-9a94-4927-8d61-f7356c7a29a4", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -199236,7 +199236,7 @@ }, "response": [ { - "id": "cbb9e017-79a0-41fd-b4cf-badb4b5a17f8", + "id": "c12d162d-3e12-4e7f-a3a2-aa2126bd7550", "name": "The Workflow object", "originalRequest": { "url": { @@ -199293,7 +199293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f481a7e-deec-4d44-af83-a8e105c06b8c", + "id": "20dda843-6c39-46b7-a0fd-d873d28950c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199350,7 +199350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d648b4ff-24e1-42e4-b5c4-335177afbcdc", + "id": "5e3c0ccc-8a26-4b29-94f5-e75dc9214e26", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199407,7 +199407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b211657f-13e3-4224-827a-6ff35ea586aa", + "id": "07c0ef6b-9fae-4986-a79e-273d15575512", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199464,7 +199464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e4525c2-e1e2-467d-afa0-c5f288b91e0d", + "id": "7a59eb4c-d175-4e78-88d9-1b1ac799fbb8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199521,7 +199521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a4b1a1c-c721-4e8a-85f4-de6bb27bca47", + "id": "87b67753-95d0-4543-a37f-e666c4428cbe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199584,7 +199584,7 @@ } }, { - "id": "54c01e41-2e35-40fa-96e8-6e5613584b0f", + "id": "3c9a009f-2bb7-4e5d-a777-2833fe61281a", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -199625,7 +199625,7 @@ }, "response": [ { - "id": "af87709e-54ea-47e2-a06c-4409983f0977", + "id": "25fe9920-a837-4dc1-a855-db99ca3573c4", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -199659,7 +199659,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ccec1e2c-04b6-4db4-a1b3-eebabfe0cff5", + "id": "ebedc091-ad80-4ca7-a881-317dd81f2a0f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199703,7 +199703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c08759f-3016-46cb-84e4-820c7fbfc9cb", + "id": "d8cf024a-7234-4fde-bb16-06edc813397f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199747,7 +199747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edae6465-4fe4-42a0-a737-790f48cd76e6", + "id": "b0afa063-ca90-4379-850d-48536a232287", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199791,7 +199791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff6a5c2f-0b94-48da-8e11-b54eafca552f", + "id": "c59b5dbc-9db4-4356-85a1-5384bcfe3e01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199835,7 +199835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb2eda4c-5b7f-4dfb-809e-63f2fbd64fd0", + "id": "009ec646-7630-408f-a623-c7dd2b3331b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199885,7 +199885,7 @@ } }, { - "id": "1edeb701-98ec-44fa-8676-95b47b803387", + "id": "f7b21566-2422-4db7-ac8f-4c3dd866631c", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -199940,7 +199940,7 @@ }, "response": [ { - "id": "ea02f865-7423-4258-9eeb-76a2d1944749", + "id": "39015a50-a9a3-4b65-b11e-223b10551192", "name": "The Workflow object", "originalRequest": { "url": { @@ -199998,7 +199998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "626fb5d9-71c9-4c66-9b68-e9e6f3a7c6c8", + "id": "096a8305-b6ba-4892-ba08-40bf62a50bbc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200056,7 +200056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42f8c922-564b-4720-b632-8fdc66cdc5e3", + "id": "f289353f-9ada-4025-a9db-56a726916e98", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200114,7 +200114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cca51ece-ba12-41a1-9707-f3a1113887d0", + "id": "984de534-2889-4746-8955-5ec27bd00442", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200172,7 +200172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b155ec39-34d1-4d95-ac92-153f65d075c5", + "id": "7afe9fd0-9ca1-412f-9ed3-2134272ed3b3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200230,7 +200230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f54ba65-d384-4103-bd91-d006c76a4903", + "id": "b772648a-828b-4dd4-8bf6-37c45a80c2d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200294,7 +200294,7 @@ } }, { - "id": "9ffe3aff-2f89-484d-8225-7da598d596f4", + "id": "157cca29-5efd-4488-9dac-8c972c60950b", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -200373,7 +200373,7 @@ }, "response": [ { - "id": "d7d2e927-e4ba-4526-819b-13e5410b4edd", + "id": "c9cdcb1f-d33a-4580-9261-9e4602f1eeb1", "name": "List of workflow executions for the given workflow", "originalRequest": { "url": { @@ -200455,7 +200455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "722153a9-a548-457c-b27c-93c1f7859a3c", + "id": "efc5f288-1678-4e54-9738-ad3a8da7ffe9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200537,7 +200537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51f2ca3e-a5a1-4113-b06f-54897784cc58", + "id": "81200a1c-bee4-46cb-8225-5892192950cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200619,7 +200619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a735521e-50c7-41e6-b895-3f8908cfd9bd", + "id": "00a9c3ff-da4f-4131-a452-307c6baf13fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200701,7 +200701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a494a11f-0356-416a-ae04-2095a5b98ecd", + "id": "d0364afb-d98c-47e9-aff6-470a92794d02", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200783,7 +200783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "596cbb7f-be51-4b26-80ec-a9ce72b7e519", + "id": "1626d582-c9e6-4ac3-b51a-6ea3df3aec3f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200865,7 +200865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a960b5ec-257c-4ee2-9660-0352fbd8e5ca", + "id": "e2014beb-dde7-4274-b197-16fb1bdb5295", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200953,7 +200953,7 @@ } }, { - "id": "26ae085a-af9c-443b-b470-2ebd7ac586c3", + "id": "b54bf7ad-5cd3-4abf-ab8d-f808177db434", "name": "Get a Workflow Execution", "request": { "name": "Get a Workflow Execution", @@ -200994,7 +200994,7 @@ }, "response": [ { - "id": "e935c979-ca56-472c-8033-1853fbebbea3", + "id": "e83c0e88-0f03-42cd-801f-2d5f8060fc14", "name": "The workflow execution", "originalRequest": { "url": { @@ -201038,7 +201038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f1b7e7f-93f3-4bc8-b91d-c7fb4c867c18", + "id": "de73b6c6-358d-4538-8cea-b022879d9a7f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201082,7 +201082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5121bb4c-34a0-4d9a-be8d-6fe63186c95b", + "id": "03aa8d32-d169-417c-ad6b-11a7407e0c37", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201126,7 +201126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34e0bede-1a41-43dc-8451-6e0732d53e09", + "id": "a48a017f-eb60-43dc-80d8-9977a334ca4b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201170,7 +201170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c7b4b1-8e26-46d4-aa62-a705448b9bd8", + "id": "f15039e3-43fd-46a4-b030-ed1a46cae416", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -201214,7 +201214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b12b78e-50f0-4ae5-a2c2-be6e92da76e6", + "id": "01ec6262-5e75-40f6-b73a-c1acd3b2c926", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201258,7 +201258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c7d5beb-7797-442b-890a-c41b99f04e59", + "id": "aee7f025-e0f0-4cff-8683-598e1757aadb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201308,7 +201308,7 @@ } }, { - "id": "6b32310a-331d-46fd-b059-9b667c46f3e5", + "id": "28d277f5-6f17-4949-a979-f0b55ca0e1e9", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -201350,7 +201350,7 @@ }, "response": [ { - "id": "a8a81438-9d80-4af6-862c-e2cf3b610637", + "id": "117a0fc5-e61c-412a-adad-136104b26fc4", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -201395,7 +201395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f3d7f93-53ea-4059-a91e-83438c66c585", + "id": "5916399f-0626-43ce-a8df-ab2e7faa38be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201440,7 +201440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74c1402c-4917-4d3d-bb5d-22d72f3c1107", + "id": "e0432209-4cc2-4dbd-8446-85d543fad899", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201485,7 +201485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4faa112-5cb0-459c-a695-118210ceba2c", + "id": "0a31d9b1-9ea7-441c-9621-4355c61b8436", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201530,7 +201530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cff51ff5-d197-4e0b-8b2a-07b24b0e874e", + "id": "7237fff5-45f4-4c65-a383-ec28be039bd3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -201575,7 +201575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b58c10e2-5074-432a-840b-abd69aeb9924", + "id": "b908d321-79a1-4a43-acac-d9ecd7fa2b71", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201620,7 +201620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48f7c189-154d-41c7-baae-69ec53ecbff5", + "id": "01cfd642-0e51-4505-99b2-61745a7f15ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201671,7 +201671,7 @@ } }, { - "id": "7e12f680-31e6-4be2-899a-2ba5c4794668", + "id": "3c4d2033-9256-4ed5-bfe9-943fc632bdb0", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -201713,7 +201713,7 @@ }, "response": [ { - "id": "a77d1394-ebd2-421b-9a70-2f59516e83d7", + "id": "705872b2-e0fe-4a26-aa89-158a805e9a27", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -201748,7 +201748,7 @@ "_postman_previewlanguage": "text" }, { - "id": "075a0ec2-b26e-4b62-9f04-9231f1bd250d", + "id": "aefdbfa8-38bf-4b39-b592-03641f72d7a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201793,7 +201793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105bbc8e-aacb-4f79-85df-404dbed58733", + "id": "1ca1293e-06a6-4039-ae69-f4c43649b269", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201838,7 +201838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cfb5c30-dc19-429d-a5de-d02e78cbef96", + "id": "b3d8353c-08bc-4694-86db-288d5d2bc1d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201883,7 +201883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a29b80c8-20e1-4922-a7fc-6a99d8f96956", + "id": "9819605e-ec6c-4760-8c3a-fef501f5bb41", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -201928,7 +201928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41d592f2-df9e-46d8-be98-0b1e0792ac41", + "id": "7b83cb72-bd3c-4eb1-a9c0-7c630d3fa36a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201973,7 +201973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8038e86a-e926-4af0-b492-95ca7437d48c", + "id": "487aae78-3304-4adb-a817-85ebf927d0b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202024,7 +202024,7 @@ } }, { - "id": "89581cce-8611-4406-a27d-f53f54495022", + "id": "f1f13041-0a65-43cd-afe2-13316cbbe22a", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -202072,7 +202072,7 @@ }, "response": [ { - "id": "996ff762-8fdb-4354-bfc9-f270419f071f", + "id": "23136c1a-3634-4f5b-93ae-4b12adf95f8e", "name": "List of workflow steps", "originalRequest": { "url": { @@ -202134,7 +202134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f20fafeb-37b7-4361-bb12-ec24099dec70", + "id": "c10de1cb-e726-4d47-a4ac-607d410641e8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202196,7 +202196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f0f185c-1878-45d7-a649-ac84786c7842", + "id": "a8c7d989-9910-4179-8d4f-eca7462719b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202258,7 +202258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57d07bd3-bbc3-48b3-ae83-4f1b2829026d", + "id": "e95116ff-e9bf-41ca-b174-b3cef0beb880", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202320,7 +202320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db2a4ec8-c452-4948-b90d-e78a6cf5de57", + "id": "61958c8c-b5e3-473c-ae8b-337b5cc37f1c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202382,7 +202382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69b9ebaa-f456-4640-9c0f-b6af74c7b7ef", + "id": "b7f70fa6-d032-4800-bc70-a8c0ce5ace59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202450,7 +202450,7 @@ } }, { - "id": "71f9ce2e-d526-40cb-a4db-000d67b26dd3", + "id": "6cead305-3d00-4506-b624-e9d7a59f84f5", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -202508,7 +202508,7 @@ }, "response": [ { - "id": "74be7036-2412-41a5-8d5d-1e419f932a70", + "id": "c6ac3661-f790-4408-9112-83358d702f07", "name": "List of workflow actions", "originalRequest": { "url": { @@ -202580,7 +202580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23867779-0159-42c9-b7ba-6832630f2812", + "id": "486ae44a-76e9-42ca-840d-601c1d338b5b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202652,7 +202652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a3fcb88-9c39-4fbf-b8b4-893a06b88392", + "id": "c9ea8bba-cc9d-4427-bec8-88f218072d3f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202724,7 +202724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80b7f2e8-b1b0-4a7d-b654-a73d64544a50", + "id": "f12ba0dc-cf31-4d3c-8865-808ef7090645", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202796,7 +202796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41d36dd4-c2a1-4caa-8589-596a36e0788f", + "id": "4130d00d-bc8b-463e-a4ce-298e4d631dcd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202868,7 +202868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c52e7c8f-e020-4ce1-969c-7c9cfa84172b", + "id": "f990c22e-f9ac-47a2-b799-60b09f7f1ced", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202946,7 +202946,7 @@ } }, { - "id": "b059148e-9b21-41d3-bdc5-aa5db932db39", + "id": "d9ec40b5-f31d-48c0-9c6c-c1dccc8dcb62", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -203004,7 +203004,7 @@ }, "response": [ { - "id": "5d495c20-5de0-46fd-a07b-a1d4d5ddf032", + "id": "797e8aba-6f0b-4561-b950-bd1a936718c5", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -203076,7 +203076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0f036d5-00d7-4508-b075-fe6d38c0eb18", + "id": "69305779-63c5-46e1-a563-42fe07d63f5f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203148,7 +203148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b896628-c120-4b9f-9c1d-3ec149e83870", + "id": "284c8cee-5fa5-4113-aa58-6e5399df4d67", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203220,7 +203220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d2164ac-7727-42d3-bb83-0d2ab18831ff", + "id": "4e85fc12-e705-4b25-adab-d79e10288189", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203292,7 +203292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25a59e64-3b7f-4fe4-a82a-94d5465531f4", + "id": "0f32e20f-bc2e-47e1-ab6a-fab0568b9910", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203364,7 +203364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc225f45-72b3-4944-86b1-0cb0b61d716f", + "id": "9d7f0f21-620c-420d-a88a-7b9be4ecf8c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203442,7 +203442,7 @@ } }, { - "id": "5a25dc18-5461-4e7a-ad79-8a7d547253c4", + "id": "cc0cd9e5-847e-4f5a-a7fe-5e16897649fb", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -203472,7 +203472,7 @@ }, "response": [ { - "id": "9928c0f3-4ea2-4869-ba49-52ebd90d9ad4", + "id": "998ed291-2108-48ce-9b88-f1c601ca13d1", "name": "List of workflow operators", "originalRequest": { "url": { @@ -203516,7 +203516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e43ab8c-e71e-4c1b-adb4-31ed0fbdfc1e", + "id": "1af66a84-41bc-4418-b798-7970cfb11709", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203560,7 +203560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b2ea3ac-30d8-4145-8bff-0de5914bd78a", + "id": "0fef4505-0a5d-4b70-ac6a-090decd2200f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203604,7 +203604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e54f7c8-086b-4e8c-b309-c57e9fbb938a", + "id": "f5ef79c1-9d52-4783-b92b-0f7e3aec5434", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203648,7 +203648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7201e6b8-30af-466c-8f9e-1402e3a06b97", + "id": "a2592112-15bc-4e27-9d2c-034a41b47fe3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203692,7 +203692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "898f68dc-a19e-4203-be5b-13e3301e70b5", + "id": "b739993a-fd6f-4366-9054-c12a9c864feb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203742,7 +203742,7 @@ } }, { - "id": "0629b467-9550-405d-b469-d249202f1773", + "id": "00e7f36a-8959-44e4-bf7a-e46efacb411c", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -203785,7 +203785,7 @@ }, "response": [ { - "id": "071b0384-320c-4f1d-bf80-9683e5623010", + "id": "4e2b0192-203a-42e3-899b-e8a98449e0ae", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -203831,7 +203831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d91cca12-5bbe-4d35-8867-d309b9133b57", + "id": "47410761-ee11-418a-8cf6-95e3a842d854", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203877,7 +203877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77d01663-ca47-4e3b-bab8-ff83ebccb5b6", + "id": "44ba1a99-3300-4c12-ab9c-a71cccc53066", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203923,7 +203923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "021ee184-0b55-4668-9f32-db63f30a9d5d", + "id": "18f90e9b-350f-4584-bd6c-c3806ddf0f93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203969,7 +203969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b429f285-2def-476f-b38b-804515775b05", + "id": "a91dc416-4beb-42a1-958f-7954cf762447", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204015,7 +204015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38e073fd-8749-4284-958d-6f9b7ff0af8e", + "id": "3516acf2-d577-4c68-8883-66887b88c733", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204067,7 +204067,7 @@ } }, { - "id": "6a5f715d-5b2f-4593-9e8a-12f280cfff68", + "id": "e9d42ad0-c170-490b-9a31-5a5f4da3cdb3", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -204123,7 +204123,7 @@ }, "response": [ { - "id": "4cfba6dd-f5c9-465a-81b5-e3c8bfc3a8bc", + "id": "9dd5c1d1-d70b-4702-982b-1ff177fcf599", "name": "The Workflow object", "originalRequest": { "url": { @@ -204182,7 +204182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "096b10f3-ab4b-46bf-894e-ac5bfdbf6d9a", + "id": "2b1d562a-5513-478e-8a95-45bee4b375b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204241,7 +204241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b41909ef-51df-4d93-b9c6-04d08e7a6a71", + "id": "48ab692e-002c-4169-8122-afca324aa00e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204300,7 +204300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4134d5d9-c4b6-4f37-a281-2653e33347d1", + "id": "728ea4b9-0027-4f10-a4dd-b803c20731c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204359,7 +204359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd069f31-5dad-4410-9d18-1e081c1a762b", + "id": "1d53e653-e151-4fa6-955d-1d3de0a8c210", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204418,7 +204418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37018792-b140-4bb7-a1dd-9e25128e5719", + "id": "7a65876a-dc7c-40ef-b642-1cc3280a9807", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204483,7 +204483,7 @@ } }, { - "id": "f9e3d7c8-0c66-4deb-9753-1e6820445dcf", + "id": "62f17bc9-b844-416e-9514-929e950374bf", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -204540,7 +204540,7 @@ }, "response": [ { - "id": "04a511de-fb2d-4d40-80b8-547dddb0f3ce", + "id": "b464ee8c-24f4-47d8-b466-a35b6e4209ae", "name": "Responds with the test input", "originalRequest": { "url": { @@ -204600,7 +204600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e12aa8fa-c195-4746-b667-9cfd7d70869e", + "id": "90e56d9e-a708-43a2-9fc8-488ec9f99b55", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204660,7 +204660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3092a21-6ba6-49c9-a1a2-b617023d5582", + "id": "458db4eb-62c1-4058-81f7-60de7236e916", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204720,7 +204720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd649484-68df-49aa-bc7d-6a39fb966ef4", + "id": "3a68f05e-d154-4ee8-b138-1790e1d1e805", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204780,7 +204780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82ad98f2-4966-4b45-b100-888e86ea9efb", + "id": "37aeebda-bb6b-484e-b784-4ace390af5e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204840,7 +204840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f256d7cc-d47b-4a3c-b2f0-c1b5fa3f4f42", + "id": "29cf3bc8-4581-41b6-9fd0-ad48c61be05c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204912,7 +204912,7 @@ "description": "", "item": [ { - "id": "92316401-2f03-4e13-9100-9ec34ead0e29", + "id": "1374291a-a890-4924-8a79-d47cb241d920", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -204954,7 +204954,7 @@ }, "response": [ { - "id": "f9b1502e-b109-4111-aba0-23bc9a5f5d2d", + "id": "75647aad-8165-40b3-9c38-7e23ea5b3f11", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -205010,7 +205010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33184161-9299-4204-a309-8f4a6c2019f5", + "id": "cce30fbb-de5b-4318-b391-25a5e48c3c31", "name": "General Policy", "originalRequest": { "url": { @@ -205066,7 +205066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b99d2fc-606c-468e-93cd-042813a6c855", + "id": "6946140f-aa37-4e8f-8a68-f1e5e95ee86f", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -205122,7 +205122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04d0226f-6710-4f42-86b2-251104b88eef", + "id": "1a709300-efd8-4650-94ec-a3c252b87c2c", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -205178,7 +205178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05af69a5-bf56-4f24-842d-84631b3ae831", + "id": "c1f5bb94-ace9-4fd3-a5b9-c29f9169894d", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -205234,7 +205234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3ea76dc-0e95-4ad1-bb94-cbe3a0fe2e0f", + "id": "ad29615d-c4be-44d3-be49-35c5b8997b37", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -205290,7 +205290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a51b811-2ee4-4317-9dcf-f36ae55cc123", + "id": "79737549-9570-4bf2-92c3-81ce0efcbecb", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -205352,7 +205352,7 @@ } }, { - "id": "61fc37a3-2bc1-45bb-ae47-266d07e7f962", + "id": "e49249d1-fd91-4a6e-8734-1628da1b14fc", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -205418,7 +205418,7 @@ }, "response": [ { - "id": "78755dd4-7db6-4160-8d38-abd4192a9675", + "id": "851499ad-01e2-4403-9495-63a17276938f", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -205498,7 +205498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d10c973a-162b-4683-be70-93b970884f7a", + "id": "2746adc6-7f36-4881-b59d-05f3e8ffdedd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205578,7 +205578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c8d3b8a-59e1-4e65-9ed0-38f071280159", + "id": "75e7d995-8aa5-4226-8c8a-1aef7b3b4632", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205658,7 +205658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1be14ebd-0cf3-4a83-b725-ebc2d61307f3", + "id": "ab6246bd-b772-4e75-8bd6-67f68499b79a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205738,7 +205738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70e46f32-0c43-44e2-899e-73d631299e18", + "id": "1e4f4a23-841a-43c8-a0d0-e1cba90e095f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205818,7 +205818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad9befc9-c13e-4654-afc8-0b609c74fa14", + "id": "8eb3b1cf-809b-4f16-9f11-c0a01dca8b5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205904,7 +205904,7 @@ } }, { - "id": "124f952b-d9d5-4e1b-bdfa-29b963abb6b0", + "id": "29952b16-1c72-4c48-9372-9d7f8886b63b", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -205945,7 +205945,7 @@ }, "response": [ { - "id": "06e78fec-581b-4cfe-8a65-2ee478ab27d0", + "id": "f7fa0420-e8fc-4931-8549-52f584c690fb", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -205989,7 +205989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58aafcf1-9292-4b7f-929f-ffa55db8ea28", + "id": "ff2c462b-d1fb-4369-948d-c22e323ae2d4", "name": "General Policy", "originalRequest": { "url": { @@ -206033,7 +206033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeea1f3f-d5fb-4526-baa6-139ac49073ee", + "id": "64483b55-8ec0-4aeb-ae5d-58789706202e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206077,7 +206077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d672268-1dfa-4a3c-84a0-91d9306d6103", + "id": "2358101a-1c14-475d-a059-10c4a2615c8f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206121,7 +206121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e2d6d25-87cb-49be-966d-02eed8bb8963", + "id": "102b75fb-77bb-4a58-a242-d1669ca957f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206165,7 +206165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c2eab58-ea75-4aaa-b0e3-985995dccb3e", + "id": "b51e2056-9a75-4848-8892-637c7e67cd22", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -206209,7 +206209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb034366-32c0-477a-9b0b-eb84852d46d3", + "id": "470e757c-0e10-4758-ad15-3df74a5197c6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206253,7 +206253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fed4eda2-df43-4d30-953c-266211d23789", + "id": "c640ceaa-4840-4921-bb83-8aebd13d5a46", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206303,7 +206303,7 @@ } }, { - "id": "61ad78b8-52cf-4b62-81c4-4aaf5a8d46d3", + "id": "fede3167-18f8-4da4-b5bb-da7cf3466ac3", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -206357,7 +206357,7 @@ }, "response": [ { - "id": "f078d36b-4e78-4914-b354-a9edcd17f9f9", + "id": "20749b12-1554-43cc-b96c-fa13b3059146", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -206414,7 +206414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2674c37a-c444-4548-a88d-086d1bd33581", + "id": "352c7439-7dd7-4d97-bcc6-10f4100db7dc", "name": "General Policy", "originalRequest": { "url": { @@ -206471,7 +206471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7246a1e-2ef6-4006-9ea3-24c9b21ad355", + "id": "b3ce5646-d7c7-43e8-a0da-e247c58d37b4", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -206528,7 +206528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae899bf2-da6d-478c-92a3-fb5d95beaae6", + "id": "014e09d9-8a14-46f4-92ed-0053fedae677", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -206585,7 +206585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "691e49c6-4521-415f-b368-e65595e8e25d", + "id": "9f9f7640-d5ed-4f99-a9a3-b01a93c20dd7", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -206642,7 +206642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "706ba6cb-8d88-4412-9ee3-610e698ed1c8", + "id": "d500a9b3-b7d1-4077-ba13-b021fae67fd7", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -206699,7 +206699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "452a269e-9a3a-4451-960e-868ed5c2f8c8", + "id": "1b84637f-23e2-4ee1-a8a8-f28ef87fbe3b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -206756,7 +206756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1491e046-e7b6-4f9a-ba9e-cbebcfc1754b", + "id": "d57f0c60-3453-437b-816e-4b71c7326bde", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -206819,7 +206819,7 @@ } }, { - "id": "64351daf-15f5-480d-8726-a840603b76ec", + "id": "4e0f21fd-ea85-47c1-b33d-eed8f184e90c", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -206870,7 +206870,7 @@ }, "response": [ { - "id": "8c5be566-7f4f-4a3c-9066-efcfb0de0de1", + "id": "b1ce8414-3575-40bd-b8d3-5964da8d72bb", "name": "No content.", "originalRequest": { "url": { @@ -206914,7 +206914,7 @@ "_postman_previewlanguage": "text" }, { - "id": "37269f70-3921-4487-9c6c-f153424022af", + "id": "d9ecc231-50ca-4079-9515-6a946f2026e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206968,7 +206968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d56226de-6c40-455b-99bc-aac860499326", + "id": "b76797a2-ae7e-498f-8a04-f6546d34cd93", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207022,7 +207022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "857da979-5190-4867-950c-0dd35b663ce0", + "id": "f16196f9-7070-4594-9374-da1de2398210", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207076,7 +207076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79e22137-e7b7-4910-ac00-3e15ff0048c3", + "id": "a2cbff33-5d43-4ef1-a02e-34274540d8c7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -207130,7 +207130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09e32d01-274b-4363-9fb6-bd22fb0e70b2", + "id": "57a866d7-0562-4b3b-b992-b0d7c7a386c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207184,7 +207184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c06c4557-79c3-443c-babe-2ffa65f98edd", + "id": "7f59c237-2ca5-4b78-90d6-96bd74e2dea9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207244,7 +207244,7 @@ } }, { - "id": "d84f92bb-9620-4d8f-81f0-a30678a04cfe", + "id": "10a5b5fb-920c-40e7-a1ab-55b95ccb31ac", "name": "Patch a SOD policy", "request": { "name": "Patch a SOD policy", @@ -207298,7 +207298,7 @@ }, "response": [ { - "id": "d028486b-5a9a-4afc-b7aa-8f08f905d4ed", + "id": "4dfdb26a-9215-4c49-8b4a-32de6203ad62", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -207355,7 +207355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2994a68-c2ff-4e9c-b2da-9ecae91b158a", + "id": "2d6b83c0-b039-4a37-8c63-8d699b8827f6", "name": "General Policy", "originalRequest": { "url": { @@ -207412,7 +207412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a5e8977-fd83-4703-b7ac-ef7af5ced70e", + "id": "b99af3b9-1f76-40f3-8711-c8a6642f51ac", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -207469,7 +207469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ad559d0-4c03-499f-be8d-6c2ea0dfa4c4", + "id": "b8efaa60-c03e-4182-aa06-a0d91e8a1d65", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -207526,7 +207526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af2105e1-447a-4943-9314-a6d359bbb455", + "id": "d931e2ea-603f-431d-9fec-3ad81cfc028f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -207583,7 +207583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47e774e9-72f5-4070-acb1-96d42f68b5d7", + "id": "8d5d803a-81cd-4090-9722-cfe08e4889c3", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -207640,7 +207640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11a9e40e-8a09-49fd-8d51-9975bc7f6d08", + "id": "ea8c9def-4d10-44ee-9854-dbc4bbfe1541", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -207697,7 +207697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f447a59-8e25-4beb-ac1f-a070f94e9f39", + "id": "3f1191df-90a8-4e1c-a894-51c73d2998db", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -207760,7 +207760,7 @@ } }, { - "id": "e6bea974-efc3-41b6-99cc-0fd4a7c57aa4", + "id": "55071500-7072-4ad0-bee7-2f791a72b20b", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -207802,7 +207802,7 @@ }, "response": [ { - "id": "2dc50042-e50e-4355-935b-29dd249839a3", + "id": "ce5d476c-916b-4a4e-859a-9a601bf017e0", "name": "SOD policy ID.", "originalRequest": { "url": { @@ -207847,7 +207847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fc9ecd0-03b5-4095-bb58-2411f7dba5b8", + "id": "ad1218a8-a2d2-41df-b5f7-8e5e4ee6aa35", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207892,7 +207892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1003eca-c130-40d1-a4a7-b7e43f9666f5", + "id": "3ce1dd27-68c2-4439-8594-7a3412baa3d9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207937,7 +207937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d865457-6ffa-45ca-bf73-a5b7a4f08285", + "id": "808e13bd-e6a0-41ae-8119-073511a1379b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207982,7 +207982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b56978d-f62d-4af2-b9b8-c231433e8878", + "id": "4f46d4ee-b99c-4b4e-b803-95f61138a389", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208027,7 +208027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd3e9569-c610-42cb-855d-5577ddc4125b", + "id": "f73ab307-9133-44df-801e-5cb2f2ae2026", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208078,7 +208078,7 @@ } }, { - "id": "8c59f1ca-eaa0-498e-a413-18238675f810", + "id": "318fb8eb-0d12-4e1c-bfa3-a54054449436", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -208133,7 +208133,7 @@ }, "response": [ { - "id": "8da5791f-e68f-4b54-bdd5-1cf39d9acf3a", + "id": "5a274564-5cee-42f7-8194-ae6cdc9f19e2", "name": "SOD policy by ID.", "originalRequest": { "url": { @@ -208191,7 +208191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df79b67c-fd19-4a90-9aba-0842e59738de", + "id": "e9747381-564c-4ec3-bdd8-6cbb298d364e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208249,7 +208249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca1ae6d7-5c68-4e41-a613-2ea2740d5a74", + "id": "13b6aaf9-b7b1-4391-853b-c29296fae45e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208307,7 +208307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79255746-87e2-427b-9977-ac2f220f8de6", + "id": "a8a86818-0464-4c33-a936-918230877d40", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208365,7 +208365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f175cef6-e887-4f12-b191-97a6d8900dc0", + "id": "2f052139-c5b3-4b15-be02-355fde784186", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208423,7 +208423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85486c71-7cd2-495f-85b3-225bb2486271", + "id": "31b0f021-af69-4505-ab0d-57efc35c6e27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208487,7 +208487,7 @@ } }, { - "id": "37674971-728b-4db5-bc1b-b6a93b6d553b", + "id": "3ca9d7f9-0d6a-4640-8145-94b391b40dce", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -208529,7 +208529,7 @@ }, "response": [ { - "id": "0b09d907-888e-4386-9c77-8cc6a71a0edc", + "id": "c73001dc-db72-4a42-94ae-cd3ed8bef9a8", "name": "No content.", "originalRequest": { "url": { @@ -208564,7 +208564,7 @@ "_postman_previewlanguage": "text" }, { - "id": "11eb526e-e4cd-471f-aa9c-c674d1d70338", + "id": "d67d6a91-6288-43a9-b747-442b721bcd23", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208609,7 +208609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a44169e6-13a3-4664-82d7-5071c793157e", + "id": "a2096981-8b7e-400b-97ac-f3ef6dbf8d4d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208654,7 +208654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be1c07ca-77ee-4821-a67b-bf683f8e9499", + "id": "318224aa-e515-40b0-a6c2-201c0561d6f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208699,7 +208699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c554f0b-a53e-4d86-845d-dfea93d661e2", + "id": "0dc557ff-368f-47df-8067-b161bc77066f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -208744,7 +208744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63f40605-d2d0-4fa4-809d-bf918a3a2a0c", + "id": "ceeb5ef4-efe8-4e2c-a7e3-8c80998770ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208789,7 +208789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e3f134-e468-4a97-993e-cedf3aa70b7e", + "id": "1a6d9d58-6891-4ea2-955b-5c0849777239", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208840,7 +208840,7 @@ } }, { - "id": "0a29313d-91bf-44cd-ac21-6c6dc206a5d0", + "id": "73d057fd-f24d-4ed3-ac76-e5df74b286ac", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -208883,7 +208883,7 @@ }, "response": [ { - "id": "e743aff0-df51-4c98-8a8c-193faa282a1a", + "id": "da1c306e-b4c1-4a33-adeb-7e554858fbc3", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -208929,7 +208929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21a64c59-ab10-414a-908b-ad4425dbdc14", + "id": "8d28ba44-3322-4d6c-828a-fd6058ca4557", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208975,7 +208975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52816a0b-d424-4edf-a18f-2e15a31bd8c5", + "id": "d45c6a39-1fde-476a-9658-660128ad836f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209021,7 +209021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aacc1a4e-0434-4f07-8d10-dd7efd4aa504", + "id": "e6be5209-6760-42c8-89b3-fb4474d7cc17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209067,7 +209067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4329f4c0-606d-4400-bad5-0bf1078f7d2e", + "id": "25b946ce-c09e-4604-9d3f-b58e3f738851", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209113,7 +209113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbfadb0c-ac3e-4ff6-a970-c910d7d93ba9", + "id": "bb4a300e-c8f3-4a43-9488-6a574885f635", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209159,7 +209159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dd410f7-5bd2-4ae8-a298-9f8b6c747f09", + "id": "870f5a2a-164e-4fdc-b1d4-9c6aa155e2d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209211,7 +209211,7 @@ } }, { - "id": "39def11c-46f4-4bcb-8d8a-9ca54978131c", + "id": "6ec04afb-26ca-4d04-b9d3-246a1545882b", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -209253,7 +209253,7 @@ }, "response": [ { - "id": "8a13d05a-a4b7-4941-8711-3f7b14c77e35", + "id": "47bae42b-74bf-4ab5-880e-d8384f833201", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -209298,7 +209298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b49d317-5bb5-41f3-bf02-eceb9558735d", + "id": "8502810c-c389-4ed0-ab31-129c3aaa0633", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209343,7 +209343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8e65bf6-467c-455f-ab4e-bbb7094c8663", + "id": "c3a3fbfe-c543-41b8-b66c-8a171ddd70a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209388,7 +209388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3ec2d63-0838-481c-a3e0-dc69854d6f0a", + "id": "245660f8-f3f9-4378-adf5-cb1b40e6f8ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209433,7 +209433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2823610-8816-481c-bf63-61d38b601634", + "id": "c90a3cf2-2b13-42c5-b35d-6fd340d3cfdb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209478,7 +209478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef3333d9-0bb5-4e2a-b302-011aa30ebdf4", + "id": "e301020e-6fd1-4cc6-8488-7ed80c33ccd8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209523,7 +209523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30396612-5dac-4551-bdae-b9a33bdc63c5", + "id": "9de31af5-cdea-4902-96cb-849440026d79", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209574,7 +209574,7 @@ } }, { - "id": "ae85bb74-8085-4f42-a7cf-fbfe74bc22c6", + "id": "7a1fff27-0392-4b29-a64a-e46771a6628d", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -209616,7 +209616,7 @@ }, "response": [ { - "id": "17559149-bcbf-4c9d-9a1b-3fde046d9e03", + "id": "7058bf10-1bdf-485b-ac4c-1d5e83a06b5c", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -209661,7 +209661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ca53de8-575f-47cf-92f3-0a5a5bc6e0e1", + "id": "07ed61b5-9635-4447-a19b-8e60d6292aef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209706,7 +209706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62e8dfd6-1429-42b9-b124-58f4beebca81", + "id": "b7af66cb-118c-4563-915b-1f7a98531770", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209751,7 +209751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49e969bd-6d84-4347-8611-6ef3e010a332", + "id": "e4c12b84-0c13-4775-8f77-cc0f624126a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209796,7 +209796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96af22b1-9ee2-4667-8b75-afe3e70a7b8a", + "id": "9e845ce0-14f7-4528-b925-4c06bc79af09", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209841,7 +209841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15af552d-5a81-4b11-9aba-6d9c790c0b06", + "id": "f09f299e-6b1b-4e48-8847-4101eb56cd65", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209886,7 +209886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "317159a9-56d0-4e4e-9baa-890256b16fbc", + "id": "027106f3-735c-43b9-bcc8-b06a3706a667", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209937,7 +209937,7 @@ } }, { - "id": "16088b48-7bca-49f5-bf63-8cd829e46ca6", + "id": "2e16cfa3-3c30-4977-b966-a74786a047bf", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -209980,7 +209980,7 @@ }, "response": [ { - "id": "48957342-e014-447e-92c0-46778c494b9e", + "id": "c4115528-4c00-43d6-9498-2af12668617e", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -210037,7 +210037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bab538a-2f74-46d5-b09b-5c25535e0654", + "id": "5038867a-bfb0-4d3e-861b-094b72b47175", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210094,7 +210094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15c04f0d-1d04-4b82-93a1-9aada4e387bf", + "id": "0429f43e-b535-4dfa-a435-19f4e449ccdc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210151,7 +210151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cee3972f-3360-4751-b141-067ad859328c", + "id": "646e5df8-eddd-4578-90d4-7966081639a8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210208,7 +210208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba548797-6f1f-45ca-a7a5-ac704a7d2257", + "id": "9cdf5946-1463-4479-b8f3-48d887409f9f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210265,7 +210265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f15d2ef-7dc7-41ca-94ab-54f9aff4a913", + "id": "4d6845ee-f059-45a0-ac01-ad03213018c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210328,7 +210328,7 @@ } }, { - "id": "a1a3a1cb-ea49-4398-9df4-4740f2ac83b2", + "id": "ab6b17ac-39a9-4a54-95ed-1b3de0cf4ffe", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -210357,7 +210357,7 @@ }, "response": [ { - "id": "ef0c6998-d0fa-472a-9d2a-f6b259aad412", + "id": "f10a27f1-5741-4d38-b348-a1251feab5a8", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -210400,7 +210400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "250adfeb-27c1-4bf6-af36-493a0145a63f", + "id": "be88e8cf-1360-4e25-b748-b69ebc19ee17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210443,7 +210443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "711ed21f-5714-466f-8081-eb7cee19135f", + "id": "f9f80a3b-83c4-4cb2-912f-bceab8b24db9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210486,7 +210486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eec0e9ab-b267-4879-8f3e-92a97c21f445", + "id": "32ecdb5a-15c4-4939-9d8f-9df374808e3c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210529,7 +210529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3006d1fb-7c23-4176-8c19-3d6ddf031859", + "id": "c16e0825-9e7f-4156-9348-b480d6ff4be8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210572,7 +210572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c45f32de-14b1-4b04-b6f5-e9b2591b28d5", + "id": "5b311296-eb2d-4211-ba62-f767a5846f4e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210621,7 +210621,7 @@ } }, { - "id": "098c01f0-54f7-43bc-8839-3ae3e0d46022", + "id": "05e135ba-6ef9-4a5c-9173-4423fd96f796", "name": "Download violation report", "request": { "name": "Download violation report", @@ -210663,7 +210663,7 @@ }, "response": [ { - "id": "be039ea7-1cf6-4dc8-bb45-d58ea1ea1d79", + "id": "a710a4aa-eed6-4e39-85a2-60c707c4a4b9", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -210703,12 +210703,12 @@ "value": "application/zip" } ], - "body": "sint es", + "body": "irure qui", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "8eca9a6b-12c0-4d4e-832b-d3e7e72fd36d", + "id": "98776a2a-984c-4760-b816-3e43527edc25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210753,7 +210753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84d8536e-fe63-46b8-a4ac-a932807985d1", + "id": "5f254e27-c91d-4630-aec8-2f0be8d210ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210798,7 +210798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bf1425f-fc55-4b45-9902-a532a8fd4c9d", + "id": "5c0af0df-3592-497c-891f-084a0b9c6c31", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210843,7 +210843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80c7216a-e4ed-4ccc-bff3-f18269d384a3", + "id": "e87f7082-5504-4df4-b477-c9487acf698b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -210888,7 +210888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bfb05d0-c2c2-4a69-b57c-edf380ee7beb", + "id": "55562691-3ae0-41e5-91a4-6af14bcaa1d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210933,7 +210933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "243f50de-de84-4f8a-9a16-98bd6eb3cea8", + "id": "0daee832-fd16-4736-8d64-da5031a24795", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210984,7 +210984,7 @@ } }, { - "id": "9b4d0e4a-1c2a-48c8-80dc-aee1523e5164", + "id": "deefdc7b-e52b-45a0-9daf-c5db9f6c4b20", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -211037,7 +211037,7 @@ }, "response": [ { - "id": "d27a535e-4217-40f8-b24d-4f351224f74c", + "id": "8484f3dc-79e3-4260-85d7-797f9709beaa", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -211078,12 +211078,12 @@ "value": "application/zip" } ], - "body": "sint es", + "body": "irure qui", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "4dd71720-ac3f-4dc0-9a0e-c512679fca0f", + "id": "fc548c84-ee24-496c-9a7a-726fe3ce2b90", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211129,7 +211129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9381e58-e117-499f-ad9d-e537cb79b7b0", + "id": "b2d5dae8-964c-4fd3-82f9-d13804a0886e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211175,7 +211175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7966b0fb-1f11-48c8-a67d-8a57a8fa1d4b", + "id": "6c9f532c-edac-4cf6-9092-58341cb0f5b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211221,7 +211221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33c465f0-530f-434e-8946-8436349182d1", + "id": "6b099c75-455a-4e17-9c5d-a262dd75a1ed", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -211267,7 +211267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d41d91b-305a-4433-a2f7-251c57f3509d", + "id": "33b31897-80d4-41b8-b8f0-7f4daa231edc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -211313,7 +211313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eddcd34-c87b-45e0-802a-dd230b9e19aa", + "id": "f54a0aa2-c544-4483-a7cc-b783d3b52b74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211445,7 +211445,7 @@ } ], "info": { - "_postman_id": "74d5317a-f796-4f7e-8f13-ecb1be9908e1", + "_postman_id": "b76511be-7017-4764-b4bd-8a7418c2365c", "name": "Identity Security Cloud 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 9f615d5..c670b12 100644 --- a/postman/collections/sailpoint-api-nerm.json +++ b/postman/collections/sailpoint-api-nerm.json @@ -5,7 +5,7 @@ "description": "", "item": [ { - "id": "c09c4468-f2b5-437a-a58a-39407b15fb43", + "id": "f9f9a466-5749-4d01-bd5f-a9a1c2b4b004", "name": "Create a new user", "request": { "name": "Create a new user", @@ -48,7 +48,7 @@ }, "response": [ { - "id": "5c375b5a-3460-4fc3-a879-a88b4db40d51", + "id": "f0689861-fbdd-489a-9fe1-ed36404f0e13", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -99,12 +99,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"748d549b-863f-4ecd-cc81-a438268edd45\",\n \"uid\": \"utin qui ut culpaaute commodo de\",\n \"name\": \"elit\",\n \"email\": \"5v-W4F7HOOS9@DhWybhsMXWJU.jy\",\n \"type\": \"NeprofileUser\",\n \"title\": \"laborum veniam in\",\n \"status\": \"Active\",\n \"login\": \"dolore irure elit est anim\",\n \"last_login\": \"1976-09-15T17:39:11.208Z\",\n \"cookies_accepted_at\": \"1966-04-17T11:20:28.327Z\",\n \"preferred_language\": \"exercitation non cillum\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"urn:uuid:2cf74ff8-00fc-83e8-fe04-478bd44ef274\",\n \"uid\": \"aliquip advoluptate irure Duis u\",\n \"name\": \"Excepteur eu\",\n \"email\": \"Ac3l5ufPLiKY@UUWC.kv\",\n \"type\": \"NeprofileUser\",\n \"title\": \"cillum Excepteur\",\n \"status\": \"Disabled\",\n \"login\": \"velit et ipsum deserunt\",\n \"last_login\": \"1992-08-31T04:08:53.930Z\",\n \"cookies_accepted_at\": \"1947-07-07T04:24:04.346Z\",\n \"preferred_language\": \"ad sint elit aute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "34902bbc-7721-479d-a6cf-8ab084ec540f", + "id": "c734bf42-8e71-4173-96d7-b4117c80f286", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -160,7 +160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcf83a55-034b-4654-bec0-e7aeba704e77", + "id": "68aece26-dbc2-46ca-9eca-ce6822761694", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -222,7 +222,7 @@ } }, { - "id": "801c4aef-cdf7-4656-841a-485133dc289f", + "id": "78b5db66-b3dc-4404-ab0f-9cfb2fcbc619", "name": "Get users", "request": { "name": "Get users", @@ -272,7 +272,7 @@ "type": "text/plain" }, "key": "name", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -281,7 +281,7 @@ "type": "text/plain" }, "key": "login", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -290,7 +290,7 @@ "type": "text/plain" }, "key": "title", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -299,7 +299,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Active" }, { "disabled": false, @@ -308,7 +308,7 @@ "type": "text/plain" }, "key": "email", - "value": "p6aUnW3tNb1L@XtQckRXrBMYTWJXCferUdadNctJNqMaWN.vd" + "value": "Au6k7hSfq@cTsEENrSshHfdYCIkQ.tv" }, { "disabled": false, @@ -334,7 +334,7 @@ }, "response": [ { - "id": "55340f7f-18b2-4196-bcd8-8844f51f7906", + "id": "7a6db0f4-00c3-48db-bfd2-9e26c0aec753", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -379,7 +379,7 @@ "type": "text/plain" }, "key": "name", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -388,7 +388,7 @@ "type": "text/plain" }, "key": "login", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -397,7 +397,7 @@ "type": "text/plain" }, "key": "title", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -406,7 +406,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Active" }, { "disabled": false, @@ -415,7 +415,7 @@ "type": "text/plain" }, "key": "email", - "value": "p6aUnW3tNb1L@XtQckRXrBMYTWJXCferUdadNctJNqMaWN.vd" + "value": "Au6k7hSfq@cTsEENrSshHfdYCIkQ.tv" }, { "disabled": false, @@ -454,12 +454,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"75cd82cd-a76e-1328-85dc-389ecc22e890\",\n \"uid\": \"ut adipisicing ea autenostrud al\",\n \"name\": \"exercitation\",\n \"email\": \"I3ikfy@VLkrtAOyda.tloi\",\n \"type\": \"NeprofileUser\",\n \"title\": \"quis sed occaecat sit magna\",\n \"status\": \"Active\",\n \"login\": \"aliquip\",\n \"last_login\": \"1980-12-17T10:38:49.596Z\",\n \"cookies_accepted_at\": \"1951-03-02T22:58:07.343Z\",\n \"preferred_language\": \"laborum \"\n },\n {\n \"id\": \"3cc37e24-472f-a1aa-0732-35b3c5bf8834\",\n \"uid\": \"consectetur laborum dolor qui ea\",\n \"name\": \"in dolor dolore elit\",\n \"email\": \"ECQXICa3@SMNiEoS.hin\",\n \"type\": \"NeprofileUser\",\n \"title\": \"adipisicing ut ea irure cupidatat\",\n \"status\": \"Active\",\n \"login\": \"mollit\",\n \"last_login\": \"1997-02-04T19:40:08.824Z\",\n \"cookies_accepted_at\": \"1998-05-04T11:16:26.533Z\",\n \"preferred_language\": \"labore enim\"\n }\n ],\n \"_metadata\": {\n \"limit\": 78770187,\n \"offset\": 39461691,\n \"total\": 62396369,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"e2115f03-047e-11a5-2ef9-c6dffd52c746\",\n \"uid\": \"iddolorexsint id euExcepteur exe\",\n \"name\": \"voluptate dolor aliquip sed\",\n \"email\": \"K5UzgNt@JfvwzBqQnezPtHqHR.rrwd\",\n \"type\": \"NeprofileUser\",\n \"title\": \"in mollit tempor\",\n \"status\": \"Disabled\",\n \"login\": \"ut dolor elit cupidatat minim\",\n \"last_login\": \"1992-07-04T18:59:49.669Z\",\n \"cookies_accepted_at\": \"1953-06-25T16:51:16.030Z\",\n \"preferred_language\": \"in Lorem\"\n },\n {\n \"id\": \"b11d2528-49b0-b59d-e6fd-f964fe82bb33\",\n \"uid\": \"ex est in etnostrud eufugiat mol\",\n \"name\": \"nisi ad e\",\n \"email\": \"dZl6lDJmttX@VHNkHetVCjciZYJQWKMaN.rjm\",\n \"type\": \"NeprofileUser\",\n \"title\": \"ea\",\n \"status\": \"Active\",\n \"login\": \"in non dolore aliquip et\",\n \"last_login\": \"2001-03-13T05:16:30.120Z\",\n \"cookies_accepted_at\": \"1982-11-26T23:29:38.742Z\",\n \"preferred_language\": \"enim qui aliqua nisi\"\n }\n ],\n \"_metadata\": {\n \"limit\": -14022682,\n \"offset\": 74159393,\n \"total\": -403096,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6f3f89c0-a1f9-4cb0-8f10-2ead464aee85", + "id": "105920d3-07f7-4017-bb36-2443916232cd", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -504,7 +504,7 @@ "type": "text/plain" }, "key": "name", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -513,7 +513,7 @@ "type": "text/plain" }, "key": "login", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -522,7 +522,7 @@ "type": "text/plain" }, "key": "title", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -531,7 +531,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Active" }, { "disabled": false, @@ -540,7 +540,7 @@ "type": "text/plain" }, "key": "email", - "value": "p6aUnW3tNb1L@XtQckRXrBMYTWJXCferUdadNctJNqMaWN.vd" + "value": "Au6k7hSfq@cTsEENrSshHfdYCIkQ.tv" }, { "disabled": false, @@ -584,7 +584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef0e45a5-0427-4f04-ac2d-9ce3d0fb2e2f", + "id": "e7e9a76f-6cab-4535-9840-bf5a2f265ba5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -629,7 +629,7 @@ "type": "text/plain" }, "key": "name", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -638,7 +638,7 @@ "type": "text/plain" }, "key": "login", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -647,7 +647,7 @@ "type": "text/plain" }, "key": "title", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -656,7 +656,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Active" }, { "disabled": false, @@ -665,7 +665,7 @@ "type": "text/plain" }, "key": "email", - "value": "p6aUnW3tNb1L@XtQckRXrBMYTWJXCferUdadNctJNqMaWN.vd" + "value": "Au6k7hSfq@cTsEENrSshHfdYCIkQ.tv" }, { "disabled": false, @@ -715,7 +715,7 @@ } }, { - "id": "1b5d9c49-74db-4c33-ab79-05c473f97128", + "id": "4ac6d5e4-59ea-4d3e-b5f7-9dd8843b1a09", "name": "Create multiple new users", "request": { "name": "Create multiple new users", @@ -758,7 +758,7 @@ }, "response": [ { - "id": "b55d5a61-24be-4083-96b2-48abcf97ae66", + "id": "39d032f6-de88-4944-87e6-5492a500b8ef", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -809,12 +809,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"c9a2c5c9-0126-9b7f-6f09-ccbf368e290c\",\n \"uid\": \"nostrud eu dolorvoluptate nostru\",\n \"name\": \"ut et dolor si\",\n \"email\": \"eHst917JP7c@BGbednagdFCvTNEvQfqNXt.ytom\",\n \"type\": \"NeprofileUser\",\n \"title\": \"officia laboris sed\",\n \"status\": \"Disabled\",\n \"login\": \"in aute sit occaecat\",\n \"last_login\": \"1957-01-11T03:15:48.060Z\",\n \"cookies_accepted_at\": \"1974-05-03T14:21:07.237Z\",\n \"preferred_language\": \"mollit fugiat reprehenderit\"\n },\n {\n \"id\": \"65fef144-56f7-7019-6f8a-e182bf1a175b\",\n \"uid\": \"adipisicing Loremmagnatempor adi\",\n \"name\": \"do proident sit\",\n \"email\": \"8Pxz6UPgXQ9f@SJNnWhHwtRwWiPAVCJRbnVNILzl.jxal\",\n \"type\": \"NeprofileUser\",\n \"title\": \"ut culpa qui dolore\",\n \"status\": \"Disabled\",\n \"login\": \"consectetur in dolore id adipisicing\",\n \"last_login\": \"1945-02-21T10:18:19.645Z\",\n \"cookies_accepted_at\": \"1997-11-11T09:04:38.341Z\",\n \"preferred_language\": \"elit\"\n }\n ]\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:dd401d93-a7b0-b4ad-343d-05d8f46e6612\",\n \"uid\": \"amet enim fugiat veniamlaborum a\",\n \"name\": \"elit proident\",\n \"email\": \"EWLQBTS96x57qBS@Xtb.jhy\",\n \"type\": \"NeprofileUser\",\n \"title\": \"veniam Duis sed\",\n \"status\": \"Active\",\n \"login\": \"Duis id ea\",\n \"last_login\": \"1964-10-03T11:44:20.863Z\",\n \"cookies_accepted_at\": \"2010-02-01T03:46:51.711Z\",\n \"preferred_language\": \"culpa occaecat\"\n },\n {\n \"id\": \"6bc51da9-fce9-726c-f171-d160a016f4f9\",\n \"uid\": \"enim doloreea deserunt consectet\",\n \"name\": \"et nulla\",\n \"email\": \"ol3pbzTXy@SryYtOTbj.zg\",\n \"type\": \"NeprofileUser\",\n \"title\": \"exercitation mollit e\",\n \"status\": \"Active\",\n \"login\": \"nostrud irure\",\n \"last_login\": \"1950-05-21T21:03:05.811Z\",\n \"cookies_accepted_at\": \"1998-06-07T21:10:56.068Z\",\n \"preferred_language\": \"sed\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f42cbf66-d0f5-4738-ab42-e5a2936ae39a", + "id": "700a4ac8-a057-4768-a7d5-c2c2fc7decd1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -870,7 +870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d68132cc-e503-4f22-b75f-db49d0c1ea97", + "id": "a59abd51-c96c-4490-89f2-e2333f66d3ba", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -932,7 +932,7 @@ } }, { - "id": "3f203e2c-eabe-470c-ac00-88fe5a595ebd", + "id": "0bb9cf46-832c-4b5e-aaeb-48ac2b412926", "name": "Update multiple users", "request": { "name": "Update multiple users", @@ -975,7 +975,7 @@ }, "response": [ { - "id": "66ecfede-f1fe-4c14-90b5-c592320e4156", + "id": "433138b8-1f0b-4c47-9b8b-37226d41e671", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1026,12 +1026,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"c9a2c5c9-0126-9b7f-6f09-ccbf368e290c\",\n \"uid\": \"nostrud eu dolorvoluptate nostru\",\n \"name\": \"ut et dolor si\",\n \"email\": \"eHst917JP7c@BGbednagdFCvTNEvQfqNXt.ytom\",\n \"type\": \"NeprofileUser\",\n \"title\": \"officia laboris sed\",\n \"status\": \"Disabled\",\n \"login\": \"in aute sit occaecat\",\n \"last_login\": \"1957-01-11T03:15:48.060Z\",\n \"cookies_accepted_at\": \"1974-05-03T14:21:07.237Z\",\n \"preferred_language\": \"mollit fugiat reprehenderit\"\n },\n {\n \"id\": \"65fef144-56f7-7019-6f8a-e182bf1a175b\",\n \"uid\": \"adipisicing Loremmagnatempor adi\",\n \"name\": \"do proident sit\",\n \"email\": \"8Pxz6UPgXQ9f@SJNnWhHwtRwWiPAVCJRbnVNILzl.jxal\",\n \"type\": \"NeprofileUser\",\n \"title\": \"ut culpa qui dolore\",\n \"status\": \"Disabled\",\n \"login\": \"consectetur in dolore id adipisicing\",\n \"last_login\": \"1945-02-21T10:18:19.645Z\",\n \"cookies_accepted_at\": \"1997-11-11T09:04:38.341Z\",\n \"preferred_language\": \"elit\"\n }\n ]\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:dd401d93-a7b0-b4ad-343d-05d8f46e6612\",\n \"uid\": \"amet enim fugiat veniamlaborum a\",\n \"name\": \"elit proident\",\n \"email\": \"EWLQBTS96x57qBS@Xtb.jhy\",\n \"type\": \"NeprofileUser\",\n \"title\": \"veniam Duis sed\",\n \"status\": \"Active\",\n \"login\": \"Duis id ea\",\n \"last_login\": \"1964-10-03T11:44:20.863Z\",\n \"cookies_accepted_at\": \"2010-02-01T03:46:51.711Z\",\n \"preferred_language\": \"culpa occaecat\"\n },\n {\n \"id\": \"6bc51da9-fce9-726c-f171-d160a016f4f9\",\n \"uid\": \"enim doloreea deserunt consectet\",\n \"name\": \"et nulla\",\n \"email\": \"ol3pbzTXy@SryYtOTbj.zg\",\n \"type\": \"NeprofileUser\",\n \"title\": \"exercitation mollit e\",\n \"status\": \"Active\",\n \"login\": \"nostrud irure\",\n \"last_login\": \"1950-05-21T21:03:05.811Z\",\n \"cookies_accepted_at\": \"1998-06-07T21:10:56.068Z\",\n \"preferred_language\": \"sed\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1fd3cef2-47a2-4ca9-98e7-90e65f8cc1b7", + "id": "9e378bc4-ea43-46e9-b87e-79176a55e796", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1087,7 +1087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1cbd2c9-76ba-4ea2-ba1b-023270df9b6f", + "id": "001ed6aa-f30c-4c8b-8de4-f587bc56adfe", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1149,7 +1149,7 @@ } }, { - "id": "f76b9fff-9d01-470c-bc1f-9b1927c69672", + "id": "e08e69bd-027d-4f18-89dc-6f1b628ddd12", "name": "Find user by id", "request": { "name": "Find user by id", @@ -1191,7 +1191,7 @@ }, "response": [ { - "id": "f5a132be-a8e9-4cbb-ab1a-353c5f88651b", + "id": "85824662-cb9b-4892-aa2a-bac34b869f13", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1230,12 +1230,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"748d549b-863f-4ecd-cc81-a438268edd45\",\n \"uid\": \"utin qui ut culpaaute commodo de\",\n \"name\": \"elit\",\n \"email\": \"5v-W4F7HOOS9@DhWybhsMXWJU.jy\",\n \"type\": \"NeprofileUser\",\n \"title\": \"laborum veniam in\",\n \"status\": \"Active\",\n \"login\": \"dolore irure elit est anim\",\n \"last_login\": \"1976-09-15T17:39:11.208Z\",\n \"cookies_accepted_at\": \"1966-04-17T11:20:28.327Z\",\n \"preferred_language\": \"exercitation non cillum\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"urn:uuid:2cf74ff8-00fc-83e8-fe04-478bd44ef274\",\n \"uid\": \"aliquip advoluptate irure Duis u\",\n \"name\": \"Excepteur eu\",\n \"email\": \"Ac3l5ufPLiKY@UUWC.kv\",\n \"type\": \"NeprofileUser\",\n \"title\": \"cillum Excepteur\",\n \"status\": \"Disabled\",\n \"login\": \"velit et ipsum deserunt\",\n \"last_login\": \"1992-08-31T04:08:53.930Z\",\n \"cookies_accepted_at\": \"1947-07-07T04:24:04.346Z\",\n \"preferred_language\": \"ad sint elit aute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9531a94a-2aca-48ed-b475-181c299b16d0", + "id": "b1fa7bea-e6a0-4545-a07e-6718ed58896d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1279,7 +1279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b066e19-f541-404a-adcf-b408e03009ac", + "id": "45106ab6-8e37-4f74-bd8c-7011a3ade3ec", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1329,7 +1329,7 @@ } }, { - "id": "19174ea0-c6af-437e-b6c2-042f75bb3d54", + "id": "eacb861b-8d5b-4899-ae1c-fe1f96ae612d", "name": "Update a user by id", "request": { "name": "Update a user by id", @@ -1384,7 +1384,7 @@ }, "response": [ { - "id": "97872e0d-0ca0-4362-9c94-2398eef5f312", + "id": "60ec21e5-e327-4fba-a6aa-9c925bf38cbf", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1436,12 +1436,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"748d549b-863f-4ecd-cc81-a438268edd45\",\n \"uid\": \"utin qui ut culpaaute commodo de\",\n \"name\": \"elit\",\n \"email\": \"5v-W4F7HOOS9@DhWybhsMXWJU.jy\",\n \"type\": \"NeprofileUser\",\n \"title\": \"laborum veniam in\",\n \"status\": \"Active\",\n \"login\": \"dolore irure elit est anim\",\n \"last_login\": \"1976-09-15T17:39:11.208Z\",\n \"cookies_accepted_at\": \"1966-04-17T11:20:28.327Z\",\n \"preferred_language\": \"exercitation non cillum\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"urn:uuid:2cf74ff8-00fc-83e8-fe04-478bd44ef274\",\n \"uid\": \"aliquip advoluptate irure Duis u\",\n \"name\": \"Excepteur eu\",\n \"email\": \"Ac3l5ufPLiKY@UUWC.kv\",\n \"type\": \"NeprofileUser\",\n \"title\": \"cillum Excepteur\",\n \"status\": \"Disabled\",\n \"login\": \"velit et ipsum deserunt\",\n \"last_login\": \"1992-08-31T04:08:53.930Z\",\n \"cookies_accepted_at\": \"1947-07-07T04:24:04.346Z\",\n \"preferred_language\": \"ad sint elit aute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "34f0be89-82bb-4f7d-913b-b7fda0684a74", + "id": "805edf0c-1b5b-4b60-98a4-e1e38c7227c6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1498,7 +1498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6913a44-f497-434e-943d-0992c2adbe68", + "id": "42dfb677-8c15-4041-a2cb-e1899df3156c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1561,7 +1561,7 @@ } }, { - "id": "829164de-0d06-4d2d-b5f8-471b5043b6e5", + "id": "e6b09627-4753-4a43-b032-f3f0aa6f6f47", "name": "Delete a user", "request": { "name": "Delete a user", @@ -1603,7 +1603,7 @@ }, "response": [ { - "id": "b2a1d197-d6d1-404c-b839-5800ac66dc41", + "id": "ef57cd6f-b293-412e-bcfa-42ef05060bfd", "name": "Info about the operation", "originalRequest": { "url": { @@ -1647,7 +1647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2713ebe5-a8b2-47dd-bd8d-a4ec9f94b72e", + "id": "6cea8001-8211-4f25-afb4-fcf66bb5a567", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1691,7 +1691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "729c5aca-33e4-4564-bb5b-4afd77baee05", + "id": "f043bb37-fdc8-4ba4-a187-fa49c05ccda1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1741,7 +1741,7 @@ } }, { - "id": "cb710c48-e24b-402a-b922-4523581a809c", + "id": "31f026f0-0af2-482b-b749-a44a6162513e", "name": "Retrieves the URL of the user avatar", "request": { "name": "Retrieves the URL of the user avatar", @@ -1784,7 +1784,7 @@ }, "response": [ { - "id": "158ce885-4411-4c78-b568-1019f53eaa54", + "id": "69193668-d44c-4c3f-ab8b-ee771f50d962", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1824,12 +1824,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"labore sunt ad amet\"\n}", + "body": "{\n \"url\": \"dolor proident consequat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7deb5e0e-2eb4-4c1e-91b1-bc40eff5da8c", + "id": "738f7e12-2a15-4861-b8a2-f0e0878131f1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1874,7 +1874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ced7501-4334-474b-9be8-4af402cc2f29", + "id": "e323b969-b323-4ee9-9769-5bfc55fb3a55", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1925,7 +1925,7 @@ } }, { - "id": "34fd2e94-82a8-4c94-bed9-2e09c0d28791", + "id": "396ac297-e41b-4b5b-bbc8-daa75e9f8be4", "name": "Uploads a new user avatar", "request": { "name": "Uploads a new user avatar", @@ -1976,7 +1976,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -1985,7 +1985,7 @@ }, "response": [ { - "id": "d7fe9420-5750-4359-886b-8bc370f1f07f", + "id": "0b623c24-bcbd-40c8-9d53-5a355d2c111d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2028,7 +2028,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -2042,12 +2042,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"labore sunt ad amet\"\n}", + "body": "{\n \"url\": \"dolor proident consequat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fe1df2e7-2f1b-4ece-9945-b4df28bfcdc0", + "id": "977063da-631a-4975-bdc1-70bf5ec6627b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2090,7 +2090,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -2109,7 +2109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4977185-4403-4568-8d8d-e1842fe8eaa9", + "id": "932adab1-4d3e-47b0-b116-ed2006b12fd2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2152,7 +2152,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -2183,7 +2183,7 @@ "description": "", "item": [ { - "id": "c48bd78b-9cd6-4af0-8b7b-2e1863b80727", + "id": "40fe38eb-668d-4b81-9df1-b50a54b4d897", "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\": \"urn:uuid:589e3ffb-cb02-4d6c-39c1-d2f041f0d230\",\n \"manager_id\": \"urn:uuid:529d43ea-6c8f-d353-3c45-6eb4d12dbe29\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3def3c92-e473-d5d7-c60a-d19beaf9934f\",\n \"manager_id\": \"urn:uuid:4c376817-63fd-dcaa-a397-d7d0ca4f6445\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2226,7 +2226,7 @@ }, "response": [ { - "id": "71ed7419-2a34-4fd3-956f-78b34f897874", + "id": "0d7ca274-4ba5-46ff-81cd-2b5dd45fdccf", "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\": \"urn:uuid:589e3ffb-cb02-4d6c-39c1-d2f041f0d230\",\n \"manager_id\": \"urn:uuid:529d43ea-6c8f-d353-3c45-6eb4d12dbe29\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3def3c92-e473-d5d7-c60a-d19beaf9934f\",\n \"manager_id\": \"urn:uuid:4c376817-63fd-dcaa-a397-d7d0ca4f6445\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2277,12 +2277,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"d0687abc-e45d-9cd7-d541-88d8d3eb68f3\",\n \"uid\": \"sed eu voluptateenim et laborumq\",\n \"user_id\": \"urn:uuid:9513bce5-fc98-796f-6273-92e0fe805d7c\",\n \"manager_id\": \"urn:uuid:7df1e564-bf4b-5db8-b515-eec46f4fc742\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:096113df-2975-1575-7922-14a6d799c25a\",\n \"uid\": \"enim cupidatatveniam fugiatparia\",\n \"user_id\": \"urn:uuid:d5167034-afc8-6387-6b15-a34404e847b7\",\n \"manager_id\": \"057dc7a4-76a0-0e52-f31f-0501ec5de9ed\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "51fdafe0-234a-49a5-8090-69f13bc49938", + "id": "75b3e714-160b-4c70-a626-d632316692fe", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2316,7 +2316,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:589e3ffb-cb02-4d6c-39c1-d2f041f0d230\",\n \"manager_id\": \"urn:uuid:529d43ea-6c8f-d353-3c45-6eb4d12dbe29\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3def3c92-e473-d5d7-c60a-d19beaf9934f\",\n \"manager_id\": \"urn:uuid:4c376817-63fd-dcaa-a397-d7d0ca4f6445\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2338,7 +2338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63029c23-60c8-40f0-ab60-6b42973a7223", + "id": "6ec8a4e5-eebd-4ff5-8021-80d5a2da51e7", "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\": \"urn:uuid:589e3ffb-cb02-4d6c-39c1-d2f041f0d230\",\n \"manager_id\": \"urn:uuid:529d43ea-6c8f-d353-3c45-6eb4d12dbe29\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3def3c92-e473-d5d7-c60a-d19beaf9934f\",\n \"manager_id\": \"urn:uuid:4c376817-63fd-dcaa-a397-d7d0ca4f6445\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2400,7 +2400,7 @@ } }, { - "id": "3659cda5-f00c-45aa-a181-330ba68029fb", + "id": "8bb45039-b4f4-4ba6-873b-b44031f06cb6", "name": "Get user-manager relationships", "request": { "name": "Get user-manager relationships", @@ -2459,7 +2459,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -2485,7 +2485,7 @@ }, "response": [ { - "id": "2d108acb-3479-4fac-a36a-71c57cf45053", + "id": "6495a054-c1cd-47c2-8e3f-cb5dce1d24aa", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2539,7 +2539,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -2578,12 +2578,12 @@ "value": "application/json" } ], - "body": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:8bf4b224-2245-d963-18c4-3aac16bfab1b\",\n \"uid\": \"qui quisqui incididuntin magna d\",\n \"user_id\": \"82a597f7-e3e1-5bdb-0eeb-c798e3040717\",\n \"manager_id\": \"576ed996-7939-60e0-b36a-148cb09bc59c\"\n },\n {\n \"id\": \"urn:uuid:971b26c5-264c-729b-f8b4-7a4f4eb70841\",\n \"uid\": \"enimut incididunt consequatoffic\",\n \"user_id\": \"eac6f683-7345-16c1-78b4-1698c5b9ab83\",\n \"manager_id\": \"82d51bbc-5009-f713-d77d-b77197ace346\"\n }\n ],\n \"_metadata\": {\n \"limit\": -89892471,\n \"offset\": -50228638,\n \"total\": 61014677,\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:0bde54b6-c699-707e-eeea-27cf8a7aa5e2\",\n \"uid\": \"mollit idlaboris dolorenim sunt \",\n \"user_id\": \"6e30798d-abdf-9c32-3d46-b1bc8d01f9ab\",\n \"manager_id\": \"urn:uuid:ab931470-6690-70bc-ea33-3495654ffbd4\"\n },\n {\n \"id\": \"urn:uuid:2a045ad1-0465-119a-a1b6-53b3d8999f27\",\n \"uid\": \"non doUt laborum dolor aliquipel\",\n \"user_id\": \"a7a13928-af51-056b-81a0-980cf745cda6\",\n \"manager_id\": \"urn:uuid:c563d0d0-a8f6-a954-fca2-26cae43c35b5\"\n }\n ],\n \"_metadata\": {\n \"limit\": -350311,\n \"offset\": -68854995,\n \"total\": -27042116,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "726464eb-74aa-4577-92dc-33c4f3a555e4", + "id": "0da741e1-7d0b-49ff-9777-5cf3ed3ab0a5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2637,7 +2637,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -2681,7 +2681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21d702a3-1e89-4284-b154-350049259d1f", + "id": "cddd510b-ab04-4d89-9654-337e38c74a5f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2735,7 +2735,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -2785,7 +2785,7 @@ } }, { - "id": "e5614f60-a982-4a9d-b4b2-db94e0995126", + "id": "a61260f4-6fb6-430d-99c3-a149940adfc1", "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\": \"urn:uuid:767723b3-def5-5f23-a70f-95caf8ef0a2b\",\n \"manager_id\": \"urn:uuid:1ef483a6-56aa-c55e-df0c-98d91a52af40\"\n },\n {\n \"user_id\": \"85af12a9-5263-4075-879d-d58e2b476256\",\n \"manager_id\": \"f5a549d9-3e57-a1e9-98c2-89e265d4e384\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:44e1efa7-26ca-6351-e549-5e49a5249751\",\n \"manager_id\": \"urn:uuid:b0dd8857-c99e-c869-4f0f-106aae71281f\"\n },\n {\n \"user_id\": \"urn:uuid:f89b9161-7da1-0751-20f1-a1473e59e849\",\n \"manager_id\": \"urn:uuid:51d823c5-526a-4d97-2736-f693cedf8583\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2828,7 +2828,7 @@ }, "response": [ { - "id": "d5688992-c64e-4561-aa86-347317bae396", + "id": "30d70d3c-6634-4c17-a2a0-aa7653317eec", "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\": \"urn:uuid:767723b3-def5-5f23-a70f-95caf8ef0a2b\",\n \"manager_id\": \"urn:uuid:1ef483a6-56aa-c55e-df0c-98d91a52af40\"\n },\n {\n \"user_id\": \"85af12a9-5263-4075-879d-d58e2b476256\",\n \"manager_id\": \"f5a549d9-3e57-a1e9-98c2-89e265d4e384\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:44e1efa7-26ca-6351-e549-5e49a5249751\",\n \"manager_id\": \"urn:uuid:b0dd8857-c99e-c869-4f0f-106aae71281f\"\n },\n {\n \"user_id\": \"urn:uuid:f89b9161-7da1-0751-20f1-a1473e59e849\",\n \"manager_id\": \"urn:uuid:51d823c5-526a-4d97-2736-f693cedf8583\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2884,7 +2884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "077e5641-625b-434d-b8b9-775246a0b932", + "id": "b70ca5d5-e7d3-456d-b8a3-ef19ce318fc3", "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\": \"urn:uuid:767723b3-def5-5f23-a70f-95caf8ef0a2b\",\n \"manager_id\": \"urn:uuid:1ef483a6-56aa-c55e-df0c-98d91a52af40\"\n },\n {\n \"user_id\": \"85af12a9-5263-4075-879d-d58e2b476256\",\n \"manager_id\": \"f5a549d9-3e57-a1e9-98c2-89e265d4e384\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:44e1efa7-26ca-6351-e549-5e49a5249751\",\n \"manager_id\": \"urn:uuid:b0dd8857-c99e-c869-4f0f-106aae71281f\"\n },\n {\n \"user_id\": \"urn:uuid:f89b9161-7da1-0751-20f1-a1473e59e849\",\n \"manager_id\": \"urn:uuid:51d823c5-526a-4d97-2736-f693cedf8583\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2940,7 +2940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d353f2b-2221-4b97-a7c7-33d7d9020a40", + "id": "2fe3ac22-69ef-43ff-9c7f-1df1454c8aa0", "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\": \"urn:uuid:767723b3-def5-5f23-a70f-95caf8ef0a2b\",\n \"manager_id\": \"urn:uuid:1ef483a6-56aa-c55e-df0c-98d91a52af40\"\n },\n {\n \"user_id\": \"85af12a9-5263-4075-879d-d58e2b476256\",\n \"manager_id\": \"f5a549d9-3e57-a1e9-98c2-89e265d4e384\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:44e1efa7-26ca-6351-e549-5e49a5249751\",\n \"manager_id\": \"urn:uuid:b0dd8857-c99e-c869-4f0f-106aae71281f\"\n },\n {\n \"user_id\": \"urn:uuid:f89b9161-7da1-0751-20f1-a1473e59e849\",\n \"manager_id\": \"urn:uuid:51d823c5-526a-4d97-2736-f693cedf8583\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3002,7 +3002,7 @@ } }, { - "id": "7c543520-014c-43d4-9a65-0d15172d55b1", + "id": "de5d4e7b-9f86-4c64-ac4c-bf07a9149b11", "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:335836fc-4b8b-9d06-7db5-a8c115004c41\",\n \"user_id\": \"urn:uuid:fc4ba0b0-a478-2080-eea2-c9ca46edbc79\",\n \"manager_id\": \"urn:uuid:e810ad29-782c-fe92-9dee-39ca80fb5be3\"\n },\n {\n \"id\": \"c3152806-dc7b-b5e9-c47b-b8f65108d315\",\n \"user_id\": \"10a77a8b-f158-29ec-e072-fc105d81d23a\",\n \"manager_id\": \"urn:uuid:b92bb29e-be48-2420-6bbf-066ccb64b649\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:3a65dc34-86e4-4efe-5880-e8b64c3cf5c0\",\n \"user_id\": \"10b84db1-eb92-9b05-cec6-e2c44b82be3e\",\n \"manager_id\": \"51967fae-b65f-3e72-ccf8-bcc9d47018d2\"\n },\n {\n \"id\": \"4c561692-ba29-27a4-6d90-20ef3a0c9850\",\n \"user_id\": \"d9c1b920-11ec-b949-71d3-ed80a6d0ec59\",\n \"manager_id\": \"c1d0aca9-f0de-6b1c-7a00-58d50d9a5908\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3045,7 +3045,7 @@ }, "response": [ { - "id": "6229e7fe-9b23-4ede-afa0-48cfd4a750e7", + "id": "43cbe03d-733d-464f-9b02-fd0a15169807", "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:335836fc-4b8b-9d06-7db5-a8c115004c41\",\n \"user_id\": \"urn:uuid:fc4ba0b0-a478-2080-eea2-c9ca46edbc79\",\n \"manager_id\": \"urn:uuid:e810ad29-782c-fe92-9dee-39ca80fb5be3\"\n },\n {\n \"id\": \"c3152806-dc7b-b5e9-c47b-b8f65108d315\",\n \"user_id\": \"10a77a8b-f158-29ec-e072-fc105d81d23a\",\n \"manager_id\": \"urn:uuid:b92bb29e-be48-2420-6bbf-066ccb64b649\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:3a65dc34-86e4-4efe-5880-e8b64c3cf5c0\",\n \"user_id\": \"10b84db1-eb92-9b05-cec6-e2c44b82be3e\",\n \"manager_id\": \"51967fae-b65f-3e72-ccf8-bcc9d47018d2\"\n },\n {\n \"id\": \"4c561692-ba29-27a4-6d90-20ef3a0c9850\",\n \"user_id\": \"d9c1b920-11ec-b949-71d3-ed80a6d0ec59\",\n \"manager_id\": \"c1d0aca9-f0de-6b1c-7a00-58d50d9a5908\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3101,7 +3101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5fb12c8-d49e-4358-8af7-d51dfc6ec6e7", + "id": "f0c33cea-00b8-4963-9a11-d12839d51174", "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:335836fc-4b8b-9d06-7db5-a8c115004c41\",\n \"user_id\": \"urn:uuid:fc4ba0b0-a478-2080-eea2-c9ca46edbc79\",\n \"manager_id\": \"urn:uuid:e810ad29-782c-fe92-9dee-39ca80fb5be3\"\n },\n {\n \"id\": \"c3152806-dc7b-b5e9-c47b-b8f65108d315\",\n \"user_id\": \"10a77a8b-f158-29ec-e072-fc105d81d23a\",\n \"manager_id\": \"urn:uuid:b92bb29e-be48-2420-6bbf-066ccb64b649\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:3a65dc34-86e4-4efe-5880-e8b64c3cf5c0\",\n \"user_id\": \"10b84db1-eb92-9b05-cec6-e2c44b82be3e\",\n \"manager_id\": \"51967fae-b65f-3e72-ccf8-bcc9d47018d2\"\n },\n {\n \"id\": \"4c561692-ba29-27a4-6d90-20ef3a0c9850\",\n \"user_id\": \"d9c1b920-11ec-b949-71d3-ed80a6d0ec59\",\n \"manager_id\": \"c1d0aca9-f0de-6b1c-7a00-58d50d9a5908\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3157,7 +3157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b794f103-1a53-4324-98ce-3922b2e31a41", + "id": "a2e95584-826d-4cac-9303-5118f952342a", "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:335836fc-4b8b-9d06-7db5-a8c115004c41\",\n \"user_id\": \"urn:uuid:fc4ba0b0-a478-2080-eea2-c9ca46edbc79\",\n \"manager_id\": \"urn:uuid:e810ad29-782c-fe92-9dee-39ca80fb5be3\"\n },\n {\n \"id\": \"c3152806-dc7b-b5e9-c47b-b8f65108d315\",\n \"user_id\": \"10a77a8b-f158-29ec-e072-fc105d81d23a\",\n \"manager_id\": \"urn:uuid:b92bb29e-be48-2420-6bbf-066ccb64b649\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:3a65dc34-86e4-4efe-5880-e8b64c3cf5c0\",\n \"user_id\": \"10b84db1-eb92-9b05-cec6-e2c44b82be3e\",\n \"manager_id\": \"51967fae-b65f-3e72-ccf8-bcc9d47018d2\"\n },\n {\n \"id\": \"4c561692-ba29-27a4-6d90-20ef3a0c9850\",\n \"user_id\": \"d9c1b920-11ec-b949-71d3-ed80a6d0ec59\",\n \"manager_id\": \"c1d0aca9-f0de-6b1c-7a00-58d50d9a5908\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3219,7 +3219,7 @@ } }, { - "id": "fece43a7-0341-470f-b55c-fc40642dcb6f", + "id": "4ffa502e-5878-46aa-b5a1-aad25f6589d3", "name": "Find user-manager relationship by id", "request": { "name": "Find user-manager relationship by id", @@ -3261,7 +3261,7 @@ }, "response": [ { - "id": "dd436141-f1c4-41dd-a03a-8f55ae155c42", + "id": "fcf272d7-92e5-4614-8bf3-986f15221e8d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3300,12 +3300,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"d0687abc-e45d-9cd7-d541-88d8d3eb68f3\",\n \"uid\": \"sed eu voluptateenim et laborumq\",\n \"user_id\": \"urn:uuid:9513bce5-fc98-796f-6273-92e0fe805d7c\",\n \"manager_id\": \"urn:uuid:7df1e564-bf4b-5db8-b515-eec46f4fc742\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:096113df-2975-1575-7922-14a6d799c25a\",\n \"uid\": \"enim cupidatatveniam fugiatparia\",\n \"user_id\": \"urn:uuid:d5167034-afc8-6387-6b15-a34404e847b7\",\n \"manager_id\": \"057dc7a4-76a0-0e52-f31f-0501ec5de9ed\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "48adf363-cc0d-42aa-8553-3885fbbc3e38", + "id": "820389fa-affa-4acc-9cc2-c9789c801b17", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3349,7 +3349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1905c1d5-e927-4bf2-b3e3-8f6fd31deac7", + "id": "3696b42f-c776-4b88-9800-1168cd590c9f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3399,7 +3399,7 @@ } }, { - "id": "a18f5b18-665a-47bc-a20b-bb2dfaaa68ba", + "id": "929fdd93-8f85-4bef-81b9-ba3dac58b1a2", "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\": \"urn:uuid:589e3ffb-cb02-4d6c-39c1-d2f041f0d230\",\n \"manager_id\": \"urn:uuid:529d43ea-6c8f-d353-3c45-6eb4d12dbe29\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3def3c92-e473-d5d7-c60a-d19beaf9934f\",\n \"manager_id\": \"urn:uuid:4c376817-63fd-dcaa-a397-d7d0ca4f6445\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3454,7 +3454,7 @@ }, "response": [ { - "id": "d9f95201-71aa-415e-b1fb-2b5b24987e6b", + "id": "c75e07f8-7675-426a-89ab-b4735508da97", "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\": \"urn:uuid:589e3ffb-cb02-4d6c-39c1-d2f041f0d230\",\n \"manager_id\": \"urn:uuid:529d43ea-6c8f-d353-3c45-6eb4d12dbe29\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3def3c92-e473-d5d7-c60a-d19beaf9934f\",\n \"manager_id\": \"urn:uuid:4c376817-63fd-dcaa-a397-d7d0ca4f6445\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3506,12 +3506,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"d0687abc-e45d-9cd7-d541-88d8d3eb68f3\",\n \"uid\": \"sed eu voluptateenim et laborumq\",\n \"user_id\": \"urn:uuid:9513bce5-fc98-796f-6273-92e0fe805d7c\",\n \"manager_id\": \"urn:uuid:7df1e564-bf4b-5db8-b515-eec46f4fc742\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:096113df-2975-1575-7922-14a6d799c25a\",\n \"uid\": \"enim cupidatatveniam fugiatparia\",\n \"user_id\": \"urn:uuid:d5167034-afc8-6387-6b15-a34404e847b7\",\n \"manager_id\": \"057dc7a4-76a0-0e52-f31f-0501ec5de9ed\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "99b9b4b6-c4d8-4294-a260-d1797be43d2b", + "id": "adc6b5cf-d5f4-40aa-a464-65e13828a7db", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3546,7 +3546,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:589e3ffb-cb02-4d6c-39c1-d2f041f0d230\",\n \"manager_id\": \"urn:uuid:529d43ea-6c8f-d353-3c45-6eb4d12dbe29\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3def3c92-e473-d5d7-c60a-d19beaf9934f\",\n \"manager_id\": \"urn:uuid:4c376817-63fd-dcaa-a397-d7d0ca4f6445\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3568,7 +3568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a004d54e-f377-4b51-92d2-b0a1fac76ce1", + "id": "81a983cc-4515-4d8b-be13-ae18c20f0001", "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\": \"urn:uuid:589e3ffb-cb02-4d6c-39c1-d2f041f0d230\",\n \"manager_id\": \"urn:uuid:529d43ea-6c8f-d353-3c45-6eb4d12dbe29\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3def3c92-e473-d5d7-c60a-d19beaf9934f\",\n \"manager_id\": \"urn:uuid:4c376817-63fd-dcaa-a397-d7d0ca4f6445\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3637,7 +3637,7 @@ "description": "", "item": [ { - "id": "62e942c9-266b-4feb-a6d4-1c69773540ed", + "id": "0827c42f-51e5-43a9-9128-82541003e175", "name": "Get roles", "request": { "name": "Get roles", @@ -3704,7 +3704,7 @@ }, "response": [ { - "id": "f6392392-b002-488a-86df-1b695fcb75b4", + "id": "8b5f2806-fbac-43bc-8c24-19f6cc1e760c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3779,12 +3779,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"b58e7014-a9ae-3eb0-53f4-152624c19a04\",\n \"uid\": \"nulla aliqua consequat laborisdo\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"d8805062-6ac8-f291-39c8-9543fa228b91\",\n \"uid\": \"ut fugiat in inreprehenderit dov\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": 5430598,\n \"offset\": -48109909,\n \"total\": 54847337,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"9e0c3bcc-0677-ba30-6a34-62b896f39dbc\",\n \"uid\": \"est tempor consectetur esseadipi\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"90197dc3-f310-6832-a9c8-aa07b51f2fa4\",\n \"uid\": \"fugiat tempor cupidatat in nonpr\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": 15481982,\n \"offset\": -47935937,\n \"total\": -27131940,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "72ab7e80-85b7-444d-94a9-3da35041bea7", + "id": "3af690d2-a298-4c02-82c8-45b174f9b062", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3864,7 +3864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe5d67cf-c70b-4c16-a851-59a0271945ec", + "id": "932a9a43-2ba8-4489-bfa1-7a24772dd94e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3950,7 +3950,7 @@ } }, { - "id": "9f1d5a6b-e91c-43dc-b05e-5a486fd7dca0", + "id": "9a6059c8-b442-42ec-bce9-0ce4fdde23c1", "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\": \"Duis cillum nullaanim amet quisq\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"dolore ea aliquip ullamcodeserun\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"Ut veniam elitullamco utmagna qu\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"velit culpa ad adipisicing tempo\",\n \"type\": \"NeaccessRole\",\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": "d09a6883-77a1-4368-8a7a-9ce27cdec35a", + "id": "0d7a8f6f-4a6c-4522-a64f-3ef8a37da410", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4027,7 +4027,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"Duis cillum nullaanim amet quisq\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"dolore ea aliquip ullamcodeserun\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"Ut veniam elitullamco utmagna qu\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"velit culpa ad adipisicing tempo\",\n \"type\": \"NeaccessRole\",\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:1e78844b-0fd1-60be-6848-df00a6e2ec00\",\n \"uid\": \"ea ut veniam deseruntnisi sitin \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"c9ba3db6-4ad5-db71-1a64-1ea4c920f69a\",\n \"uid\": \"laborum Lorem culpa non voluptat\",\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:b6a932d3-6a37-e75f-d3a3-fff73c4ea9a4\",\n \"uid\": \"fugiat dolore in eu pariaturtemp\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"3aa2d564-ac70-5342-35d1-bc9ba4e2015a\",\n \"uid\": \"deseruntex ut deseruntin minim a\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0db3f28c-1096-443e-a872-f428dcebe5ff", + "id": "68bd0c96-4879-43b3-8f5d-42ca79b23c4d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4083,7 +4083,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"Duis cillum nullaanim amet quisq\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"dolore ea aliquip ullamcodeserun\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"Ut veniam elitullamco utmagna qu\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"velit culpa ad adipisicing tempo\",\n \"type\": \"NeaccessRole\",\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": "69bd5591-8041-40c9-a2cc-f1b68b0f1456", + "id": "9ca27e65-d378-4a7a-9bc5-a79947866a8a", "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\": \"Duis cillum nullaanim amet quisq\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"dolore ea aliquip ullamcodeserun\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"Ut veniam elitullamco utmagna qu\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"velit culpa ad adipisicing tempo\",\n \"type\": \"NeaccessRole\",\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": "41becab4-eee2-4c7f-bc8c-b3deb371602d", + "id": "bb9a984d-5a29-4994-83bc-5a0cc165c4be", "name": "Update multiple roles", "request": { "name": "Update multiple roles", @@ -4210,7 +4210,7 @@ }, "response": [ { - "id": "1201c90e-cadb-4efe-bec4-7cfea9626be4", + "id": "faf57cd1-7990-4c59-a8a4-1abcaa9918aa", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4261,12 +4261,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:1e78844b-0fd1-60be-6848-df00a6e2ec00\",\n \"uid\": \"ea ut veniam deseruntnisi sitin \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"c9ba3db6-4ad5-db71-1a64-1ea4c920f69a\",\n \"uid\": \"laborum Lorem culpa non voluptat\",\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:b6a932d3-6a37-e75f-d3a3-fff73c4ea9a4\",\n \"uid\": \"fugiat dolore in eu pariaturtemp\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"3aa2d564-ac70-5342-35d1-bc9ba4e2015a\",\n \"uid\": \"deseruntex ut deseruntin minim a\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "47b9d5e2-e260-42c7-acf0-570711fd25e0", + "id": "7cc0d32d-0506-4a48-aba4-9d571b6203a2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4322,7 +4322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4e81a73-8836-4b11-b4cd-4578e384578f", + "id": "65c5a907-4c6f-4b60-8d91-279cb232e7d7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4384,7 +4384,7 @@ } }, { - "id": "32411de2-07e1-45b6-b490-629b342ac3d8", + "id": "68735022-fb87-4ec2-9384-f3472a45b1db", "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\": \"laborisexercitation ullamco null\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"utipsum cupidatat sit laboreea s\",\n \"type\": \"NeaccessRole\",\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": "26ca85b5-7198-44b2-91c1-f7c293e91f76", + "id": "0bd862b1-73a1-4837-8be4-92c072d20c1c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4461,7 +4461,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"laborisexercitation ullamco null\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"utipsum cupidatat sit laboreea s\",\n \"type\": \"NeaccessRole\",\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\": \"urn:uuid:93a6a5c3-2e7a-0258-7180-9286b557659f\",\n \"uid\": \"quis fugiat in do Uttemportempor\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:fbfadefa-d7e9-a6e9-8402-0ade19f4d3a4\",\n \"uid\": \"est laborissed esse non quis vol\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "97c9648f-bba6-485b-bbc6-1986880a7de2", + "id": "311fef26-ebf6-49bb-9dbe-6ab074bdf746", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4517,7 +4517,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"laborisexercitation ullamco null\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"utipsum cupidatat sit laboreea s\",\n \"type\": \"NeaccessRole\",\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": "aafad558-f237-4dc8-8823-d117d93ed481", + "id": "f1622c1b-fb83-4427-9115-3696c057d154", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4573,7 +4573,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"laborisexercitation ullamco null\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"utipsum cupidatat sit laboreea s\",\n \"type\": \"NeaccessRole\",\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": "167a44a6-e33c-4a98-98f4-ede2fe923256", + "id": "71da08bb-d47f-4842-a070-ade266ddb1a2", "name": "Find role by id", "request": { "name": "Find role by id", @@ -4643,7 +4643,7 @@ }, "response": [ { - "id": "66540ab8-aabe-42ac-9498-c41e73621bf4", + "id": "d30f104c-5d8b-4f66-a23a-f012514c6eb5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4682,12 +4682,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"urn:uuid:93a6a5c3-2e7a-0258-7180-9286b557659f\",\n \"uid\": \"quis fugiat in do Uttemportempor\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:fbfadefa-d7e9-a6e9-8402-0ade19f4d3a4\",\n \"uid\": \"est laborissed esse non quis vol\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7cb21b1a-bf6a-47d6-aa5e-704963fbca27", + "id": "34f4bcce-794a-4cda-945a-9b1ee373f1ee", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4731,7 +4731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "959a74ee-eb4b-4be3-b62b-f9ad952abb95", + "id": "d36e09d6-377c-4eb1-8b8a-606153466823", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4781,7 +4781,7 @@ } }, { - "id": "36a7e958-0ec8-4c4a-9bca-97dd6c857d15", + "id": "1eae5490-9719-4e5e-aef1-db94b5a95d79", "name": "Update an existing role", "request": { "name": "Update an existing role", @@ -4836,7 +4836,7 @@ }, "response": [ { - "id": "79b6d589-b872-4f94-8f52-5be8c57f6e74", + "id": "79c8bcb4-bc96-4f13-9b73-41d5d815578b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4888,12 +4888,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"urn:uuid:93a6a5c3-2e7a-0258-7180-9286b557659f\",\n \"uid\": \"quis fugiat in do Uttemportempor\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:fbfadefa-d7e9-a6e9-8402-0ade19f4d3a4\",\n \"uid\": \"est laborissed esse non quis vol\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "51b74583-7a5a-4177-886e-51729320effc", + "id": "49bff823-3e7d-4890-8f71-d4085654b115", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4950,7 +4950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "383fb30f-7515-4b06-841b-09cb0eb9d888", + "id": "43aa8689-2bfe-492e-b55a-956f2ca0886f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5019,7 +5019,7 @@ "description": "", "item": [ { - "id": "027c1fb4-84c1-4b03-90ec-d1a46d16f171", + "id": "20b8d7ec-8d55-4bd3-af1e-6dca97cbbd90", "name": "Create a permission", "request": { "name": "Create a permission", @@ -5062,7 +5062,7 @@ }, "response": [ { - "id": "b77c2065-a76f-41dd-b443-e13dc485eaef", + "id": "429bb22b-56c7-4098-9ea4-6cfa52e906ae", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5118,7 +5118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffc4a2e3-383c-4fc5-91a8-92db6c263465", + "id": "0441ac7c-e30e-4c2c-9898-46a1cf0ed89d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5174,7 +5174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aff0e5f0-967e-4955-8b2f-fb93cd07ca19", + "id": "1fc8d02c-25bb-4492-a2b6-9355ae17ae8d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5242,7 +5242,7 @@ "description": "", "item": [ { - "id": "65894645-c847-48b6-a053-5eafc8a1c4e9", + "id": "8b78e07c-fef3-42c2-b1f6-cb94b4d0780a", "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\": \"urn:uuid:013f437c-8f4a-e9af-e8c9-426dcf212693\",\n \"role_id\": \"3832fa22-addc-dffa-ec18-bb06d8cf5601\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5a7ebfde-1f1e-3032-82b2-14812cd47251\",\n \"role_id\": \"urn:uuid:1ad003a7-433a-4e55-1441-035b32b58356\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5285,7 +5285,7 @@ }, "response": [ { - "id": "e63b4521-1908-4e6d-af3e-333f616888f0", + "id": "65b71628-4efc-4712-afb9-ce8239c6981c", "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\": \"urn:uuid:013f437c-8f4a-e9af-e8c9-426dcf212693\",\n \"role_id\": \"3832fa22-addc-dffa-ec18-bb06d8cf5601\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5a7ebfde-1f1e-3032-82b2-14812cd47251\",\n \"role_id\": \"urn:uuid:1ad003a7-433a-4e55-1441-035b32b58356\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5336,12 +5336,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:e448d355-0640-b4ce-8bbc-b5479a63c8cb\",\n \"uid\": \"ipsumanim veniam dolore aute fug\",\n \"user_id\": \"urn:uuid:3935ae6a-bd61-626a-dada-2cc7fc590d9e\",\n \"role_id\": \"urn:uuid:7944dea5-cfe5-c4dd-7013-aa511558adc7\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:612c1c45-b769-2cbd-8e36-987c51c15e93\",\n \"uid\": \"dolore do reprehenderitcillum eu\",\n \"user_id\": \"ccd3b955-5e61-d536-b876-24c78349a169\",\n \"role_id\": \"146aab44-dcde-6e11-db6d-105c5ea9696f\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f8f80164-92cb-4a19-ad03-988d8bd68f63", + "id": "4ff93996-3a2c-4e99-ba8a-d4f6934d4494", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5375,7 +5375,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:013f437c-8f4a-e9af-e8c9-426dcf212693\",\n \"role_id\": \"3832fa22-addc-dffa-ec18-bb06d8cf5601\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5a7ebfde-1f1e-3032-82b2-14812cd47251\",\n \"role_id\": \"urn:uuid:1ad003a7-433a-4e55-1441-035b32b58356\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5397,7 +5397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea4d2a4b-bc4c-41b6-9473-c84f7e17acbc", + "id": "91c0dc90-35fb-4ed2-85ff-db2ac8ab1d63", "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\": \"urn:uuid:013f437c-8f4a-e9af-e8c9-426dcf212693\",\n \"role_id\": \"3832fa22-addc-dffa-ec18-bb06d8cf5601\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5a7ebfde-1f1e-3032-82b2-14812cd47251\",\n \"role_id\": \"urn:uuid:1ad003a7-433a-4e55-1441-035b32b58356\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5459,7 +5459,7 @@ } }, { - "id": "f9a0dd65-fe21-4aea-8b9c-78c57f601bff", + "id": "1657c17e-94d1-4512-9c02-0500808bb9b7", "name": "Get user role pairings", "request": { "name": "Get user role pairings", @@ -5518,7 +5518,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -5544,7 +5544,7 @@ }, "response": [ { - "id": "e3e6d01e-780e-4f89-9c2b-78fc3ce64428", + "id": "b257a90c-e804-4c88-bc77-087fde53f44f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5598,7 +5598,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -5637,12 +5637,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"da9930e7-60c3-1f40-8f96-d089e0f19f3d\",\n \"uid\": \"Ut nulla cupidatat commodo labor\",\n \"user_id\": \"91def70f-6c1c-0165-c76d-8d04cdadfb8e\",\n \"role_id\": \"95e42f63-6b1a-d688-f9df-8b37738c7d85\"\n },\n {\n \"id\": \"urn:uuid:9beaa4b6-0be6-4972-399f-95b513b02393\",\n \"uid\": \"enim in culpasit velit fugiat ir\",\n \"user_id\": \"urn:uuid:7fde31cb-051e-44f9-c7d5-474f6f73f4ff\",\n \"role_id\": \"urn:uuid:c03c7c74-fc2a-f254-acd6-8eae0cf09074\"\n }\n ],\n \"_metadata\": {\n \"limit\": -49652529,\n \"offset\": -49862159,\n \"total\": -57231308,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"a88545b8-4eb1-e10c-d506-ca93fc28423c\",\n \"uid\": \"in proident idveniam aliqua incu\",\n \"user_id\": \"d65d9a7e-e169-b9cf-eec8-ec94d807d530\",\n \"role_id\": \"urn:uuid:a0b87edd-e1fc-f340-1e42-f6070cfc9237\"\n },\n {\n \"id\": \"urn:uuid:c3ea4027-2508-68de-460d-fc7dba2cb437\",\n \"uid\": \"cupidatat laborisindeserunt ut i\",\n \"user_id\": \"urn:uuid:7f297299-8ded-3657-a08c-7e89198dd350\",\n \"role_id\": \"urn:uuid:d522533a-da38-8e9b-7dd3-2b9cfd28b083\"\n }\n ],\n \"_metadata\": {\n \"limit\": 94691089,\n \"offset\": -10028801,\n \"total\": 12201616,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8a846263-401c-4256-9d25-30e4a4ebf8cc", + "id": "cf383390-dcb6-4e33-adfd-c3719143b05e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5696,7 +5696,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -5740,7 +5740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2ab08f0-f96e-426f-8b5c-99dabe1e764c", + "id": "1788032e-5644-4fb8-8732-9d90ea8c57d0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5794,7 +5794,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -5844,7 +5844,7 @@ } }, { - "id": "a6ef82ae-ff8e-4048-adbd-dec0ba7f7ac7", + "id": "582b13ec-113f-4fec-bb36-9d00f4b09326", "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\": \"601c8d26-0d9d-a347-9bfa-1e198f9322f0\",\n \"role_id\": \"urn:uuid:681ad051-2bb2-e349-e5da-30272416a83a\"\n },\n {\n \"user_id\": \"648f5b71-0b0b-3cc0-ec8e-576150cfadf7\",\n \"role_id\": \"urn:uuid:e47e382d-0c6b-1563-368a-d69dc704328b\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:a84a1952-18ee-e504-2574-725f61e7304d\",\n \"role_id\": \"urn:uuid:e2650c05-9860-77e9-d92d-d200f034aeb0\"\n },\n {\n \"user_id\": \"urn:uuid:a584506d-c088-0791-d4e8-794190f8447f\",\n \"role_id\": \"1f6d2718-6e68-baa4-2164-764ddaeca218\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5887,7 +5887,7 @@ }, "response": [ { - "id": "bc14a30d-7e1b-4bee-a781-1fdc131f4b2f", + "id": "ce5f7144-9bfc-44c5-9c71-5f28cbe9433a", "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\": \"601c8d26-0d9d-a347-9bfa-1e198f9322f0\",\n \"role_id\": \"urn:uuid:681ad051-2bb2-e349-e5da-30272416a83a\"\n },\n {\n \"user_id\": \"648f5b71-0b0b-3cc0-ec8e-576150cfadf7\",\n \"role_id\": \"urn:uuid:e47e382d-0c6b-1563-368a-d69dc704328b\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:a84a1952-18ee-e504-2574-725f61e7304d\",\n \"role_id\": \"urn:uuid:e2650c05-9860-77e9-d92d-d200f034aeb0\"\n },\n {\n \"user_id\": \"urn:uuid:a584506d-c088-0791-d4e8-794190f8447f\",\n \"role_id\": \"1f6d2718-6e68-baa4-2164-764ddaeca218\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5938,12 +5938,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"1a76ae9e-c2ce-40ea-a087-00f1c8a49f69\",\n \"uid\": \"incididunt ea elit consecteturde\",\n \"user_id\": \"4e93d6e7-76b6-814c-1d7f-ada16fb36dc3\",\n \"role_id\": \"urn:uuid:649a5d5e-c3f8-06ed-757c-cd94d8028c76\"\n },\n {\n \"id\": \"026bb56a-90c1-6f08-c430-60bc92317465\",\n \"uid\": \"laboris exercitation amet deseru\",\n \"user_id\": \"169de081-6ecf-eeed-bf23-5d6992eff220\",\n \"role_id\": \"96c4113e-b624-f6c9-7b4e-945f6fe53540\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"7cf35d6c-9e37-d683-622e-cadae419b397\",\n \"uid\": \"ipsum elit ad doloreest velitdes\",\n \"user_id\": \"20ba86b5-315e-6f94-ee77-ed8a9bd99906\",\n \"role_id\": \"15db6a07-de5f-70ae-4f72-08f64ae11432\"\n },\n {\n \"id\": \"urn:uuid:833a7b3f-3d21-4ceb-4aed-a1e0aa4f83be\",\n \"uid\": \"indeserunt cupidatatea esse est \",\n \"user_id\": \"705e92cc-33bd-65da-76a5-a3cf752ddc72\",\n \"role_id\": \"urn:uuid:5b13a2cb-e235-44d8-6215-70d853915e50\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bd491bef-d2bf-40d4-a013-616185fdac36", + "id": "5e3e0c8f-a213-472b-bb83-2d34364a2090", "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\": \"601c8d26-0d9d-a347-9bfa-1e198f9322f0\",\n \"role_id\": \"urn:uuid:681ad051-2bb2-e349-e5da-30272416a83a\"\n },\n {\n \"user_id\": \"648f5b71-0b0b-3cc0-ec8e-576150cfadf7\",\n \"role_id\": \"urn:uuid:e47e382d-0c6b-1563-368a-d69dc704328b\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:a84a1952-18ee-e504-2574-725f61e7304d\",\n \"role_id\": \"urn:uuid:e2650c05-9860-77e9-d92d-d200f034aeb0\"\n },\n {\n \"user_id\": \"urn:uuid:a584506d-c088-0791-d4e8-794190f8447f\",\n \"role_id\": \"1f6d2718-6e68-baa4-2164-764ddaeca218\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5999,7 +5999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38456498-fe50-47b5-ab2b-55feb063813b", + "id": "035aad9d-4877-4602-bff7-9fa0d59fca35", "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\": \"601c8d26-0d9d-a347-9bfa-1e198f9322f0\",\n \"role_id\": \"urn:uuid:681ad051-2bb2-e349-e5da-30272416a83a\"\n },\n {\n \"user_id\": \"648f5b71-0b0b-3cc0-ec8e-576150cfadf7\",\n \"role_id\": \"urn:uuid:e47e382d-0c6b-1563-368a-d69dc704328b\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:a84a1952-18ee-e504-2574-725f61e7304d\",\n \"role_id\": \"urn:uuid:e2650c05-9860-77e9-d92d-d200f034aeb0\"\n },\n {\n \"user_id\": \"urn:uuid:a584506d-c088-0791-d4e8-794190f8447f\",\n \"role_id\": \"1f6d2718-6e68-baa4-2164-764ddaeca218\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6061,7 +6061,7 @@ } }, { - "id": "10780667-6ea1-44ee-a23a-feb200e4a2bf", + "id": "2c27802e-4c7e-4ccf-996e-1ffe4d263931", "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\": \"fff902e1-df46-ec2d-399d-646e87fbd831\",\n \"user_id\": \"urn:uuid:d95e57a9-63eb-8aae-30d4-2bd978081950\",\n \"role_id\": \"urn:uuid:4744efff-de71-f0f9-f493-d4c015c825a7\"\n },\n {\n \"id\": \"urn:uuid:66f00ab0-4464-a300-6ad3-1f571e73c3e9\",\n \"user_id\": \"c0b57ec5-178d-cd6e-4344-6a81c1696e54\",\n \"role_id\": \"urn:uuid:9266e73f-c42b-3011-f758-f233179b0862\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"727a22e4-677b-f64f-77b6-46de02e22f67\",\n \"user_id\": \"urn:uuid:52b0ba8a-f321-5025-acba-b0c8508c9010\",\n \"role_id\": \"f4055910-5614-5912-6fc7-39de58a5871c\"\n },\n {\n \"id\": \"d160d437-ac48-b779-559f-b15c79b7c76a\",\n \"user_id\": \"1d159ef1-561b-7af0-c394-09c9c7d94938\",\n \"role_id\": \"75d1b3b2-9057-e233-c700-8e0bc7b32b01\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6104,7 +6104,7 @@ }, "response": [ { - "id": "0d1d3703-5b42-4513-9f5c-51c3e200c585", + "id": "d2823f0f-d46d-463b-92be-1e26177521cc", "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\": \"fff902e1-df46-ec2d-399d-646e87fbd831\",\n \"user_id\": \"urn:uuid:d95e57a9-63eb-8aae-30d4-2bd978081950\",\n \"role_id\": \"urn:uuid:4744efff-de71-f0f9-f493-d4c015c825a7\"\n },\n {\n \"id\": \"urn:uuid:66f00ab0-4464-a300-6ad3-1f571e73c3e9\",\n \"user_id\": \"c0b57ec5-178d-cd6e-4344-6a81c1696e54\",\n \"role_id\": \"urn:uuid:9266e73f-c42b-3011-f758-f233179b0862\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"727a22e4-677b-f64f-77b6-46de02e22f67\",\n \"user_id\": \"urn:uuid:52b0ba8a-f321-5025-acba-b0c8508c9010\",\n \"role_id\": \"f4055910-5614-5912-6fc7-39de58a5871c\"\n },\n {\n \"id\": \"d160d437-ac48-b779-559f-b15c79b7c76a\",\n \"user_id\": \"1d159ef1-561b-7af0-c394-09c9c7d94938\",\n \"role_id\": \"75d1b3b2-9057-e233-c700-8e0bc7b32b01\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6155,12 +6155,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"1a76ae9e-c2ce-40ea-a087-00f1c8a49f69\",\n \"uid\": \"incididunt ea elit consecteturde\",\n \"user_id\": \"4e93d6e7-76b6-814c-1d7f-ada16fb36dc3\",\n \"role_id\": \"urn:uuid:649a5d5e-c3f8-06ed-757c-cd94d8028c76\"\n },\n {\n \"id\": \"026bb56a-90c1-6f08-c430-60bc92317465\",\n \"uid\": \"laboris exercitation amet deseru\",\n \"user_id\": \"169de081-6ecf-eeed-bf23-5d6992eff220\",\n \"role_id\": \"96c4113e-b624-f6c9-7b4e-945f6fe53540\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"7cf35d6c-9e37-d683-622e-cadae419b397\",\n \"uid\": \"ipsum elit ad doloreest velitdes\",\n \"user_id\": \"20ba86b5-315e-6f94-ee77-ed8a9bd99906\",\n \"role_id\": \"15db6a07-de5f-70ae-4f72-08f64ae11432\"\n },\n {\n \"id\": \"urn:uuid:833a7b3f-3d21-4ceb-4aed-a1e0aa4f83be\",\n \"uid\": \"indeserunt cupidatatea esse est \",\n \"user_id\": \"705e92cc-33bd-65da-76a5-a3cf752ddc72\",\n \"role_id\": \"urn:uuid:5b13a2cb-e235-44d8-6215-70d853915e50\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "545e530b-c692-4d51-8df4-33786482412a", + "id": "9fb887da-a6b1-4fcd-868e-30a3e880b4d5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6194,7 +6194,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"fff902e1-df46-ec2d-399d-646e87fbd831\",\n \"user_id\": \"urn:uuid:d95e57a9-63eb-8aae-30d4-2bd978081950\",\n \"role_id\": \"urn:uuid:4744efff-de71-f0f9-f493-d4c015c825a7\"\n },\n {\n \"id\": \"urn:uuid:66f00ab0-4464-a300-6ad3-1f571e73c3e9\",\n \"user_id\": \"c0b57ec5-178d-cd6e-4344-6a81c1696e54\",\n \"role_id\": \"urn:uuid:9266e73f-c42b-3011-f758-f233179b0862\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"727a22e4-677b-f64f-77b6-46de02e22f67\",\n \"user_id\": \"urn:uuid:52b0ba8a-f321-5025-acba-b0c8508c9010\",\n \"role_id\": \"f4055910-5614-5912-6fc7-39de58a5871c\"\n },\n {\n \"id\": \"d160d437-ac48-b779-559f-b15c79b7c76a\",\n \"user_id\": \"1d159ef1-561b-7af0-c394-09c9c7d94938\",\n \"role_id\": \"75d1b3b2-9057-e233-c700-8e0bc7b32b01\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6216,7 +6216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c027e17d-f11e-498c-aa93-6053b92dd6c3", + "id": "aa891638-11a8-498e-a74e-b8fbb8095342", "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\": \"fff902e1-df46-ec2d-399d-646e87fbd831\",\n \"user_id\": \"urn:uuid:d95e57a9-63eb-8aae-30d4-2bd978081950\",\n \"role_id\": \"urn:uuid:4744efff-de71-f0f9-f493-d4c015c825a7\"\n },\n {\n \"id\": \"urn:uuid:66f00ab0-4464-a300-6ad3-1f571e73c3e9\",\n \"user_id\": \"c0b57ec5-178d-cd6e-4344-6a81c1696e54\",\n \"role_id\": \"urn:uuid:9266e73f-c42b-3011-f758-f233179b0862\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"727a22e4-677b-f64f-77b6-46de02e22f67\",\n \"user_id\": \"urn:uuid:52b0ba8a-f321-5025-acba-b0c8508c9010\",\n \"role_id\": \"f4055910-5614-5912-6fc7-39de58a5871c\"\n },\n {\n \"id\": \"d160d437-ac48-b779-559f-b15c79b7c76a\",\n \"user_id\": \"1d159ef1-561b-7af0-c394-09c9c7d94938\",\n \"role_id\": \"75d1b3b2-9057-e233-c700-8e0bc7b32b01\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6278,7 +6278,7 @@ } }, { - "id": "2fabfbeb-936e-48ea-a50b-07083898ba37", + "id": "bb41be41-f004-4e9e-bd79-0f0d823281c8", "name": "Find user role pairing by id", "request": { "name": "Find user role pairing by id", @@ -6320,7 +6320,7 @@ }, "response": [ { - "id": "fdb6e789-70df-4f7b-9b36-92f6187ce576", + "id": "18245c01-eab2-4c9f-bb26-a0313401689e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6359,12 +6359,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:e448d355-0640-b4ce-8bbc-b5479a63c8cb\",\n \"uid\": \"ipsumanim veniam dolore aute fug\",\n \"user_id\": \"urn:uuid:3935ae6a-bd61-626a-dada-2cc7fc590d9e\",\n \"role_id\": \"urn:uuid:7944dea5-cfe5-c4dd-7013-aa511558adc7\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:612c1c45-b769-2cbd-8e36-987c51c15e93\",\n \"uid\": \"dolore do reprehenderitcillum eu\",\n \"user_id\": \"ccd3b955-5e61-d536-b876-24c78349a169\",\n \"role_id\": \"146aab44-dcde-6e11-db6d-105c5ea9696f\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3e1846f4-cf9a-41ae-afa5-cf9d095d86bf", + "id": "63fedf6a-2c64-4825-afe2-93c95efd0e0c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6408,7 +6408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8483b9ee-c02d-47a6-8ac8-9d595e241792", + "id": "862f9d30-9488-4198-ac1a-92ffd703c049", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6458,7 +6458,7 @@ } }, { - "id": "e6647054-b70b-4f98-8aee-f0b1886550ab", + "id": "9345a900-ca01-46cb-805d-ea8c1ca462f2", "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\": \"urn:uuid:013f437c-8f4a-e9af-e8c9-426dcf212693\",\n \"role_id\": \"3832fa22-addc-dffa-ec18-bb06d8cf5601\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5a7ebfde-1f1e-3032-82b2-14812cd47251\",\n \"role_id\": \"urn:uuid:1ad003a7-433a-4e55-1441-035b32b58356\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6513,7 +6513,7 @@ }, "response": [ { - "id": "ba3e9eb5-6a5d-4dfd-8937-c943916f2059", + "id": "39b355d0-5e55-4ef3-b6c9-8c844f15cc32", "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\": \"urn:uuid:013f437c-8f4a-e9af-e8c9-426dcf212693\",\n \"role_id\": \"3832fa22-addc-dffa-ec18-bb06d8cf5601\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5a7ebfde-1f1e-3032-82b2-14812cd47251\",\n \"role_id\": \"urn:uuid:1ad003a7-433a-4e55-1441-035b32b58356\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6565,12 +6565,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:e448d355-0640-b4ce-8bbc-b5479a63c8cb\",\n \"uid\": \"ipsumanim veniam dolore aute fug\",\n \"user_id\": \"urn:uuid:3935ae6a-bd61-626a-dada-2cc7fc590d9e\",\n \"role_id\": \"urn:uuid:7944dea5-cfe5-c4dd-7013-aa511558adc7\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:612c1c45-b769-2cbd-8e36-987c51c15e93\",\n \"uid\": \"dolore do reprehenderitcillum eu\",\n \"user_id\": \"ccd3b955-5e61-d536-b876-24c78349a169\",\n \"role_id\": \"146aab44-dcde-6e11-db6d-105c5ea9696f\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cac63764-a1e0-48e8-a4cc-64497b582744", + "id": "2495b3a9-d78c-4083-9218-70e5f1abb835", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6605,7 +6605,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:013f437c-8f4a-e9af-e8c9-426dcf212693\",\n \"role_id\": \"3832fa22-addc-dffa-ec18-bb06d8cf5601\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5a7ebfde-1f1e-3032-82b2-14812cd47251\",\n \"role_id\": \"urn:uuid:1ad003a7-433a-4e55-1441-035b32b58356\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6627,7 +6627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "692bb4b0-28bb-47aa-90a2-de413451a889", + "id": "a3b291f6-a842-4ada-8614-d710e3d7ea44", "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\": \"urn:uuid:013f437c-8f4a-e9af-e8c9-426dcf212693\",\n \"role_id\": \"3832fa22-addc-dffa-ec18-bb06d8cf5601\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5a7ebfde-1f1e-3032-82b2-14812cd47251\",\n \"role_id\": \"urn:uuid:1ad003a7-433a-4e55-1441-035b32b58356\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6690,7 +6690,7 @@ } }, { - "id": "89c8ef66-05b7-4ed8-ac20-cfed986e94fa", + "id": "1c825ad0-f57c-44a9-9d17-5f391a74c2a6", "name": "Delete a user role assignment", "request": { "name": "Delete a user role assignment", @@ -6732,7 +6732,7 @@ }, "response": [ { - "id": "4823fd00-9b1c-4c1e-87ae-8de45a188083", + "id": "ac38718e-118b-4c91-a3c8-68b188ed6877", "name": "User role was destroyed", "originalRequest": { "url": { @@ -6776,7 +6776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e204811a-edb6-4dc7-884d-2fa495aaa588", + "id": "823fb8cf-de36-41e2-a5eb-8d932d02d0f0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6820,7 +6820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97e41d6d-638d-4724-b5c9-4457b0e1b360", + "id": "89379274-28d1-4b93-94eb-9b38b91fd836", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6876,7 +6876,7 @@ "description": "", "item": [ { - "id": "21c2b385-98c9-4455-af60-5fce6a313b8f", + "id": "7cbac1da-3b0f-4aba-b6a4-4719d337b208", "name": "Get attribute data in bulk", "request": { "name": "Get attribute data in bulk", @@ -6961,7 +6961,7 @@ }, "response": [ { - "id": "da277d3d-703b-49be-b224-fe4b9aed5c07", + "id": "1d6ae31f-da08-4491-9147-86f11461d579", "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\": \"sit labore velit tempornostrudma\",\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\": \"1961-03-23T14:30:54.024Z\",\n \"created_at\": \"2023-08-09T01:29:47.150Z\",\n \"updated_at\": \"1997-10-13T12:31:54.768Z\",\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\": \"eu aliqua consecteturExcepteur l\",\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-12-08T14:08:24.385Z\",\n \"created_at\": \"1991-12-23T18:14:01.509Z\",\n \"updated_at\": \"1979-11-07T11:34:28.462Z\",\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\": \"1996-12-17T15:02:22.220Z\",\n \"tmp_updated_at\": \"1989-05-26T22:15:33.658Z\"\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\": \"ipsum ullamco nostrud laborenost\",\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\": \"1994-10-20T08:22:55.092Z\",\n \"created_at\": \"1983-03-06T21:08:06.037Z\",\n \"updated_at\": \"1968-04-05T04:18:00.589Z\",\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\": \"dolore etanim enim in ametquis n\",\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\": \"1980-02-06T14:53:26.679Z\",\n \"created_at\": \"1947-02-11T11:42:53.085Z\",\n \"updated_at\": \"1983-01-27T10:48:14.095Z\",\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\": \"2007-06-06T23:20:47.967Z\",\n \"tmp_updated_at\": \"1985-10-17T05:38:59.331Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": -60667251,\n \"offset\": -48968430,\n \"total\": -19689831,\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\": \"nostrud sint reprehenderiteiusmo\",\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\": \"2010-07-09T17:12:20.199Z\",\n \"created_at\": \"1971-03-10T06:00:36.974Z\",\n \"updated_at\": \"1959-10-17T17:29:13.795Z\",\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\": \"Lorem id in enimirure eu reprehe\",\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-01-30T06:07:40.005Z\",\n \"created_at\": \"1952-01-05T17:44:51.712Z\",\n \"updated_at\": \"2007-10-03T00:06:44.067Z\",\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\": \"1972-04-20T06:05:46.079Z\",\n \"tmp_updated_at\": \"2008-01-16T23:44:49.529Z\"\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\": \"et nisiminim commodo deserunt ul\",\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\": \"1981-05-15T06:13:51.863Z\",\n \"created_at\": \"1969-09-06T16:22:28.520Z\",\n \"updated_at\": \"2014-10-07T07:22:09.925Z\",\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 incididunt sunt adlaboris inc\",\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\": \"1970-06-11T22:09:00.307Z\",\n \"created_at\": \"1954-12-11T03:13:30.820Z\",\n \"updated_at\": \"2006-06-05T04:40:11.646Z\",\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\": \"1961-10-18T14:16:25.401Z\",\n \"tmp_updated_at\": \"1988-07-07T15:28:38.887Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": 98966760,\n \"offset\": -82981198,\n \"total\": -2703532,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "95bd707a-a6b5-4f6f-8b39-2e81bfab12f0", + "id": "e833555c-f396-4431-92db-6d3dfed78075", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7157,7 +7157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eb72d82-f137-47fd-9c6f-2372a4f094bb", + "id": "6d5812e2-cec7-4a7b-900b-cc92c6edc291", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7261,7 +7261,7 @@ } }, { - "id": "6f16e416-8bb1-469d-baec-6745204d1c3a", + "id": "7a3a5231-1c51-460f-b19f-528b17a45595", "name": "Create an attribute", "request": { "name": "Create an attribute", @@ -7292,7 +7292,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"incididunt veniam cillumdolore t\",\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\": \"magna eiusmodvelit voluptate eiu\",\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\": \"1950-03-12T12:41:04.071Z\",\n \"created_at\": \"1978-09-04T04:50:31.504Z\",\n \"updated_at\": \"2023-01-05T10:07:10.643Z\",\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\": \"1967-01-13T16:02:13.388Z\",\n \"tmp_updated_at\": \"1971-04-13T06:14:19.788Z\"\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\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"quiex ut essedolore in ipsum est\",\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\": \"reprehenderit cillum aliqua labo\",\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\": \"1959-07-24T19:11:28.351Z\",\n \"created_at\": \"2010-04-28T13:49:58.499Z\",\n \"updated_at\": \"2018-02-20T14:29:36.412Z\",\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\": \"1945-01-22T03:55:36.488Z\",\n \"tmp_updated_at\": \"1962-02-27T18:16:41.109Z\"\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": "f8834c23-e1bb-4851-8ba9-85ed6f0bacbc", + "id": "dc5f7975-c0dc-45b6-af5a-64632d821a2a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7338,7 +7338,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"incididunt veniam cillumdolore t\",\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\": \"magna eiusmodvelit voluptate eiu\",\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\": \"1950-03-12T12:41:04.071Z\",\n \"created_at\": \"1978-09-04T04:50:31.504Z\",\n \"updated_at\": \"2023-01-05T10:07:10.643Z\",\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\": \"1967-01-13T16:02:13.388Z\",\n \"tmp_updated_at\": \"1971-04-13T06:14:19.788Z\"\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\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"quiex ut essedolore in ipsum est\",\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\": \"reprehenderit cillum aliqua labo\",\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\": \"1959-07-24T19:11:28.351Z\",\n \"created_at\": \"2010-04-28T13:49:58.499Z\",\n \"updated_at\": \"2018-02-20T14:29:36.412Z\",\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\": \"1945-01-22T03:55:36.488Z\",\n \"tmp_updated_at\": \"1962-02-27T18:16:41.109Z\"\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\": \"Duis commodoad sit dolorecupidat\",\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\": \"1950-09-06T16:51:38.807Z\",\n \"created_at\": \"1998-12-29T22:50:56.762Z\",\n \"updated_at\": \"1981-08-26T19:24:16.560Z\",\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\": \"et ex sunt aliquadolore dolor en\",\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\": \"1964-08-30T21:31:04.724Z\",\n \"created_at\": \"1995-09-13T07:44:30.909Z\",\n \"updated_at\": \"1980-04-26T12:45:35.744Z\",\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\": \"2002-04-04T04:31:39.220Z\",\n \"tmp_updated_at\": \"1988-05-13T01:50:53.823Z\"\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\": \"dolore et eiusmodea cillumindo a\",\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\": \"1993-03-20T12:09:59.624Z\",\n \"created_at\": \"2005-09-22T21:41:57.239Z\",\n \"updated_at\": \"1951-02-16T23:44:57.007Z\",\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\": \"idad culpa magna quiid dolormoll\",\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\": \"1992-09-15T19:42:36.179Z\",\n \"created_at\": \"2006-02-07T20:34:32.142Z\",\n \"updated_at\": \"2003-09-26T03:33:47.334Z\",\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\": \"2019-11-13T20:14:14.405Z\",\n \"tmp_updated_at\": \"2007-04-10T15:12:14.770Z\"\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": "44df32bc-7cc7-4e58-b745-cbebc3140825", + "id": "52ad1e88-d3ae-4d44-9d0e-cd12511bb0c0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7394,7 +7394,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"incididunt veniam cillumdolore t\",\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\": \"magna eiusmodvelit voluptate eiu\",\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\": \"1950-03-12T12:41:04.071Z\",\n \"created_at\": \"1978-09-04T04:50:31.504Z\",\n \"updated_at\": \"2023-01-05T10:07:10.643Z\",\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\": \"1967-01-13T16:02:13.388Z\",\n \"tmp_updated_at\": \"1971-04-13T06:14:19.788Z\"\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\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"quiex ut essedolore in ipsum est\",\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\": \"reprehenderit cillum aliqua labo\",\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\": \"1959-07-24T19:11:28.351Z\",\n \"created_at\": \"2010-04-28T13:49:58.499Z\",\n \"updated_at\": \"2018-02-20T14:29:36.412Z\",\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\": \"1945-01-22T03:55:36.488Z\",\n \"tmp_updated_at\": \"1962-02-27T18:16:41.109Z\"\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": "0d102b55-70b3-4100-af9a-965ad23b72f3", + "id": "eb3ef3c3-e664-4cc1-a521-4756751eea03", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7450,7 +7450,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"incididunt veniam cillumdolore t\",\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\": \"magna eiusmodvelit voluptate eiu\",\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\": \"1950-03-12T12:41:04.071Z\",\n \"created_at\": \"1978-09-04T04:50:31.504Z\",\n \"updated_at\": \"2023-01-05T10:07:10.643Z\",\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\": \"1967-01-13T16:02:13.388Z\",\n \"tmp_updated_at\": \"1971-04-13T06:14:19.788Z\"\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\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"quiex ut essedolore in ipsum est\",\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\": \"reprehenderit cillum aliqua labo\",\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\": \"1959-07-24T19:11:28.351Z\",\n \"created_at\": \"2010-04-28T13:49:58.499Z\",\n \"updated_at\": \"2018-02-20T14:29:36.412Z\",\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\": \"1945-01-22T03:55:36.488Z\",\n \"tmp_updated_at\": \"1962-02-27T18:16:41.109Z\"\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": "0fe85f44-b30a-4204-b013-6565ae86da11", + "id": "6f11d204-3647-409c-aaf0-46482b7d22cf", "name": "Find attribute data by id", "request": { "name": "Find attribute data by id", @@ -7520,7 +7520,7 @@ }, "response": [ { - "id": "16d7ed7b-96ab-4789-b443-da20a6fd9005", + "id": "65de7268-3771-40f0-882e-7fa06ad6f227", "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\": \"Duis commodoad sit dolorecupidat\",\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\": \"1950-09-06T16:51:38.807Z\",\n \"created_at\": \"1998-12-29T22:50:56.762Z\",\n \"updated_at\": \"1981-08-26T19:24:16.560Z\",\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\": \"et ex sunt aliquadolore dolor en\",\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\": \"1964-08-30T21:31:04.724Z\",\n \"created_at\": \"1995-09-13T07:44:30.909Z\",\n \"updated_at\": \"1980-04-26T12:45:35.744Z\",\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\": \"2002-04-04T04:31:39.220Z\",\n \"tmp_updated_at\": \"1988-05-13T01:50:53.823Z\"\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\": \"dolore et eiusmodea cillumindo a\",\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\": \"1993-03-20T12:09:59.624Z\",\n \"created_at\": \"2005-09-22T21:41:57.239Z\",\n \"updated_at\": \"1951-02-16T23:44:57.007Z\",\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\": \"idad culpa magna quiid dolormoll\",\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\": \"1992-09-15T19:42:36.179Z\",\n \"created_at\": \"2006-02-07T20:34:32.142Z\",\n \"updated_at\": \"2003-09-26T03:33:47.334Z\",\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\": \"2019-11-13T20:14:14.405Z\",\n \"tmp_updated_at\": \"2007-04-10T15:12:14.770Z\"\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": "7633b738-4278-4ba2-9627-ed509da3540b", + "id": "952b8f9a-3722-4601-b4ab-46a03864f3fd", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7608,7 +7608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "766053e4-8cca-4fd1-a183-061c900fc2ac", + "id": "0a2cba89-daaf-4df4-973e-fb8677eb1b41", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7658,7 +7658,7 @@ } }, { - "id": "bb779eb5-8277-479e-b707-5fc441cf7c48", + "id": "10438d96-8479-450d-a7a8-58dea3630ec1", "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\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"incididunt veniam cillumdolore t\",\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\": \"magna eiusmodvelit voluptate eiu\",\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\": \"1950-03-12T12:41:04.071Z\",\n \"created_at\": \"1978-09-04T04:50:31.504Z\",\n \"updated_at\": \"2023-01-05T10:07:10.643Z\",\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\": \"1967-01-13T16:02:13.388Z\",\n \"tmp_updated_at\": \"1971-04-13T06:14:19.788Z\"\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\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"quiex ut essedolore in ipsum est\",\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\": \"reprehenderit cillum aliqua labo\",\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\": \"1959-07-24T19:11:28.351Z\",\n \"created_at\": \"2010-04-28T13:49:58.499Z\",\n \"updated_at\": \"2018-02-20T14:29:36.412Z\",\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\": \"1945-01-22T03:55:36.488Z\",\n \"tmp_updated_at\": \"1962-02-27T18:16:41.109Z\"\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": "868256d9-fb08-41fc-bdf8-ecc9ee542bc2", + "id": "081a2b65-6ec5-4fef-8791-4a4a10918bd9", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7748,7 +7748,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"incididunt veniam cillumdolore t\",\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\": \"magna eiusmodvelit voluptate eiu\",\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\": \"1950-03-12T12:41:04.071Z\",\n \"created_at\": \"1978-09-04T04:50:31.504Z\",\n \"updated_at\": \"2023-01-05T10:07:10.643Z\",\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\": \"1967-01-13T16:02:13.388Z\",\n \"tmp_updated_at\": \"1971-04-13T06:14:19.788Z\"\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\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"quiex ut essedolore in ipsum est\",\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\": \"reprehenderit cillum aliqua labo\",\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\": \"1959-07-24T19:11:28.351Z\",\n \"created_at\": \"2010-04-28T13:49:58.499Z\",\n \"updated_at\": \"2018-02-20T14:29:36.412Z\",\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\": \"1945-01-22T03:55:36.488Z\",\n \"tmp_updated_at\": \"1962-02-27T18:16:41.109Z\"\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\": \"Duis commodoad sit dolorecupidat\",\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\": \"1950-09-06T16:51:38.807Z\",\n \"created_at\": \"1998-12-29T22:50:56.762Z\",\n \"updated_at\": \"1981-08-26T19:24:16.560Z\",\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\": \"et ex sunt aliquadolore dolor en\",\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\": \"1964-08-30T21:31:04.724Z\",\n \"created_at\": \"1995-09-13T07:44:30.909Z\",\n \"updated_at\": \"1980-04-26T12:45:35.744Z\",\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\": \"2002-04-04T04:31:39.220Z\",\n \"tmp_updated_at\": \"1988-05-13T01:50:53.823Z\"\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\": \"dolore et eiusmodea cillumindo a\",\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\": \"1993-03-20T12:09:59.624Z\",\n \"created_at\": \"2005-09-22T21:41:57.239Z\",\n \"updated_at\": \"1951-02-16T23:44:57.007Z\",\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\": \"idad culpa magna quiid dolormoll\",\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\": \"1992-09-15T19:42:36.179Z\",\n \"created_at\": \"2006-02-07T20:34:32.142Z\",\n \"updated_at\": \"2003-09-26T03:33:47.334Z\",\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\": \"2019-11-13T20:14:14.405Z\",\n \"tmp_updated_at\": \"2007-04-10T15:12:14.770Z\"\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": "4ab560ac-d722-4713-b37b-bc80c4b475a0", + "id": "0acd10a8-c1c0-49af-a6d1-8a4a29088191", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7805,7 +7805,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"incididunt veniam cillumdolore t\",\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\": \"magna eiusmodvelit voluptate eiu\",\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\": \"1950-03-12T12:41:04.071Z\",\n \"created_at\": \"1978-09-04T04:50:31.504Z\",\n \"updated_at\": \"2023-01-05T10:07:10.643Z\",\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\": \"1967-01-13T16:02:13.388Z\",\n \"tmp_updated_at\": \"1971-04-13T06:14:19.788Z\"\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\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"quiex ut essedolore in ipsum est\",\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\": \"reprehenderit cillum aliqua labo\",\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\": \"1959-07-24T19:11:28.351Z\",\n \"created_at\": \"2010-04-28T13:49:58.499Z\",\n \"updated_at\": \"2018-02-20T14:29:36.412Z\",\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\": \"1945-01-22T03:55:36.488Z\",\n \"tmp_updated_at\": \"1962-02-27T18:16:41.109Z\"\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": "555f34c4-8bd1-4af0-a334-d926cd103752", + "id": "8d87b51e-df34-4149-b6ef-c28b355c0c00", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7862,7 +7862,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"incididunt veniam cillumdolore t\",\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\": \"magna eiusmodvelit voluptate eiu\",\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\": \"1950-03-12T12:41:04.071Z\",\n \"created_at\": \"1978-09-04T04:50:31.504Z\",\n \"updated_at\": \"2023-01-05T10:07:10.643Z\",\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\": \"1967-01-13T16:02:13.388Z\",\n \"tmp_updated_at\": \"1971-04-13T06:14:19.788Z\"\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\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"quiex ut essedolore in ipsum est\",\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\": \"reprehenderit cillum aliqua labo\",\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\": \"1959-07-24T19:11:28.351Z\",\n \"created_at\": \"2010-04-28T13:49:58.499Z\",\n \"updated_at\": \"2018-02-20T14:29:36.412Z\",\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\": \"1945-01-22T03:55:36.488Z\",\n \"tmp_updated_at\": \"1962-02-27T18:16:41.109Z\"\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": "b95ebb82-8465-4ba5-9e31-86f734e85b16", + "id": "35d5f031-fd14-4a3a-8bbd-165128957c78", "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\": \"urn:uuid:2dbfe083-0fa8-ff71-942a-4b58b146b73f\",\n \"option\": \"id\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"38b7ee3b-6830-2fd9-82f0-aa98713f6e8f\",\n \"option\": \"commodo nostrud pro\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7939,7 +7939,7 @@ }, "response": [ { - "id": "fa70b264-a2c5-4e53-8de9-7dbbdf80d2b5", + "id": "0985b1ce-87c6-4e8a-9449-64d8295ce2b9", "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\": \"urn:uuid:2dbfe083-0fa8-ff71-942a-4b58b146b73f\",\n \"option\": \"id\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"38b7ee3b-6830-2fd9-82f0-aa98713f6e8f\",\n \"option\": \"commodo nostrud pro\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7990,12 +7990,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"56db9ec5-c47e-3cb5-f35c-7301b0df8dc5\",\n \"uid\": \"ad eusint anim dolorein labore s\",\n \"ne_attribute_id\": \"7e7b4ea2-9bfd-6ec7-3e8b-492503156d00\",\n \"option\": \"anim et Ex\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:51ca9e8d-dc82-056d-4450-c7b3cd9f452c\",\n \"uid\": \"Excepteur nulla deseruntsint iru\",\n \"ne_attribute_id\": \"urn:uuid:471ccfac-a725-5059-7ab3-8b51f903fdc1\",\n \"option\": \"in proident est fugiat\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3602ce74-ed6c-47b6-a4fe-344c2232e182", + "id": "b36143ae-a567-4a60-aad8-df68727e63c3", "name": "Invalid input", "originalRequest": { "url": { @@ -8025,7 +8025,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:2dbfe083-0fa8-ff71-942a-4b58b146b73f\",\n \"option\": \"id\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"38b7ee3b-6830-2fd9-82f0-aa98713f6e8f\",\n \"option\": \"commodo nostrud pro\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8047,7 +8047,7 @@ } }, { - "id": "ae7fd94e-0510-4718-860f-24c7126083bf", + "id": "d62caf3f-7e9a-4e4f-8b7b-382f72bd175a", "name": "Get option based attribute values", "request": { "name": "Get option based attribute values", @@ -8123,7 +8123,7 @@ }, "response": [ { - "id": "d4224907-f7a6-4bec-bfdc-41ae519bd2de", + "id": "a8ecb94b-134f-4513-bc69-37cdd4b98efc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8207,12 +8207,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:63474203-3d1c-e3f3-dafc-99bd80105fb7\",\n \"uid\": \"aute non ut magnalabore Excepteu\",\n \"ne_attribute_id\": \"urn:uuid:e906f7a1-902e-e624-71cc-46f7ca04b1a3\",\n \"option\": \"laborum Excepteur\"\n },\n {\n \"id\": \"a968a40e-eed8-3d1a-e0e0-b202a973c96d\",\n \"uid\": \"officia reprehenderit inquis mol\",\n \"ne_attribute_id\": \"urn:uuid:e853289b-4522-e458-88ab-7f659204db05\",\n \"option\": \"laborum magna minim\"\n }\n ],\n \"_metadata\": {\n \"limit\": -57294380,\n \"offset\": -41400087,\n \"total\": -31550352,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"8284895a-a92c-5fad-bb03-ea4ae0e11d68\",\n \"uid\": \"ipsum ex dolore mollitnisi adipi\",\n \"ne_attribute_id\": \"urn:uuid:293cf660-9042-efa5-6943-125a610b1428\",\n \"option\": \"esse irure\"\n },\n {\n \"id\": \"12b9b875-24d0-30a0-eb65-ebc3e8a7d3de\",\n \"uid\": \"culpa aliqua amet ullamco quiexe\",\n \"ne_attribute_id\": \"urn:uuid:c3dd61d3-30b9-294e-edb6-41712d4ab794\",\n \"option\": \"minim\"\n }\n ],\n \"_metadata\": {\n \"limit\": 86145997,\n \"offset\": -8150936,\n \"total\": -81982494,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d5dfd4a6-dd48-433e-a9cb-f508f473a530", + "id": "28d7221f-33ae-4992-8ab9-03a991f6587e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8301,7 +8301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c8c4ed0-8065-4b0b-a9b3-6d5cf3dcb104", + "id": "cb2ca5b6-247f-4db4-9bc5-c15a18f54421", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8396,7 +8396,7 @@ } }, { - "id": "2abeac43-433a-4351-a3da-30a071fecf7f", + "id": "ae00d441-5cd1-4418-a312-07da809ccd75", "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\": \"c7317ece-0cdf-2dde-525f-923fa22f0e77\",\n \"option\": \"incididunt ullamco cupidatat t\"\n },\n {\n \"ne_attribute_id\": \"4bcb0c58-ab08-b8dc-75c1-8de02eefe538\",\n \"option\": \"in dolore reprehenderit Lorem\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:98a31bcb-2922-a8e8-9b50-efd4ee43b06e\",\n \"option\": \"occaecat nostrud id\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:c7d87203-0b9d-272a-dd04-eb4c3056853d\",\n \"option\": \"anim do veniam elit et\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8439,7 +8439,7 @@ }, "response": [ { - "id": "34333869-7662-4a10-9c5d-fe7efc37117e", + "id": "6965b5f9-a72e-4336-8ba7-de83a208cbc8", "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\": \"c7317ece-0cdf-2dde-525f-923fa22f0e77\",\n \"option\": \"incididunt ullamco cupidatat t\"\n },\n {\n \"ne_attribute_id\": \"4bcb0c58-ab08-b8dc-75c1-8de02eefe538\",\n \"option\": \"in dolore reprehenderit Lorem\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:98a31bcb-2922-a8e8-9b50-efd4ee43b06e\",\n \"option\": \"occaecat nostrud id\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:c7d87203-0b9d-272a-dd04-eb4c3056853d\",\n \"option\": \"anim do veniam elit et\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8490,12 +8490,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:ad459f17-90f5-72b0-ce65-df1dfe8beb35\",\n \"uid\": \"qui ex Lorem aliquaExcepteur fug\",\n \"ne_attribute_id\": \"urn:uuid:41a7003e-544e-1f67-0f32-bcc39d1be2a7\",\n \"option\": \"cupidatat offi\"\n },\n {\n \"id\": \"urn:uuid:cb4489b5-5968-e086-943d-7a895e2af0ff\",\n \"uid\": \"id ipsumcommodo id eu ullamcoin \",\n \"ne_attribute_id\": \"f9085e1d-8a0c-8ce6-4719-a66a9919b71b\",\n \"option\": \"non fugiat magna labore\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:84beb459-4144-2e84-a210-17f3c2bdda91\",\n \"uid\": \"laborum enim Loremipsum sedDuis \",\n \"ne_attribute_id\": \"urn:uuid:ae58bb05-a75f-5078-b1d9-fc0c88261ccd\",\n \"option\": \"sit ullamco\"\n },\n {\n \"id\": \"urn:uuid:ab8de756-1ee8-3a38-416a-9d6f15889439\",\n \"uid\": \"anim do sintdeserunt fugiat adEx\",\n \"ne_attribute_id\": \"bdd95bb7-681f-2025-b138-a88198e4a84e\",\n \"option\": \"aliqua et\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2e1b3ce7-ac8b-4b42-9a6c-98905e13523b", + "id": "bd891e0f-7834-4dff-859f-85e769140866", "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\": \"c7317ece-0cdf-2dde-525f-923fa22f0e77\",\n \"option\": \"incididunt ullamco cupidatat t\"\n },\n {\n \"ne_attribute_id\": \"4bcb0c58-ab08-b8dc-75c1-8de02eefe538\",\n \"option\": \"in dolore reprehenderit Lorem\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:98a31bcb-2922-a8e8-9b50-efd4ee43b06e\",\n \"option\": \"occaecat nostrud id\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:c7d87203-0b9d-272a-dd04-eb4c3056853d\",\n \"option\": \"anim do veniam elit et\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8551,7 +8551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6475b920-540d-447b-9716-82041c660eee", + "id": "15b068cc-3077-4787-87c7-4d629f8b4eb0", "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\": \"c7317ece-0cdf-2dde-525f-923fa22f0e77\",\n \"option\": \"incididunt ullamco cupidatat t\"\n },\n {\n \"ne_attribute_id\": \"4bcb0c58-ab08-b8dc-75c1-8de02eefe538\",\n \"option\": \"in dolore reprehenderit Lorem\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:98a31bcb-2922-a8e8-9b50-efd4ee43b06e\",\n \"option\": \"occaecat nostrud id\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:c7d87203-0b9d-272a-dd04-eb4c3056853d\",\n \"option\": \"anim do veniam elit et\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8613,7 +8613,7 @@ } }, { - "id": "355d6dc0-d4eb-4524-9029-1b1cc390940c", + "id": "3ee5cfc7-a256-4555-928b-45d107d6b4ff", "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\": \"8b788d6b-c876-988f-1706-566a1b9a324a\",\n \"ne_attribute_id\": \"urn:uuid:ce479e1a-c6c3-ebd3-cc99-04a69d47f9ab\",\n \"option\": \"pariatur enim proident incididunt\"\n },\n {\n \"id\": \"74f506d4-bce3-17c5-f3df-328a4cd5c902\",\n \"ne_attribute_id\": \"urn:uuid:b51cc2d5-1921-b032-87d9-4210a024c632\",\n \"option\": \"nostrud fugiat ad\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:00f67bf1-df5c-7032-bdf7-9180fcfd56af\",\n \"ne_attribute_id\": \"urn:uuid:402a4dec-73c7-f9d6-5325-7ea2ff9e5e8d\",\n \"option\": \"amet consectetur dolore\"\n },\n {\n \"id\": \"de6429aa-c17e-7aa4-6263-b7e31fc0211e\",\n \"ne_attribute_id\": \"5b932863-cde5-ed67-0fa2-47d67a945fed\",\n \"option\": \"laboris d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8656,7 +8656,7 @@ }, "response": [ { - "id": "ec65742a-0155-4111-9907-abdf9c98206d", + "id": "d318ed96-1952-4f79-a8c4-4a89a7cc2834", "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\": \"8b788d6b-c876-988f-1706-566a1b9a324a\",\n \"ne_attribute_id\": \"urn:uuid:ce479e1a-c6c3-ebd3-cc99-04a69d47f9ab\",\n \"option\": \"pariatur enim proident incididunt\"\n },\n {\n \"id\": \"74f506d4-bce3-17c5-f3df-328a4cd5c902\",\n \"ne_attribute_id\": \"urn:uuid:b51cc2d5-1921-b032-87d9-4210a024c632\",\n \"option\": \"nostrud fugiat ad\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:00f67bf1-df5c-7032-bdf7-9180fcfd56af\",\n \"ne_attribute_id\": \"urn:uuid:402a4dec-73c7-f9d6-5325-7ea2ff9e5e8d\",\n \"option\": \"amet consectetur dolore\"\n },\n {\n \"id\": \"de6429aa-c17e-7aa4-6263-b7e31fc0211e\",\n \"ne_attribute_id\": \"5b932863-cde5-ed67-0fa2-47d67a945fed\",\n \"option\": \"laboris d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8707,12 +8707,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:ad459f17-90f5-72b0-ce65-df1dfe8beb35\",\n \"uid\": \"qui ex Lorem aliquaExcepteur fug\",\n \"ne_attribute_id\": \"urn:uuid:41a7003e-544e-1f67-0f32-bcc39d1be2a7\",\n \"option\": \"cupidatat offi\"\n },\n {\n \"id\": \"urn:uuid:cb4489b5-5968-e086-943d-7a895e2af0ff\",\n \"uid\": \"id ipsumcommodo id eu ullamcoin \",\n \"ne_attribute_id\": \"f9085e1d-8a0c-8ce6-4719-a66a9919b71b\",\n \"option\": \"non fugiat magna labore\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:84beb459-4144-2e84-a210-17f3c2bdda91\",\n \"uid\": \"laborum enim Loremipsum sedDuis \",\n \"ne_attribute_id\": \"urn:uuid:ae58bb05-a75f-5078-b1d9-fc0c88261ccd\",\n \"option\": \"sit ullamco\"\n },\n {\n \"id\": \"urn:uuid:ab8de756-1ee8-3a38-416a-9d6f15889439\",\n \"uid\": \"anim do sintdeserunt fugiat adEx\",\n \"ne_attribute_id\": \"bdd95bb7-681f-2025-b138-a88198e4a84e\",\n \"option\": \"aliqua et\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a58ee159-3fc1-4894-938a-30993d2dd499", + "id": "d2eee7ed-689e-4bba-97fe-a201493076eb", "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\": \"8b788d6b-c876-988f-1706-566a1b9a324a\",\n \"ne_attribute_id\": \"urn:uuid:ce479e1a-c6c3-ebd3-cc99-04a69d47f9ab\",\n \"option\": \"pariatur enim proident incididunt\"\n },\n {\n \"id\": \"74f506d4-bce3-17c5-f3df-328a4cd5c902\",\n \"ne_attribute_id\": \"urn:uuid:b51cc2d5-1921-b032-87d9-4210a024c632\",\n \"option\": \"nostrud fugiat ad\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:00f67bf1-df5c-7032-bdf7-9180fcfd56af\",\n \"ne_attribute_id\": \"urn:uuid:402a4dec-73c7-f9d6-5325-7ea2ff9e5e8d\",\n \"option\": \"amet consectetur dolore\"\n },\n {\n \"id\": \"de6429aa-c17e-7aa4-6263-b7e31fc0211e\",\n \"ne_attribute_id\": \"5b932863-cde5-ed67-0fa2-47d67a945fed\",\n \"option\": \"laboris d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8768,7 +8768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1de0ccb0-ceb7-449c-90a3-39821ef303f3", + "id": "f950c836-c8cd-4fce-b8db-d0af0998fc7b", "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\": \"8b788d6b-c876-988f-1706-566a1b9a324a\",\n \"ne_attribute_id\": \"urn:uuid:ce479e1a-c6c3-ebd3-cc99-04a69d47f9ab\",\n \"option\": \"pariatur enim proident incididunt\"\n },\n {\n \"id\": \"74f506d4-bce3-17c5-f3df-328a4cd5c902\",\n \"ne_attribute_id\": \"urn:uuid:b51cc2d5-1921-b032-87d9-4210a024c632\",\n \"option\": \"nostrud fugiat ad\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:00f67bf1-df5c-7032-bdf7-9180fcfd56af\",\n \"ne_attribute_id\": \"urn:uuid:402a4dec-73c7-f9d6-5325-7ea2ff9e5e8d\",\n \"option\": \"amet consectetur dolore\"\n },\n {\n \"id\": \"de6429aa-c17e-7aa4-6263-b7e31fc0211e\",\n \"ne_attribute_id\": \"5b932863-cde5-ed67-0fa2-47d67a945fed\",\n \"option\": \"laboris d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8830,7 +8830,7 @@ } }, { - "id": "7d76c79e-9cfe-4a72-8d0f-fbf2c244379a", + "id": "8b7483f6-0aeb-4080-869f-86faa91a7da4", "name": "Find option based attribute value by id", "request": { "name": "Find option based attribute value by id", @@ -8872,7 +8872,7 @@ }, "response": [ { - "id": "ec8bb568-3f53-4794-8b85-f4e708c08f6b", + "id": "a4d7d1df-2eb3-4ab2-9d3d-acb17512db3c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8911,12 +8911,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"56db9ec5-c47e-3cb5-f35c-7301b0df8dc5\",\n \"uid\": \"ad eusint anim dolorein labore s\",\n \"ne_attribute_id\": \"7e7b4ea2-9bfd-6ec7-3e8b-492503156d00\",\n \"option\": \"anim et Ex\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:51ca9e8d-dc82-056d-4450-c7b3cd9f452c\",\n \"uid\": \"Excepteur nulla deseruntsint iru\",\n \"ne_attribute_id\": \"urn:uuid:471ccfac-a725-5059-7ab3-8b51f903fdc1\",\n \"option\": \"in proident est fugiat\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "89465d30-a815-4b2f-b8ea-d43ec71f2c35", + "id": "5638b802-548d-470a-8b24-5d0165da6374", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8960,7 +8960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cba49dce-57c8-4f5b-9130-d404a2b0eeb3", + "id": "794b57ba-2123-4bb0-be02-ff43537e2aaf", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9010,7 +9010,7 @@ } }, { - "id": "772f8a23-dabb-4b98-9a20-d3a196321646", + "id": "bf25111f-ba30-4871-9195-109b2b1491b6", "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\": \"urn:uuid:2dbfe083-0fa8-ff71-942a-4b58b146b73f\",\n \"option\": \"id\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"38b7ee3b-6830-2fd9-82f0-aa98713f6e8f\",\n \"option\": \"commodo nostrud pro\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9065,7 +9065,7 @@ }, "response": [ { - "id": "36c63795-72bd-4f7f-a68b-6e007b9add86", + "id": "e6dc6304-9059-4004-a6e1-1c519d9b8801", "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\": \"urn:uuid:2dbfe083-0fa8-ff71-942a-4b58b146b73f\",\n \"option\": \"id\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"38b7ee3b-6830-2fd9-82f0-aa98713f6e8f\",\n \"option\": \"commodo nostrud pro\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9117,12 +9117,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"56db9ec5-c47e-3cb5-f35c-7301b0df8dc5\",\n \"uid\": \"ad eusint anim dolorein labore s\",\n \"ne_attribute_id\": \"7e7b4ea2-9bfd-6ec7-3e8b-492503156d00\",\n \"option\": \"anim et Ex\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:51ca9e8d-dc82-056d-4450-c7b3cd9f452c\",\n \"uid\": \"Excepteur nulla deseruntsint iru\",\n \"ne_attribute_id\": \"urn:uuid:471ccfac-a725-5059-7ab3-8b51f903fdc1\",\n \"option\": \"in proident est fugiat\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "351fd59e-6f96-4c3b-8078-b2ea94d098c9", + "id": "a6ddd1f1-382a-4933-9d33-dd22e68d9a42", "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\": \"urn:uuid:2dbfe083-0fa8-ff71-942a-4b58b146b73f\",\n \"option\": \"id\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"38b7ee3b-6830-2fd9-82f0-aa98713f6e8f\",\n \"option\": \"commodo nostrud pro\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9179,7 +9179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5c6cab5-9d04-4fce-917c-f0f7fd40973e", + "id": "37a062f7-2302-4051-8c3e-3f5a07ef7f0f", "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\": \"urn:uuid:2dbfe083-0fa8-ff71-942a-4b58b146b73f\",\n \"option\": \"id\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"38b7ee3b-6830-2fd9-82f0-aa98713f6e8f\",\n \"option\": \"commodo nostrud pro\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9242,7 +9242,7 @@ } }, { - "id": "1e9f40fa-bd1e-4c67-8df2-7bc7e3e65a9d", + "id": "be76cef2-bd6f-4533-9c63-d9a0561fa8dc", "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": "ca8b9f64-b8ac-4025-a545-f3bb0a205bdd", + "id": "965b092d-ed15-43a3-bd62-425f4cc5e526", "name": "Confirmation of a deleted object", "originalRequest": { "url": { @@ -9328,7 +9328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f67f86e-0d7b-45e0-b17f-80e48144c00b", + "id": "ce196555-d5e5-43e7-89fc-9c69555fbd5e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9372,7 +9372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03592b3a-a8ba-42d2-9fc3-87122403c7da", + "id": "e602015e-f234-4b59-96ba-1453c50dc0a7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9428,7 +9428,7 @@ "description": "", "item": [ { - "id": "bc22aacb-a0ab-4961-b5ac-1cdd61d006be", + "id": "9196ccb1-7569-4a73-80a8-0c1e02905bf3", "name": "Create a profile page", "request": { "name": "Create a profile page", @@ -9472,7 +9472,7 @@ }, "response": [ { - "id": "f57d993d-c2fa-4a74-a897-2cbd60e0c0b1", + "id": "5b1f59b7-d77f-4ee3-a52b-45659c786c4b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9529,7 +9529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28a7e5e4-738a-4659-bf61-055734eceb6d", + "id": "d706d861-18a3-4b36-a74d-b080faa631a0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9586,7 +9586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a90623db-79cf-4824-8f36-9c4efa9fc02c", + "id": "09f5ae6c-5f8f-42a0-9cc2-00f44a0fcb79", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9649,7 +9649,7 @@ } }, { - "id": "6e5a36fd-4c03-43a9-81ab-b91f0a354b3b", + "id": "b99e6336-cd75-4128-b401-8295037a0c18", "name": "Create a workflow page", "request": { "name": "Create a workflow page", @@ -9693,7 +9693,7 @@ }, "response": [ { - "id": "57284e9a-4c83-4188-b0f7-693bfd952296", + "id": "468ca1e9-2dd0-48fc-a645-ca7ee85896e6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9750,7 +9750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4e39d6e-4b2c-4162-8050-c0b6b788d29d", + "id": "901a9530-d325-4170-881a-0069b34d1641", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9807,7 +9807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2cca8f2-dcbd-43da-8bcf-6c74c5c16358", + "id": "4b348357-ab09-4eb7-b971-aed30a221bcf", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9876,7 +9876,7 @@ "description": "", "item": [ { - "id": "50dc2eee-80c5-4315-887d-4b932a7710eb", + "id": "ca6b61de-e854-40aa-8736-17666543230f", "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\": \"utreprehenderit do exercitation \",\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\": \"esse cillum labore est ullamcoin\",\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\": \"officia nostrud consequatipsum c\",\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\": \"magna esse utvoluptate ea eiusmo\",\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\": \"nisi euin ut dolorelaboris occae\",\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\": \"nisi in occaecat culpa laborumco\",\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\": \"ullamco voluptateminimfugiat cup\",\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 ea consectetur minim esseocc\",\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": "6a4e7de1-42c2-48b7-87fa-1eba90ff208d", + "id": "9e769195-8b32-4b83-b09d-fd4e402ca586", "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\": \"utreprehenderit do exercitation \",\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\": \"esse cillum labore est ullamcoin\",\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\": \"officia nostrud consequatipsum c\",\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\": \"magna esse utvoluptate ea eiusmo\",\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\": \"nisi euin ut dolorelaboris occae\",\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\": \"nisi in occaecat culpa laborumco\",\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\": \"ullamco voluptateminimfugiat cup\",\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 ea consectetur minim esseocc\",\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\": \"adipisicingUt laborumlaborequis \",\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\": \"reprehenderit ad ea nisi estenim\",\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\": \"dolor officia mollitdolor nostru\",\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 exercitationdoloreUt cul\",\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\": \"consequat culpa magnavelit qui d\",\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\": \"adipisicingculpaut velit nonnons\",\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\": \"quisamet do exreprehenderitnonut\",\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\": \"exercitation proident commodo do\",\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\": \"dolor nulla culpa Lorem pariatur\",\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\": \"ea Duis dolor UtDuis nonsint cul\",\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": "82e5784d-692a-4048-8d8c-7dae321a50bc", + "id": "07ad2262-51b5-4a65-8690-05749eb518b7", "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\": \"utreprehenderit do exercitation \",\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\": \"esse cillum labore est ullamcoin\",\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\": \"officia nostrud consequatipsum c\",\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\": \"magna esse utvoluptate ea eiusmo\",\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\": \"nisi euin ut dolorelaboris occae\",\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\": \"nisi in occaecat culpa laborumco\",\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\": \"ullamco voluptateminimfugiat cup\",\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 ea consectetur minim esseocc\",\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": "dfc77fd9-4d29-467d-9ef3-e68519a58883", + "id": "8573e455-9a50-49f2-a89a-c8ac2abe8e51", "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\": \"utreprehenderit do exercitation \",\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\": \"esse cillum labore est ullamcoin\",\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\": \"officia nostrud consequatipsum c\",\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\": \"magna esse utvoluptate ea eiusmo\",\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\": \"nisi euin ut dolorelaboris occae\",\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\": \"nisi in occaecat culpa laborumco\",\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\": \"ullamco voluptateminimfugiat cup\",\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 ea consectetur minim esseocc\",\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": "cd3110be-9c2f-447e-875a-d1bb8d5084a5", + "id": "02f1a422-ff51-4dfd-8f89-46b5b14ec4fd", "name": "Get profile types", "request": { "name": "Get profile types", @@ -10143,7 +10143,7 @@ "type": "text/plain" }, "key": "name", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -10178,7 +10178,7 @@ }, "response": [ { - "id": "d79f0418-cea7-47de-8e14-db20c06c5718", + "id": "b39ca07b-f369-4e7f-87b5-10dd30dbd722", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10223,7 +10223,7 @@ "type": "text/plain" }, "key": "name", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -10271,12 +10271,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_types\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur reprehenderitofficia\",\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\": \"culpa sunt in reprehenderit amet\",\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\": \"culpa ipsum Utelit ipsumeiusmod \",\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\": \"consequat qui esseadipisicing pr\",\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\": \"in nonnulla ut sed Excepteur idv\",\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\": \"laborumproident aliquip deserunt\",\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\": \"ex non consectetur magnaofficia \",\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\": \"dolor reprehenderit occaecat ina\",\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\": \"sit laborumsed id dolortempor ma\",\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\": \"occaecat anim aliquiput exercita\",\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\": 45124311,\n \"offset\": 5696997,\n \"total\": 52731364,\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\": \"dolor eiusmod incididunt nostrud\",\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 sed sintcillum ullamcoconsequ\",\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\": \"non aute occaecat euDuis deserun\",\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\": \"id Ut utelit pariatur adipisicin\",\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\": \"Duisenim dolor deseruntdolor 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 \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"exDuis aliquipmollit ut sint exe\",\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\": \"adirure incididunt adipisicingmo\",\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\": \"Lorem cillum deserunt auteet com\",\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\": \"quis eueu aliquip anim tempornos\",\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\": \"voluptate eu aliquipirure qui ea\",\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\": -11746766,\n \"offset\": 18585690,\n \"total\": -53863577,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "949a899f-5a1f-4772-999a-9662ebefb110", + "id": "de116ccb-8c40-4afb-9846-c11a008b6a17", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10321,7 +10321,7 @@ "type": "text/plain" }, "key": "name", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -10374,7 +10374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "060119d7-db35-4f71-9ecc-67e66d4853c2", + "id": "912c17fe-25db-4059-9dca-126523248dae", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10419,7 +10419,7 @@ "type": "text/plain" }, "key": "name", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -10478,7 +10478,7 @@ } }, { - "id": "10e4b012-0296-4dd6-bbda-900ef3696753", + "id": "06a8c8d5-5761-4f5e-8d6f-3088279140af", "name": "Find profile type by id", "request": { "name": "Find profile type by id", @@ -10520,7 +10520,7 @@ }, "response": [ { - "id": "7168799a-f2e9-4e48-a76a-34b50c347972", + "id": "6bd28446-2e2c-403e-b911-ba8be874e45c", "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\": \"adipisicingUt laborumlaborequis \",\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\": \"reprehenderit ad ea nisi estenim\",\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\": \"dolor officia mollitdolor nostru\",\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 exercitationdoloreUt cul\",\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\": \"consequat culpa magnavelit qui d\",\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\": \"adipisicingculpaut velit nonnons\",\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\": \"quisamet do exreprehenderitnonut\",\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\": \"exercitation proident commodo do\",\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\": \"dolor nulla culpa Lorem pariatur\",\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\": \"ea Duis dolor UtDuis nonsint cul\",\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": "fe180aed-1761-45c1-bd3a-2c1726c5c7b8", + "id": "6d664a3a-d178-4ace-b096-de4edea74f3f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10608,7 +10608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62883607-0109-40be-8a78-59ce0e6e8569", + "id": "a65800e7-7747-4a17-adbd-f97fa7f9c352", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10658,7 +10658,7 @@ } }, { - "id": "b98ebe29-8a81-4e32-a176-2beb0e3540b0", + "id": "49d4f1f0-516c-4294-96f3-8749a04d9b38", "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\": \"laboreconsequat ad proident comm\",\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\": \"pariatur culpafugiat minim dolor\",\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\": \"deserunt velitin sint ut cupidat\",\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\": \"veniam Duis eiusmod quiipsum tem\",\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\": \"aliqua consectetur suntdolore Lo\",\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\": \"aliquip Ut incididuntipsum labor\",\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\": \"in inid pariatur sint incididunt\",\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\": \"ut amet culpanisi enim do volupt\",\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": "8355bf2d-840c-483d-bdbf-131f90cfffe1", + "id": "48be3239-74c6-4df1-859d-5f9aef7c8032", "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\": \"laboreconsequat ad proident comm\",\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\": \"pariatur culpafugiat minim dolor\",\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\": \"deserunt velitin sint ut cupidat\",\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\": \"veniam Duis eiusmod quiipsum tem\",\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\": \"aliqua consectetur suntdolore Lo\",\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\": \"aliquip Ut incididuntipsum labor\",\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\": \"in inid pariatur sint incididunt\",\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\": \"ut amet culpanisi enim do volupt\",\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\": \"adipisicingUt laborumlaborequis \",\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\": \"reprehenderit ad ea nisi estenim\",\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\": \"dolor officia mollitdolor nostru\",\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 exercitationdoloreUt cul\",\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\": \"consequat culpa magnavelit qui d\",\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\": \"adipisicingculpaut velit nonnons\",\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\": \"quisamet do exreprehenderitnonut\",\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\": \"exercitation proident commodo do\",\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\": \"dolor nulla culpa Lorem pariatur\",\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\": \"ea Duis dolor UtDuis nonsint cul\",\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": "b0c7acf9-7817-4350-9498-f41703359250", + "id": "e49ca7c1-50c5-4b8c-b263-862ec99e25ca", "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\": \"laboreconsequat ad proident comm\",\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\": \"pariatur culpafugiat minim dolor\",\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\": \"deserunt velitin sint ut cupidat\",\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\": \"veniam Duis eiusmod quiipsum tem\",\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\": \"aliqua consectetur suntdolore Lo\",\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\": \"aliquip Ut incididuntipsum labor\",\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\": \"in inid pariatur sint incididunt\",\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\": \"ut amet culpanisi enim do volupt\",\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": "8d39989a-7877-41f5-b245-437c2a353f06", + "id": "ef4135a7-ef6e-433d-8dca-698bbace75a8", "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\": \"laboreconsequat ad proident comm\",\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\": \"pariatur culpafugiat minim dolor\",\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\": \"deserunt velitin sint ut cupidat\",\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\": \"veniam Duis eiusmod quiipsum tem\",\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\": \"aliqua consectetur suntdolore Lo\",\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\": \"aliquip Ut incididuntipsum labor\",\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\": \"in inid pariatur sint incididunt\",\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\": \"ut amet culpanisi enim do volupt\",\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": "1d924481-8e24-4eee-96ac-2224e88134ab", + "id": "7f2ebfbc-9cb2-43f8-857e-8529df0490e2", "name": "Delete profile type", "request": { "name": "Delete profile type", @@ -10932,7 +10932,7 @@ }, "response": [ { - "id": "a48c86bf-eaaf-4bba-9409-71b631be30de", + "id": "3485b0db-86ac-469b-8965-cdb874bc27b6", "name": "Info about the operation", "originalRequest": { "url": { @@ -10976,7 +10976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ec62d63-ca8d-458c-b741-ba2e42894eff", + "id": "e6b8d883-3c46-4683-8f7b-98de0a7677cc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11020,7 +11020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "046bf46c-de40-424b-9d6d-d48d45a9133d", + "id": "59474362-53ab-40e3-a087-f2f354357b76", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11076,7 +11076,7 @@ "description": "", "item": [ { - "id": "7ef5fae7-37c4-4f07-8d82-7b699333afd2", + "id": "d3ee0529-f7b2-461b-9599-01fedc410f05", "name": "profile_types/ne_attributes synced status", "request": { "name": "profile_types/ne_attributes synced status", @@ -11174,7 +11174,7 @@ }, "response": [ { - "id": "8fb9ec0e-2f32-4cbf-b19b-3aeecc111d24", + "id": "4c11443c-e384-49a6-8034-e8ab6ca49ffc", "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\": \"dolor quis indeserunt mollit nos\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"sunt aliquip dolor nisiUt esse a\",\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\": \"ex sed ut etmagna exercitation v\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"aute deseruntminim Lorem culpapr\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "86eccdfa-ef87-43da-86e8-73657ffc1c73", + "id": "8f437b88-ac93-4479-acdb-5621e58d32ad", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11356,7 +11356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ab8cc36-f0c3-45e8-881b-035a4021e523", + "id": "35e05dc9-106e-4239-879a-643abfb54de6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11453,7 +11453,7 @@ } }, { - "id": "b740b935-f93c-4c1d-9945-5b319c968f3f", + "id": "8588b87a-f620-48f2-a8d9-7eb27f1afb9f", "name": "Create a synced attribute", "request": { "name": "Create a synced attribute", @@ -11503,7 +11503,7 @@ }, "response": [ { - "id": "15d79bf7-e709-46b3-ad45-d14b21c8e741", + "id": "34e461ea-4da6-4ff1-9045-d03e2c583221", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11561,7 +11561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b983ffc-82d2-4539-bf60-09aaf2547c78", + "id": "0724c2ea-3ada-47dc-900d-df547509bdbe", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11619,7 +11619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0b99858-fa3b-425d-90bd-5ead6fd567d8", + "id": "82cb884c-7835-4757-8e84-077ea0d51eef", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11683,7 +11683,7 @@ } }, { - "id": "597dc922-a1da-4d47-8ca7-6cee46efa58d", + "id": "f9dfcbe1-85ac-4360-9f13-e64ac8b57de9", "name": "Delete synced attribute", "request": { "name": "Delete synced attribute", @@ -11737,7 +11737,7 @@ }, "response": [ { - "id": "8a5c087b-2bff-49e9-a388-e6351ee28ea9", + "id": "7381e837-9c41-486c-bc3f-aa91077dd26a", "name": "Info about the operation", "originalRequest": { "url": { @@ -11783,7 +11783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc2860c7-d317-4acf-846a-16acc4f472bd", + "id": "0ae238f8-6f28-4eba-bc1f-52f8ae878055", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11829,7 +11829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f54b373d-90c7-4694-b354-211a08ea36fc", + "id": "b42326ff-6ab1-46f5-9997-281b6d8fd0be", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11887,7 +11887,7 @@ "description": "", "item": [ { - "id": "05ed2ce6-9db5-46b1-912d-74e0ac26ac31", + "id": "2c6d5aea-e859-44eb-b32f-fd440b2d7c3d", "name": "Create a profile type role", "request": { "name": "Create a profile type role", @@ -11930,7 +11930,7 @@ }, "response": [ { - "id": "687ef253-7cd2-4740-b9f9-cc3faa5e0f16", + "id": "9ea6232a-58f5-4911-be17-4b5095865e00", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11986,7 +11986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70c4d2bd-4fbd-4fc3-974a-91f580613c46", + "id": "6f72798c-e91e-4357-9b4a-0c1026fb7aad", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12042,7 +12042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b3ac3c-906a-4d3f-9fa3-a5c8d834d084", + "id": "418995ec-1eae-4259-a591-681d6dafc7b5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12110,7 +12110,7 @@ "description": "", "item": [ { - "id": "2989aa2f-a23c-4274-829b-d6b02500300a", + "id": "a64f8cc9-a6ed-4a1e-bf3c-6eba04ed33d2", "name": "Create a profile", "request": { "name": "Create a profile", @@ -12141,7 +12141,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"mollit ea incididunt\",\n \"profile_type_id\": \"urn:uuid:5354a1a2-e974-6ca9-dedb-55c9734f6fb3\",\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}", + "raw": "{\n \"profile\": {\n \"name\": \"incididunt dolore quis laboris\",\n \"profile_type_id\": \"bf249707-4589-af84-5f85-186bea5fb2d1\",\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", @@ -12153,7 +12153,7 @@ }, "response": [ { - "id": "0bafffaf-c486-4eba-bd5d-6fe9a2f87c5b", + "id": "9cf3a610-e5f7-409b-bfc9-d299f394c47f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12187,7 +12187,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"mollit ea incididunt\",\n \"profile_type_id\": \"urn:uuid:5354a1a2-e974-6ca9-dedb-55c9734f6fb3\",\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}", + "raw": "{\n \"profile\": {\n \"name\": \"incididunt dolore quis laboris\",\n \"profile_type_id\": \"bf249707-4589-af84-5f85-186bea5fb2d1\",\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", @@ -12204,12 +12204,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"idsint dolor ullamco voluptate u\",\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\": \"eiusmod amet esse Loremreprehend\",\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": "3de32edb-e7b2-471a-8a8e-c3228befdad3", + "id": "0ae3394b-7b52-411d-99de-9e3a53e1b7d6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12243,7 +12243,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"mollit ea incididunt\",\n \"profile_type_id\": \"urn:uuid:5354a1a2-e974-6ca9-dedb-55c9734f6fb3\",\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}", + "raw": "{\n \"profile\": {\n \"name\": \"incididunt dolore quis laboris\",\n \"profile_type_id\": \"bf249707-4589-af84-5f85-186bea5fb2d1\",\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", @@ -12265,7 +12265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26adff3d-d47a-407c-a4ef-9c94f45cb4c5", + "id": "0cfcec03-87ad-43eb-a9a6-4b5cb9a421a9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12299,7 +12299,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"mollit ea incididunt\",\n \"profile_type_id\": \"urn:uuid:5354a1a2-e974-6ca9-dedb-55c9734f6fb3\",\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}", + "raw": "{\n \"profile\": {\n \"name\": \"incididunt dolore quis laboris\",\n \"profile_type_id\": \"bf249707-4589-af84-5f85-186bea5fb2d1\",\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", @@ -12327,7 +12327,7 @@ } }, { - "id": "1e393f82-98c6-42cb-94fd-2fea7ccc0b2f", + "id": "2657bbf5-f74a-4513-a825-6d79d208d17d", "name": "Get profiles", "request": { "name": "Get profiles", @@ -12386,7 +12386,7 @@ "type": "text/plain" }, "key": "name", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -12395,7 +12395,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -12404,7 +12404,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Active" }, { "disabled": false, @@ -12430,7 +12430,7 @@ }, "response": [ { - "id": "da6f026f-320d-40d0-a850-bc250c580f2a", + "id": "25429409-f6ae-493b-ba7f-2cde1e602def", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12484,7 +12484,7 @@ "type": "text/plain" }, "key": "name", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -12493,7 +12493,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -12502,7 +12502,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Active" }, { "disabled": false, @@ -12541,12 +12541,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit iddo consequat qui nostru\",\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\": \"enim magnaUt Excepteur quis labo\",\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\": 34012289,\n \"offset\": -49984461,\n \"total\": -91518991,\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\": \"amet in ut animnisi laborequis e\",\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\": \"qui occaecat adcommodo sunteiusm\",\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\": -81312143,\n \"offset\": -48042813,\n \"total\": 53776858,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "99fc4a69-276c-464b-96c3-2f1cc9d814d1", + "id": "8590a626-ee8e-4bd2-b441-99db0fa667ff", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12600,7 +12600,7 @@ "type": "text/plain" }, "key": "name", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -12609,7 +12609,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -12618,7 +12618,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Active" }, { "disabled": false, @@ -12662,7 +12662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40270ad3-edee-4c7d-980c-fc59b07cb269", + "id": "7494e96f-4426-4ccd-a23f-09431771e0d1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12716,7 +12716,7 @@ "type": "text/plain" }, "key": "name", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" }, { "disabled": false, @@ -12725,7 +12725,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -12734,7 +12734,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Active" }, { "disabled": false, @@ -12784,7 +12784,7 @@ } }, { - "id": "a2de614a-8b78-4bde-a144-bc4d02231cc5", + "id": "6420d1e5-662f-4728-9c16-05ce83e8e6da", "name": "Create multiple profiles", "request": { "name": "Create multiple profiles", @@ -12815,7 +12815,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"incididunt ut ad\",\n \"profile_type_id\": \"urn:uuid:3c85b059-3f0a-f0ef-df8f-dc019937ab37\",\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 \"name\": \"irure minim Duis eu laboris\",\n \"profile_type_id\": \"a18a368e-fa23-8e18-1892-51e1fe514f0d\",\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}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"sunt ut\",\n \"profile_type_id\": \"urn:uuid:263c934a-a432-d42a-5fdd-cd8cf699cd64\",\n \"status\": \"Terminated\",\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\": \"sit dolore sed qui\",\n \"profile_type_id\": \"806544ea-fe0f-25a2-d8b9-084b964c204f\",\n \"status\": \"Active\",\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": "dd2f4ff9-a510-406b-8df7-c4b5d2db478b", + "id": "2b95835e-60f8-4671-9ddc-60d7c24f559f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12861,7 +12861,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"incididunt ut ad\",\n \"profile_type_id\": \"urn:uuid:3c85b059-3f0a-f0ef-df8f-dc019937ab37\",\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 \"name\": \"irure minim Duis eu laboris\",\n \"profile_type_id\": \"a18a368e-fa23-8e18-1892-51e1fe514f0d\",\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}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"sunt ut\",\n \"profile_type_id\": \"urn:uuid:263c934a-a432-d42a-5fdd-cd8cf699cd64\",\n \"status\": \"Terminated\",\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\": \"sit dolore sed qui\",\n \"profile_type_id\": \"806544ea-fe0f-25a2-d8b9-084b964c204f\",\n \"status\": \"Active\",\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\": \"in velitcillum in irure LoremExc\",\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\": \"adipisicing excommodo in aliquip\",\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\": \"laborum ut amet nisidoet sint la\",\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\": \"dolor incididunt quis minimet do\",\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": "2eb91a1c-de2c-4d6a-acbb-d583541d0fed", + "id": "9e136955-6dd5-4937-b723-49d5bc562f67", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12917,7 +12917,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"incididunt ut ad\",\n \"profile_type_id\": \"urn:uuid:3c85b059-3f0a-f0ef-df8f-dc019937ab37\",\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 \"name\": \"irure minim Duis eu laboris\",\n \"profile_type_id\": \"a18a368e-fa23-8e18-1892-51e1fe514f0d\",\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}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"sunt ut\",\n \"profile_type_id\": \"urn:uuid:263c934a-a432-d42a-5fdd-cd8cf699cd64\",\n \"status\": \"Terminated\",\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\": \"sit dolore sed qui\",\n \"profile_type_id\": \"806544ea-fe0f-25a2-d8b9-084b964c204f\",\n \"status\": \"Active\",\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": "5939b92e-33ed-4934-ae14-2c6565c4415e", + "id": "5522b555-31d2-4c8a-896b-da4d282ecb84", "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\": \"incididunt ut ad\",\n \"profile_type_id\": \"urn:uuid:3c85b059-3f0a-f0ef-df8f-dc019937ab37\",\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 \"name\": \"irure minim Duis eu laboris\",\n \"profile_type_id\": \"a18a368e-fa23-8e18-1892-51e1fe514f0d\",\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}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"sunt ut\",\n \"profile_type_id\": \"urn:uuid:263c934a-a432-d42a-5fdd-cd8cf699cd64\",\n \"status\": \"Terminated\",\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\": \"sit dolore sed qui\",\n \"profile_type_id\": \"806544ea-fe0f-25a2-d8b9-084b964c204f\",\n \"status\": \"Active\",\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": "48edba46-f57f-4bbb-8c74-54ee61b732d4", + "id": "dc7b5053-1ee4-4054-8019-ece92874a179", "name": "Update multiple profiles", "request": { "name": "Update multiple profiles", @@ -13032,7 +13032,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:399de561-beb2-da06-5e3a-cfd3ba3ee84a\",\n \"name\": \"sed eiusmod laborum\",\n \"profile_type_id\": \"urn:uuid:46230ad6-a57d-0b27-006f-9a6d67b495ac\",\n \"status\": \"On Leave\",\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\": \"a936b351-1a2a-f914-cac4-292176e78907\",\n \"name\": \"Excepteur deserunt fugiat dolor occaecat\",\n \"profile_type_id\": \"6eb7932b-3919-b77e-fd71-178f08ccd77d\",\n \"status\": \"Terminated\",\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 \"id\": \"f6e1e179-448d-41af-9a37-add02647294a\",\n \"name\": \"fugiat quis nu\",\n \"profile_type_id\": \"78c13921-3e22-bc41-85b1-2a44d2d6d457\",\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 \"id\": \"b45af647-14b5-19a3-76ae-2b54ab7be3c8\",\n \"name\": \"enim eiusmod\",\n \"profile_type_id\": \"urn:uuid:33e58240-6cbc-cfd4-e7bf-e078bcd5acc4\",\n \"status\": \"Terminated\",\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}", "options": { "raw": { "headerFamily": "json", @@ -13044,7 +13044,7 @@ }, "response": [ { - "id": "4f1c4886-2512-4e49-86fb-9d2d5def3d27", + "id": "6d0a0ace-799e-40ca-ac09-be2fb540c137", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13078,7 +13078,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:399de561-beb2-da06-5e3a-cfd3ba3ee84a\",\n \"name\": \"sed eiusmod laborum\",\n \"profile_type_id\": \"urn:uuid:46230ad6-a57d-0b27-006f-9a6d67b495ac\",\n \"status\": \"On Leave\",\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\": \"a936b351-1a2a-f914-cac4-292176e78907\",\n \"name\": \"Excepteur deserunt fugiat dolor occaecat\",\n \"profile_type_id\": \"6eb7932b-3919-b77e-fd71-178f08ccd77d\",\n \"status\": \"Terminated\",\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 \"id\": \"f6e1e179-448d-41af-9a37-add02647294a\",\n \"name\": \"fugiat quis nu\",\n \"profile_type_id\": \"78c13921-3e22-bc41-85b1-2a44d2d6d457\",\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 \"id\": \"b45af647-14b5-19a3-76ae-2b54ab7be3c8\",\n \"name\": \"enim eiusmod\",\n \"profile_type_id\": \"urn:uuid:33e58240-6cbc-cfd4-e7bf-e078bcd5acc4\",\n \"status\": \"Terminated\",\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}", "options": { "raw": { "headerFamily": "json", @@ -13095,12 +13095,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"in velitcillum in irure LoremExc\",\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\": \"adipisicing excommodo in aliquip\",\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\": \"laborum ut amet nisidoet sint la\",\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\": \"dolor incididunt quis minimet do\",\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": "17e0e838-898c-43d2-92bf-1a1f289d5ca8", + "id": "b8371d74-d1da-424c-bb61-cc4220738795", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13134,7 +13134,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:399de561-beb2-da06-5e3a-cfd3ba3ee84a\",\n \"name\": \"sed eiusmod laborum\",\n \"profile_type_id\": \"urn:uuid:46230ad6-a57d-0b27-006f-9a6d67b495ac\",\n \"status\": \"On Leave\",\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\": \"a936b351-1a2a-f914-cac4-292176e78907\",\n \"name\": \"Excepteur deserunt fugiat dolor occaecat\",\n \"profile_type_id\": \"6eb7932b-3919-b77e-fd71-178f08ccd77d\",\n \"status\": \"Terminated\",\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 \"id\": \"f6e1e179-448d-41af-9a37-add02647294a\",\n \"name\": \"fugiat quis nu\",\n \"profile_type_id\": \"78c13921-3e22-bc41-85b1-2a44d2d6d457\",\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 \"id\": \"b45af647-14b5-19a3-76ae-2b54ab7be3c8\",\n \"name\": \"enim eiusmod\",\n \"profile_type_id\": \"urn:uuid:33e58240-6cbc-cfd4-e7bf-e078bcd5acc4\",\n \"status\": \"Terminated\",\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}", "options": { "raw": { "headerFamily": "json", @@ -13156,7 +13156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e3bfc0-fa01-4a2f-9f16-6a288166b26c", + "id": "a14a55bc-6bc4-4589-b891-4145e344ba2d", "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\": \"urn:uuid:399de561-beb2-da06-5e3a-cfd3ba3ee84a\",\n \"name\": \"sed eiusmod laborum\",\n \"profile_type_id\": \"urn:uuid:46230ad6-a57d-0b27-006f-9a6d67b495ac\",\n \"status\": \"On Leave\",\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\": \"a936b351-1a2a-f914-cac4-292176e78907\",\n \"name\": \"Excepteur deserunt fugiat dolor occaecat\",\n \"profile_type_id\": \"6eb7932b-3919-b77e-fd71-178f08ccd77d\",\n \"status\": \"Terminated\",\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 \"id\": \"f6e1e179-448d-41af-9a37-add02647294a\",\n \"name\": \"fugiat quis nu\",\n \"profile_type_id\": \"78c13921-3e22-bc41-85b1-2a44d2d6d457\",\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 \"id\": \"b45af647-14b5-19a3-76ae-2b54ab7be3c8\",\n \"name\": \"enim eiusmod\",\n \"profile_type_id\": \"urn:uuid:33e58240-6cbc-cfd4-e7bf-e078bcd5acc4\",\n \"status\": \"Terminated\",\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}", "options": { "raw": { "headerFamily": "json", @@ -13218,7 +13218,7 @@ } }, { - "id": "62859bca-080e-4b8e-b100-18898280f895", + "id": "fa039643-f4a6-4247-9eaf-094b8a990f51", "name": "Delete multiple profiles", "request": { "name": "Delete multiple profiles", @@ -13249,7 +13249,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"cdf6247f-b431-1a2c-dd33-070540335428\"\n },\n {\n \"id\": \"urn:uuid:b9792a44-acaf-68b4-bf83-ba196f159f6a\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"de855cdd-b6ee-303b-37b2-8550ac011a9b\"\n },\n {\n \"id\": \"urn:uuid:a3d9d0f9-f9d3-74f4-21f8-bf924505134c\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13261,7 +13261,7 @@ }, "response": [ { - "id": "982504da-77bc-4bb8-87d1-a92cd467224a", + "id": "8bed23ee-9555-4612-bb7f-20b6a4c3e663", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13295,7 +13295,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"cdf6247f-b431-1a2c-dd33-070540335428\"\n },\n {\n \"id\": \"urn:uuid:b9792a44-acaf-68b4-bf83-ba196f159f6a\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"de855cdd-b6ee-303b-37b2-8550ac011a9b\"\n },\n {\n \"id\": \"urn:uuid:a3d9d0f9-f9d3-74f4-21f8-bf924505134c\"\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\": \"in velitcillum in irure LoremExc\",\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\": \"adipisicing excommodo in aliquip\",\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\": \"laborum ut amet nisidoet sint la\",\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\": \"dolor incididunt quis minimet do\",\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": "6cece1d6-108e-4dbf-a1bc-605f86a0dec9", + "id": "be69566e-20d6-41db-b008-18ef936833a3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13351,7 +13351,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"cdf6247f-b431-1a2c-dd33-070540335428\"\n },\n {\n \"id\": \"urn:uuid:b9792a44-acaf-68b4-bf83-ba196f159f6a\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"de855cdd-b6ee-303b-37b2-8550ac011a9b\"\n },\n {\n \"id\": \"urn:uuid:a3d9d0f9-f9d3-74f4-21f8-bf924505134c\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13373,7 +13373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "151d14b3-a141-4fb1-90d2-b5688ed41717", + "id": "daca6759-d12c-45c4-8414-477fa95a0512", "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\": \"cdf6247f-b431-1a2c-dd33-070540335428\"\n },\n {\n \"id\": \"urn:uuid:b9792a44-acaf-68b4-bf83-ba196f159f6a\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"de855cdd-b6ee-303b-37b2-8550ac011a9b\"\n },\n {\n \"id\": \"urn:uuid:a3d9d0f9-f9d3-74f4-21f8-bf924505134c\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13435,7 +13435,7 @@ } }, { - "id": "9532d57a-7861-4b60-b736-4df79e3c2182", + "id": "520c12c3-5e3e-4500-a19d-00a49ecc9735", "name": "Find profile by id", "request": { "name": "Find profile by id", @@ -13477,7 +13477,7 @@ }, "response": [ { - "id": "17023e2e-9224-4851-bfef-dd0a7db98a5b", + "id": "77fa25a1-5670-4741-ab53-c068c5ebb62d", "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\": \"idsint dolor ullamco voluptate u\",\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\": \"eiusmod amet esse Loremreprehend\",\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": "a7202977-5280-419a-a1fd-3fcbf81c5011", + "id": "4de6e85f-8cb4-4565-bb5a-2d25639a2d19", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13565,7 +13565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c7eac73-c04f-44a9-9ac2-0022e0b244d8", + "id": "6992bfe8-cf9c-47e3-9bf9-33e676fd0e0e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13615,7 +13615,7 @@ } }, { - "id": "99abf9c8-4c5d-47fd-98a2-62bebd56195d", + "id": "336b4aac-850f-4e47-b5f0-2a6c5df55900", "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\": \"laboris esse\",\n \"profile_type_id\": \"urn:uuid:4231f86c-305a-b1dc-e45f-58d8d3c9bfff\",\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}", + "raw": "{\n \"profile\": {\n \"name\": \"Ut quis laboris\",\n \"profile_type_id\": \"486b319f-24ab-d614-318b-4e5cedc3706b\",\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", @@ -13670,7 +13670,7 @@ }, "response": [ { - "id": "187ebff4-ce41-4acc-8011-b41e8b8a4c1b", + "id": "d34aa402-b676-431b-81a0-06b919b74fe5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13705,7 +13705,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"laboris esse\",\n \"profile_type_id\": \"urn:uuid:4231f86c-305a-b1dc-e45f-58d8d3c9bfff\",\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}", + "raw": "{\n \"profile\": {\n \"name\": \"Ut quis laboris\",\n \"profile_type_id\": \"486b319f-24ab-d614-318b-4e5cedc3706b\",\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", @@ -13722,12 +13722,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"idsint dolor ullamco voluptate u\",\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\": \"eiusmod amet esse Loremreprehend\",\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": "7817fd7c-ede1-4538-98fd-968a1eadb035", + "id": "43eaf8c6-5166-4857-bd34-ebf0537f018f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13762,7 +13762,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"laboris esse\",\n \"profile_type_id\": \"urn:uuid:4231f86c-305a-b1dc-e45f-58d8d3c9bfff\",\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}", + "raw": "{\n \"profile\": {\n \"name\": \"Ut quis laboris\",\n \"profile_type_id\": \"486b319f-24ab-d614-318b-4e5cedc3706b\",\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", @@ -13784,7 +13784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d1aa19f-fdcd-483a-a132-7b7bdac19743", + "id": "ebeb9bac-9ac0-457c-a4f1-9c4389f66c78", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13819,7 +13819,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"laboris esse\",\n \"profile_type_id\": \"urn:uuid:4231f86c-305a-b1dc-e45f-58d8d3c9bfff\",\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}", + "raw": "{\n \"profile\": {\n \"name\": \"Ut quis laboris\",\n \"profile_type_id\": \"486b319f-24ab-d614-318b-4e5cedc3706b\",\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", @@ -13847,7 +13847,7 @@ } }, { - "id": "9f5ac86a-cad0-444a-8be3-67e7a4859cf9", + "id": "fcfce383-4625-48a0-8e9b-9850e3d5d05d", "name": "Delete a single profile", "request": { "name": "Delete a single profile", @@ -13889,7 +13889,7 @@ }, "response": [ { - "id": "5af90062-7d3b-444e-8136-3b96b8d67b7b", + "id": "dbcada82-b6ef-4ada-b92b-6167236e5d8d", "name": "The Profile was successfully deleted.", "originalRequest": { "url": { @@ -13923,7 +13923,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f680e1f7-6d01-49c2-9fd8-daea3198afff", + "id": "a73433ad-e982-4d4b-aeed-ce9bbcbdedb3", "name": "Error deleting Profile", "originalRequest": { "url": { @@ -13962,12 +13962,12 @@ "value": "application/json" } ], - "body": "{\n \"error\": \"quis sit in velit Excepteur\"\n}", + "body": "{\n \"error\": \"Excepteur labore temp\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "84511023-028c-4744-bbaf-c875a3374957", + "id": "fb7e25c0-f460-48ae-8193-db726d2e430c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14017,7 +14017,7 @@ } }, { - "id": "1d25f535-25e4-4ee8-9464-16ad810e848a", + "id": "2f2e8f4e-5e9a-451e-af6e-3a2c53c9b2b9", "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": "87ce5e62-c70e-4c5e-9333-e723a9a1b639", + "id": "35f9eb8e-7f98-4824-aa95-ca953a2ce990", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14112,12 +14112,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"labore sunt ad amet\"\n}", + "body": "{\n \"url\": \"dolor proident consequat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "49d8e3d7-691b-49a4-97ae-1938dcfabdfe", + "id": "83246b41-6a96-413b-9e02-e600ced5c3fb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14163,7 +14163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6962eb37-d694-4b1e-b506-e95fa8faa391", + "id": "3c420891-9f41-44af-90bf-9535a9a89598", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14215,7 +14215,7 @@ } }, { - "id": "5069571d-e237-4365-a9ed-d080d37d7c25", + "id": "976c7aa5-6d01-40a9-bb69-6d1f8ae93ab8", "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": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -14286,7 +14286,7 @@ }, "response": [ { - "id": "70205660-968e-46e6-86ae-9ad24ca17baa", + "id": "3802ddc1-4457-46b3-b56d-568427c083b5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14330,7 +14330,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -14344,12 +14344,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"labore sunt ad amet\"\n}", + "body": "{\n \"url\": \"dolor proident consequat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "21b0b1c4-ded7-4362-839a-5076fb58a8c4", + "id": "cbcd02ba-8f5e-451c-b2ab-c45be080e278", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14393,7 +14393,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -14412,7 +14412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a7cdc61-cb6b-4ada-ad20-8a65f7dcf445", + "id": "0eb397e9-6143-4379-b52b-beef373e4574", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14456,7 +14456,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -14481,7 +14481,7 @@ } }, { - "id": "c22e09ff-b216-409d-894f-e940a0130a24", + "id": "9dee8e6e-fdba-460a-a96b-c0e3735be093", "name": "Retrieves the URL of the profile avatar", "request": { "name": "Retrieves the URL of the profile avatar", @@ -14524,7 +14524,7 @@ }, "response": [ { - "id": "8212b1b1-4283-4e47-b0ad-7212af0d7ae2", + "id": "3f496c9b-4eb0-4efd-b131-ea324c0cf932", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14564,12 +14564,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"labore sunt ad amet\"\n}", + "body": "{\n \"url\": \"dolor proident consequat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "671e23ce-9a1a-4642-9025-774075705d1d", + "id": "7c7030f4-a359-4e22-b3a9-3491c54fa63d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14614,7 +14614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "950cc7b8-ba9e-4c32-bf03-88762f4f2369", + "id": "65b39491-7202-4d8f-8104-df5170177855", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14665,7 +14665,7 @@ } }, { - "id": "c394a529-3d70-40fc-a88c-b234eb671fb7", + "id": "b0b7b916-b797-453f-abed-c410f1682e84", "name": "Uploads a new profile avatar", "request": { "name": "Uploads a new profile avatar", @@ -14716,7 +14716,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -14725,7 +14725,7 @@ }, "response": [ { - "id": "132e6cc1-6428-4ae2-9398-f9083b4d4002", + "id": "24ad3220-f630-43fa-8da6-ea70760cf44e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14768,7 +14768,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -14782,12 +14782,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"labore sunt ad amet\"\n}", + "body": "{\n \"url\": \"dolor proident consequat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "afc5ea62-95d1-4a26-b5d3-63992c0e2e50", + "id": "c16c8df3-efba-4b83-b519-6eb6b71099e6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14830,7 +14830,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -14849,7 +14849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79958329-a853-464a-8659-4dd538b73636", + "id": "a65ffddf-267c-4229-80fc-656d2cd1066d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14892,7 +14892,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -14923,7 +14923,7 @@ "description": "", "item": [ { - "id": "a6c7e1c3-f732-47c7-8b30-284334071d79", + "id": "58463117-7dec-4c24-a425-803ccaf2aea8", "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": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -14982,7 +14982,7 @@ "type": "text/plain" }, "key": "object_type", - "value": "WorkflowSession" + "value": "Profile" }, { "disabled": false, @@ -14991,7 +14991,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15000,7 +15000,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15009,7 +15009,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15035,7 +15035,7 @@ }, "response": [ { - "id": "4f990eb8-bb99-4260-83cf-2bf3561280be", + "id": "0a638b9f-193b-4b14-9e1d-d3a76aaeb1f5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15080,7 +15080,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15089,7 +15089,7 @@ "type": "text/plain" }, "key": "object_type", - "value": "WorkflowSession" + "value": "Profile" }, { "disabled": false, @@ -15098,7 +15098,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15107,7 +15107,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15116,7 +15116,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15155,12 +15155,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_scores\": [\n {\n \"id\": \"urn:uuid:05a335c0-7ce6-5572-46ba-d38038c56648\",\n \"uid\": \"exercitationadaliqua sint minimd\",\n \"object_id\": \"urn:uuid:5cf73355-b724-8d99-6ef0-f1f794ac4bb8\",\n \"object_type\": \"WorkflowSession\",\n \"overall_score\": 103589839.65,\n \"overall_risk_level_id\": \"db67fdf2-63ac-1f93-8f37-c7776f8435ad\",\n \"impact_score\": 18751159.3,\n \"impact_risk_level_id\": \"62175a31-5ad6-25de-4926-e63028240d49\",\n \"probability_score\": 6480433.18,\n \"probability_risk_level_id\": \"urn:uuid:068d0832-40bc-5c30-f05b-ab0673da4f4c\"\n },\n {\n \"id\": \"urn:uuid:4b82be8c-3a03-dfbf-f8b2-7ddbf898c1c4\",\n \"uid\": \"aliqua autelaborum veniam ad eau\",\n \"object_id\": \"urn:uuid:026b544a-66bb-a61e-73c5-e690cab75e62\",\n \"object_type\": \"Profile\",\n \"overall_score\": 104427361.13,\n \"overall_risk_level_id\": \"urn:uuid:00d9df0e-030b-fa45-3184-e2683b1ad3d2\",\n \"impact_score\": 110253599.3,\n \"impact_risk_level_id\": \"urn:uuid:a4dbeeb0-ba50-9a50-5f9c-77104200894d\",\n \"probability_score\": 101061211.63,\n \"probability_risk_level_id\": \"860d75cc-8918-b6eb-69e0-f7b0d8e51086\"\n }\n ],\n \"_metadata\": {\n \"limit\": -2463893,\n \"offset\": 11660913,\n \"total\": 29641161,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"risk_scores\": [\n {\n \"id\": \"aa574fb3-f288-779d-85a3-c72fcf068c7a\",\n \"uid\": \"veniamlaboris minim pariatur ani\",\n \"object_id\": \"7390cbf6-cdcc-8095-24f9-198a5591651f\",\n \"object_type\": \"Profile\",\n \"overall_score\": 187529068.54,\n \"overall_risk_level_id\": \"0e51790b-8b51-e39b-2bcd-c13cf5202e3d\",\n \"impact_score\": 65508298.03,\n \"impact_risk_level_id\": \"urn:uuid:be6feb68-0bef-37e1-9ad9-5fd37828127b\",\n \"probability_score\": 34852293.68,\n \"probability_risk_level_id\": \"bd28332f-749a-2701-e6b5-c9cd82fe3d94\"\n },\n {\n \"id\": \"urn:uuid:de9f39ed-6527-fe52-0020-d7cb4305978e\",\n \"uid\": \"laboris commodo nonin ex euut ve\",\n \"object_id\": \"8a992a4f-a9cc-e220-ba93-da219c3404b3\",\n \"object_type\": \"WorkflowSession\",\n \"overall_score\": 135400671.09,\n \"overall_risk_level_id\": \"0fce67cf-eccf-6412-35ff-bb643d8ce8a5\",\n \"impact_score\": 16539074.64,\n \"impact_risk_level_id\": \"urn:uuid:181f665c-5fc7-67a1-855e-a77c368e9645\",\n \"probability_score\": 56160127.99,\n \"probability_risk_level_id\": \"b138a4bd-5c3d-8899-65d5-4c2d047480af\"\n }\n ],\n \"_metadata\": {\n \"limit\": 81486354,\n \"offset\": -2774419,\n \"total\": 56749580,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ecfbd37e-39cd-40d3-a6db-d2c93d0f1cb4", + "id": "135d7fdd-1c9b-41c7-9423-fb8a36bb5c5d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15205,7 +15205,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15214,7 +15214,7 @@ "type": "text/plain" }, "key": "object_type", - "value": "WorkflowSession" + "value": "Profile" }, { "disabled": false, @@ -15223,7 +15223,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15232,7 +15232,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15241,7 +15241,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15285,7 +15285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dc3fbec-687e-4393-b8e2-340187e53cb7", + "id": "7af52869-7214-4358-957f-222ce76b6a9b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15330,7 +15330,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15339,7 +15339,7 @@ "type": "text/plain" }, "key": "object_type", - "value": "WorkflowSession" + "value": "Profile" }, { "disabled": false, @@ -15348,7 +15348,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15357,7 +15357,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15366,7 +15366,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -15416,7 +15416,7 @@ } }, { - "id": "2648fd9f-8c61-467b-9948-b797dbc9d54e", + "id": "8f4050ab-6ac8-450b-9782-6f70fb0604f8", "name": "Find risk score data by id", "request": { "name": "Find risk score data by id", @@ -15458,7 +15458,7 @@ }, "response": [ { - "id": "23c1cbf7-d5c4-4d54-a25c-0c19e1067cab", + "id": "45e03c72-98e7-4514-bdef-2c900cf6f16b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15497,12 +15497,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_score\": {\n \"id\": \"urn:uuid:fbc27b8b-6ffb-4973-7e6c-a73fd57be81f\",\n \"uid\": \"sit pariaturdolore Ut in aute ni\",\n \"object_id\": \"urn:uuid:ade38bcb-a68f-597b-f278-e69c00f224d9\",\n \"object_type\": \"WorkflowSession\",\n \"overall_score\": 172366169.48,\n \"overall_risk_level_id\": \"urn:uuid:8f73f93b-73ec-f63f-c054-6aae29c6392b\",\n \"impact_score\": 9496814.64,\n \"impact_risk_level_id\": \"urn:uuid:09474730-c3ed-6a46-307e-adc59aab9962\",\n \"probability_score\": 27388011.77,\n \"probability_risk_level_id\": \"abc362b1-ad5f-1efb-5977-f4e566cf9a16\"\n }\n}", + "body": "{\n \"risk_score\": {\n \"id\": \"a0f43506-c3d5-915a-fab3-7088c35a07fe\",\n \"uid\": \"aliqua minim utculpa esseut dolo\",\n \"object_id\": \"43352dff-53c5-e20a-ed4e-be52bab43b40\",\n \"object_type\": \"Profile\",\n \"overall_score\": 31500499.44,\n \"overall_risk_level_id\": \"urn:uuid:984c1014-3df6-1c0a-2ee0-08ce792f0b34\",\n \"impact_score\": 35414159.25,\n \"impact_risk_level_id\": \"02c5ab77-90f1-7839-aeca-18f2fa8f14bd\",\n \"probability_score\": 36971592.1,\n \"probability_risk_level_id\": \"9a1c632b-03d6-31e6-0f91-1d680c5a3e63\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3e4c0e2b-f140-4139-9385-c74b734b2f27", + "id": "557f2ba5-f897-4af0-9b80-52d73d6ac7bb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15546,7 +15546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8f98ab6-5ce8-4767-a552-d5ba81c66b8d", + "id": "3eeeb093-c3cc-41cf-b9e1-ca7d3d5c7d63", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15602,7 +15602,7 @@ "description": "", "item": [ { - "id": "b5b3719c-bf72-4842-90e7-bb5edf3175c6", + "id": "c96eb813-21ac-48e9-b2e9-3761a496acc7", "name": "Get risk level data in bulk", "request": { "name": "Get risk level data in bulk", @@ -15678,7 +15678,7 @@ }, "response": [ { - "id": "d3fe28e8-b8b9-4802-9135-0ea17f9c2e7f", + "id": "e0a8908d-bf66-4a58-857b-1dab080477de", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15762,12 +15762,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_levels\": [\n {\n \"id\": \"0b187e59-4ffd-8804-629f-78550cd39174\",\n \"uid\": \"in pariatur minimcommodo eumagna\",\n \"label\": \"elit nostrud adipisicing\",\n \"points\": 24539868.68,\n \"order\": 84939512\n },\n {\n \"id\": \"b6d2548f-10e4-a2d5-dda5-042a81ae3c41\",\n \"uid\": \"eu veniamveniam pariatur sedlabo\",\n \"label\": \"anim id fugiat exercitation\",\n \"points\": 67309251.3,\n \"order\": 7322509\n }\n ],\n \"_metadata\": {\n \"limit\": -52140155,\n \"offset\": -51371603,\n \"total\": 11357186,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"risk_levels\": [\n {\n \"id\": \"475dfe71-c0b8-5c68-fc54-784719fbc1e3\",\n \"uid\": \"nostrudutcupidatat amet autedo e\",\n \"label\": \"eiusmod \",\n \"points\": 76803484.15,\n \"order\": 31556887\n },\n {\n \"id\": \"408ecab9-f421-50e0-86b9-2dcba36818d8\",\n \"uid\": \"Duis sunt ad consequataliqua ex \",\n \"label\": \"labore of\",\n \"points\": 60626741.31,\n \"order\": 18157962\n }\n ],\n \"_metadata\": {\n \"limit\": -29360942,\n \"offset\": 63093212,\n \"total\": 95206399,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "20b77791-92b0-424d-b0e5-17c3b998bc6b", + "id": "736d2d48-2b6f-4ccb-821d-6c2972d4430c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15856,7 +15856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70f4a125-6a7b-45ae-b42d-fbb0df1556bf", + "id": "14b5c8fb-14cd-45c0-8585-792871dad3e4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15951,7 +15951,7 @@ } }, { - "id": "14da3f9d-74f0-4706-b09f-fccc9a0650d4", + "id": "618fb2b7-2607-4729-9f94-429090f8f8b9", "name": "Find risk level data by id", "request": { "name": "Find risk level data by id", @@ -15993,7 +15993,7 @@ }, "response": [ { - "id": "b3e123c1-fcf4-45f5-ac76-9d0582bd54c9", + "id": "cbdfdd76-1fa8-43d0-8670-3fca19dfafed", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16032,12 +16032,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_level\": {\n \"id\": \"urn:uuid:0eae22a5-e2d5-aff8-4b7d-ddfbb9b411aa\",\n \"uid\": \"cillumvoluptate nisi culpaexerci\",\n \"label\": \"Ut\",\n \"points\": 111095502.77,\n \"order\": 39177032\n }\n}", + "body": "{\n \"risk_level\": {\n \"id\": \"urn:uuid:e89de131-fc98-defa-1885-2b88eade55c9\",\n \"uid\": \"mollitmagnaullamco deserunt cupi\",\n \"label\": \"sed sit\",\n \"points\": 192532828.42000002,\n \"order\": 18729563\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "12d074eb-5378-48aa-93ae-0a92fff4c6a4", + "id": "3dc5f5e3-c4bd-4a1b-8b7c-c4f2457354b8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16081,7 +16081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a142682a-e2e7-45c2-8d4a-3eb49370485f", + "id": "1ac9f268-f580-4870-acc7-d24591894a00", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16137,7 +16137,7 @@ "description": "", "item": [ { - "id": "548004c7-7a18-48de-8211-82913fca8717", + "id": "d7563f92-d9ed-4392-aa23-507aceaee144", "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:39e1a039-c569-cde9-200e-e2c8ccd6fcd4\",\n \"profile_id\": \"urn:uuid:77ef766e-25d4-69b7-7d95-f6410699d066\",\n \"ne_attribute_id\": \"urn:uuid:5a21026e-ddba-bfbd-9911-16407b24aac4\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:102cc409-234a-7238-61cd-0e56e4703326\",\n \"profile_id\": \"5b10bc4c-2735-a4cd-77f0-37a326fc209f\",\n \"ne_attribute_id\": \"8ceddb9e-3e1a-45ba-8afe-7477094268f9\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -16180,7 +16180,7 @@ }, "response": [ { - "id": "a0096772-d8a8-45da-b579-2e74ccf73266", + "id": "dd787c48-4f69-4711-9f69-ac06d00c904b", "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:39e1a039-c569-cde9-200e-e2c8ccd6fcd4\",\n \"profile_id\": \"urn:uuid:77ef766e-25d4-69b7-7d95-f6410699d066\",\n \"ne_attribute_id\": \"urn:uuid:5a21026e-ddba-bfbd-9911-16407b24aac4\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:102cc409-234a-7238-61cd-0e56e4703326\",\n \"profile_id\": \"5b10bc4c-2735-a4cd-77f0-37a326fc209f\",\n \"ne_attribute_id\": \"8ceddb9e-3e1a-45ba-8afe-7477094268f9\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -16231,12 +16231,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"25b1f2ea-512b-5591-b2a9-22cad5db4bc3\",\n \"uid\": \"dolore nostrud sed deseruntparia\",\n \"user_id\": \"urn:uuid:c7d8cf14-3f2e-e328-d901-82762db75b1e\",\n \"profile_id\": \"urn:uuid:dc16e1c2-7a2f-06c1-d75d-188894479ea1\",\n \"ne_attribute_id\": \"urn:uuid:0758e5f5-b929-d0ec-a821-9b147e557112\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:5b8a4c41-f9a3-0f16-790a-5ca81ee0373d\",\n \"uid\": \"insintin proidentin reprehenderi\",\n \"user_id\": \"urn:uuid:6cfdfa5c-c561-3534-10e4-d396e5a4b66e\",\n \"profile_id\": \"urn:uuid:08ed285d-ebcb-67ab-3b08-35f725903551\",\n \"ne_attribute_id\": \"urn:uuid:6894c4ed-4016-f2f4-7c7d-986eb9ba6686\",\n \"relationship_type\": \"contributor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "35e48c9b-986c-41d5-a004-599ca319e253", + "id": "43663f57-82df-4f54-ae2d-dbe952044ceb", "name": "Invalid input", "originalRequest": { "url": { @@ -16266,7 +16266,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:39e1a039-c569-cde9-200e-e2c8ccd6fcd4\",\n \"profile_id\": \"urn:uuid:77ef766e-25d4-69b7-7d95-f6410699d066\",\n \"ne_attribute_id\": \"urn:uuid:5a21026e-ddba-bfbd-9911-16407b24aac4\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:102cc409-234a-7238-61cd-0e56e4703326\",\n \"profile_id\": \"5b10bc4c-2735-a4cd-77f0-37a326fc209f\",\n \"ne_attribute_id\": \"8ceddb9e-3e1a-45ba-8afe-7477094268f9\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -16288,7 +16288,7 @@ } }, { - "id": "d80af5fd-c98f-48e5-8bd1-a841a587b88c", + "id": "3bdf79d5-818c-4cdc-95f4-273fecde2643", "name": "Get user-profile contributor relationships", "request": { "name": "Get user-profile contributor relationships", @@ -16391,7 +16391,7 @@ }, "response": [ { - "id": "8431f491-6de6-4daa-be03-f6ad0d496038", + "id": "d9fee90c-9922-4329-b2d9-9686b0a2334e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16502,12 +16502,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"e920f956-b3dc-ee14-0c00-608cd4c1fe3d\",\n \"uid\": \"exercitation occaecat in ametnon\",\n \"user_id\": \"urn:uuid:9bbca227-1e4b-7ec6-5537-6806b09f980c\",\n \"profile_id\": \"urn:uuid:00775e48-1276-9656-dfdb-8b64edc53a9e\",\n \"ne_attribute_id\": \"3483130a-5fe4-d2ea-25bc-0d91511ae4ca\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"bcc37164-2a00-517f-1597-4cf1a9102f0a\",\n \"uid\": \"laboris nullasint exercitation u\",\n \"user_id\": \"urn:uuid:c24949e1-a57b-9c6f-42a1-8e4fde1ff1f3\",\n \"profile_id\": \"urn:uuid:ad01942d-7ac1-055d-0d85-300c35cd90bd\",\n \"ne_attribute_id\": \"827d1713-284c-269c-a674-2a8287cd4432\",\n \"relationship_type\": \"owner\"\n }\n ],\n \"_metadata\": {\n \"limit\": -74440036,\n \"offset\": -11719460,\n \"total\": -2751681,\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:2a52defc-defd-245a-ffb6-86b0749b3236\",\n \"uid\": \"tempor eiusmod velit laborisdoof\",\n \"user_id\": \"98415824-0be2-014a-7ebb-5da490927e9c\",\n \"profile_id\": \"563eee75-8284-1817-5497-64cf568d547d\",\n \"ne_attribute_id\": \"urn:uuid:6ea05541-6e15-f392-0bce-0e48dabccf17\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:725c79b7-29b2-1379-5bd7-0c9e106b9ccc\",\n \"uid\": \"sed est Duisqui Utsit ex proiden\",\n \"user_id\": \"urn:uuid:0cdf94cf-75ec-d142-c502-522e0b1bc6eb\",\n \"profile_id\": \"urn:uuid:ae75cafa-b14b-761b-e447-cbbad31231d1\",\n \"ne_attribute_id\": \"urn:uuid:9b0cc994-3e5d-8ed9-4b22-5a032eb045fc\",\n \"relationship_type\": \"owner\"\n }\n ],\n \"_metadata\": {\n \"limit\": 49409066,\n \"offset\": 60432405,\n \"total\": -32966147,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "56ad1108-e9c4-42fd-9939-04bd104b6a10", + "id": "cd9b0fcc-af46-4360-88c1-449095196455", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16623,7 +16623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c406c75-66b5-4624-81ad-e7434e4bb84d", + "id": "f76106cb-984d-469a-b9d5-c56a8351eb22", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16745,7 +16745,7 @@ } }, { - "id": "89fe57bc-e556-4fcf-8783-daebcdd56bb4", + "id": "c2875e89-7f5b-4ca4-b4b5-4f4c98afe455", "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\": \"d5ea6328-649f-9f8b-4237-d30853b7c5f3\",\n \"profile_id\": \"urn:uuid:11138fa3-d9ef-cf01-6ffa-7268b70f2a90\",\n \"ne_attribute_id\": \"urn:uuid:5b26879f-83aa-ca8c-66f1-4c8cf2e72531\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"7889c1b6-f391-be92-be81-84f05d0e4723\",\n \"profile_id\": \"4db1a8a4-244b-0f22-af5a-067cd341c5f1\",\n \"ne_attribute_id\": \"bf454e24-bb83-cc07-e3bd-7091ff8573fb\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"71a44b60-cf1b-107c-7474-11eabe37c062\",\n \"profile_id\": \"urn:uuid:addb2480-433d-348c-9c4c-20d10c4c372f\",\n \"ne_attribute_id\": \"a60af849-3ac2-5f0a-619c-1c8030ea6911\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"2db29c70-ba95-6bdd-db91-6c70368e3597\",\n \"profile_id\": \"urn:uuid:86279617-e2af-ee21-f9fa-ddc63cb33be7\",\n \"ne_attribute_id\": \"643d516e-8a75-5c76-cb03-fb38465ed1b2\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16788,7 +16788,7 @@ }, "response": [ { - "id": "99b5c4a0-36f2-44b5-bfb4-389a2148fd85", + "id": "37cd9c68-6461-4a5d-ac24-df2635ee4e70", "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\": \"d5ea6328-649f-9f8b-4237-d30853b7c5f3\",\n \"profile_id\": \"urn:uuid:11138fa3-d9ef-cf01-6ffa-7268b70f2a90\",\n \"ne_attribute_id\": \"urn:uuid:5b26879f-83aa-ca8c-66f1-4c8cf2e72531\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"7889c1b6-f391-be92-be81-84f05d0e4723\",\n \"profile_id\": \"4db1a8a4-244b-0f22-af5a-067cd341c5f1\",\n \"ne_attribute_id\": \"bf454e24-bb83-cc07-e3bd-7091ff8573fb\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"71a44b60-cf1b-107c-7474-11eabe37c062\",\n \"profile_id\": \"urn:uuid:addb2480-433d-348c-9c4c-20d10c4c372f\",\n \"ne_attribute_id\": \"a60af849-3ac2-5f0a-619c-1c8030ea6911\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"2db29c70-ba95-6bdd-db91-6c70368e3597\",\n \"profile_id\": \"urn:uuid:86279617-e2af-ee21-f9fa-ddc63cb33be7\",\n \"ne_attribute_id\": \"643d516e-8a75-5c76-cb03-fb38465ed1b2\",\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:fe8cddbd-c18a-6221-1337-f3c6924f9bf9\",\n \"uid\": \"non culpa consequat sed ineuenim\",\n \"user_id\": \"46057467-de2a-923e-434b-318d29b22727\",\n \"profile_id\": \"urn:uuid:21e5de19-b5e9-8d49-d53c-f1b079b3176c\",\n \"ne_attribute_id\": \"fff3cf4e-6670-f6c8-db8a-95ff3dbf7775\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"76ffd6d8-47c7-092f-8093-df8dcf102dc6\",\n \"uid\": \"deserunt proident cupidatatproid\",\n \"user_id\": \"urn:uuid:cc20ae30-c113-01e4-5f72-cd4c07f503a8\",\n \"profile_id\": \"ef5148ef-b0d8-185a-69a8-2cc2e0a77b22\",\n \"ne_attribute_id\": \"e4519391-a07a-7e36-0f64-e4d13b3c25de\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:02ff4702-a4b9-fcc5-1a70-67a37a757045\",\n \"uid\": \"commodo fugiat culpa laborumcill\",\n \"user_id\": \"c226e31c-de0e-f05a-2fcd-f61cdd327344\",\n \"profile_id\": \"13226efa-a4c7-e4b7-897d-eeb3f816bb15\",\n \"ne_attribute_id\": \"urn:uuid:d277c952-a7a4-0617-fcc6-34001e6bac60\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"b7a8dc05-7cc4-b65d-6252-c9951d498196\",\n \"uid\": \"ut enim mollitproident in consec\",\n \"user_id\": \"urn:uuid:b289ce2d-de7e-cd1a-d748-0571503c9034\",\n \"profile_id\": \"urn:uuid:3f1074ed-838c-0531-e332-f3c44440c6d5\",\n \"ne_attribute_id\": \"urn:uuid:35c3fcf3-552e-3036-175d-71d9252210a5\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1d8bacea-5de0-41be-b332-72d4607f8bb8", + "id": "5cf9a84b-cbe1-401e-aaed-4ce279afd89f", "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\": \"d5ea6328-649f-9f8b-4237-d30853b7c5f3\",\n \"profile_id\": \"urn:uuid:11138fa3-d9ef-cf01-6ffa-7268b70f2a90\",\n \"ne_attribute_id\": \"urn:uuid:5b26879f-83aa-ca8c-66f1-4c8cf2e72531\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"7889c1b6-f391-be92-be81-84f05d0e4723\",\n \"profile_id\": \"4db1a8a4-244b-0f22-af5a-067cd341c5f1\",\n \"ne_attribute_id\": \"bf454e24-bb83-cc07-e3bd-7091ff8573fb\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"71a44b60-cf1b-107c-7474-11eabe37c062\",\n \"profile_id\": \"urn:uuid:addb2480-433d-348c-9c4c-20d10c4c372f\",\n \"ne_attribute_id\": \"a60af849-3ac2-5f0a-619c-1c8030ea6911\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"2db29c70-ba95-6bdd-db91-6c70368e3597\",\n \"profile_id\": \"urn:uuid:86279617-e2af-ee21-f9fa-ddc63cb33be7\",\n \"ne_attribute_id\": \"643d516e-8a75-5c76-cb03-fb38465ed1b2\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16900,7 +16900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c03a4831-2bda-4e2a-8287-a91d23502d89", + "id": "4c6f93fe-8f6a-4970-9663-e5f6ac378465", "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\": \"d5ea6328-649f-9f8b-4237-d30853b7c5f3\",\n \"profile_id\": \"urn:uuid:11138fa3-d9ef-cf01-6ffa-7268b70f2a90\",\n \"ne_attribute_id\": \"urn:uuid:5b26879f-83aa-ca8c-66f1-4c8cf2e72531\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"7889c1b6-f391-be92-be81-84f05d0e4723\",\n \"profile_id\": \"4db1a8a4-244b-0f22-af5a-067cd341c5f1\",\n \"ne_attribute_id\": \"bf454e24-bb83-cc07-e3bd-7091ff8573fb\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"71a44b60-cf1b-107c-7474-11eabe37c062\",\n \"profile_id\": \"urn:uuid:addb2480-433d-348c-9c4c-20d10c4c372f\",\n \"ne_attribute_id\": \"a60af849-3ac2-5f0a-619c-1c8030ea6911\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"2db29c70-ba95-6bdd-db91-6c70368e3597\",\n \"profile_id\": \"urn:uuid:86279617-e2af-ee21-f9fa-ddc63cb33be7\",\n \"ne_attribute_id\": \"643d516e-8a75-5c76-cb03-fb38465ed1b2\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16962,7 +16962,7 @@ } }, { - "id": "b0a1a597-c9e2-490d-8051-76fe8283345b", + "id": "9e784ae5-dbd9-4ef1-b46c-a7385511bf92", "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\": \"770122f3-4413-0175-1999-3aa481ce4629\",\n \"user_id\": \"b5c9d39f-9b52-ef94-c352-902b86909232\",\n \"profile_id\": \"urn:uuid:18043ce9-a4ae-3be9-9dda-d34ddc8eda2a\",\n \"ne_attribute_id\": \"265a9be1-b4c7-6eef-6abc-9bf6fa19906b\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:1743f614-064a-1280-6ee7-b4cbdce53b4a\",\n \"user_id\": \"c88348f1-8748-72c9-a95b-8aee3adb8d75\",\n \"profile_id\": \"urn:uuid:011e6299-9453-2d25-332f-c2412be4439b\",\n \"ne_attribute_id\": \"06a4ff4a-a1cc-8b8d-5f20-0c8cf6f1d4ad\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"a8d28707-1062-1267-24e3-735d92cd1c70\",\n \"user_id\": \"95bc9e73-2608-01f1-47f1-4e1d2966117a\",\n \"profile_id\": \"urn:uuid:2ac73c56-a8b3-18da-e266-f9a6deaf928d\",\n \"ne_attribute_id\": \"d33c075c-3b67-d4e4-604e-28d86af20d37\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:3f0a08aa-3f23-e92d-0b6c-28dfa1c8e526\",\n \"user_id\": \"06bcae0e-1246-4531-b68d-c8618bb79ee0\",\n \"profile_id\": \"urn:uuid:cbf5553d-25c3-2642-4eed-1dbc584a8f3e\",\n \"ne_attribute_id\": \"1b078ee9-6f36-e67b-e5f3-5d993e7919c8\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17005,7 +17005,7 @@ }, "response": [ { - "id": "0817598a-190c-4754-82e5-1e02a0578c72", + "id": "9457547e-0f27-460a-b251-de6893d21d26", "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\": \"770122f3-4413-0175-1999-3aa481ce4629\",\n \"user_id\": \"b5c9d39f-9b52-ef94-c352-902b86909232\",\n \"profile_id\": \"urn:uuid:18043ce9-a4ae-3be9-9dda-d34ddc8eda2a\",\n \"ne_attribute_id\": \"265a9be1-b4c7-6eef-6abc-9bf6fa19906b\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:1743f614-064a-1280-6ee7-b4cbdce53b4a\",\n \"user_id\": \"c88348f1-8748-72c9-a95b-8aee3adb8d75\",\n \"profile_id\": \"urn:uuid:011e6299-9453-2d25-332f-c2412be4439b\",\n \"ne_attribute_id\": \"06a4ff4a-a1cc-8b8d-5f20-0c8cf6f1d4ad\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"a8d28707-1062-1267-24e3-735d92cd1c70\",\n \"user_id\": \"95bc9e73-2608-01f1-47f1-4e1d2966117a\",\n \"profile_id\": \"urn:uuid:2ac73c56-a8b3-18da-e266-f9a6deaf928d\",\n \"ne_attribute_id\": \"d33c075c-3b67-d4e4-604e-28d86af20d37\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:3f0a08aa-3f23-e92d-0b6c-28dfa1c8e526\",\n \"user_id\": \"06bcae0e-1246-4531-b68d-c8618bb79ee0\",\n \"profile_id\": \"urn:uuid:cbf5553d-25c3-2642-4eed-1dbc584a8f3e\",\n \"ne_attribute_id\": \"1b078ee9-6f36-e67b-e5f3-5d993e7919c8\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17056,12 +17056,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:fe8cddbd-c18a-6221-1337-f3c6924f9bf9\",\n \"uid\": \"non culpa consequat sed ineuenim\",\n \"user_id\": \"46057467-de2a-923e-434b-318d29b22727\",\n \"profile_id\": \"urn:uuid:21e5de19-b5e9-8d49-d53c-f1b079b3176c\",\n \"ne_attribute_id\": \"fff3cf4e-6670-f6c8-db8a-95ff3dbf7775\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"76ffd6d8-47c7-092f-8093-df8dcf102dc6\",\n \"uid\": \"deserunt proident cupidatatproid\",\n \"user_id\": \"urn:uuid:cc20ae30-c113-01e4-5f72-cd4c07f503a8\",\n \"profile_id\": \"ef5148ef-b0d8-185a-69a8-2cc2e0a77b22\",\n \"ne_attribute_id\": \"e4519391-a07a-7e36-0f64-e4d13b3c25de\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:02ff4702-a4b9-fcc5-1a70-67a37a757045\",\n \"uid\": \"commodo fugiat culpa laborumcill\",\n \"user_id\": \"c226e31c-de0e-f05a-2fcd-f61cdd327344\",\n \"profile_id\": \"13226efa-a4c7-e4b7-897d-eeb3f816bb15\",\n \"ne_attribute_id\": \"urn:uuid:d277c952-a7a4-0617-fcc6-34001e6bac60\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"b7a8dc05-7cc4-b65d-6252-c9951d498196\",\n \"uid\": \"ut enim mollitproident in consec\",\n \"user_id\": \"urn:uuid:b289ce2d-de7e-cd1a-d748-0571503c9034\",\n \"profile_id\": \"urn:uuid:3f1074ed-838c-0531-e332-f3c44440c6d5\",\n \"ne_attribute_id\": \"urn:uuid:35c3fcf3-552e-3036-175d-71d9252210a5\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "993f697f-bbe9-44c6-ac21-2f798c30d5b0", + "id": "96cccee3-9d6e-4e10-afc7-0674fbaad2f7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17095,7 +17095,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"770122f3-4413-0175-1999-3aa481ce4629\",\n \"user_id\": \"b5c9d39f-9b52-ef94-c352-902b86909232\",\n \"profile_id\": \"urn:uuid:18043ce9-a4ae-3be9-9dda-d34ddc8eda2a\",\n \"ne_attribute_id\": \"265a9be1-b4c7-6eef-6abc-9bf6fa19906b\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:1743f614-064a-1280-6ee7-b4cbdce53b4a\",\n \"user_id\": \"c88348f1-8748-72c9-a95b-8aee3adb8d75\",\n \"profile_id\": \"urn:uuid:011e6299-9453-2d25-332f-c2412be4439b\",\n \"ne_attribute_id\": \"06a4ff4a-a1cc-8b8d-5f20-0c8cf6f1d4ad\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"a8d28707-1062-1267-24e3-735d92cd1c70\",\n \"user_id\": \"95bc9e73-2608-01f1-47f1-4e1d2966117a\",\n \"profile_id\": \"urn:uuid:2ac73c56-a8b3-18da-e266-f9a6deaf928d\",\n \"ne_attribute_id\": \"d33c075c-3b67-d4e4-604e-28d86af20d37\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:3f0a08aa-3f23-e92d-0b6c-28dfa1c8e526\",\n \"user_id\": \"06bcae0e-1246-4531-b68d-c8618bb79ee0\",\n \"profile_id\": \"urn:uuid:cbf5553d-25c3-2642-4eed-1dbc584a8f3e\",\n \"ne_attribute_id\": \"1b078ee9-6f36-e67b-e5f3-5d993e7919c8\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17117,7 +17117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0feeb009-9ff9-4632-9aa1-56e8857d07b8", + "id": "2173c57b-3336-473d-bf28-9544166f9d67", "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\": \"770122f3-4413-0175-1999-3aa481ce4629\",\n \"user_id\": \"b5c9d39f-9b52-ef94-c352-902b86909232\",\n \"profile_id\": \"urn:uuid:18043ce9-a4ae-3be9-9dda-d34ddc8eda2a\",\n \"ne_attribute_id\": \"265a9be1-b4c7-6eef-6abc-9bf6fa19906b\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:1743f614-064a-1280-6ee7-b4cbdce53b4a\",\n \"user_id\": \"c88348f1-8748-72c9-a95b-8aee3adb8d75\",\n \"profile_id\": \"urn:uuid:011e6299-9453-2d25-332f-c2412be4439b\",\n \"ne_attribute_id\": \"06a4ff4a-a1cc-8b8d-5f20-0c8cf6f1d4ad\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"a8d28707-1062-1267-24e3-735d92cd1c70\",\n \"user_id\": \"95bc9e73-2608-01f1-47f1-4e1d2966117a\",\n \"profile_id\": \"urn:uuid:2ac73c56-a8b3-18da-e266-f9a6deaf928d\",\n \"ne_attribute_id\": \"d33c075c-3b67-d4e4-604e-28d86af20d37\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:3f0a08aa-3f23-e92d-0b6c-28dfa1c8e526\",\n \"user_id\": \"06bcae0e-1246-4531-b68d-c8618bb79ee0\",\n \"profile_id\": \"urn:uuid:cbf5553d-25c3-2642-4eed-1dbc584a8f3e\",\n \"ne_attribute_id\": \"1b078ee9-6f36-e67b-e5f3-5d993e7919c8\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17179,7 +17179,7 @@ } }, { - "id": "b4ff5342-6084-4cf6-8000-003d16684713", + "id": "772cf435-505d-432a-9021-781cb2438086", "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:452e6da0-3e43-ade4-308b-8f8cb7868cba\"\n },\n {\n \"id\": \"urn:uuid:2e052403-85d9-bb04-3e7f-45b196f7952f\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"2ae4c9be-525f-69b1-2d0b-48b057d5e491\"\n },\n {\n \"id\": \"ae26815d-98ea-f89f-0f45-460a5e4bc6f9\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17222,7 +17222,7 @@ }, "response": [ { - "id": "1f8f3d23-492a-4d51-b144-368318dd1cbc", + "id": "c12408f3-4ed8-4246-a432-c5aff5d40a2b", "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:452e6da0-3e43-ade4-308b-8f8cb7868cba\"\n },\n {\n \"id\": \"urn:uuid:2e052403-85d9-bb04-3e7f-45b196f7952f\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"2ae4c9be-525f-69b1-2d0b-48b057d5e491\"\n },\n {\n \"id\": \"ae26815d-98ea-f89f-0f45-460a5e4bc6f9\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17273,12 +17273,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:fe8cddbd-c18a-6221-1337-f3c6924f9bf9\",\n \"uid\": \"non culpa consequat sed ineuenim\",\n \"user_id\": \"46057467-de2a-923e-434b-318d29b22727\",\n \"profile_id\": \"urn:uuid:21e5de19-b5e9-8d49-d53c-f1b079b3176c\",\n \"ne_attribute_id\": \"fff3cf4e-6670-f6c8-db8a-95ff3dbf7775\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"76ffd6d8-47c7-092f-8093-df8dcf102dc6\",\n \"uid\": \"deserunt proident cupidatatproid\",\n \"user_id\": \"urn:uuid:cc20ae30-c113-01e4-5f72-cd4c07f503a8\",\n \"profile_id\": \"ef5148ef-b0d8-185a-69a8-2cc2e0a77b22\",\n \"ne_attribute_id\": \"e4519391-a07a-7e36-0f64-e4d13b3c25de\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:02ff4702-a4b9-fcc5-1a70-67a37a757045\",\n \"uid\": \"commodo fugiat culpa laborumcill\",\n \"user_id\": \"c226e31c-de0e-f05a-2fcd-f61cdd327344\",\n \"profile_id\": \"13226efa-a4c7-e4b7-897d-eeb3f816bb15\",\n \"ne_attribute_id\": \"urn:uuid:d277c952-a7a4-0617-fcc6-34001e6bac60\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"b7a8dc05-7cc4-b65d-6252-c9951d498196\",\n \"uid\": \"ut enim mollitproident in consec\",\n \"user_id\": \"urn:uuid:b289ce2d-de7e-cd1a-d748-0571503c9034\",\n \"profile_id\": \"urn:uuid:3f1074ed-838c-0531-e332-f3c44440c6d5\",\n \"ne_attribute_id\": \"urn:uuid:35c3fcf3-552e-3036-175d-71d9252210a5\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f6aa8cde-0bcb-4a0b-9b87-9d3b927195d3", + "id": "bb975bfe-a0d1-475a-8460-85194426f94b", "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:452e6da0-3e43-ade4-308b-8f8cb7868cba\"\n },\n {\n \"id\": \"urn:uuid:2e052403-85d9-bb04-3e7f-45b196f7952f\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"2ae4c9be-525f-69b1-2d0b-48b057d5e491\"\n },\n {\n \"id\": \"ae26815d-98ea-f89f-0f45-460a5e4bc6f9\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17334,7 +17334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e5ec286-c58f-41e8-af45-02a44b2c5ce7", + "id": "46b1dd20-2785-4e6f-be0d-062e5c8f2163", "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:452e6da0-3e43-ade4-308b-8f8cb7868cba\"\n },\n {\n \"id\": \"urn:uuid:2e052403-85d9-bb04-3e7f-45b196f7952f\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"2ae4c9be-525f-69b1-2d0b-48b057d5e491\"\n },\n {\n \"id\": \"ae26815d-98ea-f89f-0f45-460a5e4bc6f9\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17396,7 +17396,7 @@ } }, { - "id": "79a84aa4-10cc-47c5-b669-c650fbc63c57", + "id": "4628e505-42ba-4619-bbba-aa451eefbf1a", "name": "Find user-profile contributor relationship by id", "request": { "name": "Find user-profile contributor relationship by id", @@ -17438,7 +17438,7 @@ }, "response": [ { - "id": "e3a5a036-c52e-410c-8420-3cb940009035", + "id": "d702804c-aaff-4995-bc25-56a18e671669", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17477,12 +17477,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"25b1f2ea-512b-5591-b2a9-22cad5db4bc3\",\n \"uid\": \"dolore nostrud sed deseruntparia\",\n \"user_id\": \"urn:uuid:c7d8cf14-3f2e-e328-d901-82762db75b1e\",\n \"profile_id\": \"urn:uuid:dc16e1c2-7a2f-06c1-d75d-188894479ea1\",\n \"ne_attribute_id\": \"urn:uuid:0758e5f5-b929-d0ec-a821-9b147e557112\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:5b8a4c41-f9a3-0f16-790a-5ca81ee0373d\",\n \"uid\": \"insintin proidentin reprehenderi\",\n \"user_id\": \"urn:uuid:6cfdfa5c-c561-3534-10e4-d396e5a4b66e\",\n \"profile_id\": \"urn:uuid:08ed285d-ebcb-67ab-3b08-35f725903551\",\n \"ne_attribute_id\": \"urn:uuid:6894c4ed-4016-f2f4-7c7d-986eb9ba6686\",\n \"relationship_type\": \"contributor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b506a8f6-3e32-48b2-b525-c6f33913ae5f", + "id": "e83b2d4c-0430-41f1-94b9-74794dabc921", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17526,7 +17526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcae2aa0-7f3f-4542-bf72-bf7bd12551c0", + "id": "15cb97ed-c038-4f16-9797-e0584e69c333", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17576,7 +17576,7 @@ } }, { - "id": "ea9890bb-6479-4b30-ac73-ea2e684263d4", + "id": "f95a608a-c60c-4b6a-9692-a4fae56ec7ec", "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:39e1a039-c569-cde9-200e-e2c8ccd6fcd4\",\n \"profile_id\": \"urn:uuid:77ef766e-25d4-69b7-7d95-f6410699d066\",\n \"ne_attribute_id\": \"urn:uuid:5a21026e-ddba-bfbd-9911-16407b24aac4\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:102cc409-234a-7238-61cd-0e56e4703326\",\n \"profile_id\": \"5b10bc4c-2735-a4cd-77f0-37a326fc209f\",\n \"ne_attribute_id\": \"8ceddb9e-3e1a-45ba-8afe-7477094268f9\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17631,7 +17631,7 @@ }, "response": [ { - "id": "599b73b8-c76a-4321-bdbd-442a79085465", + "id": "a2ec8273-5302-4d05-ae13-535e738098b8", "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:39e1a039-c569-cde9-200e-e2c8ccd6fcd4\",\n \"profile_id\": \"urn:uuid:77ef766e-25d4-69b7-7d95-f6410699d066\",\n \"ne_attribute_id\": \"urn:uuid:5a21026e-ddba-bfbd-9911-16407b24aac4\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:102cc409-234a-7238-61cd-0e56e4703326\",\n \"profile_id\": \"5b10bc4c-2735-a4cd-77f0-37a326fc209f\",\n \"ne_attribute_id\": \"8ceddb9e-3e1a-45ba-8afe-7477094268f9\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17683,12 +17683,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"25b1f2ea-512b-5591-b2a9-22cad5db4bc3\",\n \"uid\": \"dolore nostrud sed deseruntparia\",\n \"user_id\": \"urn:uuid:c7d8cf14-3f2e-e328-d901-82762db75b1e\",\n \"profile_id\": \"urn:uuid:dc16e1c2-7a2f-06c1-d75d-188894479ea1\",\n \"ne_attribute_id\": \"urn:uuid:0758e5f5-b929-d0ec-a821-9b147e557112\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:5b8a4c41-f9a3-0f16-790a-5ca81ee0373d\",\n \"uid\": \"insintin proidentin reprehenderi\",\n \"user_id\": \"urn:uuid:6cfdfa5c-c561-3534-10e4-d396e5a4b66e\",\n \"profile_id\": \"urn:uuid:08ed285d-ebcb-67ab-3b08-35f725903551\",\n \"ne_attribute_id\": \"urn:uuid:6894c4ed-4016-f2f4-7c7d-986eb9ba6686\",\n \"relationship_type\": \"contributor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9ff19575-1686-4567-926b-b23e14baa4b3", + "id": "11d6f42a-08f0-46d1-b3c4-ae3b19cf24d1", "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:39e1a039-c569-cde9-200e-e2c8ccd6fcd4\",\n \"profile_id\": \"urn:uuid:77ef766e-25d4-69b7-7d95-f6410699d066\",\n \"ne_attribute_id\": \"urn:uuid:5a21026e-ddba-bfbd-9911-16407b24aac4\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:102cc409-234a-7238-61cd-0e56e4703326\",\n \"profile_id\": \"5b10bc4c-2735-a4cd-77f0-37a326fc209f\",\n \"ne_attribute_id\": \"8ceddb9e-3e1a-45ba-8afe-7477094268f9\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17745,7 +17745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a206e24b-a04d-4333-b013-70a1343832f5", + "id": "9616db5b-c132-4cef-a026-e3565ee28627", "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:39e1a039-c569-cde9-200e-e2c8ccd6fcd4\",\n \"profile_id\": \"urn:uuid:77ef766e-25d4-69b7-7d95-f6410699d066\",\n \"ne_attribute_id\": \"urn:uuid:5a21026e-ddba-bfbd-9911-16407b24aac4\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:102cc409-234a-7238-61cd-0e56e4703326\",\n \"profile_id\": \"5b10bc4c-2735-a4cd-77f0-37a326fc209f\",\n \"ne_attribute_id\": \"8ceddb9e-3e1a-45ba-8afe-7477094268f9\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17808,7 +17808,7 @@ } }, { - "id": "e68817d2-210c-46cc-9c16-a5a19489486c", + "id": "d3b9994d-c5fa-485b-b528-b3f2065b93ce", "name": "Delete a user profile assignment", "request": { "name": "Delete a user profile assignment", @@ -17850,7 +17850,7 @@ }, "response": [ { - "id": "dddf4c39-e06c-4e83-b512-9eb842c0a47a", + "id": "63a7d41d-cbe6-4aa0-90a7-f32cfc7d7ca9", "name": "User profile was destroyed", "originalRequest": { "url": { @@ -17894,7 +17894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8085845-cc9e-4d23-9564-784be129ef1a", + "id": "9d955100-636f-412b-8bc1-c2029a3315ec", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17938,7 +17938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "592d348d-2a50-43d8-867b-aaacbbd7dbfb", + "id": "ed2b617f-9bf9-413e-9a2f-b12c2f23a2e9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17994,7 +17994,7 @@ "description": "", "item": [ { - "id": "e1ba201b-33ee-4822-8dd0-d35bfd8c9803", + "id": "cdba7483-c1a9-42b3-9075-910908a6a226", "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\": \"a0333f54-a779-a731-af21-483ffe3012c1\",\n \"profile_id\": \"19825700-17d0-c67b-a916-4614b6692153\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:a042cd65-680c-69e3-6363-397c338c7150\",\n \"profile_id\": \"urn:uuid:d9f09d87-569c-7705-03a5-5770b3a015b8\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18037,7 +18037,7 @@ }, "response": [ { - "id": "a42ef18c-31f9-4d96-bef7-b61527be4901", + "id": "5df8553b-1df1-44bc-9117-f7c6a614169c", "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\": \"a0333f54-a779-a731-af21-483ffe3012c1\",\n \"profile_id\": \"19825700-17d0-c67b-a916-4614b6692153\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:a042cd65-680c-69e3-6363-397c338c7150\",\n \"profile_id\": \"urn:uuid:d9f09d87-569c-7705-03a5-5770b3a015b8\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18088,12 +18088,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"2332ffd1-87ee-46f8-3c9f-7f5235622914\",\n \"uid\": \"quis aliquip occaecatculpairure \",\n \"role_id\": \"urn:uuid:b30bf1d6-885d-a7e3-a72e-192bb4238cb6\",\n \"profile_id\": \"d18b5792-8c10-5c6d-40c3-e2a59fb190a3\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:64f53ce8-3e17-13f6-1864-b663114d7955\",\n \"uid\": \"sit aute ad reprehenderit magnas\",\n \"role_id\": \"2b3f2da8-5678-6a6c-da7a-5db74f915d52\",\n \"profile_id\": \"urn:uuid:1b38f70d-72ab-87e0-20a1-dd11cd1f26cb\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a3dc04ce-4940-4904-bc30-51ee036ba7b0", + "id": "30919542-6c01-4897-bda6-e0b52169dd14", "name": "Invalid input", "originalRequest": { "url": { @@ -18123,7 +18123,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"a0333f54-a779-a731-af21-483ffe3012c1\",\n \"profile_id\": \"19825700-17d0-c67b-a916-4614b6692153\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:a042cd65-680c-69e3-6363-397c338c7150\",\n \"profile_id\": \"urn:uuid:d9f09d87-569c-7705-03a5-5770b3a015b8\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18145,7 +18145,7 @@ } }, { - "id": "f0e1ca55-e6fc-4d93-96a4-6ebaf0e9e5e8", + "id": "88d5cd5e-1eef-4960-9cf8-a6472d69be7b", "name": "Get role-profile contributor relationships", "request": { "name": "Get role-profile contributor relationships", @@ -18195,7 +18195,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -18230,7 +18230,7 @@ }, "response": [ { - "id": "ef8b8d96-b20e-46c0-8fc4-bb60ab109e30", + "id": "cea98e68-9695-4688-ac21-611e5db097ac", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18275,7 +18275,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -18323,12 +18323,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"627d3f1f-d6bb-5342-a146-cbebf9d96919\",\n \"uid\": \"dovoluptate dolore in laborumaut\",\n \"role_id\": \"675e55a6-d2a6-4e5d-3e50-26c4cc60017b\",\n \"profile_id\": \"e8d064ae-d464-30ae-bcba-a7a68ddded15\"\n },\n {\n \"id\": \"7c98b946-03b7-b98e-bd93-2e0e06ffe4c6\",\n \"uid\": \"do dolorelabore nullaadipisicing\",\n \"role_id\": \"urn:uuid:5e1e8079-21e0-c44b-2c9e-f34895d23354\",\n \"profile_id\": \"05a17f27-321d-316c-1779-42f21e461f5b\"\n }\n ],\n \"_metadata\": {\n \"limit\": -45249427,\n \"offset\": -26137231,\n \"total\": 19362307,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"3571cfd4-f4a6-6c0f-353a-cb4d0ac654e0\",\n \"uid\": \"ad velit occaecatin aliquipeiusm\",\n \"role_id\": \"fa29e58a-c686-46a3-8ab6-3ae61da80579\",\n \"profile_id\": \"3a7df309-c0f7-f45e-e971-4f6e7a90cc4c\"\n },\n {\n \"id\": \"8acc6ee1-91a6-411f-b4ba-baa423e8113a\",\n \"uid\": \"laborum sunt commodo invelit in \",\n \"role_id\": \"fd0c1a04-6b10-5c95-746f-6e81b4c9163e\",\n \"profile_id\": \"9d8cc5ee-cd0c-939b-e25e-5661c06c7b46\"\n }\n ],\n \"_metadata\": {\n \"limit\": -91301702,\n \"offset\": -19889255,\n \"total\": -28939603,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "959f1e21-b39e-40df-b00d-4291f7503d83", + "id": "967f1993-9e8f-4bf5-8992-aef525e3a072", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18373,7 +18373,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -18426,7 +18426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e007afa3-63bf-4180-8264-0f0446a88778", + "id": "ca620d75-cdf3-4de4-b9d3-6d6d5551e738", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18471,7 +18471,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -18530,7 +18530,7 @@ } }, { - "id": "95f4fe4d-ac18-4d21-adbc-081c308df0a5", + "id": "595b2901-2e7e-43fd-9c4b-f89ca6d3228a", "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\": \"urn:uuid:03df6c71-c3b2-70ef-8425-26a806dc4c28\",\n \"profile_id\": \"8fafe2d5-bc5a-3f25-6643-57209b6900d9\"\n },\n {\n \"role_id\": \"d8477854-25ea-3aeb-91cc-4aa9d5ccb6fc\",\n \"profile_id\": \"urn:uuid:1d282052-a9b6-3b82-e850-0904219faf14\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"5e102a50-7d5d-4ace-cc42-2f143c75ceb3\",\n \"profile_id\": \"4cdd404b-847a-d2f1-b5e3-530acdcdf64c\"\n },\n {\n \"role_id\": \"eaecdc43-57f4-0423-3ffd-23366cce79a7\",\n \"profile_id\": \"b5e762a4-bace-22d7-5385-870cfd7488b7\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18573,7 +18573,7 @@ }, "response": [ { - "id": "9c1135eb-72e1-4110-a0c1-95064ebbe16d", + "id": "a3773ef9-ee20-4e1e-be85-2ca17cb4440e", "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\": \"urn:uuid:03df6c71-c3b2-70ef-8425-26a806dc4c28\",\n \"profile_id\": \"8fafe2d5-bc5a-3f25-6643-57209b6900d9\"\n },\n {\n \"role_id\": \"d8477854-25ea-3aeb-91cc-4aa9d5ccb6fc\",\n \"profile_id\": \"urn:uuid:1d282052-a9b6-3b82-e850-0904219faf14\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"5e102a50-7d5d-4ace-cc42-2f143c75ceb3\",\n \"profile_id\": \"4cdd404b-847a-d2f1-b5e3-530acdcdf64c\"\n },\n {\n \"role_id\": \"eaecdc43-57f4-0423-3ffd-23366cce79a7\",\n \"profile_id\": \"b5e762a4-bace-22d7-5385-870cfd7488b7\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18624,12 +18624,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"9d4d66c3-4597-d7e1-2b1b-f66b1ec4e39e\",\n \"uid\": \"sunt ex adipisicing etet volupta\",\n \"role_id\": \"481fbf6d-df3f-32cf-b224-fd29d10924d6\",\n \"profile_id\": \"f14bbf49-77ea-ff78-3461-cf85d292cdc2\"\n },\n {\n \"id\": \"7a640cce-e5f1-a60a-1df0-ba64bca9661d\",\n \"uid\": \"id eiusmodincididunt ullamco ali\",\n \"role_id\": \"urn:uuid:a025c818-115e-7e26-8e47-ca5e8bdf7233\",\n \"profile_id\": \"376dd225-505a-f200-158f-1be01dd9575b\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"5cf49ceb-7d39-8bf2-f43d-6622a76617d6\",\n \"uid\": \"nostrud nisi cillumadipisicing u\",\n \"role_id\": \"292ea14e-2fff-0321-2ac8-f47e8dfb8edf\",\n \"profile_id\": \"9e2a1df4-9d7d-9cc2-4290-78afd30aa62a\"\n },\n {\n \"id\": \"urn:uuid:66a9ce32-90aa-eb1b-7281-e9cbfe930950\",\n \"uid\": \"dolor nostrudmollit veniam in ei\",\n \"role_id\": \"urn:uuid:071ee79f-d6f2-9e97-fa7c-bfaa1c6b59cb\",\n \"profile_id\": \"urn:uuid:7f648022-cd8a-35f1-1b12-87750c9534c6\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8ea1ccd4-1622-4cec-805f-8b89d3f91164", + "id": "4f94bf59-1c34-4c95-acc0-df41589e1f6b", "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\": \"urn:uuid:03df6c71-c3b2-70ef-8425-26a806dc4c28\",\n \"profile_id\": \"8fafe2d5-bc5a-3f25-6643-57209b6900d9\"\n },\n {\n \"role_id\": \"d8477854-25ea-3aeb-91cc-4aa9d5ccb6fc\",\n \"profile_id\": \"urn:uuid:1d282052-a9b6-3b82-e850-0904219faf14\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"5e102a50-7d5d-4ace-cc42-2f143c75ceb3\",\n \"profile_id\": \"4cdd404b-847a-d2f1-b5e3-530acdcdf64c\"\n },\n {\n \"role_id\": \"eaecdc43-57f4-0423-3ffd-23366cce79a7\",\n \"profile_id\": \"b5e762a4-bace-22d7-5385-870cfd7488b7\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18685,7 +18685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dfb9ecd-5dbc-4a85-84d8-c891a95f1b92", + "id": "652c29df-2779-4499-843d-732dca9e583f", "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\": \"urn:uuid:03df6c71-c3b2-70ef-8425-26a806dc4c28\",\n \"profile_id\": \"8fafe2d5-bc5a-3f25-6643-57209b6900d9\"\n },\n {\n \"role_id\": \"d8477854-25ea-3aeb-91cc-4aa9d5ccb6fc\",\n \"profile_id\": \"urn:uuid:1d282052-a9b6-3b82-e850-0904219faf14\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"5e102a50-7d5d-4ace-cc42-2f143c75ceb3\",\n \"profile_id\": \"4cdd404b-847a-d2f1-b5e3-530acdcdf64c\"\n },\n {\n \"role_id\": \"eaecdc43-57f4-0423-3ffd-23366cce79a7\",\n \"profile_id\": \"b5e762a4-bace-22d7-5385-870cfd7488b7\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18747,7 +18747,7 @@ } }, { - "id": "732ec933-4925-46a2-bca6-9eab8f50aaeb", + "id": "2dd6fd73-a103-4beb-908b-8dd86bd136b5", "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\": \"a7155f4e-94bf-19e2-cc6a-8e323b45bc85\",\n \"role_id\": \"12890cc1-84cb-1bba-9705-73d0e31a6105\",\n \"profile_id\": \"14549fa5-d032-ef7a-8136-d34b0b469def\"\n },\n {\n \"id\": \"urn:uuid:5e906153-abb7-9b37-3683-dcb30500b327\",\n \"role_id\": \"urn:uuid:0d8729e4-cdb9-e989-087e-1cf9c744535b\",\n \"profile_id\": \"urn:uuid:feef5eb1-fb58-d6fc-250b-f97370589de6\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"a8fb1856-aed0-ac96-8ccc-d515a69b61ab\",\n \"role_id\": \"urn:uuid:a85afa56-5497-bc34-b987-d7da2df95823\",\n \"profile_id\": \"urn:uuid:a0be60ab-d1c4-d151-78d7-fdc85a1cfe3d\"\n },\n {\n \"id\": \"f21f48c6-1fb9-e35a-f69c-b226992e7261\",\n \"role_id\": \"urn:uuid:fd8606f1-9c2e-3a37-7afb-65ff792aefad\",\n \"profile_id\": \"738b7d52-fbc0-ded5-d150-82723dab4b7d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18790,7 +18790,7 @@ }, "response": [ { - "id": "dbee5367-c21e-4e19-ac47-cb7b7e39777b", + "id": "a3c313f9-01a7-4c20-ade8-383e24a393a1", "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\": \"a7155f4e-94bf-19e2-cc6a-8e323b45bc85\",\n \"role_id\": \"12890cc1-84cb-1bba-9705-73d0e31a6105\",\n \"profile_id\": \"14549fa5-d032-ef7a-8136-d34b0b469def\"\n },\n {\n \"id\": \"urn:uuid:5e906153-abb7-9b37-3683-dcb30500b327\",\n \"role_id\": \"urn:uuid:0d8729e4-cdb9-e989-087e-1cf9c744535b\",\n \"profile_id\": \"urn:uuid:feef5eb1-fb58-d6fc-250b-f97370589de6\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"a8fb1856-aed0-ac96-8ccc-d515a69b61ab\",\n \"role_id\": \"urn:uuid:a85afa56-5497-bc34-b987-d7da2df95823\",\n \"profile_id\": \"urn:uuid:a0be60ab-d1c4-d151-78d7-fdc85a1cfe3d\"\n },\n {\n \"id\": \"f21f48c6-1fb9-e35a-f69c-b226992e7261\",\n \"role_id\": \"urn:uuid:fd8606f1-9c2e-3a37-7afb-65ff792aefad\",\n \"profile_id\": \"738b7d52-fbc0-ded5-d150-82723dab4b7d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18841,12 +18841,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"9d4d66c3-4597-d7e1-2b1b-f66b1ec4e39e\",\n \"uid\": \"sunt ex adipisicing etet volupta\",\n \"role_id\": \"481fbf6d-df3f-32cf-b224-fd29d10924d6\",\n \"profile_id\": \"f14bbf49-77ea-ff78-3461-cf85d292cdc2\"\n },\n {\n \"id\": \"7a640cce-e5f1-a60a-1df0-ba64bca9661d\",\n \"uid\": \"id eiusmodincididunt ullamco ali\",\n \"role_id\": \"urn:uuid:a025c818-115e-7e26-8e47-ca5e8bdf7233\",\n \"profile_id\": \"376dd225-505a-f200-158f-1be01dd9575b\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"5cf49ceb-7d39-8bf2-f43d-6622a76617d6\",\n \"uid\": \"nostrud nisi cillumadipisicing u\",\n \"role_id\": \"292ea14e-2fff-0321-2ac8-f47e8dfb8edf\",\n \"profile_id\": \"9e2a1df4-9d7d-9cc2-4290-78afd30aa62a\"\n },\n {\n \"id\": \"urn:uuid:66a9ce32-90aa-eb1b-7281-e9cbfe930950\",\n \"uid\": \"dolor nostrudmollit veniam in ei\",\n \"role_id\": \"urn:uuid:071ee79f-d6f2-9e97-fa7c-bfaa1c6b59cb\",\n \"profile_id\": \"urn:uuid:7f648022-cd8a-35f1-1b12-87750c9534c6\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1984f0b2-e34b-46b3-bef0-3d3998a9a165", + "id": "676286f0-8878-4741-a416-3a8bdf93ff18", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18880,7 +18880,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"a7155f4e-94bf-19e2-cc6a-8e323b45bc85\",\n \"role_id\": \"12890cc1-84cb-1bba-9705-73d0e31a6105\",\n \"profile_id\": \"14549fa5-d032-ef7a-8136-d34b0b469def\"\n },\n {\n \"id\": \"urn:uuid:5e906153-abb7-9b37-3683-dcb30500b327\",\n \"role_id\": \"urn:uuid:0d8729e4-cdb9-e989-087e-1cf9c744535b\",\n \"profile_id\": \"urn:uuid:feef5eb1-fb58-d6fc-250b-f97370589de6\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"a8fb1856-aed0-ac96-8ccc-d515a69b61ab\",\n \"role_id\": \"urn:uuid:a85afa56-5497-bc34-b987-d7da2df95823\",\n \"profile_id\": \"urn:uuid:a0be60ab-d1c4-d151-78d7-fdc85a1cfe3d\"\n },\n {\n \"id\": \"f21f48c6-1fb9-e35a-f69c-b226992e7261\",\n \"role_id\": \"urn:uuid:fd8606f1-9c2e-3a37-7afb-65ff792aefad\",\n \"profile_id\": \"738b7d52-fbc0-ded5-d150-82723dab4b7d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18902,7 +18902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b77087ba-523f-4e08-a47d-3224b08fe76b", + "id": "849c3206-b49f-4372-afe0-e29dc6727543", "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\": \"a7155f4e-94bf-19e2-cc6a-8e323b45bc85\",\n \"role_id\": \"12890cc1-84cb-1bba-9705-73d0e31a6105\",\n \"profile_id\": \"14549fa5-d032-ef7a-8136-d34b0b469def\"\n },\n {\n \"id\": \"urn:uuid:5e906153-abb7-9b37-3683-dcb30500b327\",\n \"role_id\": \"urn:uuid:0d8729e4-cdb9-e989-087e-1cf9c744535b\",\n \"profile_id\": \"urn:uuid:feef5eb1-fb58-d6fc-250b-f97370589de6\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"a8fb1856-aed0-ac96-8ccc-d515a69b61ab\",\n \"role_id\": \"urn:uuid:a85afa56-5497-bc34-b987-d7da2df95823\",\n \"profile_id\": \"urn:uuid:a0be60ab-d1c4-d151-78d7-fdc85a1cfe3d\"\n },\n {\n \"id\": \"f21f48c6-1fb9-e35a-f69c-b226992e7261\",\n \"role_id\": \"urn:uuid:fd8606f1-9c2e-3a37-7afb-65ff792aefad\",\n \"profile_id\": \"738b7d52-fbc0-ded5-d150-82723dab4b7d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18964,7 +18964,7 @@ } }, { - "id": "1f7a95cc-964d-4274-ab73-c659f9597ec4", + "id": "be2a9f06-f077-4b64-bbde-00a1b5f92436", "name": "Find role-profile contributor relationship by id", "request": { "name": "Find role-profile contributor relationship by id", @@ -19006,7 +19006,7 @@ }, "response": [ { - "id": "e0d4f678-5072-4c6a-8fb3-76eb23c7c122", + "id": "166b2a84-b33a-4458-bd0f-f620c9b779ad", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19045,12 +19045,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"2332ffd1-87ee-46f8-3c9f-7f5235622914\",\n \"uid\": \"quis aliquip occaecatculpairure \",\n \"role_id\": \"urn:uuid:b30bf1d6-885d-a7e3-a72e-192bb4238cb6\",\n \"profile_id\": \"d18b5792-8c10-5c6d-40c3-e2a59fb190a3\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:64f53ce8-3e17-13f6-1864-b663114d7955\",\n \"uid\": \"sit aute ad reprehenderit magnas\",\n \"role_id\": \"2b3f2da8-5678-6a6c-da7a-5db74f915d52\",\n \"profile_id\": \"urn:uuid:1b38f70d-72ab-87e0-20a1-dd11cd1f26cb\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7fa80e16-9987-4a29-9ea1-4c1856d087c4", + "id": "dd78ff54-7986-4d9a-866e-63ed76ef8296", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19094,7 +19094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97bdaf62-59fe-40ab-ad80-118b706201fc", + "id": "4d025351-3f63-45ac-8bad-5506cba322af", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19144,7 +19144,7 @@ } }, { - "id": "49529ca8-598f-486b-b908-0718bf2ef321", + "id": "9032340d-e0aa-434c-956e-cf72d5c838e8", "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\": \"a0333f54-a779-a731-af21-483ffe3012c1\",\n \"profile_id\": \"19825700-17d0-c67b-a916-4614b6692153\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:a042cd65-680c-69e3-6363-397c338c7150\",\n \"profile_id\": \"urn:uuid:d9f09d87-569c-7705-03a5-5770b3a015b8\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19199,7 +19199,7 @@ }, "response": [ { - "id": "adaa39b9-3d7b-4f97-b568-28d07b13b94f", + "id": "df16d2a3-6820-4af8-acbd-70b0cfa69204", "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\": \"a0333f54-a779-a731-af21-483ffe3012c1\",\n \"profile_id\": \"19825700-17d0-c67b-a916-4614b6692153\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:a042cd65-680c-69e3-6363-397c338c7150\",\n \"profile_id\": \"urn:uuid:d9f09d87-569c-7705-03a5-5770b3a015b8\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19251,12 +19251,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"2332ffd1-87ee-46f8-3c9f-7f5235622914\",\n \"uid\": \"quis aliquip occaecatculpairure \",\n \"role_id\": \"urn:uuid:b30bf1d6-885d-a7e3-a72e-192bb4238cb6\",\n \"profile_id\": \"d18b5792-8c10-5c6d-40c3-e2a59fb190a3\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:64f53ce8-3e17-13f6-1864-b663114d7955\",\n \"uid\": \"sit aute ad reprehenderit magnas\",\n \"role_id\": \"2b3f2da8-5678-6a6c-da7a-5db74f915d52\",\n \"profile_id\": \"urn:uuid:1b38f70d-72ab-87e0-20a1-dd11cd1f26cb\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b1605ef9-23fc-4292-810d-52dc0ebb4fb4", + "id": "0645ac49-5af0-4fdb-b97f-322ef2b27147", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19291,7 +19291,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"a0333f54-a779-a731-af21-483ffe3012c1\",\n \"profile_id\": \"19825700-17d0-c67b-a916-4614b6692153\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:a042cd65-680c-69e3-6363-397c338c7150\",\n \"profile_id\": \"urn:uuid:d9f09d87-569c-7705-03a5-5770b3a015b8\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19313,7 +19313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9b93ee4-d412-45f2-8984-a7334031eca5", + "id": "83ed1f90-f974-4c15-85da-f917ce28ceeb", "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\": \"a0333f54-a779-a731-af21-483ffe3012c1\",\n \"profile_id\": \"19825700-17d0-c67b-a916-4614b6692153\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:a042cd65-680c-69e3-6363-397c338c7150\",\n \"profile_id\": \"urn:uuid:d9f09d87-569c-7705-03a5-5770b3a015b8\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19376,7 +19376,7 @@ } }, { - "id": "d4e44c78-d21f-49be-bf7a-ea5f712f40ea", + "id": "35fa6367-267b-4d7c-91b1-34d6020522f2", "name": "Delete a role profile assignment", "request": { "name": "Delete a role profile assignment", @@ -19418,7 +19418,7 @@ }, "response": [ { - "id": "2370fe61-e0ef-4143-bf57-8e8ac19c57c1", + "id": "426c13f7-1a19-498d-a193-fcdfaeedf406", "name": "Role profile was destroyed", "originalRequest": { "url": { @@ -19462,7 +19462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16e547ae-7a07-4510-9c46-c4bcb99e9be6", + "id": "1e63a8c4-8595-47f4-9edb-c71dddee15ed", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19506,7 +19506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1c4ab11-246c-4682-8de5-b696f25c31b3", + "id": "a0e6e693-1f47-456a-89e0-72e8efc084d2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19562,7 +19562,7 @@ "description": "", "item": [ { - "id": "de78abbf-9ee5-4160-a91f-620e95d1cf1f", + "id": "5a859a02-5fce-4192-9f60-c2a74eaaa0a5", "name": "Create a create workflow", "request": { "name": "Create a create workflow", @@ -19606,7 +19606,7 @@ }, "response": [ { - "id": "ee575c2e-0059-4d13-a740-748aa08bca17", + "id": "505cab25-b15d-4bd5-9c06-218590bbe06e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19658,12 +19658,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"cdbe24f0-2a91-478f-999f-533a20b86366\",\n \"uid\": \"eiusmod dolore laboris cillumtem\",\n \"workflow_id\": \"0f621cce-4d80-4b08-0f8c-b12cd056ecc5\",\n \"requester_id\": \"b28a829d-16e6-199e-69c0-42ea9bd06543\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:e00fdf45-f9d8-54a0-766c-29dcd00bc220\",\n \"profile_ids\": [\n \"urn:uuid:9b68fee8-3af6-cef2-d4e2-5c0a8480d059\",\n \"8cfa0c41-3ebb-c97f-2331-d40db39c5d25\"\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:d8053b6f-1cae-bde2-e38c-b4ac046634b4\",\n \"uid\": \"sit aute temporaliqua ullamcoet \",\n \"workflow_id\": \"1003557f-e969-3a09-f208-8bd6d7f7219c\",\n \"requester_id\": \"66f17c99-451d-e616-bc9b-6a0d14af4b35\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"cc06a492-d2b6-ca11-7a01-b631a5933e22\",\n \"profile_ids\": [\n \"95b252f7-120f-396f-ce1a-1ea28b793590\",\n \"a33f30f7-c778-071d-534f-09af8c6e3b47\"\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": "36e18f19-3bdd-4b27-a982-b369d4603590", + "id": "e4fe02b0-99c0-4811-9b18-f0fcea5b2d84", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19720,7 +19720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae9cc897-c7df-4cce-aa7a-4d2ac6a8deec", + "id": "22f1aac5-a92e-48df-b201-ae120d36e7a5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19783,7 +19783,7 @@ } }, { - "id": "1f56bd0b-028e-4b80-ab1e-d628e7f7b220", + "id": "0473f4bd-9a3c-4cf9-a330-e265a1d0a141", "name": "Create an update workflow", "request": { "name": "Create an update workflow", @@ -19827,7 +19827,7 @@ }, "response": [ { - "id": "d2869568-4dc4-4ef3-b11a-5414f11016b3", + "id": "2d96ac55-8998-45cf-a4a4-9769a698afa8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19879,12 +19879,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"cdbe24f0-2a91-478f-999f-533a20b86366\",\n \"uid\": \"eiusmod dolore laboris cillumtem\",\n \"workflow_id\": \"0f621cce-4d80-4b08-0f8c-b12cd056ecc5\",\n \"requester_id\": \"b28a829d-16e6-199e-69c0-42ea9bd06543\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:e00fdf45-f9d8-54a0-766c-29dcd00bc220\",\n \"profile_ids\": [\n \"urn:uuid:9b68fee8-3af6-cef2-d4e2-5c0a8480d059\",\n \"8cfa0c41-3ebb-c97f-2331-d40db39c5d25\"\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:d8053b6f-1cae-bde2-e38c-b4ac046634b4\",\n \"uid\": \"sit aute temporaliqua ullamcoet \",\n \"workflow_id\": \"1003557f-e969-3a09-f208-8bd6d7f7219c\",\n \"requester_id\": \"66f17c99-451d-e616-bc9b-6a0d14af4b35\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"cc06a492-d2b6-ca11-7a01-b631a5933e22\",\n \"profile_ids\": [\n \"95b252f7-120f-396f-ce1a-1ea28b793590\",\n \"a33f30f7-c778-071d-534f-09af8c6e3b47\"\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": "5a471bae-3873-4b8f-81d4-e913c228730b", + "id": "3741a234-daf8-488d-aa55-3eafae7bbe02", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19941,7 +19941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54fe24ef-e512-4af9-8dd6-6f5bc9bed415", + "id": "eeaa3f07-9bc4-4d0d-ad08-1348275a4052", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20004,7 +20004,7 @@ } }, { - "id": "fcdbe036-5e9e-4eb6-88d8-890f6ba5f2fe", + "id": "4202a7b9-91ad-401e-883e-445fee7970db", "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\": \"false\",\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\": \"false\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20048,7 +20048,7 @@ }, "response": [ { - "id": "812dbe24-8b44-47e5-b2ce-5d038bcd72b3", + "id": "d564e050-3e2e-446d-8087-fa34bcf3e43f", "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\": \"false\",\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\": \"false\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20100,12 +20100,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"cdbe24f0-2a91-478f-999f-533a20b86366\",\n \"uid\": \"eiusmod dolore laboris cillumtem\",\n \"workflow_id\": \"0f621cce-4d80-4b08-0f8c-b12cd056ecc5\",\n \"requester_id\": \"b28a829d-16e6-199e-69c0-42ea9bd06543\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:e00fdf45-f9d8-54a0-766c-29dcd00bc220\",\n \"profile_ids\": [\n \"urn:uuid:9b68fee8-3af6-cef2-d4e2-5c0a8480d059\",\n \"8cfa0c41-3ebb-c97f-2331-d40db39c5d25\"\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:d8053b6f-1cae-bde2-e38c-b4ac046634b4\",\n \"uid\": \"sit aute temporaliqua ullamcoet \",\n \"workflow_id\": \"1003557f-e969-3a09-f208-8bd6d7f7219c\",\n \"requester_id\": \"66f17c99-451d-e616-bc9b-6a0d14af4b35\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"cc06a492-d2b6-ca11-7a01-b631a5933e22\",\n \"profile_ids\": [\n \"95b252f7-120f-396f-ce1a-1ea28b793590\",\n \"a33f30f7-c778-071d-534f-09af8c6e3b47\"\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": "3b63c6f4-8e51-4fc4-9cea-bb5258206d64", + "id": "2dd6e8a3-a53f-4a02-a1fc-0f5df236068f", "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\": \"false\",\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\": \"false\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20162,7 +20162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eb71afd-fb80-4c68-9c9f-060f9cb4d877", + "id": "31b43f54-e48b-488e-8d9d-2fa53e57d63e", "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\": \"false\",\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\": \"false\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20225,7 +20225,7 @@ } }, { - "id": "ac5d1284-4764-4281-9076-eadfc4bcdc93", + "id": "2bb84b9d-4141-474d-be1d-83afecd13052", "name": "Create an automated workflow", "request": { "name": "Create an automated workflow", @@ -20269,7 +20269,7 @@ }, "response": [ { - "id": "783c3d72-32c4-4032-a2fd-3d116ee8795f", + "id": "e9b9e486-8136-41da-b091-a3ec907f995a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20321,12 +20321,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"cdbe24f0-2a91-478f-999f-533a20b86366\",\n \"uid\": \"eiusmod dolore laboris cillumtem\",\n \"workflow_id\": \"0f621cce-4d80-4b08-0f8c-b12cd056ecc5\",\n \"requester_id\": \"b28a829d-16e6-199e-69c0-42ea9bd06543\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:e00fdf45-f9d8-54a0-766c-29dcd00bc220\",\n \"profile_ids\": [\n \"urn:uuid:9b68fee8-3af6-cef2-d4e2-5c0a8480d059\",\n \"8cfa0c41-3ebb-c97f-2331-d40db39c5d25\"\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:d8053b6f-1cae-bde2-e38c-b4ac046634b4\",\n \"uid\": \"sit aute temporaliqua ullamcoet \",\n \"workflow_id\": \"1003557f-e969-3a09-f208-8bd6d7f7219c\",\n \"requester_id\": \"66f17c99-451d-e616-bc9b-6a0d14af4b35\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"cc06a492-d2b6-ca11-7a01-b631a5933e22\",\n \"profile_ids\": [\n \"95b252f7-120f-396f-ce1a-1ea28b793590\",\n \"a33f30f7-c778-071d-534f-09af8c6e3b47\"\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": "34cf5ba6-f0ee-427f-9539-e3c370ca336c", + "id": "112cb395-bf76-4124-a29c-76d1d5e7253e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20383,7 +20383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08d96ea1-abcf-485f-822e-8e14b86e233d", + "id": "22ce049c-1353-4970-ba0c-3d93f7355e38", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20446,7 +20446,7 @@ } }, { - "id": "fcabf881-4f5d-4924-bce8-3183d8509de9", + "id": "e6a6e135-8d0c-41b5-8ac6-7b8c1b98b696", "name": "Create a registration workflow", "request": { "name": "Create a registration workflow", @@ -20490,7 +20490,7 @@ }, "response": [ { - "id": "152cde63-0782-434d-a4fd-a57c1e384b8d", + "id": "38079244-1678-4513-8eb8-d1215db07a8c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20542,12 +20542,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"cdbe24f0-2a91-478f-999f-533a20b86366\",\n \"uid\": \"eiusmod dolore laboris cillumtem\",\n \"workflow_id\": \"0f621cce-4d80-4b08-0f8c-b12cd056ecc5\",\n \"requester_id\": \"b28a829d-16e6-199e-69c0-42ea9bd06543\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:e00fdf45-f9d8-54a0-766c-29dcd00bc220\",\n \"profile_ids\": [\n \"urn:uuid:9b68fee8-3af6-cef2-d4e2-5c0a8480d059\",\n \"8cfa0c41-3ebb-c97f-2331-d40db39c5d25\"\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:d8053b6f-1cae-bde2-e38c-b4ac046634b4\",\n \"uid\": \"sit aute temporaliqua ullamcoet \",\n \"workflow_id\": \"1003557f-e969-3a09-f208-8bd6d7f7219c\",\n \"requester_id\": \"66f17c99-451d-e616-bc9b-6a0d14af4b35\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"cc06a492-d2b6-ca11-7a01-b631a5933e22\",\n \"profile_ids\": [\n \"95b252f7-120f-396f-ce1a-1ea28b793590\",\n \"a33f30f7-c778-071d-534f-09af8c6e3b47\"\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": "ce612eb7-be5f-425f-8e41-b267868ae99b", + "id": "c04c94dc-f51d-4c55-b910-8f2915e77a2c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20604,7 +20604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f297a42-a123-4696-988e-6a4e88bfb9df", + "id": "e1693384-e8d4-49b6-a506-2accbf2b89d2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20667,7 +20667,7 @@ } }, { - "id": "a6821282-d69e-42ac-a608-192140a6a883", + "id": "2cae9928-fa76-4527-8c8f-54d8b990a8d7", "name": "Create a login workflow", "request": { "name": "Create a login workflow", @@ -20711,7 +20711,7 @@ }, "response": [ { - "id": "fc2e5219-7db0-40c7-8e50-04bdd31f5c39", + "id": "4c1c9d39-6f68-487a-862f-2308d2511826", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20763,12 +20763,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"cdbe24f0-2a91-478f-999f-533a20b86366\",\n \"uid\": \"eiusmod dolore laboris cillumtem\",\n \"workflow_id\": \"0f621cce-4d80-4b08-0f8c-b12cd056ecc5\",\n \"requester_id\": \"b28a829d-16e6-199e-69c0-42ea9bd06543\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:e00fdf45-f9d8-54a0-766c-29dcd00bc220\",\n \"profile_ids\": [\n \"urn:uuid:9b68fee8-3af6-cef2-d4e2-5c0a8480d059\",\n \"8cfa0c41-3ebb-c97f-2331-d40db39c5d25\"\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:d8053b6f-1cae-bde2-e38c-b4ac046634b4\",\n \"uid\": \"sit aute temporaliqua ullamcoet \",\n \"workflow_id\": \"1003557f-e969-3a09-f208-8bd6d7f7219c\",\n \"requester_id\": \"66f17c99-451d-e616-bc9b-6a0d14af4b35\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"cc06a492-d2b6-ca11-7a01-b631a5933e22\",\n \"profile_ids\": [\n \"95b252f7-120f-396f-ce1a-1ea28b793590\",\n \"a33f30f7-c778-071d-534f-09af8c6e3b47\"\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": "40950238-ab3e-4092-989e-62dc11ef030a", + "id": "fae48bff-5ba5-4e3c-a356-59f07f01bd4d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20825,7 +20825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90162d10-97b0-4873-be0c-c1f24a3a402d", + "id": "3ebf08fd-b233-4c1c-aa4a-ee225a86e9a8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20888,7 +20888,7 @@ } }, { - "id": "9edc582e-0ba8-4648-b652-681ef977a88f", + "id": "bdefb9b0-f1a9-499a-917e-e589f9061808", "name": "Create a password reset workflow", "request": { "name": "Create a password reset workflow", @@ -20932,7 +20932,7 @@ }, "response": [ { - "id": "d13df654-75e2-4ef3-96aa-ea83251de718", + "id": "d4cc2f9c-192f-4c77-a65c-837e7cfa1f23", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20984,12 +20984,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"cdbe24f0-2a91-478f-999f-533a20b86366\",\n \"uid\": \"eiusmod dolore laboris cillumtem\",\n \"workflow_id\": \"0f621cce-4d80-4b08-0f8c-b12cd056ecc5\",\n \"requester_id\": \"b28a829d-16e6-199e-69c0-42ea9bd06543\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:e00fdf45-f9d8-54a0-766c-29dcd00bc220\",\n \"profile_ids\": [\n \"urn:uuid:9b68fee8-3af6-cef2-d4e2-5c0a8480d059\",\n \"8cfa0c41-3ebb-c97f-2331-d40db39c5d25\"\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:d8053b6f-1cae-bde2-e38c-b4ac046634b4\",\n \"uid\": \"sit aute temporaliqua ullamcoet \",\n \"workflow_id\": \"1003557f-e969-3a09-f208-8bd6d7f7219c\",\n \"requester_id\": \"66f17c99-451d-e616-bc9b-6a0d14af4b35\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"cc06a492-d2b6-ca11-7a01-b631a5933e22\",\n \"profile_ids\": [\n \"95b252f7-120f-396f-ce1a-1ea28b793590\",\n \"a33f30f7-c778-071d-534f-09af8c6e3b47\"\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": "df055357-26ba-4c36-9f4d-5dd820553d02", + "id": "1be8c3c8-655e-4d53-9038-aa1a9eec829c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21046,7 +21046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f9bba2f-7a8c-4ad2-8f99-a5b618957f85", + "id": "4f645227-becd-4b2a-9780-5d83e1bd1787", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21115,7 +21115,7 @@ "description": "", "item": [ { - "id": "d1c52e9b-9804-4faa-92a5-90d9f9589b51", + "id": "ff7d2476-0cf0-4d5e-b7ad-6cc26879a98f", "name": "Create an approval action", "request": { "name": "Create an approval action", @@ -21159,7 +21159,7 @@ }, "response": [ { - "id": "71b96b2e-7c5f-4f98-ac44-2b8188a6becf", + "id": "2e1ab22a-16ee-4f0f-941e-fd6d48a37beb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21216,7 +21216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06bf09ec-8a50-48ee-8a37-ff7f84f42199", + "id": "4dbe75a1-0059-4088-8dc8-ba60e8519cc1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21273,7 +21273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c48f3e2a-35b4-4c27-86c2-c2855d343b87", + "id": "b688578d-d558-4cad-ba6c-22c7f524cbfa", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21336,7 +21336,7 @@ } }, { - "id": "33c58882-4f0a-4005-b2b8-890d28392466", + "id": "d63acf92-e433-4069-a590-56ba1b3c493b", "name": "Create ask security question action", "request": { "name": "Create ask security question action", @@ -21380,7 +21380,7 @@ }, "response": [ { - "id": "afa2e146-6ea9-4493-81f1-f392308942da", + "id": "e67a0d06-814f-49f8-a310-1e2bdb8df871", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21437,7 +21437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e6cf2c3-6e71-4dcc-a5b5-a2e4d4cb5a6d", + "id": "f00ec87d-6c7b-490a-a7dc-3a3737afcba4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21494,7 +21494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5012c94e-b3b1-484b-a77e-dca8fb8826cb", + "id": "fe8a97d2-5e02-4b11-ba7e-b2f03e0a357f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21557,7 +21557,7 @@ } }, { - "id": "d9925577-0cf1-4e7f-a603-3257f1af98f5", + "id": "40040a99-f9f2-43b6-bd06-5b79ed9a7a0f", "name": "Create an auto assign action", "request": { "name": "Create an auto assign action", @@ -21601,7 +21601,7 @@ }, "response": [ { - "id": "5614d001-adf0-4c48-913e-899bc9cba70e", + "id": "d254b32a-4956-40b7-8bd3-c0410e490744", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21658,7 +21658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ae462ac-d04e-42fa-9396-58a8bd165910", + "id": "8dec39d0-f740-43d4-b3c1-cabc6e489d48", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21715,7 +21715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d190eb18-b792-407b-8445-6b92250bbab5", + "id": "33ecc6e6-549a-4060-8a52-430539c1a4ae", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21778,7 +21778,7 @@ } }, { - "id": "bb322bb4-1e4d-4080-931a-bf8400eb998b", + "id": "0ed44624-6bc6-42df-95a4-cc95b23f6166", "name": "Create a batch update action", "request": { "name": "Create a batch update action", @@ -21822,7 +21822,7 @@ }, "response": [ { - "id": "27e46f1c-dea7-481e-8fe6-86baeb268a68", + "id": "6bbfa996-597d-4322-b9ee-3e737b14535b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21879,7 +21879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d59c4aa-d3f5-4d28-8aea-1c5b1898ceb3", + "id": "d95ce423-52c7-4028-9177-ab6314227ecc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21936,7 +21936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbfd38ab-5e79-472c-9c6b-cae01fa9d0e6", + "id": "c85f1811-36cc-408f-bfe2-316db12bdfe0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21999,7 +21999,7 @@ } }, { - "id": "3b1da04d-1645-496a-96e6-9c39a30aa87a", + "id": "325b19cf-4a67-4d3d-acac-3469287daf19", "name": "Create a close session action", "request": { "name": "Create a close session action", @@ -22043,7 +22043,7 @@ }, "response": [ { - "id": "d1f53b2c-238f-4fc3-8415-d771bbdcd5fe", + "id": "d6285817-da4f-4ab7-96b1-baeac3974340", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22100,7 +22100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e334ff-f51a-4ff3-b5b9-2e461e3f4d39", + "id": "fceeb930-f29c-44aa-a4b8-cbe4211b624c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22157,7 +22157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf25ea95-5dc5-442b-8dd2-3816bf213391", + "id": "2d644b18-9183-406a-bbd2-a0b1a0a82078", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22220,7 +22220,7 @@ } }, { - "id": "f8524451-005f-44ae-91c0-40d6070d3d92", + "id": "a37b6567-c220-4371-ba6d-03d7be3b6cb8", "name": "Create a contributors action", "request": { "name": "Create a contributors action", @@ -22264,7 +22264,7 @@ }, "response": [ { - "id": "6ac7fe21-7129-499c-94ca-b78d06c80afb", + "id": "9f2ea18d-43fb-449c-87f4-c8cf240993b4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22321,7 +22321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fc54508-9a53-49f0-8f7e-40aafb48b232", + "id": "ef094fd7-69e0-44fa-a38f-e148a8238a55", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22378,7 +22378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c97adf5-f6da-497a-abc8-648b2939de39", + "id": "da5b03d2-e213-4872-9b57-5ef377e9b366", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22441,7 +22441,7 @@ } }, { - "id": "7fa42331-8a83-456d-ba44-3cf33bfc5302", + "id": "dc3e5e63-0467-42de-8e8f-8d7307d7b952", "name": "Create a create profile action", "request": { "name": "Create a create profile action", @@ -22485,7 +22485,7 @@ }, "response": [ { - "id": "ad26c8d7-faba-4dca-8580-ebe12b70cf16", + "id": "81dc711e-748b-40ac-b87e-fa7492275acc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22542,7 +22542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33c024ec-176e-44ca-a162-ce1f42d7ab8e", + "id": "acee5a12-186d-466b-8ea3-bfdd4eb2ece4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22599,7 +22599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "510d8110-7d44-48fd-8928-886e1f7e1968", + "id": "38e7da74-5f05-4985-ae31-a0ab53b842a3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22662,7 +22662,7 @@ } }, { - "id": "1955a86a-b350-4557-b9bc-0d1eec4cabe0", + "id": "fcf92bdd-8a8c-48e8-89f8-3fd48d4d18b2", "name": "Create a duplicate prevention action", "request": { "name": "Create a duplicate prevention action", @@ -22706,7 +22706,7 @@ }, "response": [ { - "id": "2ba1618e-39af-42e4-b4df-e1f2e6f5254c", + "id": "5d453874-e133-4a1d-ad5b-c33352589ee1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22763,7 +22763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25f8f2e4-691e-4ad9-b1c0-0697532c4d2e", + "id": "22ffdd3f-3b93-467e-8386-fb0283ecf9a9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22820,7 +22820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b22563af-ed3f-44e0-b5cc-e7f2c895c24f", + "id": "a3c2c3d7-c686-4424-a72a-205b29b44cf8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22883,7 +22883,7 @@ } }, { - "id": "491bb876-f4e7-4936-99c8-2ca8c8f88f0b", + "id": "c33864fb-2e2c-4c32-9787-46ccabc21f99", "name": "Create an email verification action", "request": { "name": "Create an email verification action", @@ -22927,7 +22927,7 @@ }, "response": [ { - "id": "62a96bd3-cadf-409a-9710-92d9febcb1ad", + "id": "f579daf9-0530-4f78-91b0-276655f7f9a1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22984,7 +22984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2137fee2-0b09-4d6e-9f65-aa243cf496d0", + "id": "bc8bf5bd-9e11-41b0-9770-5eb27aa0bb9e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23041,7 +23041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "532b6ffb-6c75-4cdd-a63b-2dabef25538b", + "id": "bbd3f11d-3ddd-40bd-ab9a-2b05e35bd7ae", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23104,7 +23104,7 @@ } }, { - "id": "44e67b50-dff4-4f6a-9a4b-52d5a3c31039", + "id": "52d048c6-9924-4f67-8848-e0a747c26fca", "name": "Create a fulfillment action", "request": { "name": "Create a fulfillment action", @@ -23148,7 +23148,7 @@ }, "response": [ { - "id": "1b4bef34-fe92-448c-ae31-aee154e79f7f", + "id": "a8663981-575e-404d-b5cd-546b16f97d0a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23205,7 +23205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75407dc5-74a4-4db5-864d-c7077bd91a2d", + "id": "470c9704-3f22-4f71-8394-46e148ada65e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23262,7 +23262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54789c07-ea9e-4fe8-b3f2-1fa0e2ff07e1", + "id": "26a0c54c-7ddd-4bdd-8f64-03ff3e4987d3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23325,7 +23325,7 @@ } }, { - "id": "ec698b22-e936-405a-b971-c21f38fcd088", + "id": "e05226da-1ee2-4854-9888-838563315304", "name": "Create an identity proofing action", "request": { "name": "Create an identity proofing action", @@ -23369,7 +23369,7 @@ }, "response": [ { - "id": "8facb563-5626-464a-bd1b-889f7a005b65", + "id": "36fcffdf-9550-43fb-94e2-34dc725ada3c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23426,7 +23426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5045b9e9-f7d0-4a85-9f32-e58368b62dbb", + "id": "eb1ec87c-b340-4d4b-93fe-66a8d62277a3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23483,7 +23483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94603e03-c766-4b70-b25d-cd015ba3402b", + "id": "10d2ab67-d156-4994-8076-234e8177e27b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23546,7 +23546,7 @@ } }, { - "id": "73199548-3e05-464f-ac4f-de1722330201", + "id": "b52c85d0-d360-4e46-9431-76f323211b7f", "name": "Create an invitation action", "request": { "name": "Create an invitation action", @@ -23590,7 +23590,7 @@ }, "response": [ { - "id": "fc8d64cf-4f0d-4c24-8381-26e577e2c9e5", + "id": "d1ef6e73-ba85-4a82-b4ee-05bbb0b51587", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23647,7 +23647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db2dc696-a7b1-45e1-a160-4840619517eb", + "id": "6f4b7261-d048-4b43-9f2d-a8adf8545580", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23704,7 +23704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58b0cc4f-4ea4-4e5a-8947-dd725de5840b", + "id": "10cd36da-2dc3-47f6-a044-9853f3d58f35", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23767,7 +23767,7 @@ } }, { - "id": "9ae4e645-1e8a-4b99-b799-3dbf98fc88d5", + "id": "863b40db-e8db-4202-8493-e63f67f483f9", "name": "Create a ldap action", "request": { "name": "Create a ldap action", @@ -23811,7 +23811,7 @@ }, "response": [ { - "id": "85d1298a-db5f-4d0d-8eed-2b246d63027b", + "id": "5679f06b-d9b3-400b-8a15-c2dbfe8ebf6a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23868,7 +23868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "278f52b3-dff3-4b4f-ae19-194e19ab9230", + "id": "391b38b4-e85c-49d7-a646-b5e819cfd12e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23925,7 +23925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53168fb0-3345-498d-b713-80600124e07b", + "id": "2e83d504-ac62-41e2-a365-d0a878a6811a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23988,7 +23988,7 @@ } }, { - "id": "cbd95070-638f-4208-a63e-ac6b20d80612", + "id": "6e86e383-08be-48d4-94de-e9f52a3ebaf6", "name": "Create a notification action", "request": { "name": "Create a notification action", @@ -24032,7 +24032,7 @@ }, "response": [ { - "id": "a2db84a5-a91c-46b3-8bfb-8d7cc2d8ccf8", + "id": "8be72074-b6a2-4b40-a732-7ccb7f68dbd8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24089,7 +24089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c079eeb9-7197-4e86-983e-ef0bd7b3c293", + "id": "14fb8367-44c7-4780-971a-d507da0ca4ec", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24146,7 +24146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05832f57-923d-4d6a-b297-844cb1d5768e", + "id": "f5e877fc-6935-467d-85b7-69fba6c3b0f2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24209,7 +24209,7 @@ } }, { - "id": "480cb9e5-d9de-4c89-b48c-2dbc50008da9", + "id": "ba8cb92a-799d-4a07-b305-51219945a19f", "name": "Create a password reset action", "request": { "name": "Create a password reset action", @@ -24253,7 +24253,7 @@ }, "response": [ { - "id": "635b76b8-3a96-43f5-95c3-3305fc0b247f", + "id": "4dd57939-07cb-4d24-b831-f1fc520d38bb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24310,7 +24310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ba147bc-afd8-4f1c-80ae-405e31d59da5", + "id": "3d44c676-2277-458a-b4a1-222e3632ce37", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24367,7 +24367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f62c95e5-3aca-4d1c-ab1a-9a228c6fe975", + "id": "02117c88-e134-4159-9329-052bcd6f08ec", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24430,7 +24430,7 @@ } }, { - "id": "0af8ed41-f140-4992-9b90-0de101bebe66", + "id": "dfbe2d6c-c4ab-4f77-ac94-a5153bba3265", "name": "Create a profile check action", "request": { "name": "Create a profile check action", @@ -24474,7 +24474,7 @@ }, "response": [ { - "id": "76311042-38fe-47da-94da-2f00d1e691c6", + "id": "abfe1734-cf61-4810-b93c-485ef5ca4e91", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24531,7 +24531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "903d23f4-04d7-4acb-8bdb-e0a56cf04b24", + "id": "7a1d15ce-9ce6-41c4-af1c-651aa88df468", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24588,7 +24588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2beef1a7-7b84-40d6-b743-7590e71e8455", + "id": "d161f9fc-4bcf-4ead-8a15-d40d9ddd4af6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24651,7 +24651,7 @@ } }, { - "id": "6e349e79-32e9-4b3f-8981-e7ca5f4a3d60", + "id": "6fe17c09-5b91-47a8-897f-88cd0d55f602", "name": "Create a profile select action", "request": { "name": "Create a profile select action", @@ -24695,7 +24695,7 @@ }, "response": [ { - "id": "3daca025-2121-40d3-977f-d3db562eadc9", + "id": "1002b897-a9e1-416c-9873-683aa6c66a88", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24752,7 +24752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "694d24e1-952b-4f4f-afde-ed43fad200aa", + "id": "e1e36759-14fe-4dbe-8111-87851f504572", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24809,7 +24809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aa2bae1-f68b-4b66-9292-192743c0cb11", + "id": "b20dd0e8-aa1f-43cd-b635-9e1878784c83", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24872,7 +24872,7 @@ } }, { - "id": "aa6564ed-d792-4670-ae3b-831bf1d6b4b1", + "id": "00c484a3-d527-463e-963e-4727a85778a6", "name": "Create a request action", "request": { "name": "Create a request action", @@ -24916,7 +24916,7 @@ }, "response": [ { - "id": "9bcd257a-5d45-497d-a303-f4025cc2cc1e", + "id": "dcdbd3b3-891d-4036-b9f8-e69de24b03d4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24973,7 +24973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2df52d3d-196a-4327-9d1f-12f6c75f90d8", + "id": "074f64b0-9e67-4e1f-9015-42067167ab07", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25030,7 +25030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33c453f4-b3d2-4a12-b509-2e6c08ebf9a0", + "id": "8cf22338-b0db-4ac4-9bf6-37bf301bf6e8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25093,7 +25093,7 @@ } }, { - "id": "d9b99602-cdb8-4e35-bfb5-88f8630acc58", + "id": "dfcdf391-6124-446d-847a-219fbb93b050", "name": "Create a REST API action", "request": { "name": "Create a REST API action", @@ -25137,7 +25137,7 @@ }, "response": [ { - "id": "4ea99a2e-c54a-4928-9550-d2839c4aa7c0", + "id": "f8b21c67-55d2-45ef-aa6e-6b64c891f491", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25194,7 +25194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43ecb5f0-1b8d-4d7f-8cad-d11291aadd07", + "id": "0b587aff-1879-4fdc-a079-423fdc4f51aa", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25251,7 +25251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53d66068-7ceb-4bd5-b253-58ace698b373", + "id": "3a7a635c-8a32-4732-b2c3-396358c30b78", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25314,7 +25314,7 @@ } }, { - "id": "7aa243e6-cbbe-4c9e-a23e-4fb9853e4748", + "id": "5dbc6d1d-f72f-44cb-919f-e2c4cf7ee9a3", "name": "Create a review action", "request": { "name": "Create a review action", @@ -25358,7 +25358,7 @@ }, "response": [ { - "id": "079e7167-d433-4228-bb2c-020694111346", + "id": "3af9b280-312f-4f55-82a9-ecfe93136c75", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25415,7 +25415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29f4bf54-ffb8-4f5c-b205-399828ba8445", + "id": "98764f69-ab23-4bbe-b93d-316b6ac3d3ea", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25472,7 +25472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "832d6887-601d-4a5d-abfa-d5cf9aaca9e2", + "id": "a4c03278-d992-4bec-9871-60aafe67219c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25535,7 +25535,7 @@ } }, { - "id": "69fcd2e3-872f-4de7-9640-954782cfedcb", + "id": "ff52ab80-b4f8-4df3-a0b3-58387ac94231", "name": "Create a run workflow action", "request": { "name": "Create a run workflow action", @@ -25579,7 +25579,7 @@ }, "response": [ { - "id": "c8e78416-11f9-4a08-99fa-806b35d082f4", + "id": "d54760c3-7396-4b07-8e38-ab095b4b8ecf", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25636,7 +25636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a6526d4-289b-4557-8d40-dac7b4bc463d", + "id": "1d380ce2-067c-4103-a59c-ffaacc987f7c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25693,7 +25693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de107842-e60d-46da-b169-d5d9d17ad1ed", + "id": "013851fd-1e08-476b-872b-9f0d0192140b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25756,7 +25756,7 @@ } }, { - "id": "ad00d51d-75d4-40d4-bce5-044decd68fd6", + "id": "5a9557d5-2e53-452f-95ec-f51a469a8064", "name": "Create a set attributes action", "request": { "name": "Create a set attributes action", @@ -25800,7 +25800,7 @@ }, "response": [ { - "id": "32d226de-29ce-44bc-bb39-5360ebd65a09", + "id": "2fa8a532-4fa7-487a-8819-ea3885d0e755", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25857,7 +25857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c090340-e24b-4423-ab34-e824f2d81868", + "id": "0b879d95-5bb1-453d-bbe6-87a9412a79b1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25914,7 +25914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ead9297c-3893-44f8-8a3e-bb0f782acb01", + "id": "d1ca182c-772d-4211-9ccc-ff108cb3240d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25977,7 +25977,7 @@ } }, { - "id": "fc26e276-9446-468e-bfe9-ee5c2bc8e908", + "id": "bec9d5ef-4e36-4884-b522-7f766590eb49", "name": "Create set security question action", "request": { "name": "Create set security question action", @@ -26021,7 +26021,7 @@ }, "response": [ { - "id": "95d551fc-7c38-4240-88a8-ddfa8403fa82", + "id": "d7701a61-e445-4a26-8b4a-551bcb4c0a5d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26078,7 +26078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "147bdada-b68a-459d-8061-df9872d6d737", + "id": "ae0326d9-c9e8-4869-9f28-66d1b087b191", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26135,7 +26135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4803579d-b38e-44d5-aaf2-da7af98f2968", + "id": "56abeff2-b30f-4d9c-945f-94c9452a57ca", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26198,7 +26198,7 @@ } }, { - "id": "62b35d4b-bb1b-48bf-aa4e-3657fcc3a656", + "id": "703ef515-6970-4588-b378-4b5526649f9d", "name": "Create a SOAP API action", "request": { "name": "Create a SOAP API action", @@ -26242,7 +26242,7 @@ }, "response": [ { - "id": "acce3b37-c60c-440c-83bd-f7cb1bed58a2", + "id": "1670d96b-fc10-485d-8a91-64bd9a8ea40b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26299,7 +26299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "591d9b96-6523-4420-8702-439b8cf5d32a", + "id": "82cfba4f-677d-4592-93d7-33dfa50e35d8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26356,7 +26356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d6f99ff-6647-4b07-8131-6ca10475c137", + "id": "f902c873-8bfd-4f15-a791-2636e2f39a95", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26419,7 +26419,7 @@ } }, { - "id": "148d4ae6-cccc-4b53-bf81-2831ce1030ce", + "id": "d7246f7e-5705-42d6-9f73-7b601568010e", "name": "Create a status change action", "request": { "name": "Create a status change action", @@ -26463,7 +26463,7 @@ }, "response": [ { - "id": "0e6ea154-cf14-4952-a33d-5b1fff6ef673", + "id": "bb645404-b9e8-4ce3-9c04-8b8ee400f002", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26520,7 +26520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33004886-8775-4d85-afb1-a15a034c6dc1", + "id": "2b372a56-4fe0-4af5-9220-ba4191241901", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26577,7 +26577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ca4a435-45d7-4134-a169-a3f00eb77a03", + "id": "291cb22d-16f3-4f4d-88d0-0a2897e1e98d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26640,7 +26640,7 @@ } }, { - "id": "0a24c1f1-b0fb-4808-b7c9-9322759b9460", + "id": "25846496-2d0b-4e22-89ba-18f27505ad5a", "name": "Create an unassign action", "request": { "name": "Create an unassign action", @@ -26684,7 +26684,7 @@ }, "response": [ { - "id": "d16c0426-af90-4df4-bfb8-784a9df2952d", + "id": "a1736df1-60e9-491d-8668-b1a3aa6e49e8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26741,7 +26741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "953426f3-77bc-4665-bb56-e30eb8178d6a", + "id": "259803d9-0afe-4143-a1a4-927a1732d9be", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26798,7 +26798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95bfc8ce-2400-4df0-82c5-3407fc5304e3", + "id": "e209dc08-ecbd-493e-8d2c-1971aef502b8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26861,7 +26861,7 @@ } }, { - "id": "26157e6c-6847-495c-bfc0-c17f3437414b", + "id": "d40ecffc-2389-4fd6-b13c-d6f1b4538c73", "name": "Create an update profile action", "request": { "name": "Create an update profile action", @@ -26905,7 +26905,7 @@ }, "response": [ { - "id": "25b63341-795d-4f9a-b8e4-265f28173a0b", + "id": "d641e4f5-855f-4e71-8ac7-5561edab5802", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26962,7 +26962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccc551af-3468-48ef-9564-093fe9248295", + "id": "e355cae9-378d-47b4-a343-a45b4132cf41", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27019,7 +27019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19283bb0-7fe4-417a-820e-7ae3dfe58112", + "id": "d8cb2876-7f89-4e4a-9613-7aa4428488a0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27082,7 +27082,7 @@ } }, { - "id": "43fff36f-a250-4a93-a1e5-696e953384c4", + "id": "290f8cbc-6b84-42cd-81b5-47cd723e8a9d", "name": "Create a username password action", "request": { "name": "Create a username password action", @@ -27126,7 +27126,7 @@ }, "response": [ { - "id": "80eb7e4b-ac23-4944-ac47-7035b4135085", + "id": "d5a68a3f-8811-49a2-934f-322896ecb96b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27183,7 +27183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9a335bf-4eab-4185-9c74-37f4e61a206d", + "id": "987ebb99-0df2-4f3a-b8fe-f4dc13a3f62c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27240,7 +27240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d429f91-921c-47a3-bb3e-0e289b354255", + "id": "4d6f0376-d92c-4619-bef2-3ee7b5cbfa45", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27303,7 +27303,7 @@ } }, { - "id": "2511537b-a218-42f7-a71f-722637a31cff", + "id": "388714a9-dcd8-4d39-aa7a-ff51f72dc1bb", "name": "Get Workflow Actions", "request": { "name": "Get Workflow Actions", @@ -27343,7 +27343,7 @@ }, "response": [ { - "id": "753e5046-0bd5-4196-88d9-66c65a15fe57", + "id": "f7be73fe-182c-4b51-8c09-736bf78ec03a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27396,7 +27396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "022da876-bae6-4f5a-b766-a1cc5fa71788", + "id": "943b23f4-326f-4d80-9ada-a415bc6091c8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27449,7 +27449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "962a84d9-d93a-43cf-9db3-3d61693b1264", + "id": "01e7e7b7-4900-4b5f-9553-3a131c3fbefe", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27514,7 +27514,7 @@ "description": "", "item": [ { - "id": "090b325b-41ed-46c5-afd8-85bdd66f140e", + "id": "078cdeeb-d16f-4c99-a5ec-c8688e403053", "name": "Get workflow sessions", "request": { "name": "Get workflow sessions", @@ -27573,7 +27573,7 @@ "type": "text/plain" }, "key": "uid", - "value": "officia proidentlabore esse sint" + "value": "magna irure sint consectetursed " }, { "disabled": false, @@ -27591,7 +27591,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -27600,7 +27600,7 @@ "type": "text/plain" }, "key": "status", - "value": "invitation sent" + "value": "approved" }, { "disabled": false, @@ -27626,7 +27626,7 @@ }, "response": [ { - "id": "e4d58d1d-3537-43c2-a2dc-cb613f6f2a74", + "id": "117bd90f-73d5-4de7-831d-523b22f4d10b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27680,7 +27680,7 @@ "type": "text/plain" }, "key": "uid", - "value": "officia proidentlabore esse sint" + "value": "magna irure sint consectetursed " }, { "disabled": false, @@ -27698,7 +27698,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -27707,7 +27707,7 @@ "type": "text/plain" }, "key": "status", - "value": "invitation sent" + "value": "approved" }, { "disabled": false, @@ -27746,12 +27746,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"16d6288c-83c5-25aa-cabb-b5932ed61410\",\n \"uid\": \"sunt voluptateullamco officiaeli\",\n \"workflow_id\": \"urn:uuid:14c46856-b528-bf08-b764-68f56dfacb6a\",\n \"requester_id\": \"urn:uuid:76a16c3f-56de-f3d4-da35-4014abd5390b\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:99ae648a-bf06-89f2-84c1-6603213a53b1\",\n \"profile_ids\": [\n \"urn:uuid:7dd223ea-8ba8-2113-9e0d-84882af94ba4\",\n \"a60c083b-420f-06f5-1579-9d66c7ef6434\"\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\": \"911544e8-8655-ed73-e5e1-a97851261e25\",\n \"uid\": \"voluptate adipisicing cupidatat \",\n \"workflow_id\": \"59113a02-3ee2-2d92-5b8f-252c8d60b612\",\n \"requester_id\": \"4ad2c7a1-c421-3f40-283a-27da932e3f5a\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:a2f508af-afae-e24d-610c-dcb939156a60\",\n \"profile_ids\": [\n \"7d4f9ce6-ad8b-bf06-a734-4d182e7b37c8\",\n \"urn:uuid:c95a4130-b2b0-8334-c899-0bafc192c603\"\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\": 82268025,\n \"offset\": -87424982,\n \"total\": -6661593,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"urn:uuid:1108d30f-874f-f1f7-463e-54d8a0cf14a9\",\n \"uid\": \"nisi laboris dolore in admollit \",\n \"workflow_id\": \"75c58d8c-1a02-b61c-0598-3c73064adc05\",\n \"requester_id\": \"urn:uuid:8b1b41b4-a894-8f74-eeb3-05c11810b822\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"9fefb7cb-9b41-fde2-586a-e54d12f2862f\",\n \"profile_ids\": [\n \"urn:uuid:46291d15-efb7-880f-30c0-ac00b4a23731\",\n \"1bf72386-5ef9-20f4-8f5b-4694e6b5686b\"\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\": \"urn:uuid:e68a6ee2-0145-b4d0-2b73-7bd3cfb24e4c\",\n \"uid\": \"voluptate minimlaborumea fugiatu\",\n \"workflow_id\": \"1c00b76e-44df-02ec-7b82-6ced25a4a9f5\",\n \"requester_id\": \"urn:uuid:d2309982-c68e-9a62-05ff-ad17400f76eb\",\n \"requester_type\": \"User\",\n \"profile_id\": \"70ea21af-ef07-6ece-3fad-08423aa8baed\",\n \"profile_ids\": [\n \"urn:uuid:95b5209c-0eba-38dc-b1fc-3ce483bce45c\",\n \"f3713b55-9d3f-0e85-5a34-9554e8771936\"\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\": -16925585,\n \"offset\": 88854887,\n \"total\": 10261721,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "340ad09f-e70e-44fb-8536-a89c2962e64a", + "id": "f9c363ac-9f22-4694-b6e8-06f3caa9ea59", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27805,7 +27805,7 @@ "type": "text/plain" }, "key": "uid", - "value": "officia proidentlabore esse sint" + "value": "magna irure sint consectetursed " }, { "disabled": false, @@ -27823,7 +27823,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -27832,7 +27832,7 @@ "type": "text/plain" }, "key": "status", - "value": "invitation sent" + "value": "approved" }, { "disabled": false, @@ -27876,7 +27876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f912ec25-9bfc-4bee-86e7-421b5e28af40", + "id": "b66e252a-deb9-40e9-bc0b-c620acfcc711", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27930,7 +27930,7 @@ "type": "text/plain" }, "key": "uid", - "value": "officia proidentlabore esse sint" + "value": "magna irure sint consectetursed " }, { "disabled": false, @@ -27948,7 +27948,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -27957,7 +27957,7 @@ "type": "text/plain" }, "key": "status", - "value": "invitation sent" + "value": "approved" }, { "disabled": false, @@ -28007,7 +28007,7 @@ } }, { - "id": "829d68c6-abb2-4a02-9b2c-926df827fc4f", + "id": "97bf0ce2-646f-4774-8733-e4835218bddc", "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\": \"1c7276d4-ebcd-0abd-50f5-10739a17a834\",\n \"requester_id\": \"urn:uuid:23d3e649-a230-86c5-3dcc-191b8fbc8eaf\",\n \"requester_type\": \"User\",\n \"profile_id\": \"d278f0e6-3f0c-8e74-99ea-ee798dcbf0db\",\n \"profile_ids\": [\n \"urn:uuid:b2599310-57f0-5263-bc3e-fc7b69e7a7f8\",\n \"01e8794e-3810-63c2-940d-0db9264576e8\"\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\": \"9e490fc2-2738-8bdd-4088-3308f498dfc5\",\n \"requester_id\": \"urn:uuid:52b92d58-5b84-81b1-b40d-cccfcf9abe16\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:faeca7f6-a4f3-ab9a-43c2-7183dd1305ae\",\n \"profile_ids\": [\n \"0024a06c-2559-b677-c128-a4d107fa90eb\",\n \"aa7c8119-d096-7197-2f3b-8fc06a7eba7a\"\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": "010d5ec4-e087-45a7-8261-8b0ad160babb", + "id": "8d1caf61-a4bc-4b6b-b363-036c27a11375", "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\": \"1c7276d4-ebcd-0abd-50f5-10739a17a834\",\n \"requester_id\": \"urn:uuid:23d3e649-a230-86c5-3dcc-191b8fbc8eaf\",\n \"requester_type\": \"User\",\n \"profile_id\": \"d278f0e6-3f0c-8e74-99ea-ee798dcbf0db\",\n \"profile_ids\": [\n \"urn:uuid:b2599310-57f0-5263-bc3e-fc7b69e7a7f8\",\n \"01e8794e-3810-63c2-940d-0db9264576e8\"\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\": \"9e490fc2-2738-8bdd-4088-3308f498dfc5\",\n \"requester_id\": \"urn:uuid:52b92d58-5b84-81b1-b40d-cccfcf9abe16\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:faeca7f6-a4f3-ab9a-43c2-7183dd1305ae\",\n \"profile_ids\": [\n \"0024a06c-2559-b677-c128-a4d107fa90eb\",\n \"aa7c8119-d096-7197-2f3b-8fc06a7eba7a\"\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:3683e79e-cace-1275-ec39-f2a7bce38ced\",\n \"uid\": \"voluptate sunt occaecat in deser\",\n \"workflow_id\": \"17327f3b-764e-f959-b8d1-a7860db77ee6\",\n \"requester_id\": \"fdc362a1-6771-79ff-39fc-1e3f6ea540b1\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:6c5d5e76-5502-d221-8c7f-0f6ace99023f\",\n \"profile_ids\": [\n \"urn:uuid:12939839-8bcb-5137-c55a-62aa89bc9598\",\n \"urn:uuid:124870f4-3c02-0603-7571-6fc5fd30d89f\"\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:352226b0-4f47-78da-2376-510d54e485cc\",\n \"uid\": \"ipsum nullareprehenderit Duis ex\",\n \"workflow_id\": \"a3b9f481-15ff-3092-8eb9-5b88506c262e\",\n \"requester_id\": \"0ba5ef4c-5591-adec-e7a2-c477c9efde1a\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"4ed4daa0-222a-328f-e79d-16f34b009c15\",\n \"profile_ids\": [\n \"urn:uuid:8262e83b-21cb-c269-e196-bc0c98b6a598\",\n \"10e22c4b-5103-b6d2-6347-05130833c332\"\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": "b53e80dd-786c-45d0-a9c9-8c611475fbba", + "id": "1d4ae27b-782c-443a-bb64-a4001f05de38", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28170,7 +28170,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"1c7276d4-ebcd-0abd-50f5-10739a17a834\",\n \"requester_id\": \"urn:uuid:23d3e649-a230-86c5-3dcc-191b8fbc8eaf\",\n \"requester_type\": \"User\",\n \"profile_id\": \"d278f0e6-3f0c-8e74-99ea-ee798dcbf0db\",\n \"profile_ids\": [\n \"urn:uuid:b2599310-57f0-5263-bc3e-fc7b69e7a7f8\",\n \"01e8794e-3810-63c2-940d-0db9264576e8\"\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\": \"9e490fc2-2738-8bdd-4088-3308f498dfc5\",\n \"requester_id\": \"urn:uuid:52b92d58-5b84-81b1-b40d-cccfcf9abe16\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:faeca7f6-a4f3-ab9a-43c2-7183dd1305ae\",\n \"profile_ids\": [\n \"0024a06c-2559-b677-c128-a4d107fa90eb\",\n \"aa7c8119-d096-7197-2f3b-8fc06a7eba7a\"\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": "a8c37d8a-264b-47df-b575-8323cbd745d6", + "id": "a4541ec2-9598-47c0-a840-ff7a22951829", "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\": \"1c7276d4-ebcd-0abd-50f5-10739a17a834\",\n \"requester_id\": \"urn:uuid:23d3e649-a230-86c5-3dcc-191b8fbc8eaf\",\n \"requester_type\": \"User\",\n \"profile_id\": \"d278f0e6-3f0c-8e74-99ea-ee798dcbf0db\",\n \"profile_ids\": [\n \"urn:uuid:b2599310-57f0-5263-bc3e-fc7b69e7a7f8\",\n \"01e8794e-3810-63c2-940d-0db9264576e8\"\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\": \"9e490fc2-2738-8bdd-4088-3308f498dfc5\",\n \"requester_id\": \"urn:uuid:52b92d58-5b84-81b1-b40d-cccfcf9abe16\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:faeca7f6-a4f3-ab9a-43c2-7183dd1305ae\",\n \"profile_ids\": [\n \"0024a06c-2559-b677-c128-a4d107fa90eb\",\n \"aa7c8119-d096-7197-2f3b-8fc06a7eba7a\"\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": "7864a13f-3795-40b0-9e1a-dcef5eef08c3", + "id": "20d212bf-901b-4097-a471-6aa4cf41cb15", "name": "Find workflow session by id", "request": { "name": "Find workflow session by id", @@ -28306,7 +28306,7 @@ }, "response": [ { - "id": "817b9ae1-9a0f-46be-b56d-2aa47d65a9a0", + "id": "eaad47af-3ebf-4120-8b25-24d1a836295a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28345,12 +28345,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:3683e79e-cace-1275-ec39-f2a7bce38ced\",\n \"uid\": \"voluptate sunt occaecat in deser\",\n \"workflow_id\": \"17327f3b-764e-f959-b8d1-a7860db77ee6\",\n \"requester_id\": \"fdc362a1-6771-79ff-39fc-1e3f6ea540b1\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:6c5d5e76-5502-d221-8c7f-0f6ace99023f\",\n \"profile_ids\": [\n \"urn:uuid:12939839-8bcb-5137-c55a-62aa89bc9598\",\n \"urn:uuid:124870f4-3c02-0603-7571-6fc5fd30d89f\"\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:352226b0-4f47-78da-2376-510d54e485cc\",\n \"uid\": \"ipsum nullareprehenderit Duis ex\",\n \"workflow_id\": \"a3b9f481-15ff-3092-8eb9-5b88506c262e\",\n \"requester_id\": \"0ba5ef4c-5591-adec-e7a2-c477c9efde1a\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"4ed4daa0-222a-328f-e79d-16f34b009c15\",\n \"profile_ids\": [\n \"urn:uuid:8262e83b-21cb-c269-e196-bc0c98b6a598\",\n \"10e22c4b-5103-b6d2-6347-05130833c332\"\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": "4fcddd8b-5b0a-4c69-a851-afdd13555048", + "id": "9e867825-90ed-4a82-bb7f-5ff757cb3325", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28394,7 +28394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85b7c461-98dd-4fe4-94fe-68e3084813de", + "id": "5772c2af-a63e-4e97-b277-cd3828ddcb8a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28444,7 +28444,7 @@ } }, { - "id": "df6c0b71-8863-457a-b11a-9adc4b53610a", + "id": "0c1bdc20-a247-4ad6-9a92-27c85b3a2f2c", "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\": \"urn:uuid:d0ba79c6-2f8d-fbb7-ba52-1040b843b567\",\n \"requester_id\": \"urn:uuid:29dc418c-5b2f-c00a-ed47-8cf2b8443b10\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"aeb308f7-1349-3acb-e2ed-a19768eb4bcc\",\n \"profile_ids\": [\n \"710e173a-d79d-f029-fd12-6587f060df89\",\n \"urn:uuid:90732414-056f-b137-23ed-440da8b02de0\"\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\": \"2d4334f9-77e4-add5-2f77-a933831dc4c7\",\n \"requester_id\": \"urn:uuid:14264991-f060-f09d-0942-2153d184d105\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"3ceec555-77eb-1047-b3d4-8cb13a021637\",\n \"profile_ids\": [\n \"fd090495-4960-1102-3370-ce06aae637f5\",\n \"41ebb725-b43b-f3e8-7c58-4a930dc4cc2d\"\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": "28fb5e20-d056-4f83-b439-321d8f381181", + "id": "663bba27-4787-4219-8ae3-6d6d75876f8b", "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\": \"urn:uuid:d0ba79c6-2f8d-fbb7-ba52-1040b843b567\",\n \"requester_id\": \"urn:uuid:29dc418c-5b2f-c00a-ed47-8cf2b8443b10\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"aeb308f7-1349-3acb-e2ed-a19768eb4bcc\",\n \"profile_ids\": [\n \"710e173a-d79d-f029-fd12-6587f060df89\",\n \"urn:uuid:90732414-056f-b137-23ed-440da8b02de0\"\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\": \"2d4334f9-77e4-add5-2f77-a933831dc4c7\",\n \"requester_id\": \"urn:uuid:14264991-f060-f09d-0942-2153d184d105\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"3ceec555-77eb-1047-b3d4-8cb13a021637\",\n \"profile_ids\": [\n \"fd090495-4960-1102-3370-ce06aae637f5\",\n \"41ebb725-b43b-f3e8-7c58-4a930dc4cc2d\"\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:3683e79e-cace-1275-ec39-f2a7bce38ced\",\n \"uid\": \"voluptate sunt occaecat in deser\",\n \"workflow_id\": \"17327f3b-764e-f959-b8d1-a7860db77ee6\",\n \"requester_id\": \"fdc362a1-6771-79ff-39fc-1e3f6ea540b1\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:6c5d5e76-5502-d221-8c7f-0f6ace99023f\",\n \"profile_ids\": [\n \"urn:uuid:12939839-8bcb-5137-c55a-62aa89bc9598\",\n \"urn:uuid:124870f4-3c02-0603-7571-6fc5fd30d89f\"\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:352226b0-4f47-78da-2376-510d54e485cc\",\n \"uid\": \"ipsum nullareprehenderit Duis ex\",\n \"workflow_id\": \"a3b9f481-15ff-3092-8eb9-5b88506c262e\",\n \"requester_id\": \"0ba5ef4c-5591-adec-e7a2-c477c9efde1a\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"4ed4daa0-222a-328f-e79d-16f34b009c15\",\n \"profile_ids\": [\n \"urn:uuid:8262e83b-21cb-c269-e196-bc0c98b6a598\",\n \"10e22c4b-5103-b6d2-6347-05130833c332\"\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": "54555cbe-6dd7-482f-b24d-070afef3062e", + "id": "9220c4a7-0d35-41d9-85c5-6cdc09216e51", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28621,7 +28621,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:d0ba79c6-2f8d-fbb7-ba52-1040b843b567\",\n \"requester_id\": \"urn:uuid:29dc418c-5b2f-c00a-ed47-8cf2b8443b10\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"aeb308f7-1349-3acb-e2ed-a19768eb4bcc\",\n \"profile_ids\": [\n \"710e173a-d79d-f029-fd12-6587f060df89\",\n \"urn:uuid:90732414-056f-b137-23ed-440da8b02de0\"\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\": \"2d4334f9-77e4-add5-2f77-a933831dc4c7\",\n \"requester_id\": \"urn:uuid:14264991-f060-f09d-0942-2153d184d105\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"3ceec555-77eb-1047-b3d4-8cb13a021637\",\n \"profile_ids\": [\n \"fd090495-4960-1102-3370-ce06aae637f5\",\n \"41ebb725-b43b-f3e8-7c58-4a930dc4cc2d\"\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": "8ba38828-bb36-4fc1-8ab5-6e0549e17fbf", + "id": "981fccb5-fdd7-4805-a740-807bf070614b", "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\": \"urn:uuid:d0ba79c6-2f8d-fbb7-ba52-1040b843b567\",\n \"requester_id\": \"urn:uuid:29dc418c-5b2f-c00a-ed47-8cf2b8443b10\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"aeb308f7-1349-3acb-e2ed-a19768eb4bcc\",\n \"profile_ids\": [\n \"710e173a-d79d-f029-fd12-6587f060df89\",\n \"urn:uuid:90732414-056f-b137-23ed-440da8b02de0\"\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\": \"2d4334f9-77e4-add5-2f77-a933831dc4c7\",\n \"requester_id\": \"urn:uuid:14264991-f060-f09d-0942-2153d184d105\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"3ceec555-77eb-1047-b3d4-8cb13a021637\",\n \"profile_ids\": [\n \"fd090495-4960-1102-3370-ce06aae637f5\",\n \"41ebb725-b43b-f3e8-7c58-4a930dc4cc2d\"\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": "80446752-3f19-491f-9292-f8e1a3464dab", + "id": "bdfdcf51-e905-4974-aaf5-4b2f34c52534", "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": "3bcf25e8-c0fa-4fea-ac7d-71aab1ee50cc", + "id": "70b720ab-a701-4e00-9040-baa2bc44536f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28811,12 +28811,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"labore sunt ad amet\"\n}", + "body": "{\n \"url\": \"dolor proident consequat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fb5d0974-e52c-4156-beac-01718c22aed1", + "id": "42284462-c900-4b7d-a650-ef7195af7364", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28862,7 +28862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e721b3d-daa5-43b9-83c7-664d34884aae", + "id": "97a8ee39-4f67-41c1-b759-0fcf9981b3b4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28914,7 +28914,7 @@ } }, { - "id": "2a5a7f8d-e698-4eed-9c5d-f53883afbfdf", + "id": "71af93ac-55c0-4571-bd37-27eaf1b9950d", "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": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -28985,7 +28985,7 @@ }, "response": [ { - "id": "d16a9261-70b9-4433-824d-92feb6cd5906", + "id": "92fa46ae-866c-43d4-befc-12aa6c402c53", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29029,7 +29029,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -29043,12 +29043,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"labore sunt ad amet\"\n}", + "body": "{\n \"url\": \"dolor proident consequat\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7e6f45db-42b0-48ea-9ecd-c0a475fb8465", + "id": "7c4b7251-9cb9-4a0a-8f4f-93e083c01527", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29092,7 +29092,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -29111,7 +29111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9026868d-d94c-4a43-b271-085430e13069", + "id": "4e98d95f-93cb-467c-899b-eaa9e4102500", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -29155,7 +29155,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis deserunt", + "value": "voluptate aliquip nulla", "type": "text" } ] @@ -29186,7 +29186,7 @@ "description": "", "item": [ { - "id": "7086daf1-33ed-4bc3-9915-9c028c165cb7", + "id": "c556f769-9f4e-429c-b4ef-c84eea0a7ef6", "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": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -29254,7 +29254,7 @@ "type": "text/plain" }, "key": "result", - "value": "pass" + "value": "fail" }, { "disabled": false, @@ -29280,7 +29280,7 @@ }, "response": [ { - "id": "26315392-1e6c-4756-a1af-31504f42cdc7", + "id": "fa140e85-37dd-429d-a86b-dc7faf9a8535", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29334,7 +29334,7 @@ "type": "text/plain" }, "key": "workflow_session_id", - "value": "urn:uuid:79c7f3fc-9ae8-9b42-a83e-bd7ee334be78" + "value": "urn:uuid:f1a56216-13f2-afdb-aa17-dc431fef6501" }, { "disabled": false, @@ -29343,7 +29343,7 @@ "type": "text/plain" }, "key": "result", - "value": "pass" + "value": "fail" }, { "disabled": false, @@ -29382,7 +29382,7 @@ "value": "application/json" } ], - "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"urn:uuid:90413b72-076b-2803-c4dd-5bc85852d219\",\n \"identity_proofing_action_id\": \"79ed414a-7381-150e-be2a-fcfcff00eaf9\",\n \"workflow_session_id\": \"urn:uuid:757354e1-096f-b360-e73f-e5d23e39e684\",\n \"profile_id\": \"d1509541-0b18-7782-3d42-04d989770246\",\n \"proofing_workflow\": \"urn:uuid:1baeb003-a6ce-b146-1544-c2758c84b57d\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1977-05-24T15:13:37.201Z\",\n \"updated_at\": \"1998-12-04T03:10:00.782Z\"\n },\n {\n \"id\": \"164fbb3a-47e2-1b8b-e3a3-20bdbce3e6c7\",\n \"identity_proofing_action_id\": \"ddb52402-bb99-9f18-30e7-5f9cca853eae\",\n \"workflow_session_id\": \"2931eb23-8f35-aff1-efa9-d2d89187be35\",\n \"profile_id\": \"urn:uuid:aa8e7795-e326-6a70-55f7-0e62751be578\",\n \"proofing_workflow\": \"289b89d1-0e33-9cde-1b66-d738bb9ff337\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"2008-06-24T18:29:17.712Z\",\n \"updated_at\": \"2016-02-12T13:41:02.869Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": 37043515,\n \"offset\": -68234962,\n \"total\": -12949669,\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:52415eee-64ba-fe47-97db-f4e31f9ff821\",\n \"identity_proofing_action_id\": \"b2e72ddb-f612-dadf-d50e-44a8dfd7174d\",\n \"workflow_session_id\": \"urn:uuid:26170905-b33e-52fc-ad5a-bc0fd2c15933\",\n \"profile_id\": \"urn:uuid:ce35ccbe-f997-87e8-2f6d-d5c93ee9808d\",\n \"proofing_workflow\": \"urn:uuid:e349a41b-c30c-d0c4-9062-8c5f449ba68b\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1984-04-17T01:07:24.860Z\",\n \"updated_at\": \"1968-09-26T19:20:41.582Z\"\n },\n {\n \"id\": \"b4e4d180-d2c1-e832-57d0-8d57315f2c19\",\n \"identity_proofing_action_id\": \"urn:uuid:d9cdc236-94aa-5554-6e06-71b8aa406476\",\n \"workflow_session_id\": \"aaa3aa05-7881-5e6f-0058-53e004ab3848\",\n \"profile_id\": \"a6a5bbc8-44cc-b973-b3e0-c83823faeace\",\n \"proofing_workflow\": \"urn:uuid:74d3520d-eb2d-7aff-6709-a42117f9a7be\",\n \"result\": \"pass\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"2001-06-06T17:27:05.398Z\",\n \"updated_at\": \"2010-07-13T01:29:51.075Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": 96758008,\n \"offset\": 66318629,\n \"total\": 12557048,\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": "fb0ec0c1-9b1b-441b-a99c-d0931a964a06", + "id": "692fcbf4-3937-4e31-b28b-0eede4cdc12e", "name": "Get saved advanced search queries", "request": { "name": "Get saved advanced search queries", @@ -29429,7 +29429,7 @@ }, "response": [ { - "id": "a37c1da8-39d8-4ca3-8976-032de3b5fcf7", + "id": "da51f4af-9abd-4d93-84d2-1dbd227046cd", "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:94ad6c78-de09-1b02-3ed5-613d21c11c72\",\n \"uid\": \"nulla amet esse ullamco aliquipe\",\n \"label\": \"in elit dolore\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:24a2927e-7303-b031-0271-57d884b960ae\",\n \"uid\": \"minim non sedcupidatatmagnacommo\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:71af03cd-8f0a-cdcb-f208-92f411af6006\"\n },\n {\n \"id\": \"urn:uuid:2229f849-9553-cbb0-c72b-b3a50c7ad4f0\",\n \"uid\": \"elit Lorem consecteturdolor cupi\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:8e1770ce-ed6b-c919-edcf-c15d8f8db7db\"\n }\n ]\n },\n {\n \"id\": \"8146c5ef-a5ac-7e7d-cae1-9569cc9186ee\",\n \"uid\": \"consequat velitea dolornisidolor\",\n \"label\": \"laborum minim aliqua ullamco\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"fd9a10bd-f551-cfd0-3207-8bbac990ebfa\",\n \"uid\": \"nostrud Ut incididuntin proident\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:587e60ba-eb37-7261-5ef5-5cd47dcca68d\"\n },\n {\n \"id\": \"b4df42f9-b191-4c4c-1815-654e61a5d314\",\n \"uid\": \"elit est occaecatdolore insuntqu\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:97188cd1-7513-8c3e-6f1d-cd2b42a65dea\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"advanced_search\": [\n {\n \"id\": \"ce2eeba6-0bb2-8c38-04cd-3be876bf108f\",\n \"uid\": \"ut dolor qui reprehenderitpariat\",\n \"label\": \"ea sed\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"ddc9f580-2fc7-db3d-526d-27fbc56b5c5c\",\n \"uid\": \"dolore non adipisicing ex labore\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"83b0d461-9ee7-d83a-1b03-aa3491231a34\"\n },\n {\n \"id\": \"urn:uuid:2e1530e0-7712-4a57-a5d4-f8041a856c9b\",\n \"uid\": \"dolor etExcepteur qui elitveniam\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:357bb88b-0b08-966a-5866-e907224ede3b\"\n }\n ]\n },\n {\n \"id\": \"e7f0cdd2-fdd1-e2b3-0d88-eec1716df98d\",\n \"uid\": \"est ut exDuis aliquip voluptate \",\n \"label\": \"officia et nisi\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"a6079a49-7e9c-26d8-124e-884d7c71b050\",\n \"uid\": \"occaecattempor enim doDuis irure\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"b8316902-59fb-73ef-67a4-b30339ed64d8\"\n },\n {\n \"id\": \"957aa5e3-2db3-4266-29a6-a87274faa556\",\n \"uid\": \"nostrud eu aliqua nisi veniamest\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"0c9418d9-8e00-2ed4-3e56-d9f4ba24f01e\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29478,7 +29478,7 @@ } }, { - "id": "ae3b21ad-59c7-4f9f-bf18-098aa53cfdb0", + "id": "c88393c2-429b-4d3b-99ac-1a365cfbdf71", "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\": \"ea est velit proident fugiat\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:23602bbb-480a-32b8-b26f-501f513d0b6f\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"671d70a4-4d44-7d4b-7883-61e75c030fc9\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"Duis sunt Ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"650b831b-4de0-fe59-cde0-ee9a6165493f\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:d7efcf64-340c-92ed-f83b-2a124038df85\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29521,7 +29521,7 @@ }, "response": [ { - "id": "d0d6e697-c7b2-457a-9ec0-5af21f162681", + "id": "7ebd4215-bcd4-4b98-b25c-34a301918e4f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29555,7 +29555,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"ea est velit proident fugiat\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:23602bbb-480a-32b8-b26f-501f513d0b6f\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"671d70a4-4d44-7d4b-7883-61e75c030fc9\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"Duis sunt Ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"650b831b-4de0-fe59-cde0-ee9a6165493f\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:d7efcf64-340c-92ed-f83b-2a124038df85\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29572,7 +29572,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:464f7930-007c-5559-ca9f-5034cb59c9c7\",\n \"uid\": \"exercitation culpaenim minim sed\",\n \"label\": \"ut aliqua dolore\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:a8c65645-af2a-8eeb-4b03-7ef0d4d09efb\",\n \"uid\": \"nostrud commodopariatur minim id\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"b775f709-092b-c4e3-c676-cdcc4161df26\"\n },\n {\n \"id\": \"ecb40abc-9c3a-7f32-75d6-aab0ddfc312d\",\n \"uid\": \"mollit ullamcoamet enimnulla eni\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"a222c8a6-541c-c48b-8639-73d60fb1dba8\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"05dd32ef-3c05-ab32-a8de-9c57146cf3e0\",\n \"uid\": \"ea laborum aliquip eliteu estid \",\n \"label\": \"cupidatat tempor\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:28aaf98e-9d3e-4626-c70f-e34dc3dfe1fa\",\n \"uid\": \"ex ea deseruntcommodo sed proide\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:b0512a95-e24e-7535-9537-a44db4f17f37\"\n },\n {\n \"id\": \"urn:uuid:9b1308c5-2fd6-c01a-bd83-c84eadd5803d\",\n \"uid\": \"pariatur consectetur ipsum sint \",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:28e526d9-7aa7-2d86-f275-020b114f7325\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29583,7 +29583,7 @@ } }, { - "id": "4af10e9b-5e1e-48fd-8274-1f5294ec66e3", + "id": "d64c1e6d-cbdb-40f7-b089-5f066ecda1c5", "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\": \"ea est velit proident fugiat\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:23602bbb-480a-32b8-b26f-501f513d0b6f\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"671d70a4-4d44-7d4b-7883-61e75c030fc9\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"Duis sunt Ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"650b831b-4de0-fe59-cde0-ee9a6165493f\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:d7efcf64-340c-92ed-f83b-2a124038df85\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29655,7 +29655,7 @@ }, "response": [ { - "id": "65babdc9-8566-43b2-9806-af2303818cbd", + "id": "6fd49131-f99d-41af-87ee-34272944cb82", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29718,7 +29718,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"ea est velit proident fugiat\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:23602bbb-480a-32b8-b26f-501f513d0b6f\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"671d70a4-4d44-7d4b-7883-61e75c030fc9\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"Duis sunt Ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"650b831b-4de0-fe59-cde0-ee9a6165493f\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:d7efcf64-340c-92ed-f83b-2a124038df85\"\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\": \"in velitcillum in irure LoremExc\",\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\": \"adipisicing excommodo in aliquip\",\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\": \"laborum ut amet nisidoet sint la\",\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\": \"dolor incididunt quis minimet do\",\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": "ddccf0b2-1694-4bfb-b840-c3bb2553140d", + "id": "e13b8229-c686-4bc3-825a-8cec607d20ef", "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:dcf05f3b-911a-45de-c6d2-0f4beec2eb07\",\n \"label\": \"ea\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"1d018ced-5692-fbd2-dab9-2059e7dcf771\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"3c26918b-a3a0-1ead-3c15-322769b13fc7\",\n \"_destroy\": false\n },\n {\n \"id\": \"urn:uuid:03cee8d7-861c-0d84-19e4-4905fdbea150\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"b51973d4-bbfe-df70-a664-d4f4982526d0\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"d5e7d744-1cf3-9085-245f-107787b23bd3\",\n \"label\": \"deserunt\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:717f1b92-55dd-963b-3d67-ff45579bf030\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:c83609a3-5727-f946-8449-243cbf833ef1\",\n \"_destroy\": false\n },\n {\n \"id\": \"urn:uuid:efffee8f-26b9-9683-4967-910f011d9108\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"92d78c20-7547-662d-860f-38374fe6e3d5\",\n \"_destroy\": false\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29801,7 +29801,7 @@ }, "response": [ { - "id": "456e982b-f577-4f0c-949c-b9a2ba5fb982", + "id": "be444706-a865-4170-99ea-da6bd60adaa6", "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:dcf05f3b-911a-45de-c6d2-0f4beec2eb07\",\n \"label\": \"ea\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"1d018ced-5692-fbd2-dab9-2059e7dcf771\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"3c26918b-a3a0-1ead-3c15-322769b13fc7\",\n \"_destroy\": false\n },\n {\n \"id\": \"urn:uuid:03cee8d7-861c-0d84-19e4-4905fdbea150\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"b51973d4-bbfe-df70-a664-d4f4982526d0\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"d5e7d744-1cf3-9085-245f-107787b23bd3\",\n \"label\": \"deserunt\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:717f1b92-55dd-963b-3d67-ff45579bf030\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:c83609a3-5727-f946-8449-243cbf833ef1\",\n \"_destroy\": false\n },\n {\n \"id\": \"urn:uuid:efffee8f-26b9-9683-4967-910f011d9108\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"92d78c20-7547-662d-860f-38374fe6e3d5\",\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:464f7930-007c-5559-ca9f-5034cb59c9c7\",\n \"uid\": \"exercitation culpaenim minim sed\",\n \"label\": \"ut aliqua dolore\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:a8c65645-af2a-8eeb-4b03-7ef0d4d09efb\",\n \"uid\": \"nostrud commodopariatur minim id\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"b775f709-092b-c4e3-c676-cdcc4161df26\"\n },\n {\n \"id\": \"ecb40abc-9c3a-7f32-75d6-aab0ddfc312d\",\n \"uid\": \"mollit ullamcoamet enimnulla eni\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"a222c8a6-541c-c48b-8639-73d60fb1dba8\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"05dd32ef-3c05-ab32-a8de-9c57146cf3e0\",\n \"uid\": \"ea laborum aliquip eliteu estid \",\n \"label\": \"cupidatat tempor\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:28aaf98e-9d3e-4626-c70f-e34dc3dfe1fa\",\n \"uid\": \"ex ea deseruntcommodo sed proide\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:b0512a95-e24e-7535-9537-a44db4f17f37\"\n },\n {\n \"id\": \"urn:uuid:9b1308c5-2fd6-c01a-bd83-c84eadd5803d\",\n \"uid\": \"pariatur consectetur ipsum sint \",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:28e526d9-7aa7-2d86-f275-020b114f7325\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29864,7 +29864,7 @@ } }, { - "id": "c08f7706-3312-4459-bdc1-7638029c7f62", + "id": "c8455400-84dd-4cec-8e5d-e71afab37ca4", "name": "Run a saved advanced search query", "request": { "name": "Run a saved advanced search query", @@ -29935,7 +29935,7 @@ }, "response": [ { - "id": "74199e28-fb66-4758-b0c7-51b704edf579", + "id": "0a239b00-0639-49a6-b2c1-a2e143bc57a4", "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\": \"in velitcillum in irure LoremExc\",\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\": \"adipisicing excommodo in aliquip\",\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\": \"laborum ut amet nisidoet sint la\",\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\": \"dolor incididunt quis minimet do\",\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": "d92dab9e-cf95-4531-87b0-3e140921d4df", + "id": "ee6a22e3-6cee-4570-a3e4-89a451a40b31", "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": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" } ], "variable": [] @@ -30060,7 +30060,7 @@ }, "response": [ { - "id": "e94edec6-0556-453e-ba13-bc2b83b9d57a", + "id": "7c3c4708-884e-4c5a-9d01-5d82c45ca211", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30078,7 +30078,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" } ], "variable": [] @@ -30108,12 +30108,12 @@ "value": "application/json" } ], - "body": "{\n \"uid\": \"a0431992-e872-8e25-e9a3-a0bb1c159664\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"urn:uuid:1a206c19-42b8-5c95-0163-510f52d0e6c3\",\n \"manager_id\": \"a1f1b2ce-491f-5636-94bf-09f08c26f302\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"urn:uuid:1d4758e2-d4a4-de24-8b25-0d60fcda75e3\",\n \"manager_id\": \"urn:uuid:5be920f1-34fa-874e-1806-180715dedc8e\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n }\n ]\n}", + "body": "{\n \"uid\": \"1d0376a7-6c31-ea2b-45bc-bbb9e65e8bb8\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"4994f7af-e296-8b62-e81c-e65d6539aa48\",\n \"manager_id\": \"f2149bb8-7451-eba1-2689-5dfa89b76a6f\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"63fe69e5-5e0b-fcd7-45ca-3e54a4347c39\",\n \"manager_id\": \"3d2f5556-705c-4c46-e033-00c167c9dfbb\",\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": "900b756f-817c-4f27-85c2-c8ff8bebc565", + "id": "08a3fde7-af8b-4d37-91a9-2b5fbe7b8f03", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30131,7 +30131,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" } ], "variable": [] @@ -30166,7 +30166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e75e16bc-6c39-498e-9296-b2e8403b9933", + "id": "181a8d9c-18e0-4993-a021-a0baa3c5c528", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30184,7 +30184,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "ea occaecat sit" + "value": "magna eiusmod culpa adipisicing" } ], "variable": [] @@ -30231,7 +30231,7 @@ "description": "", "item": [ { - "id": "e264fc1b-7e8e-4939-ae1b-7202c789af6a", + "id": "fa56da91-94cc-4078-ac92-fd240ab7f42e", "name": "Create a form", "request": { "name": "Create a form", @@ -30274,7 +30274,7 @@ }, "response": [ { - "id": "28ae310a-2036-4163-84be-a22db4b8036d", + "id": "5ed8f42d-052c-43c6-9bc6-8f49eb7fe8a3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30330,7 +30330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b54c6099-715a-4405-a35c-6128e6aae711", + "id": "7b2c59d0-68db-4856-9a65-9d26932d624b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30386,7 +30386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d76350b2-02c5-4e62-a31d-3eacfed88601", + "id": "dc838b49-9d6f-490e-bce5-3a8c671c298a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30454,7 +30454,7 @@ "description": "", "item": [ { - "id": "a0f4f9a2-b113-4096-a82b-85df8d4c8cf5", + "id": "18629305-6c58-4312-b2ea-1ce6df29e27a", "name": "Create a form attribute", "request": { "name": "Create a form attribute", @@ -30497,7 +30497,7 @@ }, "response": [ { - "id": "e340e61c-7a8b-4739-8969-ebf8faf4f008", + "id": "c9b97474-a19b-44c4-bfc6-d4ddeee51fa2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30553,7 +30553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "387effb7-5c15-4442-b838-311c90b28920", + "id": "00119b3a-cb08-4550-b5b8-58da24e8d3ec", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30609,7 +30609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e39fbb2-8178-4dcc-9afb-6d01d4de8a03", + "id": "8cd9f185-4687-4a60-8cd0-9f02b17925a6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30695,7 +30695,7 @@ } ], "info": { - "_postman_id": "5056ceaf-5c5d-464b-b48d-f33d326f90b5", + "_postman_id": "46dddb9e-ce9c-430a-9ac4-7a265644275f", "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 2803259..d90f0cf 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 Identity Security Cloud, 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 Identity Security Cloud 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 Identity Security Cloud. Identity Security Cloud 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 Identity Security Cloud, 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 Identity Security Cloud 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": "e9526fab-ecb7-4a1c-93da-d89170e10ea0", + "id": "1dd313d0-2a68-43d5-9027-f10605f3989b", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "cbc3865a-decb-4fe6-9829-ac3909a6ceb7", + "id": "02d1afb4-7c59-4080-9f57-3966bc619c99", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b9d2d09-66d5-440c-bd7e-b3ce8a7c442f", + "id": "388f0e95-126b-4780-ac2f-b62d6e080ddc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bab5d54-471e-4468-a8f5-e35b42e1225e", + "id": "4ff97053-93ee-4b80-9c7f-1c1ae5b8e614", "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": "2f0ca3e2-50e9-4e32-a571-8531edfd91e2", + "id": "f5ad426b-1432-4118-a872-9400d4e0a5af", "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": "aeefb2e5-5a16-408c-88ab-e1ccf21013aa", + "id": "6a7647f1-c831-4f4e-9435-022cc6dc19a2", "name": "Too Many Requests - Returned in response to too many requests in 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": "04f4e629-039e-4335-8b77-5f724e460717", + "id": "b5a5c4f9-57f6-40ec-bb97-fc55695a7ea9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "baa730f8-5e68-4abf-a313-5d7edc45d880", + "id": "d576e695-0bfa-4bb5-87f9-646e847b6663", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "f06aa2dd-2a06-4007-949f-d000cace67d6", + "id": "f1f6a70d-226d-490c-be18-308379931e03", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dc5b7e1-117d-41f8-9f11-0c5b417c7b0b", + "id": "9cef0094-582f-4d4f-bb9d-2eacdd645bb3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9100f78a-b2cf-48e2-8511-dad1d491914b", + "id": "8f7b62d2-9466-43c9-b00c-898ef63d2c08", "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": "02b5171a-1f7c-47fa-be0f-3eba35b039cd", + "id": "5d5abec4-1029-4280-8c83-d467496d9468", "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": "4b6afd99-9822-4cb8-aba3-5254dfed11e7", + "id": "14f09ecb-d118-4b54-a198-0d6149f09b0e", "name": "Too Many Requests - Returned in response to too many requests in 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": "d5d00a06-0552-4658-bb1e-696a442b6eb5", + "id": "8306217d-5bef-4c5e-99a9-10bc5e014ed3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "6162dda5-b330-4774-9384-eace2edb15ba", + "id": "97a0c8b3-bafb-484c-82bf-0d62731b3d0f", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "79e1f7f6-98b0-4fb1-a866-05a2048049ad", + "id": "86b7e56e-09a4-4307-b76f-d0d8aea0eb6c", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e63a714e-11ae-4d84-9b3a-4f630a63af15", + "id": "007d97fc-ebf4-4413-87ac-efd7dbcf7dc2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c464ef49-bdd0-4cc6-bfcb-03483230841e", + "id": "f25caa34-2b4a-4675-bc23-75fda67df49b", "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": "8dd335ad-ef07-4d40-b329-8575ffa47c92", + "id": "1f18e416-9458-4779-9b2c-abca6f759537", "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": "4c16f6bb-4335-4088-8280-59c285ed96d3", + "id": "b15631f1-c8de-4dcf-a7e3-b1032c5edc1a", "name": "Too Many Requests - Returned in response to too many requests in 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": "d7955454-8572-4d94-bac7-7b85bd44a68c", + "id": "b11dcbce-9520-43fe-9382-dbd87e60ee28", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "7fb30c17-bc8e-4189-ae65-2e1b8b3215c6", + "id": "3e75fe89-08fa-41d7-b999-ead77139c2a0", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "83dc9b0c-5c55-4ae4-b8e4-866a4daf465d", + "id": "63c42654-668d-4564-aa16-89175da5e977", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d891e248-6588-4b98-9e9d-9bf73097c2d5", + "id": "45d2f2e2-37b7-4e4d-92e8-98faebc3a6a9", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc0288cb-0e96-442a-a16b-4fd1405cdabd", + "id": "a1d87e0f-6128-42c0-a50b-1a53e79eb689", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "173bd81a-21b7-42e1-8b35-85b39386a2d0", + "id": "e2124920-58ac-4c88-b575-167799038f59", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bad9543-6471-4321-855e-94f2afef9ae1", + "id": "56b20ed5-6c68-4058-8ce9-6c01da26db1e", "name": "Replace Source", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84c9f5bd-d2f4-49f1-8f8e-a777ac4c3f4f", + "id": "c9bba51c-dc0b-489c-a060-3bbe5e15b8b1", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4d63c54-ff45-4a9b-813e-fe47e076416c", + "id": "0f198bed-a7a9-4052-b7f9-d5b16d2bad17", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e165eb5-d160-40af-9825-505fddc111ea", + "id": "6f06dde3-1050-44ae-9235-2cb4cb59620f", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "376378e5-668f-456e-80ce-c7d0952cb0f3", + "id": "032741cf-a09a-4e92-a4f7-4f6dd1319124", "name": "Replace Source", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c1e78a8-be9d-476d-b5d1-40b6a137dd9d", + "id": "70f32b9f-1eb7-4088-aa1d-fc47c69d07b7", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c97116d-07d0-49ea-b0c3-823aaf026f02", + "id": "7ab2b8a3-81f8-4e55-b176-786ca32fd84d", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70e43015-5976-4230-99d2-339a73e8ac8d", + "id": "339bfa97-16d8-493e-bf23-448f64bf200c", "name": "Replace Source", "originalRequest": { "url": { @@ -2242,7 +2242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a89a419-fcf4-433e-8e3f-d5f255ab55a6", + "id": "5d452a6c-95c0-4e9a-a0b3-924032e4d3b3", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2299,7 +2299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9156d2f0-9a70-4fb1-9a3f-fda97ec2361e", + "id": "351d38b0-52e0-49e5-b4c5-74e5b52139a8", "name": "Replace Source", "originalRequest": { "url": { @@ -2356,7 +2356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e970f4a-0f96-4ba4-92f2-0d01af2ec1a4", + "id": "be3173dd-6c0a-402d-a52d-2191c9e1e03c", "name": "Replace Source", "originalRequest": { "url": { @@ -2413,7 +2413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8f23608-0ed6-4c55-85d6-5410bf0db139", + "id": "f685c136-2776-427e-b6a2-534103e8016b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2476,7 +2476,7 @@ } }, { - "id": "aff0e8ab-2d75-40a5-8cdc-d5e9b74fc6a6", + "id": "3336c612-ef0c-4bfe-a6d8-a7ec6e8675df", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2517,7 +2517,7 @@ }, "response": [ { - "id": "1c942d84-62e8-405a-863a-d9f32fa6ccab", + "id": "495ff95f-8917-4d16-ab27-820d116dec75", "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": "6c17297f-3941-413e-a9d5-bc93a174b143", + "id": "c5a200e4-26c7-49ac-a4e1-cc2407dc0945", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2595,7 +2595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efdef33a-5df0-42c3-aff2-55e92216462b", + "id": "a47557a1-6f9b-4ef0-8299-97ea8ca0649f", "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": "2aa5c20b-750e-4d77-8fc7-176a7b44fee6", + "id": "4e77d9f1-e0b2-46f1-827e-e8b5c57b4c39", "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": "4b7b6e76-0893-4c34-bcac-2a8f1231fda6", + "id": "a878235d-9b41-4c6d-a231-b30337312833", "name": "Too Many Requests - Returned in response to too many requests in 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": "37b9dd0a-06ae-4195-b2f4-315b3f6e6227", + "id": "6a001575-970e-41aa-a70c-fa795b990c38", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2777,7 +2777,7 @@ } }, { - "id": "4df72a33-3779-4441-9ccb-033a8872da46", + "id": "289b3d9c-14bb-4355-9ae3-c01e05662f28", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2820,7 +2820,7 @@ }, "response": [ { - "id": "9b771c25-e3e5-4662-ad4c-00d3c2a606a6", + "id": "846893ed-0e58-47b5-a3df-12211e57ed25", "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": "30516cef-1f6e-40de-b232-4dd52d4023b6", + "id": "66b6db53-9e67-487b-aecf-eadd25024b75", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2934,7 +2934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ece5f94-461c-4d48-8972-43d1d338b0d5", + "id": "1da740f8-e12c-476b-9685-ced49b46cef0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2991,7 +2991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3a5cfb1-8ca8-43ca-a173-050bb95506a5", + "id": "3e1141c8-0494-48b0-9b9f-2c89396d0939", "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": "ac7f03ba-8d3e-49fe-8889-16f50f3c0598", + "id": "3450fbe5-4aad-408e-a767-2ea681040feb", "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": "88ebccc2-1da1-4f55-b048-2bd9632c6025", + "id": "7f37edc7-4206-4bc0-ad14-311ad0ec2b41", "name": "Too Many Requests - Returned in response to too many requests in 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": "fb54eaab-bd40-43d3-8d67-7dfec4e829cf", + "id": "3095c529-dd7e-4499-9f00-0ad28bcc9189", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3225,7 +3225,7 @@ } }, { - "id": "5d93efc0-f03d-4c51-90e8-feab6a526612", + "id": "b53b2f6e-7c7f-499f-b5ce-2b8541fe3e98", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3313,7 +3313,7 @@ }, "response": [ { - "id": "020311aa-83e6-4e67-ae2e-a41923f13df6", + "id": "eabe44f0-e6fe-4a96-a295-22055af3418a", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3404,7 +3404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c413fc2c-a256-48be-a5bc-278f9a12dc46", + "id": "d42be1b0-413d-43df-90ed-7aa0a71c8a15", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3495,7 +3495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e55f94da-ef39-46c7-810c-0cc7c03a2df3", + "id": "8ac1e12e-743c-48ce-ba14-f5673b5e8fd3", "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": "14783751-9feb-40d1-a4b1-724939b9c177", + "id": "de3a2ebc-21cc-4b53-a095-58a9895232c0", "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": "4f14d2cb-08b3-46a0-8430-f94f4b3da349", + "id": "93730ec4-25e8-4e00-a261-a24e214bc1e7", "name": "Too Many Requests - Returned in response to too many requests in 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": "23b3d0b0-ac60-448a-90df-594af082a264", + "id": "c8d4afdd-48a1-46e9-b3d4-738613487088", "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 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\nIdentity Security Cloud'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 Identity Security Cloud, 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 Identity Security Cloud 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": "6bfc94f3-a883-446b-bced-caa9c7fc72de", + "id": "a46dbb33-7fbb-425d-9213-043711bca74d", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -3913,7 +3913,7 @@ }, "response": [ { - "id": "776fbead-042f-4f0d-bf7c-bc33931abfda", + "id": "b4107eb5-49f2-431c-8b12-46cc105f7d3e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -3969,7 +3969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7a17ae9-54e5-4c0c-a01c-54446d077312", + "id": "a47fce80-0b47-4c7c-b75f-361462031874", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4025,7 +4025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec5c5ba7-5ede-4649-bbb6-15f5eb5a700c", + "id": "59f12a28-61b6-4430-a3b0-3639d3f4f7ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4081,7 +4081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d17c986e-bbe7-4245-8e93-c34345a711d6", + "id": "741312e8-246e-4054-80f1-14e7786432ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4137,7 +4137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b947f1dc-118a-498a-b430-601c162ebc6a", + "id": "c07e4848-867d-4b6f-b9c7-c718349b753d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4193,7 +4193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e9272a2-7437-48f3-83d3-414482cbaede", + "id": "ad0530e6-1795-4d89-99d8-691e2c892122", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4255,7 +4255,7 @@ } }, { - "id": "3844042b-7c3d-4642-a8d1-1575cc234040", + "id": "e9503748-b9cc-412a-9ecf-e69170c73956", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -4298,7 +4298,7 @@ }, "response": [ { - "id": "aee3cb17-c6ad-4d4a-945c-656c00d347c7", + "id": "6b6cf330-659b-4a0a-8540-a8eaaab4ebae", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4355,7 +4355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a597a9e-2c31-433d-9296-5dd3cc887189", + "id": "757863ee-dd4c-4f9e-8382-8e3e7043b00d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4412,7 +4412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a553311-5fbb-4c3f-9610-3f02688318c6", + "id": "b0bb1b43-d82f-450b-b491-8c630878d378", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4469,7 +4469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e92190d-0111-4680-92a3-659a0dcaafa8", + "id": "67879b36-5e3b-480e-991d-5060069cc717", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4526,7 +4526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a87b1acb-d832-4ebe-b5e7-83c0b44122f5", + "id": "8877feb4-0c11-411d-a717-d9812e420e33", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -4583,7 +4583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9abd7811-1cd3-4a62-81d6-90300033c51a", + "id": "40ac4114-24d2-4e67-a141-fd1f255755e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4640,7 +4640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e37c65bf-6c7f-4290-935b-678da266e808", + "id": "2011142a-23e8-46a0-9646-1a57b0b6e9dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4703,7 +4703,7 @@ } }, { - "id": "a68c3152-8d46-4f30-b59a-83437b607350", + "id": "eefab677-246f-48eb-a419-3bebf63c29bf", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -4732,7 +4732,7 @@ }, "response": [ { - "id": "c888ac5d-8e9a-4c33-a4d6-5f5cfca22e13", + "id": "ad220c62-2d20-406f-9c1b-86101a55ddae", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -4775,7 +4775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5be42bcc-6bb0-4a67-8232-64de7afd42da", + "id": "aaf506fe-d66a-4ab6-86da-1cf3f97a9fc0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4818,7 +4818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dd871e7-2c13-4a91-ae29-8d01d7266a30", + "id": "ff256b47-d423-42ef-ba1b-7f96b4bac57c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4861,7 +4861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ad9dc5c-661e-4f73-b28b-97f518f7efac", + "id": "2f1d4993-2bb2-489d-943b-728ceb48a598", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4904,7 +4904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51def8b2-b856-4f60-9d8d-ece871140ba4", + "id": "02ad4cdf-b728-4810-9801-6012ba46072b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4947,7 +4947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05fb23e4-f9f9-4a88-9bf4-44eba0b2641e", + "id": "d9f9c94a-8086-4761-94a4-e380675ad6cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4996,7 +4996,7 @@ } }, { - "id": "7c7ee09f-925c-4b97-9503-4f1b3ea3811a", + "id": "3ec5664a-2c15-4c38-956c-15387fbee363", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -5038,7 +5038,7 @@ }, "response": [ { - "id": "3b9674c0-27f8-413c-a52e-83f68630cb34", + "id": "2ceed7ad-8f46-40a7-9bcb-ae09ccd23699", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -5094,7 +5094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef2de79-7dc2-427b-beb7-dff01b5cb467", + "id": "26fda1c8-e9dd-4021-93ad-94cb4e959f07", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5150,7 +5150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04a3769c-8b3e-435c-9470-c8be705707d9", + "id": "6740ede0-bb50-4cda-aa2a-85fb33a0208a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5206,7 +5206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdc16e1b-2eb3-4029-9d5d-feff543fe6ac", + "id": "f561c772-ad32-4e5f-9db1-1d767de2b543", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5262,7 +5262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9500df0-572b-4089-8be1-d4f094b0548f", + "id": "d86ea44e-d3c8-4783-b5bc-4b5c4d0b4102", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5318,7 +5318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c7d40ce-0b58-4f7d-8bc9-1e76494bfb2a", + "id": "8d439eb1-a187-4384-a4c6-b440e7cf251e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5380,7 +5380,7 @@ } }, { - "id": "5757de03-d69e-4888-961b-8eb81566be1a", + "id": "a9a0cad3-cde3-4a25-92bc-e269a80a7f02", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -5491,7 +5491,7 @@ }, "response": [ { - "id": "5dcc5e8a-e2e5-43be-8274-86d120976997", + "id": "ddbb3258-3a59-4414-8a17-51825e08f52f", "name": "List of requested item status.", "originalRequest": { "url": { @@ -5616,7 +5616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "810c3fc1-9a2c-47b3-a189-dafb4e295a0e", + "id": "488cbc27-bd61-42a7-80a0-94c6a04ad2a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5741,7 +5741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2af43a3-b914-451b-8637-8dd286cbf3f6", + "id": "93eb4e54-3ae1-41bc-8988-3760a38a9ba8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5866,7 +5866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3b921a2-6901-4c81-9852-df1147e33dd6", + "id": "679af64a-8958-45b2-bfb3-d9fafab42a77", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5991,7 +5991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b7f8c61-89e2-4f65-93a8-41313b915d18", + "id": "ae9ac2a8-4452-4588-861e-a8fc5d99c79d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6116,7 +6116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f1b59b2-fbd3-4209-8a66-8a947c114335", + "id": "2ffe182c-1634-4855-ba13-4dbe61f8c0de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6253,7 +6253,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 Identity Security Cloud, 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, Identity Security Cloud 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 Identity Security Cloud, 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, Identity Security Cloud grants or revokes access, based on the request. \nIf multiple reviewers are required, Identity Security Cloud 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": "937b2fdb-69fd-4da7-b28d-e1e8cc7a66b4", + "id": "0dc8a54f-3641-47e5-9652-f3ea59c4127d", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -6338,7 +6338,7 @@ }, "response": [ { - "id": "7fc28f9c-9121-4928-adee-fbe25928ac64", + "id": "6a97a3b1-4c08-4c3f-a179-12d7ac052422", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -6437,7 +6437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb66ddcd-7fcd-4fc9-99f9-4962df7515f0", + "id": "b2b239a6-3bef-4765-aa40-6c3cd1c0baf5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6536,7 +6536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77c82b51-d4b7-4ec7-9c8b-557651929a57", + "id": "53e5d62c-3a13-4d21-b29d-cfc4ab9f2d5e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6635,7 +6635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da166712-3a2d-400f-8a1f-1e2b102535f5", + "id": "90953760-dcb4-4b66-b370-7a06c125b58e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6734,7 +6734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "565c8413-8010-47d4-b928-26ec227cbc9f", + "id": "8eef00a5-c47d-4504-a499-e1e46553f3f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6833,7 +6833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d45062a-714b-43a6-9626-a94fb0b67b4a", + "id": "188b860a-fb34-421d-b502-13adbc499048", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6938,7 +6938,7 @@ } }, { - "id": "884fa7f1-79e6-476c-a6e1-f8047549f4a6", + "id": "4542d17f-c4fd-4b40-8ffd-9e3aacc97d44", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -7023,7 +7023,7 @@ }, "response": [ { - "id": "bd2966e3-b6c1-436d-92fa-273882df19ed", + "id": "6b255301-600f-42a0-bbe2-61426cd408ac", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -7117,12 +7117,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\": \"sit aliqua in culpa\"\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\": \"velit magna ea\"\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\": \"culpa\"\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\": \"elit commodo ipsum\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "62dc1f23-9e49-4eec-99ab-5d9eafb83943", + "id": "676aa9e2-0f88-4606-b336-e28eecfbde1d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7221,7 +7221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64f3cd42-6910-4a09-a6f6-193df3b05164", + "id": "3ae8ef5b-9cec-4beb-8ebe-82816d1a6906", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7320,7 +7320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a503932a-1873-48de-80df-3bf4f9d960a8", + "id": "b3ccf1e5-4363-4341-8df2-c1515a9dfa80", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7419,7 +7419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8af78b7d-ee4a-4735-baa2-ebc55527edf4", + "id": "44d1ca2f-76e3-4846-9567-a793182152cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7518,7 +7518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc25a1d1-f675-4b1d-938e-877f5a8d737a", + "id": "0de4ff47-2930-4f66-83dd-b400927479c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7623,7 +7623,7 @@ } }, { - "id": "51110c47-8fba-4754-84f3-77eec5d93d23", + "id": "221d9875-df2f-47e4-ac64-549a7cf1dfbc", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -7678,7 +7678,7 @@ }, "response": [ { - "id": "a0f0f02f-acca-40cc-8f3b-22710c419e9c", + "id": "0ac526c8-74ce-4527-be89-2c74f40c1bda", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7736,7 +7736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04b4837d-467e-427e-b112-f1e66739f3fa", + "id": "b3913886-9a60-4b40-a6f6-43dae4740560", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7794,7 +7794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3afd707-0d1b-4dda-9e17-a957f9c03980", + "id": "314d99e6-382a-4361-921c-18b4ec124811", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7852,7 +7852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25a6caa7-2e57-45e8-85db-36375effe1ed", + "id": "db0e6279-b52b-43da-a10f-6c526e4be597", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7910,7 +7910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39b4a2df-8b74-45c6-aa09-59a096558d5c", + "id": "ac8fcee6-6122-4b16-8d8e-aead52a1b8bd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -7968,7 +7968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd2a3429-f3e6-4c9d-bfe6-411c0deb54ad", + "id": "0780afcf-932f-4f30-b5d2-bd73b338c2b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8026,7 +8026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2e47289-41e2-4f78-9197-d4e766299e0d", + "id": "a67287e9-2edf-4354-beaf-35b21358c5e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8090,7 +8090,7 @@ } }, { - "id": "54dbd0fc-0002-4721-bec7-deb25cb47183", + "id": "315bd8c6-8dc0-4b50-9ad0-dcd595da6397", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -8145,7 +8145,7 @@ }, "response": [ { - "id": "c4e8af66-82da-497d-b974-dc8fc1a11f66", + "id": "bc1bd1c8-22f6-4f73-b374-a980458b3335", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8203,7 +8203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea3aa722-bacf-4505-80ea-1d9ca4015308", + "id": "fdb9c19c-1ac7-410b-a5b0-7a58a51ae3ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8261,7 +8261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc493ddd-66dd-404c-9005-c52bd2d95794", + "id": "15ca3803-1b81-49da-8615-c28a9ea11754", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8319,7 +8319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "411f07e9-448a-4973-b5a8-f490fab14380", + "id": "746f63f3-5279-4295-8994-b537bf5ec984", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8377,7 +8377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98f75274-ab7d-4d07-b242-d9f1c2c72376", + "id": "6dcdacd0-8f12-41b6-866d-7087c891cb1c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8435,7 +8435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01b7c2d2-f14f-4a61-b687-b980749d2db2", + "id": "1dfca2b0-3d6c-40a1-96fa-a81bd705fc92", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8493,7 +8493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "335eeb98-e7d8-40f1-80c0-639105593894", + "id": "26b7fcd0-a72a-407b-80a2-90f5083ee662", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8557,7 +8557,7 @@ } }, { - "id": "5b3ab086-957a-45e2-b7d4-9727b0a3923d", + "id": "208c6285-e7a8-4e6f-87ef-f0cedfd55e13", "name": "Forwards an access request approval.", "request": { "name": "Forwards an access request approval.", @@ -8612,7 +8612,7 @@ }, "response": [ { - "id": "6c6555e6-6d46-4c3a-acd6-f6d318855fd2", + "id": "e8e46986-c8da-43a2-b94e-6f7eba046374", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8670,7 +8670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23017329-f0cc-4eef-b19e-79b3e9ea0cef", + "id": "6e8b09ce-562d-4a3a-ae31-fd41d55d7356", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8728,7 +8728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52082656-ea59-46cf-80d3-d886bf477c31", + "id": "98c0cb17-f37a-4912-bfa0-27333dbc8a87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8786,7 +8786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc6aa8ec-7857-4e16-a37b-5a8e9c7b76b7", + "id": "3522f9d9-d300-4575-a24a-221275bdc039", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8844,7 +8844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53ae6845-1be7-44e8-82e8-f712095cc408", + "id": "8df19129-ef89-4a2e-accc-50f04e7a6b97", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8902,7 +8902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54438aa7-6760-44da-983d-1c9baff6db49", + "id": "3376037a-433e-404c-97b6-19f8750b66c6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8960,7 +8960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c8d1649-0b6f-4a90-b2e8-a836964bdb7b", + "id": "d0d0b2d7-82d5-4d35-9ee8-3eba07b4c643", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9024,7 +9024,7 @@ } }, { - "id": "c0c722eb-fc77-4ce7-9781-5ce7d2c40558", + "id": "027d1223-f74e-4d78-a70c-71838506e404", "name": "Get the number of access-requests-approvals", "request": { "name": "Get the number of access-requests-approvals", @@ -9073,7 +9073,7 @@ }, "response": [ { - "id": "e290fdaa-d976-4b1e-becd-0429f296cd0e", + "id": "be9d48c5-c471-4203-835d-9f480e99c04a", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -9136,7 +9136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe1d21c4-5c8b-4cc8-b5c6-335435d78d53", + "id": "0ee9b3f7-c9ce-4b84-b3d3-bf51e44f4f3b", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -9199,7 +9199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b973c2-e297-4b01-ae75-1f7db115e59d", + "id": "83dcde8b-575b-44f6-bab7-286a2e122159", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9262,7 +9262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d859eeec-15bf-4268-b552-0cbfc4077396", + "id": "e9539d76-8f3f-4e8a-8c6b-0c3a4b1bd2f4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9325,7 +9325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d87b6f7d-19cd-492c-8220-bfe448c1fc4c", + "id": "a797915f-fc4d-4203-ab37-b79c290137ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9388,7 +9388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56ab3d3c-cb6f-4c2a-bb46-ac973ac65806", + "id": "b2deb4b8-caa9-41c0-8912-0b9b89bd7320", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9463,7 +9463,7 @@ "description": "Use this API to implement and customize account functionality.\nWith this functionality in place, administrators can manage users' access across sources in Identity Security Cloud. \n\nIn Identity Security Cloud, 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. Identity Security Cloud loads accounts through the creation of sources in Identity Security Cloud.\n\nAdministrators can correlate users' identities with the users' accounts on the different sources they use. \nThis allows Identity Security Cloud 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 Identity Security Cloud, 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 Identity Security Cloud. 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": "78e78ea9-5fa6-4222-b131-22ba43d4caca", + "id": "fa1e4f53-3286-4c77-b351-17cb3befafe8", "name": "Accounts List", "request": { "name": "Accounts List", @@ -9538,7 +9538,7 @@ }, "response": [ { - "id": "1af837dc-117f-4ecd-828b-60c19b984937", + "id": "a1b7be32-3b79-4935-9264-6548f9632439", "name": "List of account objects", "originalRequest": { "url": { @@ -9627,7 +9627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6f85182-bb6d-4460-8190-6025073bf7ff", + "id": "167098de-f773-4de6-a83c-88ff9b150e02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9716,7 +9716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81c0f7ef-8fa6-4457-a7bf-4cf16ca862c0", + "id": "e5c95052-bb51-442a-a8d1-c8ef50acd1cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9805,7 +9805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "463a82c4-4605-428b-afbb-a9c70e34da52", + "id": "0428f811-dd11-4f36-9542-305918d62131", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9894,7 +9894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80cbbb58-b340-4c05-aea7-91a75413bcac", + "id": "a94fe7a9-7b64-4224-b296-6dbaabb631c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9983,7 +9983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd3711ef-5c8d-4a2e-b702-7a895497394b", + "id": "784e6e2f-7344-4b14-a056-2ae67daed48e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10078,7 +10078,7 @@ } }, { - "id": "506866f6-a39b-44fa-807e-7d8f015f4068", + "id": "a2a0d8d1-fa85-44c1-bf49-3f2d19465bcc", "name": "Create Account", "request": { "name": "Create Account", @@ -10120,7 +10120,7 @@ }, "response": [ { - "id": "13da5891-53ce-42f3-92ca-a277f6c25d4b", + "id": "187952f8-196c-44ff-acc2-8b82503beed7", "name": "Async task details", "originalRequest": { "url": { @@ -10176,7 +10176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b616c613-da71-43cf-b8c4-ff92980a2fef", + "id": "dee8b214-e7d5-4f2c-aaa4-119a634730d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10232,7 +10232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5e9cfa3-4d65-4168-8a53-1adf9ae1376f", + "id": "9afba37c-4223-4c42-973e-5ac2a4894857", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10288,7 +10288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89facde7-763b-4cf9-b689-c613d1567243", + "id": "49b4be64-d4ec-4ee7-bdb1-3d8e738ea291", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10344,7 +10344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b4b9a0-e610-486d-921a-7c121275d4ad", + "id": "b364522e-a84c-4763-8b4f-9a14de6f97a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10400,7 +10400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f2d2a8e-fe83-4410-baab-b681a186aac1", + "id": "87a187c4-59d5-4e80-8f9f-f36b054af55f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10462,7 +10462,7 @@ } }, { - "id": "39a8d863-2ea5-4802-aba5-8cb2bd6a1d32", + "id": "33a44604-d101-4972-9471-ab9508ad0073", "name": "Account Details", "request": { "name": "Account Details", @@ -10503,7 +10503,7 @@ }, "response": [ { - "id": "0f4221f0-8273-4490-82ad-c59cb63e5478", + "id": "e3c0abee-e927-4f8d-a2d2-d0c3a74794c4", "name": "Account object.", "originalRequest": { "url": { @@ -10547,7 +10547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22c6ba06-3521-43d2-b19f-8f13f171b567", + "id": "18c271cc-11c4-40a8-969e-ba22deee3ca9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10591,7 +10591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f449dd1f-cfa8-4530-b55a-33bee0324dd5", + "id": "4d1f5a61-0e50-4d16-ab34-d4f9258a3b79", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10635,7 +10635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4dbe0a7-0de7-4b6e-8b48-81e9ded808e5", + "id": "21bd9668-4fb3-4b76-a494-d06599a995c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10679,7 +10679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6f19d9b-e46d-4b02-90fd-bb69ae60347a", + "id": "ebda427f-395d-43ea-994c-e9f92e8622c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -10723,7 +10723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b66d299d-6ab6-450f-b439-eeafb9e29ab1", + "id": "00b4e965-93bb-4407-808b-41c58c598e13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10767,7 +10767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bd4dabc-8be5-4573-955a-db4f1aa1bf61", + "id": "84ab6aef-95f6-48a7-a999-2d6735e316a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10817,7 +10817,7 @@ } }, { - "id": "66200565-c475-4c49-9194-eac2b1d46e88", + "id": "ba937540-f4e5-4e3d-a36f-f7c92df39330", "name": "Update Account", "request": { "name": "Update Account", @@ -10871,7 +10871,7 @@ }, "response": [ { - "id": "ec34a57a-007a-4c01-9473-afec8835ba67", + "id": "f7165d75-0f43-4da9-a105-ec9e15f048c7", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -10928,7 +10928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f405ee73-5afa-4e7a-9d7a-9e10ca2156f9", + "id": "40cbf112-f07a-4af8-b111-2f051ab3d104", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10985,7 +10985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71e60fab-4b9f-4fef-acf1-bd65201d6c76", + "id": "ff4410f7-d4b5-4332-8820-86e0a8081738", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11042,7 +11042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a92b7876-f4e3-4539-be03-f95a89afb0f3", + "id": "91e8a562-5d01-40a3-9717-cc16aa7a95e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11099,7 +11099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aa427ba-fcb6-4ab2-af43-e583953e41b0", + "id": "4d0beb45-69d8-4e1d-b16a-9a1b41d8abeb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11156,7 +11156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab8cffb4-9573-4912-bf75-20aacc6a6987", + "id": "90d7f379-8653-4ff1-a396-5be577b8983c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11213,7 +11213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "063080f0-d342-444b-a2d6-8ce50093c18f", + "id": "43272317-3d19-47c8-b9d1-f1b8691ba728", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11276,7 +11276,7 @@ } }, { - "id": "c668351c-6075-47f6-ac2a-159a37abbb3f", + "id": "434a11e2-3aa2-4783-821c-561534691353", "name": "Update Account", "request": { "name": "Update Account", @@ -11330,7 +11330,7 @@ }, "response": [ { - "id": "ce338a7d-d1fd-45ea-be23-30c6f4da5387", + "id": "7c28d582-dec9-4158-a251-c12c54b2f9f7", "name": "Async task details.", "originalRequest": { "url": { @@ -11387,7 +11387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8ca9ef2-ee5e-4ecf-b181-457d2bb5a779", + "id": "9e9ba653-480f-4110-924d-0d34949577c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11444,7 +11444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be6414a0-3c8a-4185-9b63-9e80a6f9c091", + "id": "231d0b2b-0286-4af0-82ba-82c38674aa37", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11501,7 +11501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22645ef1-519c-4f98-9f96-edfed6f49b3a", + "id": "e004cb78-e3a3-4f68-a69d-f36ac7457a7d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11558,7 +11558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0cd1455-8fd5-4da3-8a81-d0776fffc825", + "id": "c71f3aaa-48e3-4470-aec6-572eeb39c704", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11615,7 +11615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08836a82-2d85-426c-843e-03011ad0232e", + "id": "0e709774-bc79-4840-9fa8-fb71ca711666", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11672,7 +11672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8bdab02-c208-41f7-9dfa-59e52fc2ca46", + "id": "4b56dd75-d344-4837-8006-beea6d217245", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11735,7 +11735,7 @@ } }, { - "id": "91ac0822-75d0-4161-85fa-86ba68ecc43b", + "id": "c2da223d-4e56-467c-b0b2-3268b13c16f4", "name": "Delete Account", "request": { "name": "Delete Account", @@ -11776,7 +11776,7 @@ }, "response": [ { - "id": "c03169e7-b4bd-4a13-987a-baf91f730ed8", + "id": "70585bf9-ad56-4cc7-8323-5681bce9b7ab", "name": "Async task details.", "originalRequest": { "url": { @@ -11820,7 +11820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2084fa7f-31b9-4dfe-be8e-fc2825b9b6e4", + "id": "d650c563-a42c-4d86-9d78-98eb98b2b7ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11864,7 +11864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4405e880-447c-41bf-9c3f-5514a370890f", + "id": "888f32bd-f545-4bea-86e1-30b5a8d56c85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11908,7 +11908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4287c373-e02a-4c01-9c59-680f5d46a47b", + "id": "f26c335a-a1f8-4817-87b4-5f1d38eaf800", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11952,7 +11952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae017f46-ef30-42db-bf51-be5ba4a828cd", + "id": "35b813d0-b807-4c20-b770-24f72ad70031", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11996,7 +11996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "948f93f3-d473-4be9-9d64-548125c30575", + "id": "22b2a9c8-cc08-44f8-a231-57efee0362ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12040,7 +12040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83888d61-c6fd-4cdb-9d17-b41c77bace94", + "id": "1e1bbb6b-8481-48f2-81fd-d6ccb6437631", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12090,7 +12090,7 @@ } }, { - "id": "e05d7988-ba7d-4554-ac7c-8dddf84400e0", + "id": "431c1770-075b-4f1e-a55d-ee916f3edf21", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -12160,7 +12160,7 @@ }, "response": [ { - "id": "07692676-56c4-4546-8a14-7e231cb2f2b1", + "id": "e9aa2beb-020f-4997-acaa-1d5b617da828", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -12233,7 +12233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf5bd4cb-6519-452d-bbfd-0c1feaa5564c", + "id": "f32404ec-7b74-4522-bb51-e6327c50c02f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12306,7 +12306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5489e89f-b14c-4515-acd2-8b98885b0dad", + "id": "fb39591b-914e-4446-9727-90665d82b90b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12379,7 +12379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e49e3f2-60c5-4698-89eb-0830010039ce", + "id": "7970390f-0eb5-453f-ab45-c076dff36863", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12452,7 +12452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1268278-f050-4a38-a08a-a4928eb5c42d", + "id": "f888e9aa-65d3-4d80-abb3-9eeeba488338", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12525,7 +12525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "275db702-c0ca-4510-aeec-c9f46028a40b", + "id": "51363cef-76ea-4e23-bec5-e29f1ed2765b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12598,7 +12598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b1d4d04-3622-4397-92fa-4b42030a1e4c", + "id": "5e7ba6b1-de2e-44a7-ba88-187f9487fc06", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12677,7 +12677,7 @@ } }, { - "id": "04501508-99d4-4772-ade9-e3575aed0a88", + "id": "aed472bc-9705-440d-970e-e9128093498f", "name": "Reload Account", "request": { "name": "Reload Account", @@ -12719,7 +12719,7 @@ }, "response": [ { - "id": "8052390c-864c-410d-8339-80412c9f2b1a", + "id": "b57f27fa-a125-4b3f-a35b-a760f4a86762", "name": "Async task details", "originalRequest": { "url": { @@ -12764,7 +12764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8070b266-0247-49a9-b76f-61742a659769", + "id": "188fd479-38e0-492d-82d0-f5f42d883d77", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12809,7 +12809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1113f6e9-5ef9-4c04-9ce3-8b457647ff25", + "id": "ddff42a1-78b3-41a1-83f3-232ebf663658", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12854,7 +12854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5978316-0d10-435b-996a-d23a11723c16", + "id": "a30574dc-7b9b-4c5e-9a3d-32b83bebc0dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12899,7 +12899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb0cae4d-b0ae-402d-8048-1f9efbf79857", + "id": "589bd21b-8082-4627-831f-e99b5999bd06", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12944,7 +12944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e883bf7c-d11d-45de-ac9c-6f363e25d947", + "id": "445f1d2d-139d-45b9-8815-ebdb6b7e354d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12989,7 +12989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7e42d28-b94f-4674-a25e-cb350942899e", + "id": "b76eadf7-9343-46ff-be55-f52df42f4e02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13040,7 +13040,7 @@ } }, { - "id": "5df0b957-1839-4a15-8a1a-3831297c530d", + "id": "d6ad1b6d-a76c-440b-97b0-d0e72074b434", "name": "Enable Account", "request": { "name": "Enable Account", @@ -13095,7 +13095,7 @@ }, "response": [ { - "id": "da4d6692-8980-4390-b335-fd787abc0a3e", + "id": "a764c7c6-a0b7-4c28-b318-ca9e3439fb23", "name": "Async task details", "originalRequest": { "url": { @@ -13153,7 +13153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47b011d1-daba-435b-b238-8774f42a813c", + "id": "736c8630-c780-417f-9080-646105aa9793", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13211,7 +13211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b503efa-2151-40d5-a51c-fc7990f61443", + "id": "e74f39ca-305d-41a2-b18e-161af4b5d9ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13269,7 +13269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eab4cc87-b08f-4199-9e5f-9fd66afb1e00", + "id": "6b4cbc67-2283-4ecb-8904-58903e00ff87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13327,7 +13327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f6be7d9-6119-48da-92e5-cf806ff0182a", + "id": "28e139d3-1f3b-4071-afe8-196aec6609b8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13385,7 +13385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac8dfbe6-f20b-4eea-9087-8f5269588e37", + "id": "4c1f5ba2-3a56-42d0-a967-032084f2bb1a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13443,7 +13443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d0d974e-98a3-4b04-a891-a2f6abddc058", + "id": "ed1aaa83-dfb0-431c-9edb-f72da1b2bf7f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13507,7 +13507,7 @@ } }, { - "id": "ea6b33af-b1a8-421e-b3c6-8cc48c4b6fce", + "id": "bee4c280-2bdd-466b-a608-0241a6a32cb2", "name": "Disable Account", "request": { "name": "Disable Account", @@ -13562,7 +13562,7 @@ }, "response": [ { - "id": "bdff4ce1-04d7-428f-ab77-67adcfdc34ee", + "id": "18dbaefd-f727-4d91-9113-95809fca84df", "name": "Async task details", "originalRequest": { "url": { @@ -13620,7 +13620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83a4aae0-654e-4493-b2d9-2404adc20caa", + "id": "17a0a313-4321-4609-a3b9-6f13d66214e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13678,7 +13678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "139f7f8f-b957-4ed6-8204-8e34c8031851", + "id": "7990fd89-df9d-4f00-baa3-0eb353e64935", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13736,7 +13736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b593a69-578f-4457-bf96-218ef22bf094", + "id": "ded55f43-2875-40df-8176-0f5b69d35167", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13794,7 +13794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6902994e-ebd0-40c8-8288-72a831007100", + "id": "9857f956-b048-4cda-a499-679f86be0eca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13852,7 +13852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a84d705a-16d1-401b-bc08-5fae9c673b31", + "id": "2a3642b6-7483-4ab4-8c39-6bf67e754f6f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13910,7 +13910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9fda167-73a3-4ea8-8ef9-47d512401d90", + "id": "debd7020-21a6-4191-9b76-93cde5a8d4bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13974,7 +13974,7 @@ } }, { - "id": "87ab6fa0-43d9-432b-bf80-9913193aaaaa", + "id": "cedfab7d-5975-462e-a40c-830c0bd3e855", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -14029,7 +14029,7 @@ }, "response": [ { - "id": "b9bff356-fb60-4c49-ad5c-bf20c54c1c11", + "id": "30db89a2-f196-411c-a1e5-c1e8c427ac5d", "name": "Async task details", "originalRequest": { "url": { @@ -14087,7 +14087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52374b59-c9b2-4fa8-a74e-aed5082f8245", + "id": "cd260fd3-8eab-4d07-93e7-293d394b0084", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14145,7 +14145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76f6da4b-f0cd-41b2-b32f-4498be1a9725", + "id": "6c8e37dc-080b-419c-82bb-524248f4e330", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14203,7 +14203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a381c02d-038f-44e8-9aca-f3ac2a25b3e4", + "id": "1d7cce62-9ab8-4433-bdba-176fa1ff9b84", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14261,7 +14261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fd1ec8d-587e-4c04-ab97-4fbd09af586f", + "id": "b93528eb-1f2f-4f19-9683-f5dbba97f42f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14319,7 +14319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b2bf5c1-ee21-43f1-bdbc-ca2e64f3fd49", + "id": "75db6814-0437-4c24-893c-a86887f52d75", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14377,7 +14377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7db04532-156e-4db0-ba7b-f66b3da61f48", + "id": "ba29374e-9f35-4a5e-bc46-3861db588b45", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14447,7 +14447,7 @@ "description": "Use this API to implement account activity tracking functionality.\nWith this functionality in place, users can track source account activity in Identity Security Cloud, 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 Identity Security Cloud'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 Identity Security Cloud completes on source accounts. Users can search in Identity Security Cloud 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. \nIdentity Security Cloud 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 Identity Security Cloud 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": "b2c81380-e676-45ca-bcad-94b568b330b6", + "id": "75afb39b-7c2d-472f-aed6-38ee696922a9", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -14549,7 +14549,7 @@ }, "response": [ { - "id": "94852240-ce3a-44db-bdea-5ad903ac4160", + "id": "56a28289-ecb4-4202-8bc3-c69bc4e2db66", "name": "List of account activities", "originalRequest": { "url": { @@ -14665,7 +14665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc866d6b-6976-4aad-a580-11d6eddf7cc3", + "id": "d310ccfd-cd56-48a9-a162-b32f79b1f42c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14781,7 +14781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ea174d6-ce92-4870-9612-af907081e1e9", + "id": "7ae183dc-99d4-48f9-8b6b-81cd0e5dbe2d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14897,7 +14897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cbd4f74-58c5-490f-82fd-5927d2de61d4", + "id": "ff0c2d4c-9baa-4e7e-b014-05f42d0b2e0c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15013,7 +15013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "195fa763-59a3-4601-8f81-664bbd58874a", + "id": "7281a884-0a7e-49a5-b962-f3d794deed67", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15129,7 +15129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a213802e-44c9-4fd5-925f-d6fe78fb09c6", + "id": "5fbabb2d-19df-44c9-92cd-0fc4c8136f04", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15251,7 +15251,7 @@ } }, { - "id": "53b9f790-c5a2-4b1c-a523-54e59644e4c9", + "id": "36c320fa-8ccf-411d-8fc3-2c0024a77f7b", "name": "Get an Account Activity", "request": { "name": "Get an Account Activity", @@ -15292,7 +15292,7 @@ }, "response": [ { - "id": "85b5ff1e-9ba0-4123-987f-7623dcc792ab", + "id": "2def1728-9808-4128-8b6a-1d946fc3e033", "name": "An account activity object", "originalRequest": { "url": { @@ -15336,7 +15336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32a3428b-7e59-43d4-bec6-4eec862015dd", + "id": "1709417d-c3a2-41d2-a43f-afb0f91d1bd9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15380,7 +15380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36074572-a01c-4ca5-93b1-22189604a094", + "id": "5e69a926-45b2-4eb8-b6f6-10ce9110ca26", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15424,7 +15424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e62cc574-cc57-4442-8899-68d20c93b890", + "id": "ff83c3cc-012a-4e4d-a7d9-8195d0c93b20", "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": "d97e2c86-3935-4d7d-9862-b56fbe169d41", + "id": "f9ccfbbc-54b6-4381-a661-f49e15ee48f0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15512,7 +15512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dd4751b-5be1-4c6f-acc4-e0f1c20d7c5d", + "id": "3fdb5ccc-419c-4f4c-b3fc-89af9f9ad865", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15556,7 +15556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d4dc959-2b2b-40f5-9aa3-8b6e7e05e201", + "id": "65ad3509-7224-425f-b8d9-651b43e43c34", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15612,7 +15612,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": "1fef7229-23c9-4656-af5a-b28a15927bb5", + "id": "5f1efad5-dba0-4bc1-a378-f757c981b452", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -15691,7 +15691,7 @@ }, "response": [ { - "id": "b6e80173-b631-41d2-90b2-67f9dc252d6a", + "id": "813577ad-e331-4d7f-99cc-d067ff7be064", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -15773,7 +15773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1860f98d-eca9-4fb7-a794-f7d982a63f41", + "id": "b465e3d2-452f-43c8-bf8f-c7374404149f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15855,7 +15855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "768ff4a7-c5c5-41d5-a425-625ce4df0bd8", + "id": "8ba68f65-ccd6-43b9-b2d6-6aaee45309c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15937,7 +15937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c8f7b5e-145b-43f3-9cd9-a87c53d1f25a", + "id": "d573123f-696c-49a2-8721-2435b0616949", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16019,7 +16019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "168cb099-1eb1-4462-a0a0-6f30f9235041", + "id": "309daed4-e30d-457b-94d5-a877d54c42b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16101,7 +16101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fced9ffb-3ea5-4a54-9a0b-c2e00b6e7268", + "id": "d5ff9acb-d87c-4c94-8d0f-eaa8f3e3555b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16200,7 +16200,7 @@ "description": "Use this API to implement and customize branding functionality. \nWith this functionality in place, administrators can get and manage existing branding items, and they can also create new branding items and configure them for use throughout Identity Security Cloud. \nThe Branding APIs provide administrators with a way to customize branding items. \nThis customization includes details like their colors, logos, and other information. \n", "item": [ { - "id": "c197859b-ef66-4018-a789-da28a25f0979", + "id": "4ed6da86-8135-46e1-b0fc-1cba86a0df75", "name": "List of branding items", "request": { "name": "List of branding items", @@ -16229,7 +16229,7 @@ }, "response": [ { - "id": "e20ce863-b184-4918-820c-c14d9fb47500", + "id": "aa961627-3055-4c7d-a194-bbe47a1784b0", "name": "A list of branding items.", "originalRequest": { "url": { @@ -16267,12 +16267,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"esse occaecat Ut adipisicing\",\n \"navigationColor\": \"Excepteur enim laborum ut Lorem\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"incididunt irure esse pariatur sed\",\n \"navigationColor\": \"culpa in pariatur\",\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\": \"commodo nulla deserunt tempor in\",\n \"navigationColor\": \"ut minim sed\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"dolore ut\",\n \"navigationColor\": \"eiusmod et tempor\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "25df9251-7dd6-4b4d-aa40-f01ca77ea111", + "id": "a0de4082-d249-4e28-9290-621e0c9a1f9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16315,7 +16315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "650a0656-1e9a-42d2-8417-dde73eef202e", + "id": "c5c6742f-7600-4b39-85ed-24df7ee3968c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16358,7 +16358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "340fb931-80e2-47db-b1aa-991f1dbf255b", + "id": "441018cf-0670-48c7-9f2c-ee7035a62fcb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16401,7 +16401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "412bd797-8bf1-4db7-b378-65406db40827", + "id": "60c2e51d-a808-4836-9b26-9860acfee6f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16444,7 +16444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45395020-c8f2-438f-936c-09e92327387a", + "id": "33c43306-5821-464a-9d9e-af4fe29d62a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16493,7 +16493,7 @@ } }, { - "id": "4a4032be-0e48-464a-abed-6afeddfe4405", + "id": "5981ac3d-170b-4044-afcd-8dfbc4007e98", "name": "Create a branding item", "request": { "name": "Create a branding item", @@ -16558,7 +16558,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -16567,7 +16567,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -16602,7 +16602,7 @@ }, "response": [ { - "id": "93bf561b-fb37-4d97-8392-fe5e16c0ec6e", + "id": "ae6a09a9-9dd4-44db-adea-6d69bf3a27eb", "name": "Branding item created", "originalRequest": { "url": { @@ -16670,7 +16670,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -16679,7 +16679,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -16720,12 +16720,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"sunt cupidatat sit incididunt\",\n \"navigationColor\": \"est consequat\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"deserunt aliquip\",\n \"navigationColor\": \"et nulla fugiat aute proident\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ffda17b2-a689-4e45-a39b-dda43141515a", + "id": "35941523-f5d4-4948-8385-b0f76bee3800", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16793,7 +16793,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -16802,7 +16802,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -16848,7 +16848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95ff6236-1b21-42ca-8c11-3d4800bf53a1", + "id": "d0297b34-f827-439a-98b9-0de0e7fc1c03", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16916,7 +16916,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -16925,7 +16925,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -16971,7 +16971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72ad89d9-86a0-4a39-b74c-e4a205365025", + "id": "be0c07bc-38d9-4336-9645-ef274b90a4ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17039,7 +17039,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -17048,7 +17048,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -17094,7 +17094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85f9b604-275a-449d-8fa6-8ce4d94e30b8", + "id": "4891a5e6-8109-47ff-8bfd-b2bcfd12bb8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17162,7 +17162,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -17171,7 +17171,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -17217,7 +17217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9f1f3b9-3ec0-42aa-8028-407a01662564", + "id": "679844d4-9c04-4f3d-8b71-14fc07bab196", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17285,7 +17285,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -17294,7 +17294,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -17346,7 +17346,7 @@ } }, { - "id": "4cdee21a-e1a6-43a4-aebe-a13095230b8b", + "id": "f97fce24-fe78-4287-b65c-c1de2f8cd011", "name": "Get a branding item", "request": { "name": "Get a branding item", @@ -17387,7 +17387,7 @@ }, "response": [ { - "id": "e180a82e-9b3c-4c8a-a452-eaac689eb3fa", + "id": "68b80f8e-83f6-42e1-a3ad-4e9ab78dcbb4", "name": "A branding item object", "originalRequest": { "url": { @@ -17426,12 +17426,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"sunt cupidatat sit incididunt\",\n \"navigationColor\": \"est consequat\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"deserunt aliquip\",\n \"navigationColor\": \"et nulla fugiat aute proident\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3e08c625-02eb-4b38-b4c8-cb28feee8f7f", + "id": "f99ac995-674e-4871-974f-cb5bd9429c04", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17475,7 +17475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78c43f70-17e1-4629-b52f-397d1d8521ce", + "id": "c5ed1ac0-5c72-4c1f-968e-9a16b3ee07c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17519,7 +17519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5efce00c-65a5-4367-874b-7dfd6ac2ea6d", + "id": "affc5af1-9c09-4f19-9920-65b8f3028cc1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17563,7 +17563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "878606f0-caf9-46e1-8d5f-cc106a2cef17", + "id": "10d2296c-f7c9-422e-b8ff-079e894a638c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17607,7 +17607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "201f22c2-4be7-443a-993c-5cd395b4595e", + "id": "76b23c6c-298b-4d1d-884f-d6f5a150e0f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17651,7 +17651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13bcbba8-99ed-43da-955b-7314f34a5278", + "id": "168b777d-7184-4b16-9b6a-4191d995e740", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17701,7 +17701,7 @@ } }, { - "id": "3b0d4fb6-8c1d-439b-9346-94a531fee214", + "id": "4c034b65-e2f1-4307-af23-ab01d0e494f2", "name": "Update a branding item", "request": { "name": "Update a branding item", @@ -17778,7 +17778,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -17787,7 +17787,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -17822,7 +17822,7 @@ }, "response": [ { - "id": "3603199a-521d-41cd-8c39-b91a12fad857", + "id": "4b109229-91ed-4045-b524-f487a55d09f5", "name": "Branding item updated", "originalRequest": { "url": { @@ -17891,7 +17891,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -17900,7 +17900,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -17941,12 +17941,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"sunt cupidatat sit incididunt\",\n \"navigationColor\": \"est consequat\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"deserunt aliquip\",\n \"navigationColor\": \"et nulla fugiat aute proident\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "be479197-f316-4c12-bd40-f472b3e98ca6", + "id": "b7a3d2a9-4cc0-4392-8e4c-54e61daba06a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18015,7 +18015,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -18024,7 +18024,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -18070,7 +18070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c273075-8c43-4722-9ca4-2f86caa82967", + "id": "38356525-5e31-4f97-9f02-d1eefa10fc3c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18139,7 +18139,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -18148,7 +18148,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -18194,7 +18194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd2dbbea-9457-43f2-a661-730ffdc08462", + "id": "231abd9f-04f1-4766-99d9-ef4f6cbb4d6a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18263,7 +18263,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -18272,7 +18272,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -18318,7 +18318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9317a99-106a-4aa8-a712-2d8e08df3ec8", + "id": "0fd3c2eb-385d-457a-bbe4-d00a4837faf0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18387,7 +18387,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -18396,7 +18396,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -18442,7 +18442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e73cbe-a960-48d1-b987-dbd65ed1f238", + "id": "2e36c07c-dceb-4901-a8f0-5346f3a951c1", "name": "Too Many Requests - Returned in response to too many requests in 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 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -18520,7 +18520,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -18566,7 +18566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c387d2f7-debb-42fe-86c0-20cfc4bef4f2", + "id": "8fb95517-eac2-467f-963b-fc33bd959820", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18635,7 +18635,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "eiusmod", + "value": "incididunt amet", "type": "text" }, { @@ -18644,7 +18644,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "culpa pariatur cillum", + "value": "Lorem cillum", "type": "text" }, { @@ -18696,7 +18696,7 @@ } }, { - "id": "4674c856-39b1-4bab-8e0f-39ab9bbedc63", + "id": "a26652f3-2b39-4f6a-942c-ed1142afef09", "name": "Delete a branding item", "request": { "name": "Delete a branding item", @@ -18737,7 +18737,7 @@ }, "response": [ { - "id": "0994d73a-f744-4310-878a-b5f163abae73", + "id": "d9979604-29d7-4b9c-bc1c-ffc12aa95c4c", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -18771,7 +18771,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fb3db242-ac4f-4dfc-9a42-b5fbcdd9724f", + "id": "2401ab4d-7c85-4ce0-aa68-4ac4c30adeee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18815,7 +18815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7abf9989-328c-4526-bcb4-986a8eb9019e", + "id": "a85704c7-a187-4b8f-a516-b489704c0708", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18859,7 +18859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e5fe66d-d8ec-481a-a782-0715632e66d6", + "id": "2ce09c47-1981-44c9-8442-4dc193bb3159", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18903,7 +18903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7624c44-dc1b-4e00-960c-1830d98bbd54", + "id": "85f6d2f3-ce0d-411f-8516-2c05b9f3c1c8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18947,7 +18947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9f72fde-e2dc-4511-b3f0-82df2182f1d7", + "id": "903c8d7e-f84a-4ff4-8864-cd3665e2183f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18991,7 +18991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdb7f17f-bce3-4dce-9841-0ac8b62135e4", + "id": "ef2de9d5-12ca-4cf0-ab29-f0277ae35a5f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19047,7 +19047,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 Identity Security Cloud'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, Identity Security Cloud would provision all the access the user needs, nothing more. \n\nOrganization administrators or certification administrators can designate other Identity Security Cloud 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": "2de07c67-0029-4d60-95c0-1fe8b579c5a1", + "id": "ebbf968d-5ac4-4dfe-bf8e-790388b1e37b", "name": "Identity Campaign Certifications by IDs", "request": { "name": "Identity Campaign Certifications by IDs", @@ -19131,7 +19131,7 @@ }, "response": [ { - "id": "235e4b35-3b7d-431c-a647-01f7fc1ca851", + "id": "589a8e87-5250-4b88-a961-e79ee837d785", "name": "List of identity campaign certifications", "originalRequest": { "url": { @@ -19229,7 +19229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bdb921e-b18d-4d97-b38b-6d14ad5699f9", + "id": "ffbde144-f4a3-4d61-84d1-a1154cb67ea6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19327,7 +19327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d408ca8-93f0-4115-9b7d-829f27625642", + "id": "9e2c270c-82ca-46cf-ad7c-ffb7269aefc8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19425,7 +19425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49067a75-9e03-47ab-bede-a880f5189cdd", + "id": "dfa22606-e04f-4b20-9dec-304a072b826b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19523,7 +19523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44b62472-43f6-4f10-b728-662680bddd2c", + "id": "e06204a5-3601-4772-8113-73e07db06489", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19621,7 +19621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c589789-da18-415b-adbe-550f2483e648", + "id": "cd0bcb34-0f80-4090-9bd3-6b6c186acc4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19725,7 +19725,7 @@ } }, { - "id": "948c7885-ba31-4df2-a693-ccf06ee5827a", + "id": "03beb216-a599-473a-9dbc-7b7e63b5749f", "name": "Identity Certification by ID", "request": { "name": "Identity Certification by ID", @@ -19766,7 +19766,7 @@ }, "response": [ { - "id": "c999f30f-d915-431b-b8c3-9626ab307c4b", + "id": "e1fcadd2-b213-4b19-be88-9f7b9648b2d0", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -19810,7 +19810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53dc20f7-e5aa-4ec9-9d1f-a7903d1c20c9", + "id": "9f4a922a-d8e8-42e0-b135-f403101565a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19854,7 +19854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2e354a1-bbad-4221-bd3f-f3b13ac9ff8a", + "id": "71f67fcf-3afb-4a0a-a20b-bce6104e2a6e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19898,7 +19898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84195426-7caf-4d9d-9528-9d55ca46a92f", + "id": "5f3e5859-6dd1-460a-8007-56f3932c66de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19942,7 +19942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c4c1a2b-0a80-4ebf-919a-f8cf5369ca06", + "id": "280e076e-9bd1-46ce-8741-9d8f5592bbe7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19986,7 +19986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f9ae9f4-3fab-4657-87a5-2b175fef8661", + "id": "59c1edf5-7ba2-4dab-9b60-43a0c468cb28", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20030,7 +20030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7db2d2ed-fb2c-4b02-9e63-ab91d12f81c5", + "id": "99425068-3397-481f-9ec3-eb486dfcb64d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20080,7 +20080,7 @@ } }, { - "id": "6d8592c6-fba5-4a7a-8fb0-f07272fdf9eb", + "id": "a497afc7-3eb4-4dc9-9e9d-c03fdcb2f644", "name": "List of Access Review Items", "request": { "name": "List of Access Review Items", @@ -20195,7 +20195,7 @@ }, "response": [ { - "id": "2561d090-9b61-44af-be35-def4d6ef6120", + "id": "34276c0b-de08-42a9-8406-a82a170ea036", "name": "A list of access review items", "originalRequest": { "url": { @@ -20313,7 +20313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "181a68a2-e043-47b8-8cb5-72a47aa83448", + "id": "11c5be75-87ad-429f-a7eb-a283f305eadb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20431,7 +20431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38718d5d-ba16-4b81-a723-bee28a3e7e4c", + "id": "9f110761-900b-4ace-975c-0dc8ff2524d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20549,7 +20549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6cc6ba7-11b3-46b3-bc39-11fe96fa1b31", + "id": "eebcbe3a-167a-4eb1-bc22-3cb0fe0461e6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20667,7 +20667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b7bca2-315f-489a-8c4b-be262db3ff38", + "id": "8bf4c8b1-3e9b-4b09-a52a-6056ef4e35ef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20785,7 +20785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6ee4e3e-23d9-4717-b0bb-fb696d82a955", + "id": "4c09cda0-03d1-4112-a30e-2e1f39cd767e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20903,7 +20903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a2ca70a-cf65-4835-898c-b7cd99548943", + "id": "bfd0bb56-0ca9-4b0e-8345-daf8e0e7b720", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21027,7 +21027,7 @@ } }, { - "id": "a7a123a9-da89-48bc-8c3c-656e9b745b16", + "id": "5f91cf50-5510-41cb-a4d7-6792c82752f4", "name": "Decide on a Certification Item", "request": { "name": "Decide on a Certification Item", @@ -21082,7 +21082,7 @@ }, "response": [ { - "id": "dc36b99c-159d-48fc-9e9a-d208e70718f7", + "id": "63eadb44-17b1-4114-9844-3bcfc37844fa", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -21140,7 +21140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96884e92-1377-4425-be0e-1f5ce4e4692b", + "id": "04989fd0-bc15-468c-bb10-8c93e74a4a5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21198,7 +21198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d32500e-10f1-45cd-b870-b29b08870593", + "id": "582d4b17-ba78-4136-bae0-90284b62f697", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21256,7 +21256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "652ccf88-1dee-441b-9334-306ffe2f7557", + "id": "c03e6e52-e266-4b54-b9fc-be7201f82f6a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21314,7 +21314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "308d6c9e-1d6c-44fb-a256-ad414ed5faa5", + "id": "9bf2ca97-6941-47ad-80d1-9274fb7acad7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21372,7 +21372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1734aed-ca13-42e3-b502-494d0df24b9c", + "id": "d36297fd-abec-4038-8a7f-c7a8259f0ae4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21430,7 +21430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13ff61ce-f502-4ecc-9038-cfe601fc7d3e", + "id": "3407948c-bd84-4e54-9eab-fb03a334709b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21494,7 +21494,7 @@ } }, { - "id": "e7ef783d-c688-406b-9f8e-7a590b15af94", + "id": "be905576-a5ff-4eb6-8e2c-31256e17049a", "name": "Reassign Identities or Items", "request": { "name": "Reassign Identities or Items", @@ -21549,7 +21549,7 @@ }, "response": [ { - "id": "d4546cf9-12f7-439f-b423-14b61155dac5", + "id": "147192c7-08c7-4402-a389-87da964867f2", "name": "An identity campaign certification details after completing the reassignment.", "originalRequest": { "url": { @@ -21607,7 +21607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a1c6edc-8fae-45f4-95a2-768b8106b0de", + "id": "34c4288c-542e-410e-b565-3435c5a976c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21665,7 +21665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69221f84-5b85-48f4-99d5-d238f8d600f0", + "id": "0299f9b4-64cf-41dd-a2a7-8854899390df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21723,7 +21723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dead45b-d779-49e9-b3fd-8481b78f7ace", + "id": "17c58219-7479-4deb-8ad7-753d4bde78aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21781,7 +21781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfcfd385-f0a9-4031-82de-32b608d08ba7", + "id": "e53abd5d-b46d-468c-84a0-5b0dab506170", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21839,7 +21839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "614bb184-55e8-42eb-ad3d-5ede5e170a9b", + "id": "6940a3a6-a575-46c6-8400-d0f781f90b01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21897,7 +21897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fa0cefc-7532-4d47-b889-e1fef697fb0d", + "id": "96930f86-aac7-400e-80be-7ac0e68e129a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21961,7 +21961,7 @@ } }, { - "id": "c74e08e8-8981-4c68-9041-fb81fa0994c1", + "id": "f0870983-47a9-4e95-a038-e80363ddd1e5", "name": "Finalize Identity Certification Decisions", "request": { "name": "Finalize Identity Certification Decisions", @@ -22003,7 +22003,7 @@ }, "response": [ { - "id": "750781ee-8036-451d-b03f-766d75f733ea", + "id": "bbd7b795-b1f9-447c-b242-72d60e3f39ca", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -22048,7 +22048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e16fdedd-36a5-4f95-ae1b-3dcda29013f4", + "id": "45e472b2-973e-4e11-9e25-bcc8265e914b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22093,7 +22093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "893b60f1-0912-4bd4-aaff-591d4930e1ee", + "id": "606ce709-8ceb-4116-bc87-077ac022d25a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22138,7 +22138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e3f2b2b-0a00-4f60-8d5a-17d0caf796db", + "id": "469f2932-17bf-46c6-a9f2-8c44bd61fe4d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22183,7 +22183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65384f7c-51d5-4a2a-9ae8-fe0247b49dad", + "id": "1e75c1f1-e290-4b21-be3a-8b670ddd28b1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22228,7 +22228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a15b61fc-336d-4523-a7aa-728b01860888", + "id": "5e4951f7-5399-43d8-8658-20f8825a1c4c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22273,7 +22273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e78efa1-69f8-4a78-b29b-abb74d61bfbf", + "id": "1ecd4991-6bd4-4934-ba7e-d318bb222e8f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22324,7 +22324,7 @@ } }, { - "id": "ce0d3c4d-7d01-4856-8f5f-5970daa025d3", + "id": "7db7cbc2-7fa8-4a72-bde2-bc6c81c9e79b", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -22415,7 +22415,7 @@ }, "response": [ { - "id": "ad15099a-782b-475c-a0aa-520993bfac5d", + "id": "5d4fc3b4-df60-406c-b644-0bad30d4f0ab", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -22499,7 +22499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6482f060-e6fc-4277-991f-88cdead12378", + "id": "b184cd16-c9ee-4061-a283-9daabdf08d51", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22583,7 +22583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38bb1d63-9176-42bd-9b0f-8a8425ba7960", + "id": "e0402353-e791-4fa3-a7ee-5e270a41a446", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22667,7 +22667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2029c226-7c33-4263-83e6-32d7661573ff", + "id": "7efdf51e-996d-429c-b46b-19cfa1d32ae8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22751,7 +22751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "832ae46b-2ad5-4355-953b-022367def941", + "id": "0bb377d3-7f6f-4ca8-8a1d-bb5b04204e8d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22835,7 +22835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5775b93c-e223-448c-907b-cca509b48046", + "id": "058c8a0e-b4ad-4d6c-bd39-374ab2a89367", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22919,7 +22919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7de71350-4be3-4b1c-8645-c76de74888fd", + "id": "2a2ea9de-b9b8-47f2-a040-f504bad8aa57", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23009,7 +23009,7 @@ } }, { - "id": "c7baf53d-0d1d-412e-ad85-72c21b111748", + "id": "918fdd16-4734-4258-900a-874bacf3ee14", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -23097,7 +23097,7 @@ }, "response": [ { - "id": "635cd9fc-c1d0-424f-9561-e537966e5ba6", + "id": "1900cd5d-7368-41fd-b85c-cdc895529cee", "name": "A list of reviewers", "originalRequest": { "url": { @@ -23188,7 +23188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f060e604-79c3-4dc9-8945-65dd4bbf942a", + "id": "e38f8232-475e-4b48-8a43-cc47e11658ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23279,7 +23279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc3aca2e-44c4-42e9-9ca8-6216584947fc", + "id": "6b2219aa-c8a1-4ff7-855d-a946ac06656a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23370,7 +23370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "236d7edd-6ecc-46c5-b8f0-2ed00f17d51f", + "id": "ca9ea793-a6c4-43f2-a695-3aadec6a38df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23461,7 +23461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32557e9f-52e3-4f6b-974e-36694dc26a0c", + "id": "92587d90-e287-4159-a481-3454476a7644", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23552,7 +23552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c0bd277-375f-4901-bf3b-7eca26a9bd6f", + "id": "1d011964-b3d4-452e-aa04-0814c08f3237", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23643,7 +23643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58952238-f5ba-48c1-bede-a87c6b8d6f1f", + "id": "ee355762-a9eb-4031-acb1-3703d0142703", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23740,7 +23740,7 @@ } }, { - "id": "01b44505-8948-438e-b749-fb1ade34ff90", + "id": "ca2e21fd-0b49-4565-8f3c-cd5cf91ec4bc", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -23795,7 +23795,7 @@ }, "response": [ { - "id": "4a0ffcbc-73ce-46e1-ba50-b8ca09ed3ffa", + "id": "a967d921-df05-4675-8146-36381d8443fe", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -23853,7 +23853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dced9edb-f3d4-40f7-b4b1-5388b1781839", + "id": "54b758ad-03cb-4152-aad7-f509048c34d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23911,7 +23911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f89f7531-0900-444d-89c9-6d060dd1e4ee", + "id": "394b3608-9315-4f42-8844-62f78075044a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23969,7 +23969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b3c67f7-a690-4575-a04c-ee46590d81fc", + "id": "de33a4ca-7168-4a0f-a9a6-8041ff6989fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24027,7 +24027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66b02464-001c-49a7-aebb-87f8d56b6bab", + "id": "6a3c0552-3559-46c8-8995-35471fbfd653", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24085,7 +24085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f3c4400-7936-4097-b1f7-38f9971423b5", + "id": "a6d59f32-bad5-419f-b130-7236d1bbda13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24143,7 +24143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "188eac3f-b7be-4f22-93a7-0353bcbaf2aa", + "id": "91a56ffe-d528-4980-a261-44c2061ea7c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24207,7 +24207,7 @@ } }, { - "id": "edd0c2ed-7665-4267-acf9-56be932fdae9", + "id": "bb5aae6e-f953-4b33-a157-29a933d0e512", "name": "Certification Task by ID", "request": { "name": "Certification Task by ID", @@ -24248,7 +24248,7 @@ }, "response": [ { - "id": "1cbcd38f-edfa-4f43-9cef-2ca9ba294aaa", + "id": "ce8ebaed-ecf4-4188-b878-c4bcef9dea43", "name": "A certification task", "originalRequest": { "url": { @@ -24292,7 +24292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ded7cefc-26da-4f9c-b1aa-790314a1a29f", + "id": "79439e79-2596-4bb5-9214-4fbec27726d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24336,7 +24336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8db03f41-aa52-461f-8a3e-d23f189046c4", + "id": "b3e8bbb5-d0ce-467d-a5c9-9f8499400ab1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24380,7 +24380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "840ae3e1-ca21-4e03-a05f-45a7ed8951b0", + "id": "0f038c67-c3a9-4af8-8dcd-e2426c18669e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24424,7 +24424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a9ad8ec-bb2c-43f4-b55e-e215244986ce", + "id": "1ddaf747-40a9-4cb1-9a00-b084a2b88f87", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24468,7 +24468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4312ad32-0de0-4c2b-83fd-fae38a4cd932", + "id": "795e8dd8-bb41-4f72-b182-adb67ecf5e3e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24512,7 +24512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8b5a597-3120-4230-aab3-0788ea517f96", + "id": "32715b97-ecfc-49ec-840e-8f81731e3d73", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24562,7 +24562,7 @@ } }, { - "id": "4f02d5d8-7153-4da1-a0b6-505bbcbd282b", + "id": "e219afbf-d9f6-4771-ab55-821ad8f8f33f", "name": "List of Pending Certification Tasks", "request": { "name": "List of Pending Certification Tasks", @@ -24637,7 +24637,7 @@ }, "response": [ { - "id": "06724fed-a6e9-4362-bb5e-3eb7e7b46199", + "id": "1877ded6-7aac-4d95-ba54-1593cf9cc189", "name": "A list of pending certification tasks", "originalRequest": { "url": { @@ -24726,7 +24726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8642dfc2-8fa5-4009-bc82-7f0ad5eb9117", + "id": "00657a7a-da3f-4805-98ab-d8880f9bf462", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24815,7 +24815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9c11236-5a84-462c-b0dd-058a0868e939", + "id": "da86c915-f0ca-4653-ba0a-1dd523b4bc08", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24904,7 +24904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3332a828-feb1-4cb2-81a6-3cc9ef5a49a8", + "id": "59eba105-92c9-407f-9df5-11459590a60e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24993,7 +24993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de718551-b21c-4c7c-97be-875d9a263daa", + "id": "5fb9abe9-c023-444d-bcdc-7c2d73ef6913", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25082,7 +25082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c896531-b2a3-470a-954a-4ea380965d04", + "id": "35542ac0-2f92-4a05-b97f-8d14b7253ad2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25171,7 +25171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff2a7a25-b40a-4f45-af84-9f412a675247", + "id": "231fd70e-b352-4622-b7ab-14afd72f7761", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25272,7 +25272,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 Identity Security Cloud 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 Identity Security Cloud'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, Identity Security Cloud would provision all the access the user needs, nothing more. \n\nIdentity Security Cloud 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 Identity Security Cloud: \n\n- ManagerCampaign: Identity Security Cloud 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: Identity Security Cloud 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 Identity Security Cloud 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 Identity Security Cloud 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 Identity Security Cloud. \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 Identity Security Cloud 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": "66fd20e9-53ca-48b5-bcb6-a6aa36bec62c", + "id": "effa0f45-2b27-444a-8b73-8ab4ef0d89eb", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -25356,7 +25356,7 @@ }, "response": [ { - "id": "09ce8dc2-92b0-4ae0-a371-6f2d1789b1cf", + "id": "2c26842c-1f07-48ce-a3dd-fdbf3d31a5d4", "name": "Slim Campaign", "originalRequest": { "url": { @@ -25454,7 +25454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "515da382-0ea7-4b79-86d0-d4c192c38e77", + "id": "27b02586-2069-4f1c-9c8d-bb860a46218d", "name": "Full Campaign", "originalRequest": { "url": { @@ -25552,7 +25552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01eb0c50-4c40-4500-9169-d8f2d25251b3", + "id": "733b5b87-e55b-43b3-aa79-c3f22265e5a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25650,7 +25650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eca0217f-a395-451b-a8f3-f68575a0b4c4", + "id": "f194a8be-7622-4345-8086-249677beddf2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25748,7 +25748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87b62e1a-c9fc-409e-b417-d31fd3b2ce82", + "id": "8ecc0a73-3eb8-4927-bac0-e75fad8a6017", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25846,7 +25846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbe8f641-efaa-4d4a-ad3a-114ec02fb173", + "id": "085acecb-02c0-45d1-9635-e4a7ddd0f8de", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25944,7 +25944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17cb5652-b442-4068-8bce-1595be2e70ba", + "id": "752aca10-b1a1-4179-a313-7e1b433ede16", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26048,7 +26048,7 @@ } }, { - "id": "292d03b9-05f6-4715-ab5c-42faceba201c", + "id": "34c064e8-8b5a-4004-9c2b-2141d2febf78", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -26090,7 +26090,7 @@ }, "response": [ { - "id": "1191db51-f00a-457a-98e6-5cf69efe4a77", + "id": "a3549df1-a628-434f-b455-87292778c43b", "name": "Manager", "originalRequest": { "url": { @@ -26146,7 +26146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91042d50-caa7-49ca-b618-0ee26681caee", + "id": "8f922249-78c8-429a-afc1-82c646b1c600", "name": "Search", "originalRequest": { "url": { @@ -26202,7 +26202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee28daae-c87f-4571-95e9-93fed30e0a4a", + "id": "84b4398b-620d-4495-88bb-a32cff642d77", "name": "Source Owner", "originalRequest": { "url": { @@ -26258,7 +26258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e50bb3d9-7bc3-4b4c-818a-c0abc42d7a15", + "id": "90f291e2-2685-4d3b-92ad-306c7879482b", "name": "Role Composition", "originalRequest": { "url": { @@ -26314,7 +26314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33f2d907-aa2f-42fd-98c0-008f3734cc19", + "id": "2265c605-357a-4c12-bcc5-f4b233c9b6b4", "name": "Manager", "originalRequest": { "url": { @@ -26370,7 +26370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccce1881-555a-4107-86aa-d651e871409c", + "id": "8d4ae120-283c-45de-83f2-f8a391d0fff4", "name": "Manager", "originalRequest": { "url": { @@ -26426,7 +26426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42fa80d9-c00a-44e1-9da8-8f5eb731d2cd", + "id": "5d59dff5-650d-4bce-9814-bb0ba74c24ea", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -26482,7 +26482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "346307b5-627e-4f88-bb85-137ada2f9010", + "id": "e582df19-0030-466d-90d4-db3e67012a3a", "name": "Manager", "originalRequest": { "url": { @@ -26538,7 +26538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91654715-896b-4fa2-af0d-d7a752f8bac0", + "id": "c5f9115f-a5f4-41ae-89ec-684ac49f9b57", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -26600,7 +26600,7 @@ } }, { - "id": "814668fc-01c1-41b7-8e94-5545dc20a521", + "id": "7bf74e1b-99d5-47bd-ab29-91c65f92ccde", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -26641,7 +26641,7 @@ }, "response": [ { - "id": "062798a0-9ecf-4ee6-859c-3f3fb977cbde", + "id": "8ec332c1-e554-4a7f-8698-8fd1c1181d7c", "name": "Manager", "originalRequest": { "url": { @@ -26685,7 +26685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7383a42-ae93-4621-be71-166590872bbe", + "id": "01204745-7c19-4762-861c-97a7568c7757", "name": "Search", "originalRequest": { "url": { @@ -26729,7 +26729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7793db4e-e747-4be9-85be-33a88636cf07", + "id": "b2bd5b68-43de-444d-a081-b17cffb4de2d", "name": "Source Owner", "originalRequest": { "url": { @@ -26773,7 +26773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "485a6979-18b4-4063-a591-4494941df7c2", + "id": "f9b55d67-ce13-4a6d-b64f-e40e9035edbb", "name": "RoleComposition", "originalRequest": { "url": { @@ -26817,7 +26817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab6f71a2-de0f-421d-aacf-ef7b31a3d9ba", + "id": "8b5ea650-9a80-47c2-8a61-e926f608074a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26861,7 +26861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db0f204f-6289-4622-8ad0-64df4b51dff2", + "id": "22e1efa5-543f-4534-8c09-71ef5e0c5c0a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26905,7 +26905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b306b7e-34f9-4cc5-95d9-85c922cbe09f", + "id": "78197972-3dbf-4d85-ba34-fac1ea52f50b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26949,7 +26949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf5bf848-7c6d-4780-990d-e002ac33101f", + "id": "18427767-1478-4834-86cf-a041ea98f4d6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26993,7 +26993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e47eb554-2cd3-46cb-80ad-d55299c99621", + "id": "84d5d997-8487-4224-bfa3-7e203989a8f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27037,7 +27037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7f5aede-8292-4b32-8504-db9ce2908da7", + "id": "f7c7a0e2-a778-4365-883e-e277c6107edc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27087,7 +27087,7 @@ } }, { - "id": "f3f712e4-ebed-4085-aba2-2fc1ba727647", + "id": "8e5e6e50-898c-4adf-a2ac-b23eeebcfb2a", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -27141,7 +27141,7 @@ }, "response": [ { - "id": "aef1405e-0023-4c9b-9eff-f0422c02d461", + "id": "ab50e7c0-8b10-4272-a3ff-952e424d8608", "name": "Manager", "originalRequest": { "url": { @@ -27198,7 +27198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cba180aa-9378-4ade-8ff9-76d5669c2097", + "id": "6b2bc3fc-9683-4e12-8bbe-96096801339e", "name": "Search", "originalRequest": { "url": { @@ -27255,7 +27255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8b198b6-aa5c-4cca-a88a-7ee2dc802937", + "id": "7616b0fc-f2e1-46b7-a53d-db409eab3da2", "name": "Source Owner", "originalRequest": { "url": { @@ -27312,7 +27312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d0fa9b7-afaf-4310-9031-ec37c216305e", + "id": "f697e232-aa6c-4cbe-978b-5b758d4f7f08", "name": "RoleComposition", "originalRequest": { "url": { @@ -27369,7 +27369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cd5131d-b947-4aac-ad79-1c09be5d180e", + "id": "ac791461-1a61-4082-b9ea-91bf854fb4df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27426,7 +27426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f46c7a7c-929b-42c1-98e4-955fc44e9fed", + "id": "078aa448-4101-4cb5-9241-92b88cb7b0ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27483,7 +27483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49ba2974-4836-41c2-8591-c670a1949cce", + "id": "aa5dd168-f33d-48a2-a7c5-d73e4d9cca57", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27540,7 +27540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e842f103-12f2-4ad5-90f2-55744f0c34cb", + "id": "e2f1ae89-4d53-4e09-826a-249b52c4fb8e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27597,7 +27597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e5982e6-2dcd-405a-864e-df3abf7eafab", + "id": "f395994f-d96e-4992-b79f-52b60a2f6519", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27654,7 +27654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30375be1-2495-4f82-8492-ba49b9289bf0", + "id": "67c83e45-5e8a-4071-a2fc-8737fa8d4e1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27717,7 +27717,7 @@ } }, { - "id": "c5734aed-c4de-438d-9d5c-4631c5921f84", + "id": "db7b7dc6-4c51-4d05-b03d-a0edcf587898", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -27772,7 +27772,7 @@ }, "response": [ { - "id": "51cb419d-93ea-46b5-9634-33798bb3f425", + "id": "08abd933-5bd7-4c12-a009-86014d65d890", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -27830,7 +27830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0ea9e84-d975-4955-ad4d-ae7abaa814bc", + "id": "32c8ec54-6d8a-4afc-bb75-2cdfdcd43cef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27888,7 +27888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc5ca869-dd70-4adc-95a2-4d025d17c65f", + "id": "5709b3af-8f45-42c4-be9b-4ac13acd27af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27946,7 +27946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef8dc5de-ac94-4df3-9b28-e797dc62054e", + "id": "76602cda-142f-41ef-b6e8-ee480171ec6f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28004,7 +28004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fe80c8c-5313-47a9-9346-1f2da1c27dae", + "id": "96445a08-afe4-4c0b-b523-bce702452777", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28062,7 +28062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2db065be-6ff5-4c7b-9f0b-e84f7d1eb7b0", + "id": "fd881208-8611-4312-a23d-34ccd2e2a01e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28120,7 +28120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38b3465f-c54a-442c-bad4-d20cd4a28be4", + "id": "ed7bbf6b-5244-420a-b864-d4a1edb46272", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28184,7 +28184,7 @@ } }, { - "id": "cd01cad2-d398-472d-bd61-e66c989053fd", + "id": "235f66a6-809a-46ca-8ac6-2211d747c2d6", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -28239,7 +28239,7 @@ }, "response": [ { - "id": "4f44d39c-28df-4096-945a-7ebd27bdc595", + "id": "270ce62f-9286-4881-81ab-dd4af1612b8d", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -28297,7 +28297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05b68849-a1c2-47bb-8bfa-e4201723deb9", + "id": "38d71699-0fa5-411e-8a46-a272e523cbda", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28355,7 +28355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "077f0242-e096-4f78-801c-bf2cdf2e1b29", + "id": "2393e8bf-c537-46d3-a354-ce58e9977f39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28413,7 +28413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44d87618-718b-4a1a-88b1-76a6702f903f", + "id": "09192e08-e904-4f35-a2f9-d924f8f871e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28471,7 +28471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fae82f6-8f88-4a62-b1ed-33b893caacf8", + "id": "5c68c7b3-2f8e-497f-8540-e302d903d7c3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28529,7 +28529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0a2481f-c86f-41b4-8be9-f93d2e7684f2", + "id": "6d677c52-81b3-47a8-a31d-3856cd163a9b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28587,7 +28587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd991b8e-c89f-4216-954c-bd3a3c99ea9b", + "id": "b5adb9a1-7710-4b09-9f85-37467243195a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28651,7 +28651,7 @@ } }, { - "id": "ddc1c8b1-82bf-4ffe-907c-6fa72103c6dd", + "id": "1f3ef54e-203a-450f-9164-73f7122cd679", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -28706,7 +28706,7 @@ }, "response": [ { - "id": "daa12968-377f-4e1a-9a6c-d1bd30168fb4", + "id": "adee67e0-1180-4019-8c60-53e483453cc3", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -28764,7 +28764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5a627ec-cf8a-44d1-aa89-76215c1457b9", + "id": "dde221e9-d49b-4f27-9ba6-eae4276fd9ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28822,7 +28822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "850b9a51-ce70-4ac3-a7d7-7e7c856de52f", + "id": "a9d0a020-0c3a-4c85-968f-f1ef1b42c74a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28880,7 +28880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "165850e4-4183-483f-9590-82d784b0370e", + "id": "448b8744-d793-4aa3-a90f-d09aa4c527f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28938,7 +28938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ecb44c8-7348-4f1c-bfd9-38dfc6764b5e", + "id": "be2be3b0-7d13-444b-95e0-e05bdab38253", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28996,7 +28996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7767ed1-bbc2-44d6-b6f7-cc1537952b76", + "id": "2a7e56fb-611a-427c-b976-6a0416b00dd4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29054,7 +29054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a0450c4-3665-4b8c-b743-46053015f171", + "id": "5d7ccb09-f945-40fc-b2eb-6a2a20ab4685", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29118,7 +29118,7 @@ } }, { - "id": "c708d89c-3574-4bc5-b0c0-f0f98d211408", + "id": "e911e749-5092-4164-9c17-ab5885389dc4", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -29161,7 +29161,7 @@ }, "response": [ { - "id": "93a4153d-d6e3-43bd-b96d-a447f438fcda", + "id": "cdc621e2-8069-49be-9b91-87a2f08f85d8", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -29218,7 +29218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13e0c272-bdbf-44b3-baa6-23e094132c19", + "id": "804e5281-aa95-4d59-aa95-8bf4e6067d33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29275,7 +29275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecd71116-84c4-43be-b90c-1208e43bbc6f", + "id": "c2fc3988-65a1-4889-9d74-e14e79c5dfa8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29332,7 +29332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c00c100d-e987-4f7a-8552-5103c1cab7e9", + "id": "0d388851-811b-4229-8259-be81c4e0215a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29389,7 +29389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3efc63b4-986c-4c1c-8abf-60ef0df9bcc4", + "id": "15d818fb-815b-4722-ae52-9cc5257a8a83", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29446,7 +29446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ced6b924-2a32-4323-b5a7-14a60e82c242", + "id": "5c4a5475-d5f5-4ec8-9988-ebb60ca48094", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29503,7 +29503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36f3cb85-6f19-418e-a251-61f796b30ebb", + "id": "a4cf1a2f-2f90-4603-9ac6-46fc78ce92fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29566,7 +29566,7 @@ } }, { - "id": "1f9aee6b-45bb-47bc-a3af-3079639af025", + "id": "f28ed7eb-7b42-4a96-a007-547235b0580a", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -29608,7 +29608,7 @@ }, "response": [ { - "id": "22b8f681-5ea8-440e-9c19-478c18e0d701", + "id": "a59f76f4-3cdf-423f-a2f6-0687935f46fa", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -29653,7 +29653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "765d7975-bb90-4a98-aebe-9f8242df1b7e", + "id": "ca2e9093-26c5-49e6-bb9b-1184f293dc23", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29698,7 +29698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d53c3c5-4d73-49b8-992f-5bb19ebf7330", + "id": "8870d3f5-86c3-490d-8ece-990d10a141a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29743,7 +29743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "923baaec-e663-4663-bce3-3dcf89ce20e3", + "id": "34f0442b-9606-4813-96bf-d1da61652981", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29788,7 +29788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "019ce858-6cdd-4e29-8550-9c3bd4c2788d", + "id": "93f0776f-4c5d-4d83-a52c-21c98560b953", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29833,7 +29833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cce7261-fd7b-4fa3-a05e-f8cc6746533f", + "id": "02561e70-ebff-4192-93d7-def1662b950f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29878,7 +29878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5627d99-1aeb-4447-9503-4cbccf022fab", + "id": "d66e371b-7447-4ace-84f2-92f8e93cb9a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29929,7 +29929,7 @@ } }, { - "id": "ab0b550a-029a-400f-9410-8525fbde6f16", + "id": "d7996a58-0813-4d3b-b23f-88c5cc74642b", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -29971,7 +29971,7 @@ }, "response": [ { - "id": "ae366570-b9b3-45fd-8b4b-f56e6d76c408", + "id": "1fc843ba-d85d-4a5f-a37d-f43f51ae8254", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -30016,7 +30016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d59fe69-e55a-4533-8830-0c06511d2e9f", + "id": "72d7cd82-1446-4604-8e78-55144f43a6e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30061,7 +30061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d12ca0-1c69-4995-bcb9-0359796038fb", + "id": "ca46ddb1-63eb-4e40-b49c-398e7d814963", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30106,7 +30106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cabd119a-b9e6-450f-ba3e-627d0e46297e", + "id": "53550073-6e24-479b-98c2-752fa59a94be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30151,7 +30151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b19985fa-0d5e-4891-bc31-509b93cace99", + "id": "ad569f1b-6753-4ca7-86d0-ea7dde7771d9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30196,7 +30196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d792cd3-9aa7-4c7f-bfcd-b0a26359c28e", + "id": "0a831f70-49d1-4361-92d7-2f931d68bd15", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30241,7 +30241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d9ef228-4691-44ec-b1d6-6f7dfa77d26f", + "id": "e73b1b3a-c186-497d-9efc-ef7e8d5c4013", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30292,7 +30292,7 @@ } }, { - "id": "d7849fb2-ae56-4705-8095-bd26a64290f0", + "id": "47f12213-fb15-448a-b855-786c3032a9de", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -30345,7 +30345,7 @@ }, "response": [ { - "id": "ec02bbfe-eb48-42a0-868d-f87575ecaa55", + "id": "6d6c4ab2-a8d1-458c-b2ca-612a90cf1525", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -30391,7 +30391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3252d27a-75c6-4577-9f7e-5914eedd3e2e", + "id": "9199bac3-0e22-4711-9f73-d2b9468d202f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30437,7 +30437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf1ce399-0346-45ea-aa7b-e632322adfee", + "id": "45bd7668-48ea-4f06-80eb-2b1e33adbcdd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30483,7 +30483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d728041c-84db-4215-b20f-b18724541b1f", + "id": "e059fcf9-a946-4806-9898-aad5c29e1a39", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30529,7 +30529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7a86465-6233-4324-add6-a3ce72da40c7", + "id": "cdd6727e-f719-465b-ae50-f79209762e1f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30575,7 +30575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a00b04c6-d48f-44a4-894f-6398a2b34f60", + "id": "3767dfd9-d4a7-4ef9-96e2-4bdedcb0c7e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30621,7 +30621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38f46026-0af2-4a38-bfb1-8516d5ea0a32", + "id": "3014d930-8068-41f8-854e-504cb1823772", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30673,7 +30673,7 @@ } }, { - "id": "6edf26c1-b51e-41ee-9fcb-f0d40906797c", + "id": "9690cf74-e485-42c5-8965-4a15873db2a0", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -30703,7 +30703,7 @@ }, "response": [ { - "id": "f34a1093-a951-4b15-8204-612c3200e35d", + "id": "af24b821-72da-413a-b4ef-b71b2c213b77", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -30747,7 +30747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e474ce1-213a-4a70-b787-b7c29ac6aa21", + "id": "38113dac-3f78-4bc9-881e-a04773514e9e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30791,7 +30791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "646aa9c0-aa60-4764-9cef-9d61d4c16ef6", + "id": "af9ce34a-e566-49d3-9904-53ab3f066200", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30835,7 +30835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39e00034-422e-43cb-838d-ebd0224edab3", + "id": "75041623-6a23-4b0d-a455-ef39cff21425", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30879,7 +30879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa681966-e1b1-4314-9531-47b7b7e0eda4", + "id": "10659dc0-29ee-4b5a-bb04-0a2dafdce3dc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30923,7 +30923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cce86f5-a720-4191-bbd7-2414ff59d4f6", + "id": "167fb2e1-7a03-4d39-9d9f-2c91aeef629d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30973,7 +30973,7 @@ } }, { - "id": "69b3e319-a842-4882-882d-beb81dbd62c9", + "id": "d10aa175-90c6-4271-b1bd-fcc62a633977", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -31016,7 +31016,7 @@ }, "response": [ { - "id": "d7b6f046-be83-468e-97ac-831ab714c115", + "id": "1f2de00f-dff9-489e-bbc6-b6af51ab479c", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -31073,7 +31073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4223535-6e1d-4932-affe-345bef4ce942", + "id": "b1f735af-f5f4-4850-bfab-3285ce8ccb21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31130,7 +31130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77bd2b65-36ee-4762-8826-382ae2b057a6", + "id": "3731a9bc-2be4-4660-a2e9-9a3258284fd2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31187,7 +31187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab65163-ff42-47d6-8cc5-c92ff9e5fe8c", + "id": "7abea3ee-d82c-4df3-93de-3ab2b0005c76", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31244,7 +31244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e65f68df-8b28-4d0b-ac87-84398b954300", + "id": "3359176b-b978-4374-9dce-399528a54a58", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31301,7 +31301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "409c8914-f9ef-496e-b9c2-9f42cfab3646", + "id": "2ce36d17-97d0-4207-8238-1ba53aee3d0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31364,7 +31364,7 @@ } }, { - "id": "2e59df28-feac-469f-b7cb-fea7b9429026", + "id": "554a8861-ea95-45f5-ac29-528b53f499e9", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -31406,7 +31406,7 @@ }, "response": [ { - "id": "2f0b7482-b543-41d4-8936-c128f50fca8b", + "id": "6196bf92-463a-463f-a8a3-7960071304ad", "name": "Manager", "originalRequest": { "url": { @@ -31462,7 +31462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28abefa8-649a-4927-bbc8-114f47122772", + "id": "5351ad50-d4d1-4040-b059-631b0d748184", "name": "Search", "originalRequest": { "url": { @@ -31518,7 +31518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b6aff83-162d-43e6-9ceb-60bdd5dd3931", + "id": "bf1cab5c-febe-4211-8661-83ff83d25267", "name": "Source Owner", "originalRequest": { "url": { @@ -31574,7 +31574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a106065-53f8-40c1-9985-23842c505765", + "id": "f053a8c5-bd2d-4a02-ae09-0fa431acf4d8", "name": "RoleComposition", "originalRequest": { "url": { @@ -31630,7 +31630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24e84eaf-84f0-4114-96b5-3bf26c01af5b", + "id": "c8f81f3a-b403-4eef-acfb-5d1226b89c7a", "name": "Manager", "originalRequest": { "url": { @@ -31686,7 +31686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a05f847-ba48-4769-aec1-d69d4fb900e6", + "id": "6274b43a-e633-4f3b-b8c7-3ed4b11670a5", "name": "Manager", "originalRequest": { "url": { @@ -31742,7 +31742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68900ab1-508f-4d83-a1d0-9507a00a6e0e", + "id": "60c38220-30ad-49a2-8c29-f3156d9f92d7", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -31798,7 +31798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c4e1431-4e26-4a59-b163-54e4c20d959e", + "id": "941a062e-3073-4c28-ab41-b5add868a6f5", "name": "Manager", "originalRequest": { "url": { @@ -31854,7 +31854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0839e41-7310-40d3-971f-cae21daccaa5", + "id": "5ff155e3-c3b4-46f2-8f17-f280a145b817", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -31916,7 +31916,7 @@ } }, { - "id": "f76bad20-78c1-4fc6-846d-c27b7903d4e9", + "id": "843d2229-c64d-49a3-93dc-c0980d6481be", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -31991,7 +31991,7 @@ }, "response": [ { - "id": "4165702f-acce-4b42-a291-bfd6b28a9bcb", + "id": "7203d16c-7fa6-4d16-8fed-e2fc8776a0c4", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -32080,7 +32080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebf10800-3d0d-4d53-ad61-775589ca4594", + "id": "8f2df471-51cc-4f1f-90ec-483da988a38f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32169,7 +32169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ba1ae56-c44f-452f-9973-6d5008ef50a1", + "id": "1b37cf9d-5fc8-48ff-a170-1f44d4a5a5c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32258,7 +32258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db0f06af-3d2d-49cc-8ba9-3f107d2e5de6", + "id": "0efd0ea5-3e29-4bdc-9599-7b7e3a1bba73", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32347,7 +32347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c628684a-3c55-4db6-9161-56e94ed49a73", + "id": "27ef3123-f4e3-4163-be13-16efc2f4e308", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32436,7 +32436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1438ed2-950c-4c59-92d5-095405017d87", + "id": "64074c4a-dcc9-4fde-b335-4b04729b36e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32531,7 +32531,7 @@ } }, { - "id": "c616fda9-15c5-4f15-a13f-95d0e16096d8", + "id": "f32da875-d04a-4df7-b34b-a34d29811b1f", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -32585,7 +32585,7 @@ }, "response": [ { - "id": "9baf786f-ca21-4ee6-9b2a-1ff7b7f6f646", + "id": "af6c7e81-cd7e-4f76-9834-413425715b8c", "name": "Manager", "originalRequest": { "url": { @@ -32642,7 +32642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d53624b0-43b9-4432-bf79-c4829181c934", + "id": "8ec80217-5334-4677-85e2-c73ce727c35c", "name": "Search", "originalRequest": { "url": { @@ -32699,7 +32699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4da6f318-9337-4ef3-857b-8529a6625ce3", + "id": "4fa64bb4-dfd4-4eb9-ba61-83b96ecbfae5", "name": "Source Owner", "originalRequest": { "url": { @@ -32756,7 +32756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a238c8a-2f13-4066-af71-b5206fd488e1", + "id": "4f28d6e2-9d78-44d8-b885-e5fc76b23025", "name": "RoleComposition", "originalRequest": { "url": { @@ -32813,7 +32813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08aca05b-ca91-40e5-b1b8-fc23fafe772f", + "id": "04ecf0e7-4fae-4372-94ea-3403089f81b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32870,7 +32870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7b9aa75-bc55-42fd-bd48-e56a1e9cc719", + "id": "73018317-1689-4c4d-9ed7-6eb039a91dd0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32927,7 +32927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d2c8330-864c-4244-a4c5-f500f980beef", + "id": "9214561f-9bc8-4120-a386-9936cf0e901b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32984,7 +32984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dca04a8-0190-4c70-b708-96a51cf5af6b", + "id": "3a8cb0a0-d9b3-42c6-864c-13849c2450ff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33041,7 +33041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77dd9473-003c-4443-a45d-b42c6fb96f99", + "id": "5ad436d1-6d9c-4084-b89d-297c1f3cb700", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33098,7 +33098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e352c8cc-caac-4f11-951b-6386017886fe", + "id": "60bae006-cab5-4890-867a-43631bb66b5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33161,7 +33161,7 @@ } }, { - "id": "039a84c0-8f62-4db0-936a-a8bea9052039", + "id": "b5e121a8-6311-4a89-89a2-ba4d3d19ed7a", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -33202,7 +33202,7 @@ }, "response": [ { - "id": "38d4e375-5f2a-4ff8-ac74-96f91891c19c", + "id": "39463187-f1a5-4ff5-a6d2-c170d47ea391", "name": "Manager", "originalRequest": { "url": { @@ -33246,7 +33246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a21196f-5b43-4f1c-a88d-a76161a61d36", + "id": "edb24625-fbc9-44d7-9e1f-07ca4712835f", "name": "Search", "originalRequest": { "url": { @@ -33290,7 +33290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "630e7368-981b-4b56-8c86-f9bb197b909b", + "id": "4e66012c-3bf3-4256-a5eb-f02dee73ce7a", "name": "Source Owner", "originalRequest": { "url": { @@ -33334,7 +33334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2bd45eb-a55f-4dd7-ba4d-077899340b7e", + "id": "a601b051-006a-4072-85f9-cee40ccf2bd1", "name": "RoleComposition", "originalRequest": { "url": { @@ -33378,7 +33378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1d1d1d8-033e-402b-976e-cb966483aa1b", + "id": "ba3532bf-0e99-4c32-9ae7-1536e2fd2048", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33422,7 +33422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb29ac82-e5a4-4151-a4b3-4ff156557882", + "id": "4fff472d-9693-4395-8376-bc2b26bf0fe0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33466,7 +33466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ea2c478-da44-4eb5-b1ae-c942e02269f5", + "id": "5085f86b-7b71-4cde-b5c7-ece180bb8531", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33510,7 +33510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "923f6972-b226-4400-a345-8f99485f0bbf", + "id": "7f70b96b-9726-4053-9637-2db92f2585aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33554,7 +33554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fd7de94-0d5a-4a9f-b425-149ae7ca7ca9", + "id": "3c68e9db-cdaf-46d4-93df-6aa5eb7d550d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33598,7 +33598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06ea7c10-1e56-41cb-99fe-b9d3573669aa", + "id": "01ba0599-578b-4234-9827-40b7a66b1bf2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33648,7 +33648,7 @@ } }, { - "id": "35097ac4-75eb-48e4-b88d-31b262706f85", + "id": "d6afc0fa-500b-442a-86da-90eeb7ed29bf", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -33689,7 +33689,7 @@ }, "response": [ { - "id": "46438f06-2b69-4adf-817a-6c0d66061efc", + "id": "27c81c46-7df4-4f3e-a85c-5e3681f4af9d", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -33723,7 +33723,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8cc2c5e4-2769-4672-968b-b51f7e00c9e4", + "id": "e8266cdc-5a65-477a-b71c-c59177144111", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33767,7 +33767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1b889c5-9cb7-4995-bdcb-74583802a962", + "id": "ce90a01b-0873-4546-a04d-913b8ada7836", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33811,7 +33811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28a795e2-cab9-4df8-ad82-f1bc0b00dbb2", + "id": "85739fce-a9c7-4e31-8ff9-fd9fd214cda3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33855,7 +33855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dfbfd09-457d-4c98-bf65-5330cb745e4f", + "id": "3793ab69-0e82-4ffa-9b4f-bbc45e410d2f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33899,7 +33899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7102a9e7-b52c-4eb2-9d9e-8ddbec83cf0d", + "id": "bef5bee1-bd46-4539-ac4e-ef6efde22af0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33943,7 +33943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6fd4ff7-7780-4e75-9c23-8d50bc89275f", + "id": "60f9db6d-6e9a-4a5d-b045-3b53c063c293", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33993,7 +33993,7 @@ } }, { - "id": "bddbe038-c4aa-424b-85c3-3188889552c5", + "id": "3afafe11-0faa-4c40-82c6-64faeec35bbc", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -34035,7 +34035,7 @@ }, "response": [ { - "id": "8f7a1447-1b97-4f22-baa4-b8bcaeea0cc4", + "id": "6710b1c9-c87e-4f56-849e-6e73ec85f218", "name": "The current schedule for the campaign template. See the PUT endpoint documentation for more examples.", "originalRequest": { "url": { @@ -34080,7 +34080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7c1c9b3-5018-45cc-84e9-e533f04b5dbe", + "id": "86a01b55-f35c-4e8a-9575-4d10632dfbbe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34125,7 +34125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87392c73-3359-46e6-9154-b3834b06e57b", + "id": "2d29ef20-72e5-42ee-b6d0-f0a885e4f0a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34170,7 +34170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64631ab3-50cc-455d-a6fb-95e4c53a693a", + "id": "7e7087ba-7f86-44e2-90d6-86a966e7a461", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34215,7 +34215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5ef52ef-1f0f-41a2-aa6e-5ce6c10a2c0b", + "id": "f7e0575e-7192-4530-84fb-cfa7fbd18fd3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34260,7 +34260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d0dd766-9f51-4cad-b468-ca860cea9ad7", + "id": "b1ae880c-db59-4d2c-a358-52777e133726", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34305,7 +34305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbd1b65d-0bbb-4c1c-8ce3-dded8e0d419e", + "id": "33a31828-736c-4db8-a00a-31c404671a4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34356,7 +34356,7 @@ } }, { - "id": "932af536-575e-47eb-a1e0-f79caaf9746b", + "id": "50c03ead-bf3d-4318-9229-ac27b57f6ba8", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -34411,7 +34411,7 @@ }, "response": [ { - "id": "3bd8c170-f42f-405b-946e-357ae5a5d904", + "id": "b8bbaffb-2fbe-48fe-9f57-4efe35000af3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -34459,7 +34459,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a1e44e1f-f480-4017-bb99-4ac53eee7e73", + "id": "b065f346-783f-4076-8534-c41fa816e9fd", "name": "Monthly", "originalRequest": { "url": { @@ -34517,7 +34517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1750c9cb-075b-4399-a56b-77e46fdf6c0d", + "id": "22186196-59f0-4c3f-ab47-dba6666ccc2c", "name": "Once a year", "originalRequest": { "url": { @@ -34575,7 +34575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43d4798e-48eb-45cb-8269-1c9b9d4b6236", + "id": "513dcedd-2501-48ea-a858-21135b2b572a", "name": "Quarterly", "originalRequest": { "url": { @@ -34633,7 +34633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cf1aa96-cb4d-430f-a70f-7954605b4067", + "id": "e9416772-4cc3-42ec-99c9-13105e7c4316", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -34691,7 +34691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b511725d-56de-44ea-8492-9303969c6f4a", + "id": "d7684b17-4f49-456a-a66e-0cc4b854c984", "name": "On a Specific Date", "originalRequest": { "url": { @@ -34749,7 +34749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c7b9d3d-ac20-47e0-af8e-c5d514cd5026", + "id": "3072b82f-ada0-4b3a-b8e3-1802c6b46af3", "name": "Once a year", "originalRequest": { "url": { @@ -34807,7 +34807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a69b1c12-ec08-45e2-b9b4-c2cde6cfc82c", + "id": "f1903214-0e71-4c07-a4cd-f4f734dd74ef", "name": "Quarterly", "originalRequest": { "url": { @@ -34865,7 +34865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35a4b53f-ea1e-4019-b564-c72b7dc10118", + "id": "d445cb65-6771-40d1-9d34-722d69b4e8a3", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -34923,7 +34923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a00f61a-40e7-423b-a168-9938265247fd", + "id": "c744f26a-7351-4806-9248-11282bf88000", "name": "On a Specific Date", "originalRequest": { "url": { @@ -34981,7 +34981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2196171-8e2c-4219-b8c8-a6770fc7acf3", + "id": "915399fb-bcab-4e34-a8d2-26d9da18cad6", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -35039,7 +35039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9265a0e-49c0-46b4-8461-80dbeae38a87", + "id": "16673cb6-48bf-4fd1-a55a-3f488c21516f", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -35097,7 +35097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df51f657-cf96-47ad-9865-4c015f5bdc6f", + "id": "1cc4b81b-cc80-4c0c-bd17-28e31e6fc169", "name": "On a Specific Date", "originalRequest": { "url": { @@ -35155,7 +35155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47d2f6d2-9e29-4bd6-b4ef-bc4cc9b1a994", + "id": "81be0ea3-bcff-42d9-ac12-d68c44abac11", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -35213,7 +35213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c168a8d-1513-4875-99de-619f4efdea56", + "id": "bd53d720-380d-49ee-9c42-0f701a4b5c18", "name": "On a Specific Date", "originalRequest": { "url": { @@ -35271,7 +35271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecdaefef-8c2d-4633-aeea-b09dfded7bbd", + "id": "3f9b100c-8c7e-4c11-b248-5e03363d0206", "name": "On a Specific Date", "originalRequest": { "url": { @@ -35329,7 +35329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17713a3b-8268-4a4b-beae-d934a96440e9", + "id": "add473d2-48b1-45dc-b904-a1b6acfaf1e2", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -35393,7 +35393,7 @@ } }, { - "id": "39e44f97-e25b-451f-9ffe-997c206034d8", + "id": "5b089b7a-46a0-47ce-a126-70d9d100afb8", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -35435,7 +35435,7 @@ }, "response": [ { - "id": "c194f80e-6430-46e4-a8c6-163f15b8b89b", + "id": "7fa5da6c-3a38-4888-bbf5-7d2d9f44f5c2", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -35470,7 +35470,7 @@ "_postman_previewlanguage": "text" }, { - "id": "df337e14-f4db-45c2-b3dd-5b376c25c21e", + "id": "137a6d6a-12b6-4952-b0ac-461fabcd48e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35515,7 +35515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b85e954a-2a12-4961-84b0-578dae4a7566", + "id": "1eaca269-5197-42de-8a3a-81e7241703f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35560,7 +35560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddf6b828-5713-420b-8957-69439a8b5991", + "id": "fb6bcf54-7c47-4c18-a313-93102840f8fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35605,7 +35605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82fc5dc0-f6e7-4fad-aa14-705d2b1017f5", + "id": "1aa03603-da41-49b7-89c6-09f84b349d60", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35650,7 +35650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b81dafcb-f361-4708-8f7b-43886a512899", + "id": "a3f6c72c-b956-49a1-be56-4a236f7e0720", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35695,7 +35695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b0e272a-01ef-463b-95e2-b1a28d396bfe", + "id": "73159adf-3ae2-40b0-992d-809ebfd38930", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35746,7 +35746,7 @@ } }, { - "id": "9e217b6b-2a12-4317-a821-1fa681a86c05", + "id": "1db1594e-c008-4f3e-bd92-09299d95022a", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -35788,7 +35788,7 @@ }, "response": [ { - "id": "a8a2cd29-d923-428d-8d30-ffa4453fbd2e", + "id": "848a7d38-e9cc-4b15-85d3-d2e2fe935b02", "name": "Indicates a campaign was successfully generated from this template, and returns a reference to the new campaign.", "originalRequest": { "url": { @@ -35833,7 +35833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "133bb1f1-a78f-4abc-94a6-4cd383569a26", + "id": "d4ed2d5a-deea-435a-a89a-2bfddb0b17e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35878,7 +35878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38ca5492-dd0e-4da2-963e-bd97624f02a0", + "id": "2e956f81-da30-45bb-97af-44f90be47f81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35923,7 +35923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77577503-ddc5-4dae-9d4b-082606a0fbf8", + "id": "b347f700-7c2f-4dad-a483-c46acb6fdce2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35968,7 +35968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23cf211b-2184-46d7-9d51-61c4c37e6823", + "id": "2b21bf3e-72d8-4563-9040-e7dd33d82566", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36013,7 +36013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99c1a824-d2e2-4bc7-8789-ff608da69ad8", + "id": "36210b59-f056-4398-bae9-402d081bdbb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36070,7 +36070,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": "f73604b6-0c27-4475-ac21-9253063626b1", + "id": "ecae1151-04c6-49ec-acf2-f227585e4aa2", "name": "Create a Campaign Filter", "request": { "name": "Create a Campaign Filter", @@ -36112,7 +36112,7 @@ }, "response": [ { - "id": "1e2f4661-750a-4ca7-9823-c667eb295d60", + "id": "02f3fee0-471e-4382-93c5-33928e9e243b", "name": "Created successfully.", "originalRequest": { "url": { @@ -36168,7 +36168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c99f1f5-fc32-4f75-b6a6-2d48f07aeb59", + "id": "c90c079f-e66e-47eb-aec0-9d533176961b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36224,7 +36224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09d8241b-7a64-46ad-a0c5-8f75675abe6c", + "id": "42b7645c-1396-41a7-9902-7b2e97bbb0c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36280,7 +36280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c675bb1e-df30-4d96-9d4e-bbf06446d792", + "id": "1019dd96-a5bc-4bb0-8973-50eedbdb117e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36336,7 +36336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a06cb61f-f048-4e38-b9fb-d061d3cc9780", + "id": "fe9f01c3-8072-46fd-9b7f-90bfb1009bc9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36392,7 +36392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca3fb170-0e2e-4243-b220-448544239875", + "id": "81a6e901-a637-42aa-b1b2-4680b78389a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36454,7 +36454,7 @@ } }, { - "id": "e07988b2-3de5-4153-8f66-49aa356e177f", + "id": "9e8fad59-5907-4410-a0f3-08c13a5c82b8", "name": "List Campaign Filters", "request": { "name": "List Campaign Filters", @@ -36511,7 +36511,7 @@ }, "response": [ { - "id": "de8075ba-d54f-452e-a00f-8678373281e3", + "id": "909f4f8c-2885-4b45-bf0a-cfa9ff9a2c84", "name": "List of campaign filter objects", "originalRequest": { "url": { @@ -36582,7 +36582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53802107-cc04-4b2e-93a4-b77159bcd31c", + "id": "6bda422d-3e89-4e57-aedd-47807bda9fac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36653,7 +36653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7465cc5a-8af5-48b8-aad7-1805b3298f5c", + "id": "21b2c158-3782-4e3d-8c2f-6103d80c6c30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36724,7 +36724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d73e6160-a5d9-466d-a141-40df95b428d7", + "id": "bb7c9d54-3ee7-4e1a-a086-b9866239a001", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36795,7 +36795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d840daa8-6723-4bbb-a016-55480410e742", + "id": "fa014016-ae4f-4c74-a6ed-af7c54342f86", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36866,7 +36866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdb9565d-5019-44da-86d6-79226f04af46", + "id": "9a170636-a527-4741-9527-7705906ef99f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36943,7 +36943,7 @@ } }, { - "id": "531adcde-597b-4b8a-b5cd-5698dea3eb5b", + "id": "bdfc124b-8d8e-4d52-a461-eed05c30aea9", "name": "Get Campaign Filter by ID", "request": { "name": "Get Campaign Filter by ID", @@ -36988,7 +36988,7 @@ }, "response": [ { - "id": "3e08e36f-1293-416f-b48e-7385e8a059ff", + "id": "0beca914-7e83-446d-91ff-6860da6520a3", "name": "A campaign filter object.", "originalRequest": { "url": { @@ -37032,7 +37032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ae663a0-17cc-40e3-aecf-00da10d16779", + "id": "4be045a2-7ffc-4928-91d2-d25a8d1ae52d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37076,7 +37076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e9d2be2-1243-4c66-8443-ca739b766359", + "id": "524e7bc4-cf67-4c9e-b144-cd14da4fcb57", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37120,7 +37120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49d173b1-0b90-47b1-b652-de86475e78a8", + "id": "0fd9838a-fac6-4abd-b457-5cc052331f6a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37164,7 +37164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73c0c723-e9c3-4553-b467-9c5187b07294", + "id": "c90b38f6-4d7a-4478-9f70-8d2db55328d2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -37208,7 +37208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adfd79f1-9a71-4c05-92b2-09da06270236", + "id": "099371ba-359b-4c76-a995-e6f15ad39e9e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37252,7 +37252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af79065a-e320-41d4-8872-4b38e4cf4601", + "id": "facb9c64-3954-4620-b372-bcf20f1dddbb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37302,7 +37302,7 @@ } }, { - "id": "0973a505-f96f-47d3-8647-c3773f3fe258", + "id": "91cf1c90-dd71-41f3-8f33-ff11d228f357", "name": "Updates a Campaign Filter", "request": { "name": "Updates a Campaign Filter", @@ -37360,7 +37360,7 @@ }, "response": [ { - "id": "ebc6d14f-311c-48e7-b52e-c47de2f1850d", + "id": "f34ffd6c-6183-4087-ae88-db5fd5ca73fa", "name": "Created successfully.", "originalRequest": { "url": { @@ -37417,7 +37417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f5bf861-2b7a-49b4-8733-c15c7dc78089", + "id": "680c4382-81de-459d-8bb4-f113828a6b8f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37474,7 +37474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "276f261a-5ca7-4451-b450-9a1f083fc1b5", + "id": "db62ae69-3a5f-4dec-9779-29853df3d487", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37531,7 +37531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c97fa5a4-c21d-4457-9d82-9b6ed394f901", + "id": "ec9f8c3a-0f05-4dbb-a619-a6b1caf7ed34", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37588,7 +37588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a5c74e1-5b1d-45b5-b20f-6c4cbe24b89a", + "id": "5bab16eb-4a66-40ad-abd1-d889dc64a665", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37645,7 +37645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd6d6c19-51d2-4662-836d-ad5d219ca523", + "id": "7e64c924-0ea6-4744-b449-dfd0ebbd762a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37708,7 +37708,7 @@ } }, { - "id": "ab3a5ea6-61e6-481a-b304-e492ac8bc0d2", + "id": "1c3ab2ed-136f-49ef-b9e0-336808d7f7fe", "name": "Deletes Campaign Filters", "request": { "name": "Deletes Campaign Filters", @@ -37751,7 +37751,7 @@ }, "response": [ { - "id": "90603ebc-de44-4489-b5f1-bd8b2125ae9b", + "id": "2419e84c-5a81-459a-b48e-7a091e10f634", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -37798,7 +37798,7 @@ "_postman_previewlanguage": "text" }, { - "id": "85796be1-3bb2-4a6a-94e3-7c447c0ad1df", + "id": "d7cd34f8-f3ca-4486-90cc-b80adabcb39f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37855,7 +37855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f452bf2a-e5d0-4a10-aeb7-30b186fe2831", + "id": "8b40dad3-ebca-4df7-bf60-553c82dece3d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37912,7 +37912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1818892-d5c2-4648-b11f-5885f59d15f0", + "id": "e0132dc4-54c4-4ffe-86ac-87908fd4ecb3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37969,7 +37969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "972fefda-c9cf-46e8-b627-2a6faf35cc93", + "id": "70b62821-a6b1-4422-a5d1-6a638f9e7e9d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38026,7 +38026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0162cdb-1cb8-4c5a-b761-2bd317469843", + "id": "4d67fc46-87af-42f1-9e83-c370194ae4e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38083,7 +38083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df345cdb-8ad6-4457-b1db-d92e53c0c122", + "id": "0058c050-04fe-4f67-8f99-aa2a7aad213d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38152,7 +38152,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 Identity Security Cloud'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, Identity Security Cloud 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": "efa95fb7-6563-437c-bee3-b0a546983613", + "id": "6ae1eb7d-f0b6-4b74-a255-6051d23bd17d", "name": "Summary of Certification Decisions", "request": { "name": "Summary of Certification Decisions", @@ -38204,7 +38204,7 @@ }, "response": [ { - "id": "8e657295-3721-4010-836e-02b9359c4c0a", + "id": "548c9e52-62b4-4929-a41c-ad60d163f7e7", "name": "Summary of the decisions made", "originalRequest": { "url": { @@ -38259,7 +38259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84b28a93-4442-4cec-b97d-3c2caf93f433", + "id": "5f0fc59c-1467-4d84-bcb8-7de13a839438", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38314,7 +38314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84ee9da8-fad6-456f-9e8e-1ae2a0e28ff1", + "id": "b428b76f-3f55-4e6f-9e11-0cbe8b796b14", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38369,7 +38369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "175a5de6-6ace-4c2b-a051-23d073306634", + "id": "120fed6e-5244-4455-afea-b13e9422280d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38424,7 +38424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4a2a920-5ce6-4f71-83e3-ba00ae7bc559", + "id": "b9afd4ec-0183-4b8d-b8bc-19d9a8773c49", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38479,7 +38479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e407ef59-c209-4954-9812-db35d98591c4", + "id": "d83bb429-ebf3-4c26-9536-e842f457ab22", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38534,7 +38534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5d65af8-4e65-4265-9ee0-8b08c195e495", + "id": "cfccee62-9ec0-4ea6-85f3-b7d970f39f86", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38595,7 +38595,7 @@ } }, { - "id": "7c00d61b-1886-4cf1-98f0-db49c228e62b", + "id": "b7c8afbd-6505-4c2a-9d3a-ddd665437414", "name": "Identity Summaries for Campaign Certification", "request": { "name": "Identity Summaries for Campaign Certification", @@ -38683,7 +38683,7 @@ }, "response": [ { - "id": "8ecf25ea-c0c6-4f75-be0e-d19184d41eb9", + "id": "e9a7acee-68a5-4e46-9478-b7faf45ebd7e", "name": "List of identity summaries", "originalRequest": { "url": { @@ -38774,7 +38774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "522ec634-851d-4fa3-a4ae-ac93d262a59b", + "id": "15278837-d83b-4fd7-a57e-e62783addb18", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38865,7 +38865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03d8b46e-b77d-4319-bf26-6270e72bb478", + "id": "602da841-dec4-48fb-884a-a9947de38b84", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38956,7 +38956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef5f2dc6-c72d-437d-8a56-495071d9267f", + "id": "1fdcea4e-c99c-485d-9298-a61459e6a271", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39047,7 +39047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67312d3b-7b81-48c2-864d-26ed62e26d28", + "id": "635cf3bd-915b-4540-a43a-7417a489f1eb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39138,7 +39138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e32f0315-aff3-40b0-969d-bf570e9928d4", + "id": "7b2ffa98-08b7-48b5-a0c8-42f66b0f66ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39229,7 +39229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "720e46e4-32a0-4114-ba98-bea792b48010", + "id": "89bb8946-b1e3-4787-b427-449235da65aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39326,7 +39326,7 @@ } }, { - "id": "878f3b57-9387-41a2-942f-4e0f1e7638fd", + "id": "169124ce-c0d3-42b0-808f-fab76c2e6f74", "name": "Access Summaries", "request": { "name": "Access Summaries", @@ -39425,7 +39425,7 @@ }, "response": [ { - "id": "74a849bc-a26b-4926-a791-ad0369510d65", + "id": "3d020bc2-a8c9-46f2-8679-49624d375d31", "name": "List of access summaries", "originalRequest": { "url": { @@ -39517,7 +39517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49dbd385-35c6-46f4-ace3-448844e966f3", + "id": "027a4de7-74c4-423d-8939-fa877f4b3c65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39609,7 +39609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e96873b-e827-4eea-bb13-7f4dee07d3f3", + "id": "3f13d7ca-8c17-4b98-b50b-98adc624d7f9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39701,7 +39701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e39bcc44-5b9d-4836-b9ab-4b87e9f8a1e3", + "id": "a2262267-82c2-4c55-8f86-802fe37f917d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39793,7 +39793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93894845-c837-4dbf-856c-4ef273a30711", + "id": "109adc2f-5a7b-4840-83ca-26eb39f9b89e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39885,7 +39885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9db0d3f7-fcef-4561-b471-8c9a1512013a", + "id": "d1fd3ed1-238a-4752-9442-afd3526face4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39977,7 +39977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3099b1e8-3e40-496a-b4b8-6c190aff0769", + "id": "7517dc32-b2f5-445e-a129-51487e009854", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40075,7 +40075,7 @@ } }, { - "id": "f354f4a9-6d90-4c5c-8ab3-abfc5aa0da95", + "id": "5dc4751a-b0f5-44f6-8fd4-f7d90299be8c", "name": "Summary for Identity", "request": { "name": "Summary for Identity", @@ -40128,7 +40128,7 @@ }, "response": [ { - "id": "245e8388-4c40-491d-bcc9-81ec1d0ad625", + "id": "e3a6a425-09fb-4e95-a175-ae46b5f5f128", "name": "An identity summary", "originalRequest": { "url": { @@ -40174,7 +40174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e4e6f1b-9a86-4c45-959a-514422d34c70", + "id": "05f04c97-a719-4a08-975a-03765620008f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40220,7 +40220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05b95449-7006-42d2-92d6-5ba05bf58c86", + "id": "1ada0141-96ba-4826-b742-861b9173c05d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40266,7 +40266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a926ece-c347-419d-a826-291d559a0155", + "id": "5b73f69e-5579-475e-8efb-4b29950af1ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40312,7 +40312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00d49558-8f24-4a6f-9671-0eba46218170", + "id": "9b76eaa6-02d8-4abb-8c45-aabc8fd1bcac", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40358,7 +40358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38463fb4-34d1-462b-9f2e-6acd9b7555a1", + "id": "a6373d0a-310e-4edd-b794-268c0089749d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40404,7 +40404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffb739f2-ac6c-4f1b-ab46-b96a557920cb", + "id": "743f7e0a-b62a-4a2a-8a1a-41e1f6919ade", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40462,7 +40462,7 @@ "description": "Use this API to implement connector functionality.\nWith this functionality in place, administrators can view available connectors.\n\nConnectors are the bridges Identity Security Cloud uses to communicate with and aggregate data from sources.\nFor example, if it is necessary to set up a connection between Identity Security Cloud and the Active Directory source, a connector can bridge the two and enable Identity Security Cloud to synchronize data between the systems.\nThis ensures account entitlements and states are correct throughout the organization.\n\nIn Identity Security Cloud, administrators can use the Connections drop-down menu and select Sources to view the available source connectors.\n\nRefer to [Identity Security Cloud Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about the connectors available in Identity Security Cloud.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/docs/connectivity/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 Identity Security Cloud.\n", "item": [ { - "id": "5978bb7f-7ddd-4357-84d6-e8910251cdbc", + "id": "00735319-ce2e-46a8-8b9b-425b333acf1f", "name": "get Connector", "request": { "name": "get Connector", @@ -40513,7 +40513,7 @@ }, "response": [ { - "id": "083362aa-fc04-4ac9-a67b-40a7a0959a22", + "id": "badd1bf3-50d2-4f46-839a-ec5aacf560de", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -40567,7 +40567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a51b288-4bf5-45d7-abbb-932e3d2a7a1c", + "id": "416e3fb7-59e3-49c7-8485-a232eb4c66b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40621,7 +40621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28ddd331-4abb-4940-a416-5d1af0281d1f", + "id": "e70a0b82-b5a6-430a-a41d-6f154e1a612d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40675,7 +40675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e81a8d2c-9efc-40be-a6ab-791f10a721c1", + "id": "d6ffe939-5ecf-49b0-b441-a60fa1e5dac0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40729,7 +40729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72d978f6-ee54-463d-be41-bea4af78ece2", + "id": "bc070964-77ba-4478-9a31-ac0edc854c17", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40783,7 +40783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9387218d-d1a2-45ae-86a3-a262f44f4e02", + "id": "fc91bc5d-9050-4d1b-b594-e03647234bb2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40837,7 +40837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eecbcb1-fba9-4ceb-93c3-94ff601cfc92", + "id": "aecda68f-ed3a-4464-88c3-bda9a799ba9a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40897,7 +40897,7 @@ } }, { - "id": "84dd241a-2abd-4ccd-be5a-009697f168b0", + "id": "400b713b-3565-4ee8-9993-aa79564936fd", "name": "delete Custom Connector", "request": { "name": "delete Custom Connector", @@ -40938,7 +40938,7 @@ }, "response": [ { - "id": "f490fcd8-f239-4bb3-bed8-70340f2d5ecf", + "id": "f320f02e-e827-4c3d-9bb9-e3c21f4ac4c3", "name": "The custom connector was successfully deleted.", "originalRequest": { "url": { @@ -40972,7 +40972,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5b4bd0ee-8fe7-449b-ae9f-412d4c40135b", + "id": "11f61783-49df-4433-b7d3-d373c9af432f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41016,7 +41016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9d70b23-495d-4782-821f-1e3d36ab13d7", + "id": "d7145e90-88bc-4807-a911-1758802eb55a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41060,7 +41060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5fc3620-1397-42ad-afe5-f4a80b13d35e", + "id": "5201cc16-3e2a-4a53-8128-13f8b0b5ea28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41104,7 +41104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105944da-a4f7-49b4-bdee-0e5620c42306", + "id": "48fcc194-3cdd-4aa9-8ae4-f1fe8763ca9e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41148,7 +41148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e29e349-437b-49d4-85ee-646c5a0d2fdb", + "id": "a880f008-006b-43e6-9f89-b580277c9f92", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41192,7 +41192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d819769-24cd-4de0-80e0-0d78d7357381", + "id": "266e9e7b-2ae9-4c80-aa55-0ac0d088558b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41242,7 +41242,7 @@ } }, { - "id": "2fac1083-fee0-4cd0-bd25-6b1275ab17a6", + "id": "acf4533d-65d5-4aa4-bc41-5d0ab981fb8a", "name": "update Connector", "request": { "name": "update Connector", @@ -41296,7 +41296,7 @@ }, "response": [ { - "id": "3ac15cf4-2ccf-42e6-897c-cb9a4c753367", + "id": "d53b5026-a408-4b8b-a7d0-56b7ff70ac6a", "name": "A updated Connector Dto object", "originalRequest": { "url": { @@ -41353,7 +41353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb7d345a-3016-4e98-bf86-28e206ac79f4", + "id": "a1e66860-44c8-4bf3-918c-fdf873507c78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41410,7 +41410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1dd00f1-dc1a-4698-98b1-bbc0a16f7c7d", + "id": "45a5bf4a-f545-4bd8-85ea-355dd70e8d8e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41467,7 +41467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6badad0b-ad9b-403f-a32a-481bf1e812df", + "id": "4dda9cae-519e-48aa-9720-c21b5f724e11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41524,7 +41524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24470fda-efa8-4122-8d6c-bd6369ec1f06", + "id": "578af1ed-4838-422a-9376-5548f0d1aaa3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41581,7 +41581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2bd971c-0a40-4d01-92bb-2bfad066da2b", + "id": "3d0d99a9-6e68-4969-96ae-febe5bcc601e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41638,7 +41638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d76af07d-c3e0-4e9f-94f7-767dba7eb43f", + "id": "a13b8a93-2842-445c-be09-5dc4bf0e8b21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41701,7 +41701,7 @@ } }, { - "id": "3029a041-8ecd-4c1e-8ff2-0f420da73454", + "id": "7e88b6d8-d804-4e12-9f9a-5ed4f8173c58", "name": "get Connector Source Config", "request": { "name": "get Connector Source Config", @@ -41743,7 +41743,7 @@ }, "response": [ { - "id": "656e0220-7a8d-4749-81a8-7339ad2d002a", + "id": "8076a09b-e684-4798-9f9f-8a4c33f34152", "name": "The connector's source template", "originalRequest": { "url": { @@ -41788,7 +41788,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "8cbe1b93-eca1-4db0-b851-7a57015b3152", + "id": "cf27defa-8072-464b-a4c1-9e17f665a44e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41833,7 +41833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88ea8fae-b089-4035-b635-b276333cf44b", + "id": "2f8f258f-2704-4e1f-b146-093e18a49968", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41878,7 +41878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "148e0fbe-593a-42cf-b8d5-e974cb7bd0a1", + "id": "dc043037-8dac-4fe8-a50b-5a940834fb69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41923,7 +41923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04ff00c7-7ffa-423f-84da-3cc0537f9e85", + "id": "70468b56-9394-4e57-99fe-7014e2afe9b2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41968,7 +41968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5899cfe-2d1b-467b-9bda-56efe82e1489", + "id": "d712c8f1-5901-494a-babc-fed97543fab4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42013,7 +42013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d97df80-0922-4163-b222-18c6fc0e3e5f", + "id": "d4c763a2-0de5-440b-a6bd-7adbb4f8e0fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42064,7 +42064,7 @@ } }, { - "id": "ed05add6-f43d-4255-bf53-e1c117d057f6", + "id": "382b5f9e-f98c-4833-9261-7886d3a6d610", "name": "put Source Config", "request": { "name": "put Source Config", @@ -42115,7 +42115,7 @@ "type": "text/plain" }, "key": "file", - "value": "veniam pariatur ad ut qui", + "value": "et c", "type": "text" } ] @@ -42123,7 +42123,7 @@ }, "response": [ { - "id": "98d78600-705c-4820-ba0d-32701ed0c3ce", + "id": "ffc53b4f-e061-401c-abe6-0b7eee1f1ef6", "name": "The connector's update detail", "originalRequest": { "url": { @@ -42166,7 +42166,7 @@ "type": "text/plain" }, "key": "file", - "value": "veniam pariatur ad ut qui", + "value": "et c", "type": "text" } ] @@ -42185,7 +42185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7da0c0c6-32dd-4de2-ae0e-d3f01c62428b", + "id": "b70fa932-7d5f-4637-92e8-fffeded9cf02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42228,7 +42228,7 @@ "type": "text/plain" }, "key": "file", - "value": "veniam pariatur ad ut qui", + "value": "et c", "type": "text" } ] @@ -42247,7 +42247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25fd7884-7284-40fd-8908-2ce365432719", + "id": "bcd35561-0eb0-4b11-932d-b513d30f5604", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42290,7 +42290,7 @@ "type": "text/plain" }, "key": "file", - "value": "veniam pariatur ad ut qui", + "value": "et c", "type": "text" } ] @@ -42309,7 +42309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d82a432-a869-4322-b7b5-9df7fedf67d6", + "id": "1022997f-a0ff-4aba-91be-16d25e41a505", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42352,7 +42352,7 @@ "type": "text/plain" }, "key": "file", - "value": "veniam pariatur ad ut qui", + "value": "et c", "type": "text" } ] @@ -42371,7 +42371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a88d0e2-2092-4b08-a54d-769a19ba72ba", + "id": "100dbff5-143d-423f-b5d8-ee8d584017e2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42414,7 +42414,7 @@ "type": "text/plain" }, "key": "file", - "value": "veniam pariatur ad ut qui", + "value": "et c", "type": "text" } ] @@ -42433,7 +42433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3d803ec-b2cc-4b6d-9c54-444a4e64a4a9", + "id": "740ace1e-dd20-4c4b-a345-d15b52294b6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42476,7 +42476,7 @@ "type": "text/plain" }, "key": "file", - "value": "veniam pariatur ad ut qui", + "value": "et c", "type": "text" } ] @@ -42495,7 +42495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc39d78b-c475-4e8e-806e-20f404af9f93", + "id": "9eb6a2d8-4e56-4dc1-91e3-ba06f498fd99", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42538,7 +42538,7 @@ "type": "text/plain" }, "key": "file", - "value": "veniam pariatur ad ut qui", + "value": "et c", "type": "text" } ] @@ -42563,7 +42563,7 @@ } }, { - "id": "6f5d7018-6781-4742-a006-2a5866ddf841", + "id": "43008504-08fd-45d9-a213-90aefcdbd0f6", "name": "get Connector Translations", "request": { "name": "get Connector Translations", @@ -42616,7 +42616,7 @@ }, "response": [ { - "id": "70787ff7-b0e4-4d4f-bd08-9658adee21e5", + "id": "31c3978c-b5f2-45a6-b975-ef22c7a6e380", "name": "The connector's translations", "originalRequest": { "url": { @@ -42657,12 +42657,12 @@ "value": "text/plain" } ], - "body": "sit aliqua", + "body": "irure Ut", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "a835b7fb-d14c-4afd-9c1f-6b8ffc539910", + "id": "2b34c2ee-c7e9-4547-8f26-36fe2ba69cb2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42708,7 +42708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a1aa284-7f31-4acd-af54-54e30ac898f6", + "id": "1bc6d58f-0f1a-4d7a-be96-5dc1a3ea8eaa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42754,7 +42754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0b78d85-5e03-4d25-aba1-c1346a54b970", + "id": "9f99ea6d-7ca2-4855-823a-0c05b8507dd8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42800,7 +42800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "229a24cb-a22d-4349-9cf2-a92ba2bbe894", + "id": "f81f20a6-bdb0-4397-9680-e4bbe4421370", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42846,7 +42846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca849ec4-3caf-412b-b3be-3778f54cea35", + "id": "8f140614-4a98-4b49-948a-889ed2feddc5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42892,7 +42892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b513b35e-888b-492c-8925-d66c13229a73", + "id": "5e0481dc-a07b-4c97-87f5-fb46dff03e7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42944,7 +42944,7 @@ } }, { - "id": "208c27ba-2c47-458f-b907-cff9f004114c", + "id": "07e7a363-50a2-4e29-ad31-8ed0f825ff65", "name": "put Translations", "request": { "name": "put Translations", @@ -43004,7 +43004,7 @@ }, "response": [ { - "id": "e9753068-9b15-4165-b0b3-238a62474597", + "id": "a721ee4b-2e2c-41b5-ba11-f50549b36cd2", "name": "The connector's update detail", "originalRequest": { "url": { @@ -43057,7 +43057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1adead8b-d63f-46e6-aabd-5ee7b0866f26", + "id": "17e1af56-26ce-4310-9dfb-9f87d8fe5160", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43110,7 +43110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ac5ac86-b075-4c97-92ed-431086a1403a", + "id": "d90d8b88-b3c5-40c1-b2f5-9894764fea6b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43163,7 +43163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3e592c9-fdbb-4774-9ed5-7f88f32053e0", + "id": "15d108e1-11cc-4cd4-a64c-6b018a25f6c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43216,7 +43216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4858ec1e-f9ad-4980-b053-8678f2ea3222", + "id": "bc8e721c-e641-434f-8427-6a7fb1d352f8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43269,7 +43269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "358be02b-46ea-49eb-a3f1-46c0570e4a2a", + "id": "6dac9cbd-3328-426e-9f9d-28cae96160d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43322,7 +43322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26dc8ae4-9c3f-4e66-91b2-19d698aeb8b5", + "id": "e2c6f95c-b466-4958-b931-01c90ae3c4d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43381,7 +43381,7 @@ } }, { - "id": "271f35e3-d204-45da-b739-802887794850", + "id": "d5465eee-c722-404f-bd6e-0d4756887223", "name": "get Connector Source Template", "request": { "name": "get Connector Source Template", @@ -43423,7 +43423,7 @@ }, "response": [ { - "id": "a679426f-3e92-4b97-a43a-7aeaaf8e7793", + "id": "2cd216c1-8234-4a35-800d-58544dc4b91a", "name": "The connector's source template", "originalRequest": { "url": { @@ -43468,7 +43468,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "76f12d4b-d12d-4c1a-8f23-cd9026610c0f", + "id": "e93f1ce0-4b6a-4ae3-b4cd-3eb1747e2e90", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43513,7 +43513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb3c8bde-ea34-40d4-a705-d05448a2cb80", + "id": "7d8b586e-f00c-4997-a806-56174d9565e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43558,7 +43558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c56884a-dbb0-4ab8-ba8a-39326eff9712", + "id": "0fce4c09-9121-4251-b9a7-2de451f06312", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43603,7 +43603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1f2b510-eb68-4f43-9dd8-154d190ac2fe", + "id": "a0e42122-c9d1-4db5-98fd-ee0861382660", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43648,7 +43648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e1ffca1-d176-4cb1-bc36-ae14d0a073f1", + "id": "5e9e7815-387e-4538-bc06-46edd9a706ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43693,7 +43693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc20093f-eb68-45f0-9a9e-dabc07349fa2", + "id": "935c82ee-67a1-4809-890e-a07f9570c1b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43744,7 +43744,7 @@ } }, { - "id": "0c05152f-a595-40d0-921c-1af63cbc315b", + "id": "642ca007-cf99-4097-b29b-027d57b45c73", "name": "put Source Template", "request": { "name": "put Source Template", @@ -43795,7 +43795,7 @@ "type": "text/plain" }, "key": "file", - "value": "aliquip exercitation id", + "value": "et minim deserunt cupid", "type": "text" } ] @@ -43803,7 +43803,7 @@ }, "response": [ { - "id": "98b16e57-511c-4aaf-aeb7-a69e004ce815", + "id": "2b09b871-65c4-4eab-9e60-437cb9295f34", "name": "The connector's update detail", "originalRequest": { "url": { @@ -43846,7 +43846,7 @@ "type": "text/plain" }, "key": "file", - "value": "aliquip exercitation id", + "value": "et minim deserunt cupid", "type": "text" } ] @@ -43865,7 +43865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a87cd9-ad44-4ece-b9c0-2401593431bf", + "id": "1d1d252f-f1b2-4f9d-98eb-531fd28c0cf5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43908,7 +43908,7 @@ "type": "text/plain" }, "key": "file", - "value": "aliquip exercitation id", + "value": "et minim deserunt cupid", "type": "text" } ] @@ -43927,7 +43927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51714c0f-0210-4c15-872c-8aa7d6884925", + "id": "308560b5-205d-42e0-8dd1-0cf6e8a0f35f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43970,7 +43970,7 @@ "type": "text/plain" }, "key": "file", - "value": "aliquip exercitation id", + "value": "et minim deserunt cupid", "type": "text" } ] @@ -43989,7 +43989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e055893-fc53-41eb-ba30-44593249f2bc", + "id": "72223688-e7f5-4ede-a94a-8dc1292f6c0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44032,7 +44032,7 @@ "type": "text/plain" }, "key": "file", - "value": "aliquip exercitation id", + "value": "et minim deserunt cupid", "type": "text" } ] @@ -44051,7 +44051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66b7de64-fcc8-49a0-b8c1-dfe9e81b2b56", + "id": "89475081-0fc1-455e-8300-0208fb023dc0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44094,7 +44094,7 @@ "type": "text/plain" }, "key": "file", - "value": "aliquip exercitation id", + "value": "et minim deserunt cupid", "type": "text" } ] @@ -44113,7 +44113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ec1da73-363b-4774-977b-a4fa1c082ed3", + "id": "a5dca592-c155-487f-be3a-05a30c611374", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44156,7 +44156,7 @@ "type": "text/plain" }, "key": "file", - "value": "aliquip exercitation id", + "value": "et minim deserunt cupid", "type": "text" } ] @@ -44175,7 +44175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a145edb7-30d4-42ee-8bf0-0a071072f68a", + "id": "dec71d30-f565-4623-996f-7e9c74729288", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44218,7 +44218,7 @@ "type": "text/plain" }, "key": "file", - "value": "aliquip exercitation id", + "value": "et minim deserunt cupid", "type": "text" } ] @@ -44243,7 +44243,7 @@ } }, { - "id": "7ba6cc0c-b16b-464a-a4cf-2ce0b7feaeb0", + "id": "f3f97e06-537b-4d7d-bdc2-e4db7ebdc1f5", "name": "get Connector Correlation Config", "request": { "name": "get Connector Correlation Config", @@ -44285,7 +44285,7 @@ }, "response": [ { - "id": "4961cfb5-d5e6-4d74-b88b-f97d504399e1", + "id": "415ae028-81dc-43b6-ab62-96ba582bbb1d", "name": "The connector's correlation config", "originalRequest": { "url": { @@ -44330,7 +44330,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "f36c5a00-5b69-4bc5-a0e0-b2656976ba2a", + "id": "6f5744dd-93ea-41ad-a5fc-d822a1289c83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44375,7 +44375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4479c508-99df-4cc4-9976-364627cb168e", + "id": "bb6928b3-f68e-47b6-aeaf-4ff18c4645ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44420,7 +44420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4c4fc45-8a49-4984-aad0-1c86a57bdd9d", + "id": "0542469f-089e-4efa-92b4-3a8df99911d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44465,7 +44465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eee59d2d-1c79-4e2d-9b5f-ad7617b7118a", + "id": "20cd66d9-7e71-4a80-904d-5d096c1d3c67", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44510,7 +44510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "486812f5-b721-4bac-a85d-6fbb09b8bc6d", + "id": "c3a2916c-c0cd-4156-ae12-31855f4b1c79", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44555,7 +44555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed8662b2-2b85-44bf-9752-070f3a05b823", + "id": "68216257-3b2a-4d94-944e-8b7a16913162", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44606,7 +44606,7 @@ } }, { - "id": "4fd4bf1d-e1a3-4408-b9b8-eb462945dda8", + "id": "2b9ba292-e6aa-4c64-a415-f147a253d772", "name": "put Correlation Config", "request": { "name": "put Correlation Config", @@ -44657,7 +44657,7 @@ "type": "text/plain" }, "key": "file", - "value": "ipsum nostrud anim", + "value": "irure Excepteur cupidatat aute m", "type": "text" } ] @@ -44665,7 +44665,7 @@ }, "response": [ { - "id": "084549db-c7fe-408a-898a-3a1c89295053", + "id": "b1cf7fbf-37c2-4752-ab3f-2c45c368ac9b", "name": "The connector's update detail", "originalRequest": { "url": { @@ -44708,7 +44708,7 @@ "type": "text/plain" }, "key": "file", - "value": "ipsum nostrud anim", + "value": "irure Excepteur cupidatat aute m", "type": "text" } ] @@ -44727,7 +44727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "262f3f8d-d191-4749-8a2f-ae780cc50f85", + "id": "e1c01653-e5cb-46f5-a43b-2a285baed923", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44770,7 +44770,7 @@ "type": "text/plain" }, "key": "file", - "value": "ipsum nostrud anim", + "value": "irure Excepteur cupidatat aute m", "type": "text" } ] @@ -44789,7 +44789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11b41c8a-559b-445b-9c5f-74a4c2c63673", + "id": "925eb335-17b9-4d18-b8cc-3ec5e0a89e12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44832,7 +44832,7 @@ "type": "text/plain" }, "key": "file", - "value": "ipsum nostrud anim", + "value": "irure Excepteur cupidatat aute m", "type": "text" } ] @@ -44851,7 +44851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17929034-5789-419e-90c4-359970732adf", + "id": "cd791d1a-518c-4ecf-9c98-d6c90ad0b2bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44894,7 +44894,7 @@ "type": "text/plain" }, "key": "file", - "value": "ipsum nostrud anim", + "value": "irure Excepteur cupidatat aute m", "type": "text" } ] @@ -44913,7 +44913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46b94219-2fc6-4ec9-93ef-2b89d6a79939", + "id": "d9d5497f-b6f9-47b6-ab8a-48d613843230", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44956,7 +44956,7 @@ "type": "text/plain" }, "key": "file", - "value": "ipsum nostrud anim", + "value": "irure Excepteur cupidatat aute m", "type": "text" } ] @@ -44975,7 +44975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd48ed8f-3b25-4325-9a82-656147995532", + "id": "014b5cff-776f-4b1d-a8e5-e6ef4632f02b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45018,7 +45018,7 @@ "type": "text/plain" }, "key": "file", - "value": "ipsum nostrud anim", + "value": "irure Excepteur cupidatat aute m", "type": "text" } ] @@ -45037,7 +45037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f451550-4aac-4718-98ba-319ebb5bf093", + "id": "8afbfa6a-f3ce-4829-965e-c54a853e94e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45080,7 +45080,7 @@ "type": "text/plain" }, "key": "file", - "value": "ipsum nostrud anim", + "value": "irure Excepteur cupidatat aute m", "type": "text" } ] @@ -45105,7 +45105,7 @@ } }, { - "id": "14bb1dbb-ba63-4d19-910e-6636f378af1d", + "id": "d8eedf67-3cd4-4558-8b00-6da5b3742b9b", "name": "Create custom connector", "request": { "name": "Create custom connector", @@ -45147,7 +45147,7 @@ }, "response": [ { - "id": "10cff5a9-d018-4dd2-930f-bcaa7bfb3ada", + "id": "3fb983e5-a123-4de5-87d1-1166e21607e6", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -45203,7 +45203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fa0e6fd-f7c6-4966-8b4f-5ee9cdade076", + "id": "b12bb302-aa70-44c8-841e-c87c90492186", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45259,7 +45259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20786c7d-f6f7-4eba-8b80-ebf53f38a37d", + "id": "ddbcf819-0e86-43c1-b4d6-82e4cbdfeefa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45315,7 +45315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3930fd9-2cd7-4807-be85-ed5981917036", + "id": "5add48a6-60ae-4bc5-b18c-06359db09584", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45371,7 +45371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37a18272-af39-4142-9e38-821094be3f51", + "id": "39269e89-6820-499d-8ed8-2205b2f0e618", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45427,7 +45427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd1bdfac-df4e-4fac-b0f5-a54156ae178c", + "id": "3efce72f-d5a0-4d2a-8ec4-5cb3e2fa43e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45483,7 +45483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed809c49-50d0-42fc-8689-0821f0e90dd3", + "id": "5db70daf-e0b2-4590-b25f-a152a9ef3e5e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45551,7 +45551,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 Identity Security Cloud URLs.\n", "item": [ { - "id": "a9638e4b-5c56-491e-83bd-3a53813a7b47", + "id": "64e72f4d-0a2f-4a89-9f58-185116acd12f", "name": "Get security network configuration.", "request": { "name": "Get security network configuration.", @@ -45581,7 +45581,7 @@ }, "response": [ { - "id": "ef6447cc-c8d5-4f69-983a-82aa1e351253", + "id": "6863d381-ea48-4b6d-8559-a007629d645c", "name": "Network configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -45625,7 +45625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "755ead47-420c-42c7-a10b-1e5ba145b1ea", + "id": "fa3f7210-f8b0-4674-a848-6e2b7dcb263d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45669,7 +45669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fa2459a-bdf0-418c-bc62-15a577a9ab7e", + "id": "79245315-c19b-4bd5-88e8-25e610d1c895", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45713,7 +45713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "838137c7-8aca-4f7f-b322-446aca3c32a5", + "id": "7a761977-7c94-4403-91ee-e3a8674b1d3b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45757,7 +45757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d7e33e3-2e0c-4589-a5b4-2cc9cfd06a04", + "id": "ec4dbfde-3437-4ad2-8382-c590545d2e46", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45801,7 +45801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14810d52-fa9b-4b41-b8f2-313ae5ff4de0", + "id": "1794b081-8f09-48ea-9b23-fdb9f5680636", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45845,7 +45845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d58022b-b791-43a4-a4ed-5a5e1c5f1443", + "id": "af3bb3c7-5d6f-49b1-b921-09fe373e2242", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45895,7 +45895,7 @@ } }, { - "id": "29da3e1b-57f5-4268-9642-5c4645b0f102", + "id": "9f6cd5ab-15c3-4645-ac25-269adb107ba6", "name": "Create security network configuration.", "request": { "name": "Create security network configuration.", @@ -45938,7 +45938,7 @@ }, "response": [ { - "id": "af37ff74-c479-464c-bada-1c0f902c9e57", + "id": "b1a67cc6-034a-4adc-8218-59c74c6bc4d8", "name": "Network configuration for the tenant.", "originalRequest": { "url": { @@ -45995,7 +45995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de3f14c5-5105-4395-8d6c-833b0c149cb1", + "id": "a504f1ab-2352-4017-85c8-bb3b7c12bdf9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46052,7 +46052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cc31956-589d-4306-9e19-3b1e14eb4d63", + "id": "722b483f-263f-4aff-98ec-c436dc6a37cd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46109,7 +46109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0294d93-5aae-438d-aa10-253d5379ce1c", + "id": "b516a1f4-3f9a-4a6a-91aa-23801492d78e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46166,7 +46166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2fcfc67-788b-41bd-9679-5848d9f7736e", + "id": "53582157-68fb-4b98-ae03-ecce60891bc1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46223,7 +46223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e177b8b-7730-4787-b081-d2db4eb146b8", + "id": "177cfead-d919-47ed-ac35-22ff88c5d570", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46280,7 +46280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aa75a72-f44f-492e-a778-7e3bad3dea44", + "id": "8750a383-5ac4-4224-992e-907c8d100b44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46343,7 +46343,7 @@ } }, { - "id": "dfe2d596-ffb1-48e9-807e-b0bace55735f", + "id": "460c73e0-cb40-4229-ae1e-23d074f97ffe", "name": "Update security network configuration.", "request": { "name": "Update security network configuration.", @@ -46386,7 +46386,7 @@ }, "response": [ { - "id": "58f03d9f-0a29-4635-b123-8b1d988a8b16", + "id": "dee499c9-c9aa-4ca8-bdad-8d38a06b8118", "name": "Updated Auth Org network configuration.", "originalRequest": { "url": { @@ -46443,7 +46443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc98ffdb-94ed-47d9-acdc-dc6b165a442e", + "id": "f5f0edc7-1b5f-442b-b0b3-b61522b150a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46500,7 +46500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bbb12fc-6b09-47e1-aaf7-ae9693bae751", + "id": "46299522-466a-4bb6-b28e-c7a6dce49754", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46557,7 +46557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8dfef48-bea0-4a0f-8308-0a1f337af2cc", + "id": "f341b7ac-1443-4010-a20d-aa39bf3a3c41", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46614,7 +46614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41c387de-5786-4a96-969f-2b39b1afc0a7", + "id": "8143e635-8631-4c57-8ed0-3aa5d921d6f6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46671,7 +46671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8caddfd-379a-4142-86ab-cd447430331f", + "id": "6ba4031a-0d71-4043-b3bf-66478c45378a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46728,7 +46728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eff2c1f0-d4e6-4ba0-97ea-ba3bbfa52981", + "id": "b35f0f11-99ac-472d-bf66-717860127529", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46797,7 +46797,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 Identity Security Cloud, 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": "ab7ed257-a2e5-4f65-abbe-5aef25ced936", + "id": "603fb94a-1bca-49d6-8122-2268305a45d6", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -46872,7 +46872,7 @@ }, "response": [ { - "id": "6860ec8e-bb46-4712-ac7f-38cff04b69ec", + "id": "c6f6ea65-47d5-4c18-9023-ae5afb1b5b89", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -46961,7 +46961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afe937ec-49e8-44e7-b260-3d3544df44b8", + "id": "7771017c-e350-4ad4-97b6-32dbdac6c902", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47050,7 +47050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f50d63cc-ab55-4b2a-83a6-fdc9ba6317ed", + "id": "32fb20fc-321c-4f4f-b30e-c089f4c16d4d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47139,7 +47139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac173fcf-9658-44a0-b997-3d23e25cf6fe", + "id": "1effdb38-225e-4b1f-b615-6e91abd1d903", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47228,7 +47228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eda9bbed-14e3-4683-86b3-34fffc5a505f", + "id": "cc88a703-a2fa-43ae-9028-36cf731c60ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47317,7 +47317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67e7b638-f64a-4e24-99f9-8d9a16b563b6", + "id": "3d239aba-ba15-4a65-bdbb-37905bf2c4b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47412,7 +47412,7 @@ } }, { - "id": "ea2b52c0-ed93-498b-a97c-71f55dfa3bcd", + "id": "3d58e717-729c-4d4f-972b-ae4e6f663c55", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -47455,7 +47455,7 @@ }, "response": [ { - "id": "77cf540b-4407-4603-853c-0ea9b4c55bc7", + "id": "de68761b-3c65-4dae-8de3-ce97754f2f5c", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -47507,12 +47507,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-08-10T22:26:36.313Z\",\n \"launched\": \"1974-03-10T02:25:18.591Z\",\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\": \"1960-07-09T01:50:55.836Z\",\n \"launched\": \"1985-12-12T21:03:51.396Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3ccf9277-eb79-4940-9b77-3cf8e0d90af2", + "id": "1c816f08-4b1d-46ff-a155-be6be1c6c828", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47569,7 +47569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6caf7be-dcf5-46a4-b095-e7d96ecfdf04", + "id": "c8c7329a-9963-46b8-82b3-bb4f60713aa0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47626,7 +47626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f32bcce1-ea0a-48ce-af22-a3ff267429dc", + "id": "44bb06b8-b3be-4fe2-b5da-23ba004db89b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47683,7 +47683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f69982be-f433-4846-a807-2f4bcb58c63d", + "id": "71f19f1d-ed0b-41b6-b2f2-8003eb181604", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47740,7 +47740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aecf0140-ab99-4c98-98a5-eca1cd3e1521", + "id": "561b0c09-2fb8-4e7a-b932-d73090b47e26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47803,7 +47803,7 @@ } }, { - "id": "18deebc9-6b75-4360-98f9-020485b48b99", + "id": "6be0dbfd-8901-4bce-9f15-0a1dcdb6e793", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -47879,7 +47879,7 @@ }, "response": [ { - "id": "93fa0ca9-b860-4f7e-a12f-8b2dffc10164", + "id": "97713a99-9efb-435b-a634-612fe8d00b92", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -47969,7 +47969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af1f8eaa-03e4-4d29-933f-0914e5d96eda", + "id": "1fdcc3eb-5f52-41be-832c-688f73fae897", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48059,7 +48059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4945aac-701b-4adb-af21-f9f67289c33c", + "id": "626580dc-1ccf-4d95-b891-5d91d4db0cfc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48149,7 +48149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3817dee-ae2e-485f-a51d-57ea4c7e7eb5", + "id": "2b81db1e-ac3c-4fc2-89df-3a2f0d43cf06", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48239,7 +48239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70b1f230-5d5d-4929-a8ad-06abcd3703ab", + "id": "ea167952-ad1f-4a3b-a69a-d852196b157f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48329,7 +48329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41ea6463-1a78-4a5b-ab22-50b97209a274", + "id": "94d8bdf3-7c53-4250-abd4-9ce9bd8a0346", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48425,7 +48425,7 @@ } }, { - "id": "e2ef51e6-43d8-4f60-b875-5efe693f6ca1", + "id": "42af65fc-7621-48a7-99e8-5104c2607c70", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -48468,7 +48468,7 @@ }, "response": [ { - "id": "b39f15bc-bba3-425f-86f1-70c22ba449d0", + "id": "0c5fb4f1-441c-4bcf-82b0-71d10aeb370d", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -48525,7 +48525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "814439e2-de4d-4a0e-8aa2-209754b734bc", + "id": "34edd2b8-cc14-40fa-9fc8-4a01b4cf8ba4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48582,7 +48582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c168f281-639e-49bb-a787-320513d316ed", + "id": "1e01ce3a-6392-4299-b741-951daff1bd68", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48639,7 +48639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4665e2b-5060-4801-b929-c448a3704a58", + "id": "d94c9467-eee6-45e1-a919-f79220464b94", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48696,7 +48696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c441db13-31eb-40f8-92fd-e11b928febc5", + "id": "844550ec-8ed2-4b65-9bd0-03f04055fca9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48753,7 +48753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d2c38ab-f874-448e-9af0-eefa05ea5d26", + "id": "b7b71a1b-2353-4a18-bf91-bb1e3f484d77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48816,7 +48816,7 @@ } }, { - "id": "5d9aa660-5166-452e-b54f-4e04c1019029", + "id": "b310f6a2-1129-4035-bb97-90049000ef44", "name": "Get single Identity Profile", "request": { "name": "Get single Identity Profile", @@ -48857,7 +48857,7 @@ }, "response": [ { - "id": "4a1ec85b-a4ce-4747-adcf-45f7b6e94370", + "id": "bd974117-f12d-4c60-8049-76dcf0896f45", "name": "An Identity Profile object.", "originalRequest": { "url": { @@ -48901,7 +48901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d9ba77f-baf8-4783-9ff7-c8e8d9de404a", + "id": "0e71ac47-c828-43d0-b6d4-ff886cc75769", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48945,7 +48945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c6d8e14-db0f-4035-9257-453a07132ece", + "id": "6d23b4f1-d872-40b1-a916-6dc2deeeff6c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48989,7 +48989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "466f4fcd-0d77-4c3e-9cd0-4d201f140e05", + "id": "1a3fc34c-7b45-4c0d-a35f-a21207bda42f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49033,7 +49033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1d6d6fa-cdaf-4e05-9756-8989d222fb1b", + "id": "b75f08b5-83ad-45bb-bc38-99d429a93ae1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49077,7 +49077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad52d687-1ab0-4474-b87f-6d73120a6294", + "id": "caba13d4-74d9-42f3-a769-addf9b268c7d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49121,7 +49121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "029f7dc0-4354-4688-83ca-fffc820e8746", + "id": "aef130d7-359f-4594-b4e4-21aef8bd6348", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49171,7 +49171,7 @@ } }, { - "id": "1c9f9f7f-1dc8-4980-ba9e-8fd76e4ce6df", + "id": "216c5192-7b25-4004-9186-97cf18a15825", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -49212,7 +49212,7 @@ }, "response": [ { - "id": "7d9f1100-5aec-44bd-b3ba-f2307f468514", + "id": "656c1066-d4b6-48c2-84d4-15044d0c125d", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -49251,12 +49251,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\": \"2008-09-13T02:29:07.046Z\",\n \"launched\": \"1951-06-07T13:50:37.441Z\",\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\": \"1984-10-01T03:41:09.755Z\",\n \"launched\": \"1947-03-07T15:51:13.128Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6f9e8df8-5c32-48cf-b80e-112d63c28c7c", + "id": "b2848fb3-0454-4a41-8e2b-3999768d7c54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49300,7 +49300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d5456ed-788f-4dcc-9738-e80e700a2d10", + "id": "f6687177-3544-4934-aaf9-c7a5e624cbd3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49344,7 +49344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aca9ac8-edd2-43ff-b845-9acd893b147a", + "id": "cc5f5dcd-7bda-4ed2-a185-91ea51a0802a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49388,7 +49388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a7e53b1-919b-4a48-b0ea-b31ba2ae7c36", + "id": "5857acbc-b8e3-4064-923b-33e69b6f1b67", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49432,7 +49432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17b642f8-86a8-4d97-8312-71aa6784278d", + "id": "c8dd0965-37c9-49e2-86d3-5ea18be1b222", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49476,7 +49476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12bc0292-aa8d-466f-aca4-ab1d570a6e5b", + "id": "b539769b-375d-479d-b1e8-01bca46904f3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49526,7 +49526,7 @@ } }, { - "id": "b23a42b0-dbd2-4c98-bd12-a12fd2ad0d70", + "id": "0bb0eb99-d462-4517-b063-e5b4702155a3", "name": "Get default Identity Attribute Config", "request": { "name": "Get default Identity Attribute Config", @@ -49568,7 +49568,7 @@ }, "response": [ { - "id": "c2e4c025-9449-464b-8519-be09498c5b7f", + "id": "4d2267f7-5966-498f-aeb0-f54cfc2c3858", "name": "An Identity Attribute Config object.", "originalRequest": { "url": { @@ -49613,7 +49613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ce30acd-e67c-4b3e-a104-42e13fbc9f39", + "id": "299dc6a8-4b03-4495-a946-51b5e79c9bd5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49658,7 +49658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a14fa33-4cbe-4cf9-825e-ace74fb5d334", + "id": "a98b885f-2245-40c9-bf7e-58bf866c62a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49703,7 +49703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2985c05b-29b6-45fa-930b-e65de2985d83", + "id": "09a15f39-90a4-4dde-ad44-0ae9844262bb", "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": "c414103c-8e50-46cb-9184-7f644eb7a0e8", + "id": "85ee1b41-30b3-44bb-a4ac-fa3896d6df1e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49793,7 +49793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8175654f-c915-4d1a-9c42-1610ecf04c7e", + "id": "4b658bed-588e-4af5-b4e4-8d08e2f3aca2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49838,7 +49838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83d23bae-750b-4421-b495-1d7878fcb705", + "id": "294f732b-5432-4fec-980a-ab4da10f345a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49889,12 +49889,12 @@ } }, { - "id": "48af62ee-3a3c-43fc-a0d5-bfdda0d2acae", + "id": "644954a8-00b3-471f-886d-51c6aae359a4", "name": "Process identities under profile", "request": { "name": "Process identities under profile", "description": { - "content": "Process identities under the profile\n\nA token with ORG_ADMIN authority is required to call this API.", + "content": "Process identities under the profile\nThis operation should not be used to schedule your own identity processing or to perform system wide identity refreshes. The system will use a combination of [event-based processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#event-based-processing) and [scheduled processing](https://documentation.sailpoint.com/saas/help/setup/identity_processing.html?h=process#scheduled-processing) that runs every day at 8:00 AM and 8:00 PM in the tenant's timezone to keep your identities synchronized. \nThis should only be run on identity profiles that have the `identityRefreshRequired` attribute set to `true`. If `identityRefreshRequired` is false, then there is no benefit to running this operation. Typically, this operation is performed when a change is made to the identity profile or its related lifecycle states that requires a refresh.\nThis operation will perform the following activities on all identities under the identity profile.\n1. Updates identity attribute according to the identity profile mappings. 2. Determines the identity's correct manager through manager correlation. 3. Updates the identity's access according to their assigned lifecycle state. 4. Updates the identity's access based on role assignment criteria.\nA token with ORG_ADMIN authority is required to call this API.", "type": "text/plain" }, "url": { @@ -49931,7 +49931,7 @@ }, "response": [ { - "id": "374618bf-bc6f-4acc-94eb-ae56a07aea32", + "id": "382ee0e5-7361-4ae1-9eab-936f0f8582a2", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -49976,7 +49976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98341f71-1557-4135-a288-7453079f9740", + "id": "408e9fe7-544e-4374-97d4-509d7da963e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50021,7 +50021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "216c6ebe-721f-4695-8cd6-62af700173d8", + "id": "32619857-ec3d-438f-b9a2-780141ca9935", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50066,7 +50066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bcd1361-1bae-4a2e-98df-89f6ecab6645", + "id": "6558a996-84ca-4bc7-a60f-ae02e00780e6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50111,7 +50111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf4d5a6e-4ff0-4254-88a3-e797162d5ac9", + "id": "e30ecf29-8b3f-4181-9fcf-06cfa6795906", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50156,7 +50156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78bbda94-f1b9-4e36-8cfe-07074e0cced9", + "id": "6e99af57-265d-4942-9128-f7b213360651", "name": "Too Many Requests - Returned in response to too many requests in 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": "c8f542f5-9d7d-4042-8f76-6dd773e1eb0d", + "id": "28ee8e57-a7de-4ed6-aae5-1b9a97e4a984", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50258,7 +50258,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 Identity Security Cloud: '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 Identity Security Cloud manages users' access to apps and sources for each lifecycle state.\n\nIn Identity Security Cloud, 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, Identity Security Cloud 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, Identity Security Cloud provisions that access. \n\nAdministrators can also use the 'Provisioning' tab to configure email notifications for Identity Security Cloud 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": "80a2ec1d-25ba-4b29-a276-f0ee11d430ff", + "id": "eec9de36-333f-40d4-85c9-e614f1e7bd5e", "name": "Set Lifecycle State", "request": { "name": "Set Lifecycle State", @@ -50313,7 +50313,7 @@ }, "response": [ { - "id": "fc6f177a-4a7a-4212-b36a-199dd3f40936", + "id": "b78db7d0-4132-444d-9e06-fcacd2f20ff5", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -50371,7 +50371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d70a21ab-7ccb-4af8-87c9-83f551f0728a", + "id": "fcbca0c7-dd93-4441-8fe7-59a2e6f30826", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50429,7 +50429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a0f3855-78b0-4932-adb1-01907ba31e34", + "id": "4bea8ad3-a257-40aa-a26e-02619891b1de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50487,7 +50487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8f1499e-976f-45b9-a807-77b8e2c11eca", + "id": "6571b77a-0567-4d8a-a75c-4d2c93cb96b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50545,7 +50545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b4f83e3-3893-4339-8b73-40f944beaee4", + "id": "1504253b-651c-49b8-9b3f-62a47628046e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50603,7 +50603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "596b3ca9-6e62-49db-aac1-f7033db6edc4", + "id": "5f5f3c4d-fb7d-445d-8e75-b4986da524f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50661,7 +50661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1303c30-e7bc-4701-b633-cd213452a7ff", + "id": "a4790546-9f05-4db5-b2a9-6667c6fc4fb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50725,7 +50725,7 @@ } }, { - "id": "c35d8c84-a7ca-4da3-aa35-3e32feb5b1c7", + "id": "d97dedd5-41dc-4b9d-beab-a2d9431e0d60", "name": "Lists LifecycleStates", "request": { "name": "Lists LifecycleStates", @@ -50804,7 +50804,7 @@ }, "response": [ { - "id": "4b8b88d2-aec3-4020-9188-6c510a440038", + "id": "4444f1fa-0e33-4291-96ec-dd332a903efa", "name": "List of LifecycleState objects", "originalRequest": { "url": { @@ -50886,7 +50886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5bc7f66-1584-4a1b-ba74-c2c2c85addc8", + "id": "e9d35291-b75b-4d03-aaaa-83dda3f1ce62", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50968,7 +50968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc2101ca-3128-4b5c-8125-bebcecf2abbe", + "id": "864cd0c2-e992-4311-9bf9-317673ed1234", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51050,7 +51050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1baf782c-2d3c-4618-8a32-7b6e820132ba", + "id": "2b63b1e2-da63-426e-9238-0ef57480553f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51132,7 +51132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8f0bcd5-a4cb-4f04-977c-d604bcc584f4", + "id": "216f90f2-d4c9-46e3-86a8-6bc48928e160", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51214,7 +51214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03834e86-d36e-4fe4-9f13-8b5511e7aedc", + "id": "5ffa299a-6ee9-48ea-8661-db5595282716", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51302,7 +51302,7 @@ } }, { - "id": "5fde1755-4073-48c0-b582-51166ab9fab2", + "id": "de68c55e-3e9a-4382-adb8-76654fb40f75", "name": "Create Lifecycle State", "request": { "name": "Create Lifecycle State", @@ -51357,7 +51357,7 @@ }, "response": [ { - "id": "254eef35-d7f7-4d7d-96b0-b28d1d0a3f48", + "id": "86096eb6-522b-4df6-ae0d-f735afb56054", "name": "Created LifecycleState object.", "originalRequest": { "url": { @@ -51415,7 +51415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceba7554-3bf5-43ad-aaea-d649f85b56ad", + "id": "24bb2971-39f7-49ae-bba8-eebc221722e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51473,7 +51473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "319f8fa6-9b1e-4de1-8263-0061a1b6c978", + "id": "29e31fd8-7d22-46a9-b351-dd1c42b57e8a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51531,7 +51531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ff1c7f5-8782-4ed9-89fc-6c2d78a76907", + "id": "5f530b80-4379-4b01-b1cd-1bad933c6c85", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51589,7 +51589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6315426-158d-4ab0-b856-4654ad95cd55", + "id": "341b7cc6-d622-4822-bb30-a698a500e9f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51647,7 +51647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67f0bdc0-4659-46db-b85a-1a4f1adf66a9", + "id": "fbdaf8aa-ec75-476d-b4eb-61929c12f86f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51711,7 +51711,7 @@ } }, { - "id": "afd2e7ac-afe1-43f1-bd1e-53373cc8a973", + "id": "58b53925-82af-4e73-9010-69cb44a48274", "name": "Retrieves Lifecycle State", "request": { "name": "Retrieves Lifecycle State", @@ -51764,7 +51764,7 @@ }, "response": [ { - "id": "ed591e5e-4dbb-4421-8285-bf2074cb05b1", + "id": "7b4a8caa-7dad-4c9b-b455-0e7ab4972099", "name": "The requested LifecycleState was successfully retrieved.", "originalRequest": { "url": { @@ -51810,7 +51810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c08540b5-607d-43d5-8a37-1a47056f8309", + "id": "f4922a03-d986-42df-bf17-123a9db568ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51856,7 +51856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbd1b459-0b87-484e-9cda-9b7b2400ebb4", + "id": "a9a9cc78-b263-497f-8940-ac3d765f7565", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51902,7 +51902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8de87516-15b4-4a83-a4cd-c1c5d174929a", + "id": "96cfa86c-bd00-4c54-98b8-bc71473f47c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51948,7 +51948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "308e3598-22b6-4903-9bf2-a18aaf146dc3", + "id": "469eb615-6bec-4b2d-98fa-23e66d2a31e9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51994,7 +51994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac4ff34e-6297-4ea6-8740-e65196302c3d", + "id": "192d21f7-01c2-4ce0-a57b-314a80f38dc7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52040,7 +52040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a31bbc2-1981-469c-b327-2642c90beeb8", + "id": "69863052-b4a0-43ee-b876-fdaa8ff65532", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52092,7 +52092,7 @@ } }, { - "id": "d55f2258-47b0-4e5d-88bd-9c98200323e2", + "id": "4ba16ae1-be75-4eba-a7de-0510ab192ba6", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -52158,7 +52158,7 @@ }, "response": [ { - "id": "d9637c9b-5be8-43d4-bb94-a1aada9bedc6", + "id": "216ba754-8688-4430-80d4-201453e72bf0", "name": "The LifecycleState was successfully updated.", "originalRequest": { "url": { @@ -52217,7 +52217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9073d356-6f28-42ef-91b7-f31467e2d2f2", + "id": "5a25a3eb-78a1-4d78-b1c6-1a1a1a329a66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52276,7 +52276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bb990db-3eca-4d62-8f41-5924a76a2525", + "id": "ac1747d9-13ab-4a41-b7f2-cda1e6685b89", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52335,7 +52335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65ce82d7-4fb5-49ee-a540-d7c158aaa852", + "id": "e0e7a457-a8a5-49d3-9534-51353d3f751e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52394,7 +52394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f255ac0-c555-4130-9a57-636889b33fb4", + "id": "5d628f56-faea-4bc1-92ea-2abfbe449348", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52453,7 +52453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1af02ef1-b666-4b54-a568-a69ae7ad7d8c", + "id": "ec25405a-ff09-4422-83df-2f735a676ffd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52512,7 +52512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c720b62-ac8d-4f08-8020-3bd5a922d146", + "id": "2146e12f-4f9f-4ccb-bf0d-5187aff7cfd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52577,7 +52577,7 @@ } }, { - "id": "4eddec6b-5a67-49c4-8fa3-124a7ff34c53", + "id": "45eb61f2-4e02-4d72-a117-b6cf229f371a", "name": "Delete Lifecycle State by ID", "request": { "name": "Delete Lifecycle State by ID", @@ -52630,7 +52630,7 @@ }, "response": [ { - "id": "5bc83b97-cdc4-4811-98f7-511b723cb62a", + "id": "a4a35a32-6094-4b43-8340-d9c067e519a3", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -52671,12 +52671,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"laborum veniam Lorem \",\n \"name\": \"Contractor Lifecycle\"\n}", + "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"repr\",\n \"name\": \"Contractor Lifecycle\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "271ddeb1-2035-4954-ac03-3cfa6de46b96", + "id": "8769c0a5-f927-4d9c-b828-6997ccbe6d86", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52722,7 +52722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62bc9ce0-556e-4eda-bb7f-70a7093c7862", + "id": "727d7d30-c08e-40c2-8b34-626aa1ffd975", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52768,7 +52768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2ea24d3-1a25-4a8b-b1af-a78231082c46", + "id": "1dc589d7-7585-47d6-80eb-dc031e6f82dc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52814,7 +52814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e2ad800-87dc-4852-9968-55f69950008a", + "id": "4e8249ee-a82c-47af-a2a3-aba6c43d8efa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52860,7 +52860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "594aa15a-e009-4af0-b509-0518fff9ca5b", + "id": "2f991b95-4441-41ea-a238-13c94d5db416", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52906,7 +52906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23862036-d471-4bc9-8c41-e4704b7d95c0", + "id": "13b3cbfa-1270-4cc3-b11e-93fd18551b2c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52964,7 +52964,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 Identity Security Cloud 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 Identity Security Cloud.\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 Identity Security Cloud, administrators must create a non-employee source and add accounts to the source. \n\nTo create a non-employee source in Identity Security Cloud, 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 Identity Security Cloud, 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": "feb3a18c-e804-4e5c-be79-5612c5bfebd4", + "id": "54d90067-d7c9-4eef-9303-bab5a5de1b9f", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -53006,7 +53006,7 @@ }, "response": [ { - "id": "22eb856f-331d-4aa4-8ca9-b42fca5a0b13", + "id": "d8ba1223-f1cd-4a07-9cfb-94979d76d164", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -53062,7 +53062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7abcf5a9-6e4b-49ea-a1e7-4f544681ca9f", + "id": "879184f4-1a84-443f-8aa7-0a5fe7b06f55", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53118,7 +53118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4af05c4-3fc9-4e7e-8852-7d8b9f48109c", + "id": "8daaced8-c9ec-4715-94ff-269aa40661ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53174,7 +53174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "954eab57-dc1b-448c-bda0-40c76fcb77aa", + "id": "824b1415-18c3-4185-8d90-96112788fc4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53230,7 +53230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7da7bc11-3350-4df3-a3ce-c6dabbd34529", + "id": "3bc5e224-abd7-40de-8aa6-d136a1ba4b1b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53286,7 +53286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1594c4b7-3c98-44f3-a73f-2697b35c34af", + "id": "932d8af5-d0a1-405c-8c0c-526bbaedddfa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53348,7 +53348,7 @@ } }, { - "id": "32aff302-fbbe-410f-9676-691983311c1a", + "id": "e3231bbd-f4e9-41fb-9aa7-6cbdf4e6f562", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -53423,7 +53423,7 @@ }, "response": [ { - "id": "2b7b4d07-4ec1-41aa-94b4-604551a1f68c", + "id": "90eb3e85-114f-47dd-9532-2228104d703e", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -53512,7 +53512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7278b7e9-ef15-4ec3-81f8-bc1b27f3394f", + "id": "8f21b249-c552-47d1-a304-236fe681f23a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53601,7 +53601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4595bf99-660f-491e-a72e-ba0235517b02", + "id": "e2c60375-dd3c-46ca-b2f6-21ee42c27d86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53690,7 +53690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7f8a604-eb47-444f-8ff9-4741d4fd58ab", + "id": "81243f8d-3540-49e6-a40c-72a501db0572", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53779,7 +53779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c15963f-317b-46c6-8590-1b042663e992", + "id": "d45454e3-ac9e-4fe1-b01a-180312e42750", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53868,7 +53868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91b3f58b-1855-4834-bbac-70e3c508a2f0", + "id": "3caf03a3-3c1a-44c2-b468-db7bcfa139ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53963,7 +53963,7 @@ } }, { - "id": "390d9817-66ff-40f6-98a9-c89a5f5af921", + "id": "7602647c-2214-4392-8db6-b9531065f7f9", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -54004,7 +54004,7 @@ }, "response": [ { - "id": "1485d04b-d6b4-410d-af3c-86a217276e00", + "id": "532beae7-8528-4acc-8e6c-ef136ecd7d23", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -54048,7 +54048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c68cd885-e59d-4dfb-a1d8-59dc0bf1f338", + "id": "5c41a532-08a0-4ae4-8895-f1ccc13686a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54092,7 +54092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68dc9278-89b1-473d-9cbc-28b8c01c448e", + "id": "56d65ed0-c0bc-43fb-b7f7-d3d96377d0a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54136,7 +54136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c00dae64-44fb-4a89-ac48-652b6659c13c", + "id": "a88dbf6a-f216-40bb-822d-3e82175beeb6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54180,7 +54180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bc3ca3e-a1e7-4e96-95ac-6a71770b09e8", + "id": "c1798715-9805-403b-8a82-b4244411c503", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54224,7 +54224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee956b16-5df7-4e77-88d6-b6b503aa7950", + "id": "03e215ff-9512-4f82-93d8-0be47b677b40", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54274,7 +54274,7 @@ } }, { - "id": "fa1b9712-c1c3-408d-9503-ee3c24aa4f21", + "id": "e234b31b-6ce0-4523-ab32-b750a132696e", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -54328,7 +54328,7 @@ }, "response": [ { - "id": "8de1b1ae-6220-4bb6-8eca-1308864b51a4", + "id": "ca598f5d-1a66-412d-a1d5-dfb1ee2ffd24", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -54385,7 +54385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5da9f43a-3e46-4cfa-ab73-357f99d1ca35", + "id": "c7fb7b27-002b-4a0e-b1b8-99190ea46f1b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54442,7 +54442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b7c9216-1407-4116-9e83-89ce127f24c2", + "id": "837c6b64-85e3-4912-b452-7cbb6d7bd236", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54499,7 +54499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3898213-b6d6-4ce0-aa79-2a2d4b02532b", + "id": "e053948e-db60-4d82-b07d-3314ecdb44a9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54556,7 +54556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dc846b3-103b-4ea5-8495-8366944f2b5a", + "id": "79f8f12a-622b-4bd2-98b0-21cebc3aa826", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54613,7 +54613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "933b1152-7d1b-47fc-878f-0dbb4f909b75", + "id": "6d8a66e1-b681-4436-898d-a57cee49f6b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54670,7 +54670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07d2d343-464f-471a-a2bc-1f6349d659a6", + "id": "4cea01e0-2996-4839-9553-ce9399de71ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54733,7 +54733,7 @@ } }, { - "id": "a98358e5-6943-4e0b-9a62-46e301c9ec3c", + "id": "a25b7df9-d1a7-427e-a09d-2c54e6a88b78", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -54787,7 +54787,7 @@ }, "response": [ { - "id": "2d0aa0d8-f440-4c12-9a15-651185b3e941", + "id": "1a5ca4c0-9de5-4cd9-8de4-16733d50e1df", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -54844,7 +54844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d87f1a6-60be-428c-bf54-dbaee2426bec", + "id": "da7cd4b0-3d17-4767-bd95-b65cf4d5ab06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54901,7 +54901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b27f2f2-6242-4fb0-b42d-7fc5e4d1d8f8", + "id": "1cb759a6-e36b-4bde-ab1e-14861cd98763", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54958,7 +54958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa389399-1660-4f87-bcc8-0176121542b4", + "id": "48b10e8c-1cd2-46bd-a34e-c109d51e6efe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55015,7 +55015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bf9cc7b-e52d-4834-9817-9e46558a4391", + "id": "230b7846-db5b-4d07-b24f-3e14549d8454", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -55072,7 +55072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f9efdf7-7cd2-4a6b-a71b-0faa2bfe3586", + "id": "0ff7e9bb-58b5-40c5-b09a-55bbb1442ba0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55129,7 +55129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3580d8a3-b8a5-46d8-8f4e-62bb095d01f9", + "id": "55ed8b54-148c-4374-9e01-0ae7702db3fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55192,7 +55192,7 @@ } }, { - "id": "a818e2f0-6a26-4fd2-a236-228700a38fb0", + "id": "c545a269-007b-4603-a312-a0eb0434dd49", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -55233,7 +55233,7 @@ }, "response": [ { - "id": "be32c841-fc10-4324-8a2a-f1ae43c0fb0a", + "id": "b5ed753e-89aa-4c85-955a-cf6f885db52f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -55267,7 +55267,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e9abb546-6a45-4665-a7ed-2c05e9bce9a2", + "id": "6ec59078-e325-4e1d-a943-ff9cf1d6dcbb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55311,7 +55311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbacb333-1674-4520-8add-28e1b049eb73", + "id": "3eb3219a-bdb4-4480-9d5e-7e612dc72b85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55355,7 +55355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b5f6c36-5e3f-4288-baa3-eae5eac6bfbf", + "id": "020d0377-6d15-4984-b805-894412227cda", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55399,7 +55399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0aad4a8-26ff-4718-b3e7-d85a9f775fbc", + "id": "e3666218-1fa3-463f-bd90-b669a120cb17", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55443,7 +55443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d796e02-d14c-4320-9979-cd795b07dee7", + "id": "29a18d9c-5e07-4440-bf24-ad12c1161dc4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55493,7 +55493,7 @@ } }, { - "id": "9d7abd0e-7386-4489-be79-a1c809b7450b", + "id": "d0b22567-7c13-4c34-bf8e-6ada0c21bcc4", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -55536,7 +55536,7 @@ }, "response": [ { - "id": "b0f12189-4f88-4941-9f56-55765fd5a953", + "id": "f86bc062-158c-45b6-9262-b27064fa1578", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -55583,7 +55583,7 @@ "_postman_previewlanguage": "text" }, { - "id": "74353f79-8c02-49bb-954e-663a94ef637a", + "id": "858fb37c-c50f-4d62-9698-4450e2484b1b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55640,7 +55640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "677e358e-523a-4260-a0b4-23510f472279", + "id": "36aaf3d9-6ac0-4a33-b004-81488a69bf8b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55697,7 +55697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea0d0d8f-879b-47f9-9043-49d1c66f06ab", + "id": "0bebd2e7-aa87-4a78-ac97-1c6ebc49264d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55754,7 +55754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b69c3c1-fadc-4700-8449-40880de5b704", + "id": "29e83ad8-5df9-479b-ab2a-71c150185795", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55811,7 +55811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad8c69c7-bef3-495c-b8bd-ada3a3e1f996", + "id": "0d5deb4c-2af2-4334-84a1-9370905c16b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55874,7 +55874,7 @@ } }, { - "id": "d9b492e7-7944-477c-9020-808eb0055599", + "id": "cbd01bd9-821a-435e-879d-8174fb50a231", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -55916,7 +55916,7 @@ }, "response": [ { - "id": "87d37c44-a5cf-4f0e-a234-f25e413bb46e", + "id": "ee48efd6-12d8-40de-876f-baaa5b4e1e95", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -55972,7 +55972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "837a0b65-3e1a-4315-8c64-8e56fa15ea85", + "id": "c68ef99f-0da1-40a8-b428-fcb16404b950", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -56028,7 +56028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b099b98-572d-4024-a1d7-f23708983826", + "id": "069b96cc-971e-4292-a1db-8394c246ce2a", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -56084,7 +56084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6bd8f4c-8d1a-4d65-afca-9f1579dc088d", + "id": "6df98a4f-750f-4ba4-80de-e3aa07bf62cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56140,7 +56140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70bbbfdc-700a-4303-9d08-a3e5ad8d4f8f", + "id": "5c537098-e61b-43b3-afeb-fd169e9952fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56196,7 +56196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "addb2fc9-0076-474b-8947-1b551f657a6f", + "id": "a9ccbdc0-8ea0-488c-8dd2-4609136fc40d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56252,7 +56252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f27da054-df96-489f-bb60-702317346965", + "id": "48b4e56e-56d1-4704-b758-d42e5c225598", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56314,7 +56314,7 @@ } }, { - "id": "d63f8878-029e-4790-a355-a10b2e2b184b", + "id": "800d6ec3-ab33-401f-9082-91ef4fe309c6", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -56398,7 +56398,7 @@ }, "response": [ { - "id": "00efcded-7013-46c1-bc77-38e410f3ce41", + "id": "5a4316b1-855d-4fcf-b9dc-39d45dd3ea90", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -56496,7 +56496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b460fce3-e5f6-40fc-b2b6-603785b85cb5", + "id": "40359c78-9397-4076-9ce5-5cb6af8b4903", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56594,7 +56594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d86aec4e-a22f-41f7-971d-117274ddff1e", + "id": "8bf3f00a-09f9-4cc1-a98d-fa7dad3bdb08", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56692,7 +56692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b778ea3f-b4da-4a7a-8346-4aad5b0b3920", + "id": "82764d6c-ebc9-4b9d-b32a-1f37484bf8ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56790,7 +56790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55aac8d1-5286-4891-8b97-aad78168fb8d", + "id": "99e1b310-4461-4512-b25e-c9a166d83223", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56888,7 +56888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4a0012a-ca65-46b1-b49f-e68918c07c5e", + "id": "4c4570d3-f340-4ef1-b42c-7691ba7d59ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56992,7 +56992,7 @@ } }, { - "id": "3024921a-e81a-474d-b19b-1684798433a2", + "id": "e127f752-8f80-435b-86b4-f085fb46d6f0", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -57033,7 +57033,7 @@ }, "response": [ { - "id": "b74182e5-8be9-4ec1-af16-47c6fe95a732", + "id": "34a28712-d846-4f39-b29d-4369b0a97823", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -57077,7 +57077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bed2a209-560f-4b84-9a4f-e136fece82aa", + "id": "67722ac7-36ae-408b-b736-2cdc8f2ec946", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57121,7 +57121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ba5daed-ce13-4fea-abd0-4b1413ee8fde", + "id": "cd37f6c6-abf0-4a9e-9acf-9396260de714", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57165,7 +57165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e6d3e2c-2f7b-4715-90cd-59481ea8da8b", + "id": "4822a38c-0fe9-4a93-b033-7b94897b51e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57209,7 +57209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43b64438-58ba-40dd-98cb-b17c8f785e8d", + "id": "14be1d89-3428-4c18-a0ce-e78f434b8267", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57253,7 +57253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "121dd9d5-e426-44bf-954e-14672dc5c011", + "id": "9690dd33-1833-488d-a9f9-b413835ff619", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57297,7 +57297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c02cfef4-2781-42a2-94fc-a18e111a316b", + "id": "fd55966a-b4ee-4992-995d-8801ab4e52e2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57347,7 +57347,7 @@ } }, { - "id": "a57c9079-0f20-45f4-8165-f1053fe04a8b", + "id": "08003585-1b60-4315-9ba3-eddd4f711063", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -57388,7 +57388,7 @@ }, "response": [ { - "id": "53ebf853-3f1f-4926-bbe1-2f5e3c43d025", + "id": "d2c29e85-6224-4632-aafd-7cbab3da85ea", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -57422,7 +57422,7 @@ "_postman_previewlanguage": "text" }, { - "id": "90b239cf-8543-4c16-8c4a-0e2edc5ed134", + "id": "5fbf9500-63ad-4b3f-a77d-1d93812e447f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57466,7 +57466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ce71d85-0c29-4d61-81c0-707e5c3b5383", + "id": "7da780ca-5d6e-4c8e-9ffc-68a95f3a8694", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57510,7 +57510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4425ddb2-928e-463b-a43d-e91a376a7e72", + "id": "cad781ed-8039-439b-9117-9e79fb68023f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57554,7 +57554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15d857dd-5b9f-430b-8b81-b6f643587759", + "id": "3ebcdf03-667a-4ba0-8e71-eee08e62d780", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57598,7 +57598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9361c61-83f4-4e34-9531-85d03f5a58c3", + "id": "f54966b1-3116-4b09-ba6c-b1affbfd87da", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57642,7 +57642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "180901cf-147f-450c-babc-082fab387cb5", + "id": "0cc0d530-0f87-420d-8e8a-df2b177ead6e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57692,7 +57692,7 @@ } }, { - "id": "ce2b25ca-028c-495a-805c-cf078aab8d6e", + "id": "6fdd75c9-2300-414b-8f9a-b515dbc49c41", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -57734,7 +57734,7 @@ }, "response": [ { - "id": "d5cc59a5-b2f3-47b7-8a74-44450432db20", + "id": "e41dcd04-0d1b-4557-a872-30ff0dfcb954", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -57779,7 +57779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54ff891a-17c1-44e1-bd22-8de8bea79e56", + "id": "e3873ac3-f70f-457d-8cb0-3b0f5c8b8d50", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57824,7 +57824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c8b337-ecd1-49ee-8f29-8d3696cc69e6", + "id": "7607efbd-3b1c-45fa-bf48-a8caa54eb280", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57869,7 +57869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df82fd15-58e8-442d-bc8c-e101636f695d", + "id": "3e3e4a80-ef91-483b-862f-9f9b8d89b64f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57914,7 +57914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93bbb12f-fa0e-4717-8cde-5f524d18e10f", + "id": "dec550df-77db-4aca-8cc5-352e71e1715b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57959,7 +57959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad8e0f96-94cc-424b-aa56-496869bf7bce", + "id": "e18647f4-fd1e-4b71-95e7-61999dbe11f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58010,7 +58010,7 @@ } }, { - "id": "b249f6b6-f612-411d-ac97-66a2d6f6d778", + "id": "e8cd78c3-3bd8-4d89-8538-df5daf978def", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -58052,7 +58052,7 @@ }, "response": [ { - "id": "52d71ee3-2ce2-46b2-bc81-a3bc545c6f7c", + "id": "42fec2ab-da5a-462a-b1fa-e4b4e8d4eb5f", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -58108,7 +58108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bc0330e-be92-4482-a321-3a54a1401395", + "id": "b70b25c6-a251-4292-8c9c-058b89eb9ff6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58164,7 +58164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "154c8368-acb9-4ada-a5e0-ffdec8836402", + "id": "ad32e67e-8aee-4eb4-8f7e-5f882d812e04", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58220,7 +58220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f8adde5-ec43-47de-8557-a1c18374f282", + "id": "1e2c5c1a-ce22-46ed-9824-c8ced73b8a60", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58276,7 +58276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "258c31ef-9cfd-49bb-b4aa-6f6378df4d49", + "id": "36245525-b484-4342-bac2-76caddc2646a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58332,7 +58332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5436f74a-55e3-4a4e-9b10-a0955061fa5f", + "id": "d2f2cb66-2f27-4230-bc4d-072de78e1390", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58394,7 +58394,7 @@ } }, { - "id": "70c4d49e-983e-466d-87ae-5c6a277d33c7", + "id": "3f3239f8-2c32-4a4c-b2f5-03c89c6e4010", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -58478,7 +58478,7 @@ }, "response": [ { - "id": "2656b26d-2a3a-4a53-8431-c167be2b7376", + "id": "55760ab0-c0c6-49a3-b765-508f2fa6494d", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -58576,7 +58576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8e98d07-c993-423e-8cc5-4e116f6a3272", + "id": "7b9fbd8e-c34f-4eb7-80ee-484123314947", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58674,7 +58674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "401feb5a-fda6-46ff-a442-f0ad93e5a7a6", + "id": "1c4ba325-138d-4f8c-a111-a333c4556546", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58772,7 +58772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6923bc5b-5db4-4445-9826-84fee118abfd", + "id": "155e3673-68a9-4b96-bb29-a89925b2910a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58870,7 +58870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1369c4f5-8ba6-4da6-9d86-35201a06c767", + "id": "7eafa7f7-d5d7-4824-a6cc-822ad50151d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58968,7 +58968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c01af4bb-08bd-41d4-b17c-82cbddfbbe52", + "id": "4b5eeb68-a79a-4989-b6d8-00ed5288a65a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59072,7 +59072,7 @@ } }, { - "id": "51785090-bbf8-4436-9a4d-783a66e18342", + "id": "3c180436-97dd-4ee1-addf-1528d9313617", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -59113,7 +59113,7 @@ }, "response": [ { - "id": "eead93f9-8272-47f4-b8de-9aa807c018ee", + "id": "da1b64c9-2215-40d3-ad1c-3eb0e4a3a8af", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -59157,7 +59157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99bf8a48-e4b2-4d44-95b5-fd4b1212d4eb", + "id": "55fe9f71-5b21-440f-b45d-ceb207cc20c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59201,7 +59201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eba78a2-74df-46a4-a4f7-26fb9ac48f5c", + "id": "fd5e6d4f-aff8-4795-a866-66b073ad0d9d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59245,7 +59245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8eb98f5-67d6-4326-872b-64d55ba07dc1", + "id": "11e2fe4a-18d7-47a5-aed5-7e76add74060", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59289,7 +59289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dd801fd-2eef-485d-a46e-ecf1c6c0b5d6", + "id": "c905e175-39c1-4a95-960b-558cbe01c5c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59333,7 +59333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e2440d9-a199-4b99-911b-31d8463ebf07", + "id": "c2046afd-1c3d-470e-a280-514f203503b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59383,7 +59383,7 @@ } }, { - "id": "1b9d87e9-fff9-4b86-aa32-1b80f40b888c", + "id": "e9a1ca31-2e73-43c7-a00a-d9a0e25b5337", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -59437,7 +59437,7 @@ }, "response": [ { - "id": "0cac18f5-0576-4617-ac85-4bd0ebd15642", + "id": "007fde23-8c0a-492b-99a8-41449b172a73", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -59494,7 +59494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f068894-9895-4e56-984c-cf915f5be35c", + "id": "1197275e-3dba-4e45-8bf2-19a5f1d1d8aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59551,7 +59551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d9b990d-2af3-4f13-a0b8-ef8a718ffaf6", + "id": "48af63e7-f589-437b-895f-2ba651d5dc97", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59608,7 +59608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "293f3e92-6cc4-455e-bb2b-3f94d1a89cbc", + "id": "5c64a3df-c2a3-4ad7-a43e-24686635397c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59665,7 +59665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb2f9ab3-8e1d-40e2-9b7d-67580dd581fb", + "id": "89815eac-ffb9-479d-b0f7-af1b368f537a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59722,7 +59722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ecea651-8dbf-4850-b1df-e1f50fcf5e59", + "id": "dab3a63f-0ccf-47c2-b9e9-c03b0e5bec80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59785,7 +59785,7 @@ } }, { - "id": "af4df475-9c0d-4899-bfb6-6f6149d9b27f", + "id": "a3007b51-2bb7-4eb3-98ba-ae01a1afc0dd", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -59826,7 +59826,7 @@ }, "response": [ { - "id": "0123ce8a-790d-40f7-8835-00409d0a82da", + "id": "47a4e076-56fd-4c3a-9c9b-36b376bf0360", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -59860,7 +59860,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7ece082d-cf52-4f89-b1b1-b00ed0b146a5", + "id": "1b456c51-2de8-44b4-966b-c0b7a3499114", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59904,7 +59904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4e3e1bc-decb-4100-a049-fdbd9b6bdb50", + "id": "844658f2-752e-4585-b8af-6760cc79c9ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59948,7 +59948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a5bbcad-9296-489a-8cf6-b30222d3d13c", + "id": "e8b0cfb6-4758-4e5a-9fd5-ca59ab955b48", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59992,7 +59992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d560b9ed-19be-43a9-afc9-d1ca621ad7b6", + "id": "6e226ce7-f779-4b14-9ad3-82210f242495", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60036,7 +60036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56b313e9-95d3-40fb-8219-34144d189f21", + "id": "8e5edd50-cb7a-472a-bf63-ab3263f1dc1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60086,7 +60086,7 @@ } }, { - "id": "166a551a-1200-45b4-8af5-786493fd883f", + "id": "e35fa010-5f75-4967-828d-5ba191b2e87c", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -60129,7 +60129,7 @@ }, "response": [ { - "id": "46c46b59-4a47-4843-b0c7-766b2fa43d53", + "id": "4183b74e-444f-4687-bb8f-45c78e8a7372", "name": "Exported CSV", "originalRequest": { "url": { @@ -60175,7 +60175,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0a688178-4bc8-4952-b08d-97ce2de8efad", + "id": "271c8214-924a-4c2b-82c3-9fa666c315ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60221,7 +60221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4cd8c22-926a-4d4d-a826-eecfbe96540c", + "id": "116ffe5d-bfb1-46a9-bef4-729a6a526d84", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60267,7 +60267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5de92f50-cd74-4d1f-b386-b1c2f4e56755", + "id": "77de9e2f-982f-4028-85c0-0a4090de465c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60313,7 +60313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a14b761-206d-4d70-9ae2-d85e6301469c", + "id": "d135e5ee-e0eb-42ed-90b4-32acb050975d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -60359,7 +60359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ee468f7-a464-4f6a-945a-8582434cc36e", + "id": "48584729-228f-443e-83e8-82a8b421567a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60405,7 +60405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d12951d-3506-49e7-b005-3765d1122303", + "id": "97a339ea-2176-4959-8ba8-9edc7560d7b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60457,7 +60457,7 @@ } }, { - "id": "cb830156-f52e-4956-8e39-7f448537e149", + "id": "3e313eda-7f77-4287-8cca-2ecb1456a4e7", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -60508,7 +60508,7 @@ "type": "text/plain" }, "key": "data", - "value": "officia Excepteur", + "value": "id officia minim dolore", "type": "text" } ] @@ -60516,7 +60516,7 @@ }, "response": [ { - "id": "3ee916e5-a91d-4d1c-9f85-92edf82379fd", + "id": "dd8c55e5-2cb3-49fa-a565-3bd6a9cac950", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -60559,7 +60559,7 @@ "type": "text/plain" }, "key": "data", - "value": "officia Excepteur", + "value": "id officia minim dolore", "type": "text" } ] @@ -60578,7 +60578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9fea1eb-2c0b-4502-9ced-a74a4b132ff1", + "id": "2b65c6e0-d2e4-4346-837b-90499835d58b", "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": { @@ -60621,7 +60621,7 @@ "type": "text/plain" }, "key": "data", - "value": "officia Excepteur", + "value": "id officia minim dolore", "type": "text" } ] @@ -60640,7 +60640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5085c91-65b5-43fe-8146-f3cdb088ba04", + "id": "6442d24a-42d3-45bf-ab1b-81fc819074ea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60683,7 +60683,7 @@ "type": "text/plain" }, "key": "data", - "value": "officia Excepteur", + "value": "id officia minim dolore", "type": "text" } ] @@ -60702,7 +60702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fcdd70b-69ed-4b64-854b-03fbca18ccbf", + "id": "e17f241b-fb5f-46b4-8939-885c4c9b167c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60745,7 +60745,7 @@ "type": "text/plain" }, "key": "data", - "value": "officia Excepteur", + "value": "id officia minim dolore", "type": "text" } ] @@ -60764,7 +60764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d294d1-758f-4a74-bb22-d5bccd8f85d5", + "id": "5464022c-71f0-442e-b83f-e48fed8ba0f6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -60807,7 +60807,7 @@ "type": "text/plain" }, "key": "data", - "value": "officia Excepteur", + "value": "id officia minim dolore", "type": "text" } ] @@ -60826,7 +60826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15823b58-7d53-475d-9cf4-94e80075d58f", + "id": "766aff04-4249-406b-805a-b2acbf01f2cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60869,7 +60869,7 @@ "type": "text/plain" }, "key": "data", - "value": "officia Excepteur", + "value": "id officia minim dolore", "type": "text" } ] @@ -60888,7 +60888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5b1d329-0873-4345-a056-578978429911", + "id": "2da49514-5256-4d6f-9a35-dc24a9acdee2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60931,7 +60931,7 @@ "type": "text/plain" }, "key": "data", - "value": "officia Excepteur", + "value": "id officia minim dolore", "type": "text" } ] @@ -60956,7 +60956,7 @@ } }, { - "id": "c5fe3ce8-ac3a-4386-8348-eb983a2071ac", + "id": "e4f7c591-fcb7-46c7-856b-5c74e67665d4", "name": "Obtain the status of bulk upload on the source", "request": { "name": "Obtain the status of bulk upload on the source", @@ -60999,7 +60999,7 @@ }, "response": [ { - "id": "5d7a8ce4-da74-4d43-ab6c-298579762fde", + "id": "7eac3944-44dc-414d-9285-45d83b911f70", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -61045,7 +61045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "274c24e5-3b7c-4c1f-9e44-669f51d50d1c", + "id": "3c5ce43c-460c-4f1f-bf20-db257dfea3ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61091,7 +61091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52fb1760-059f-4580-8a45-a40b8660c07e", + "id": "f45ccb3d-bcea-42b7-902e-95f0058e451b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61137,7 +61137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2615125-8d77-4ab5-afc7-71099c8251ab", + "id": "7e7d3145-60e8-4f79-a15f-8502c7429535", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61183,7 +61183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57bb6a59-2faf-4ea7-b9f1-1daf777d5597", + "id": "e217d1ef-06c6-49e2-ac9c-67eafd611d39", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61229,7 +61229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f968a76-52bc-4915-9fe9-20a77f78d8b0", + "id": "0851d326-1ede-4575-b96f-454e48c5c4a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61281,7 +61281,7 @@ } }, { - "id": "a4d74d95-e760-4cb7-85ca-2d4cf891e658", + "id": "4db15a68-033d-4ec9-96dc-efda10924e7e", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -61324,7 +61324,7 @@ }, "response": [ { - "id": "97fcd3bd-f39a-4c8e-88f4-eb41ab374c55", + "id": "3a2944b4-af0d-4612-b3c0-2dec71f60671", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -61370,7 +61370,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e484c2b4-d69c-4079-997f-0b73600d1bbd", + "id": "24582bea-3b82-47ed-a466-0ebc567977c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61416,7 +61416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "166d060a-ad8e-4758-be06-21295dbb020f", + "id": "b707e6ea-39c8-49da-80d2-20f805f8b7e5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61462,7 +61462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d981bbc3-f0ad-4a73-ac87-56197b3d9149", + "id": "75a8538f-67c8-4fa4-9984-1c3e704edf92", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61508,7 +61508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8923d6f6-27df-4629-b7e9-d069a8858e6e", + "id": "01bdfd46-0417-4bdb-9410-12bfac203d6c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61554,7 +61554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13adb63e-7f51-4c43-a332-13f61463d642", + "id": "252d28fb-6f22-4f59-aa67-12a8a13cd94d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61600,7 +61600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9e0dabb-aaa8-404a-ab10-e0116da3658c", + "id": "64557a09-6605-4589-8c16-97e66b22eaa9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61652,7 +61652,7 @@ } }, { - "id": "0ffb5b60-84d8-46ee-8884-ba2ec73f0be1", + "id": "677a7f44-b31d-4582-b3ed-eae353f4c4c2", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -61736,7 +61736,7 @@ }, "response": [ { - "id": "f9ce8b12-85b9-4a31-a6c4-84148cc9fec0", + "id": "1433811f-a7e2-4c38-b9ce-bffefd38f0f0", "name": "List of approval items.", "originalRequest": { "url": { @@ -61834,7 +61834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38f8c176-84a3-400e-a6da-ee8ed41ca206", + "id": "6fef071c-2adf-40dd-9cf4-cfd29e8ec00c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61932,7 +61932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab0900f-0281-4a63-b10b-6d4feb578e86", + "id": "596af019-8960-406f-a56d-0ffb73483726", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62030,7 +62030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17cbf1a1-a035-472f-901d-421e85727976", + "id": "06296a3d-5ed0-416f-adb0-3e833c4297fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62128,7 +62128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00489170-5068-444e-bb00-baf7377f5e11", + "id": "48d6c4db-834e-432f-97f1-833467846fed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62226,7 +62226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e091cf3-5453-4c33-954c-70e351059e04", + "id": "51df54dd-cbe6-4b59-96a2-384cd0c8d9a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62330,7 +62330,7 @@ } }, { - "id": "c07d5540-ea89-41a6-9dae-189789879565", + "id": "03732cbb-94c3-455c-8a21-68de5dbdf3ba", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -62381,7 +62381,7 @@ }, "response": [ { - "id": "2dabd7a9-41ab-4317-9ab7-e8d30e038d73", + "id": "78ee0c7d-0621-4c27-89ce-f060317cceb9", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -62435,7 +62435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bf648cb-bfec-4395-b76a-757a1f8e5f3a", + "id": "c70536ae-89b9-4f53-8f6d-2730fd84ad5d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62489,7 +62489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "114dae18-ab0c-40e8-86d8-d59770b35fd7", + "id": "b0290038-0379-43ba-9d0e-82eac0c24028", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62543,7 +62543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e52a3e1-65b1-4dff-ae47-93920ea18b2c", + "id": "4bb6f8fa-daf4-4803-b337-c44e9c1f8c25", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62597,7 +62597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04291d88-2484-4b87-b5a9-93292b363f91", + "id": "feeef3bd-6dd3-40bd-9f21-526506dce50e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62651,7 +62651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b14247a-32b1-4584-a913-5b44ad02fdde", + "id": "4cb33f55-83ef-47dd-b0b2-dd33723db66a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62711,7 +62711,7 @@ } }, { - "id": "3d0d0851-1c20-413b-907e-accf41e18257", + "id": "a1fb1b81-a497-4baa-a558-09ab934481ed", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -62766,7 +62766,7 @@ }, "response": [ { - "id": "c35d01ee-9b2a-44c2-88b2-c07ff3d6f2b0", + "id": "76e7c5fc-a87e-4974-9006-95ea47244147", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -62824,7 +62824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49cdf763-d8b3-4ca9-9599-53e3f807d0cc", + "id": "7c0a09ac-42a2-40bf-9683-0538cf753834", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62882,7 +62882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0d139ac-a298-4abe-829b-745649628248", + "id": "beffc211-a461-4be6-909a-41d1f087db8a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62940,7 +62940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21b352f1-cdb2-4e9a-b0da-28eb0d97afae", + "id": "b33fde3e-4222-40f2-80a2-bc658fd0d46c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62998,7 +62998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "461a48d6-bb4c-49b8-bf18-b7300d410b95", + "id": "5d4b681e-47a7-433b-b4dd-e96d6c85955f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63056,7 +63056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68739af9-b439-4158-b951-a9457aa3cb04", + "id": "774b67f7-5d95-4d2b-9e04-985d0a602def", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63120,7 +63120,7 @@ } }, { - "id": "e19d4dd6-8262-4461-aa84-509539ef6a13", + "id": "c948c25c-fa5d-4ff2-b49d-92efa28c54b4", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -63175,7 +63175,7 @@ }, "response": [ { - "id": "540b6516-96bc-4fbe-8941-4d2ee742071b", + "id": "ca42d1f0-6d58-4661-bf80-22e8f865c006", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -63233,7 +63233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e258624c-89c7-49ef-8e86-edbe1c8306b6", + "id": "30eb5ccd-fe04-4e90-bd36-bce5248c1a4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63291,7 +63291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e82e7fd9-1768-4b55-ae22-cff4a20f63eb", + "id": "90ddee97-e2bb-4710-9e34-a660f6e8d735", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63349,7 +63349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "095d8e80-2fb2-47f5-ab6a-67b636c27116", + "id": "b47fa897-0df5-4d45-bd88-85cf74e93d8f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63407,7 +63407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df6ff08a-238a-487c-888a-16946a33a362", + "id": "7e4c207d-65ca-4ed1-bf71-4f9a5b228530", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63465,7 +63465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d29c39f7-9edc-4d18-bd91-21357d04af24", + "id": "c88a15be-3046-41fe-ac09-34aaa69c439d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63529,7 +63529,7 @@ } }, { - "id": "7c5a85d9-9620-4315-abaa-d4027c0d213c", + "id": "c9d9127e-658b-4a25-9b73-0763c0f7aee8", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -63571,7 +63571,7 @@ }, "response": [ { - "id": "cde9e9f3-ba21-4390-af7b-d8e74e8e2c6d", + "id": "bdc44f5e-cc4f-42e5-9c8b-bf45a70c4c83", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -63616,7 +63616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71d55431-fdb3-4633-b648-687f207a0095", + "id": "fc6f445b-3fcb-41c7-8440-30c4bff2e960", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63661,7 +63661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ddd992-a788-4686-b3dd-93ccab658803", + "id": "a7aef1db-d978-4196-9a09-27b015038ae3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63706,7 +63706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "986357b8-30f9-4561-8a01-40019dc8582f", + "id": "a38a2f06-b4ad-45fd-8ddc-5d38bde54494", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63751,7 +63751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1d20c0b-a8b0-487b-9779-665138c6879e", + "id": "0c929831-121e-4543-b5ac-5d13d8d2475c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63796,7 +63796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53d90b3c-7a36-4046-8632-518ae7f7770c", + "id": "ff14d5e1-9906-4a07-9ff1-20d5c4151b30", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63847,7 +63847,7 @@ } }, { - "id": "320bd128-139d-47af-90c4-b3977cd65a9c", + "id": "bfc384cb-5b5b-4bbc-8c6e-1bc838601669", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -63889,7 +63889,7 @@ }, "response": [ { - "id": "b7f876df-45c8-4b92-a711-828e44914c9d", + "id": "b8200316-3ca7-4d1e-8f4d-edb44eaf5370", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -63934,7 +63934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b10fae34-7eb8-4600-9f7b-4e66e025fb98", + "id": "a8da4c96-44b8-4ef4-b88c-bd4c931047d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63979,7 +63979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "279a196e-0000-4864-8643-79133ebcfc7f", + "id": "7cc65e88-b035-47e5-9a41-ce70bd0a0be6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64024,7 +64024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8be8656e-e93f-405f-a74d-f950b77937d8", + "id": "27d16186-736b-41c6-9341-d553e2f81778", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64069,7 +64069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "242b14f7-7bea-439e-970c-913baf695bc7", + "id": "e40ee2d9-6a46-4c5c-87c0-3211bf89fd44", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64114,7 +64114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94c5c8d3-3506-4cc1-b2ac-0af5b4cddada", + "id": "a57a5efe-74c2-4c36-8c78-a6020ff2e679", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64159,7 +64159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eb8c8e3-5fef-4b8e-806c-e471b4883605", + "id": "c1b8e6db-a95a-42b3-af50-3a37dc089742", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64210,7 +64210,7 @@ } }, { - "id": "91b019f3-2031-413c-9cf6-10bbdd327b61", + "id": "75459b9e-ecd6-4351-a818-f54a1b1eb45e", "name": "Create a new Schema Attribute for Non-Employee Source", "request": { "name": "Create a new Schema Attribute for Non-Employee Source", @@ -64265,7 +64265,7 @@ }, "response": [ { - "id": "2566aca7-4f80-41b3-b170-30efa95663ca", + "id": "797291d6-c837-4b10-9d13-69d7af7bb5fd", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -64323,7 +64323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17bfced0-6b1c-4ac3-9118-47176b79aea4", + "id": "96d142a5-ec81-4c07-b633-c2caaae43075", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64381,7 +64381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7b4270e-bb66-402c-9ba6-8c35741c4d83", + "id": "bc62957f-6146-4f1f-975d-4ca3efab7a96", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64439,7 +64439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f13eca37-37ca-41f9-9126-5b42a08c9540", + "id": "6c1d4c34-b152-4bbc-8832-1ecee80da46a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64497,7 +64497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e14fba1-1f57-4c9c-af54-32f7d41f58d7", + "id": "3068516f-50ac-42d0-a1fe-2df08d536235", "name": "Too Many Requests - Returned in response to too many requests in 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": "45efa1d4-da73-4565-868d-36e146074861", + "id": "600a7894-2808-4f1f-98ba-4412482f0fc6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64619,7 +64619,7 @@ } }, { - "id": "d42fa410-f724-40c2-bb33-97435aa604e5", + "id": "44ccd882-c193-446b-a860-93542196c0d9", "name": "Delete all custom schema attributes for Non-Employee Source", "request": { "name": "Delete all custom schema attributes for Non-Employee Source", @@ -64661,7 +64661,7 @@ }, "response": [ { - "id": "4a5df0a1-9588-4966-8c00-397cb9cfebe8", + "id": "cfda0a63-b1b1-4e48-a808-462ff036e1e7", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -64696,7 +64696,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d0a8b68f-d75a-4b06-97b5-28c3ff701d7b", + "id": "0c1b97e6-6f8e-4fff-992b-f37d27994d11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64741,7 +64741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cd8b4ac-07bf-4f99-b36d-9b56d0ab5218", + "id": "5409c7d4-f6d5-43e6-bbe7-090f57a8c2ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64786,7 +64786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32b743bc-c606-43eb-8d62-992f0444af44", + "id": "29b9275b-3fb5-49b5-be97-e42734435cc3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64831,7 +64831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd6a3d0b-9d34-4858-b448-8e704d709eaa", + "id": "cb0d70c7-09aa-49a3-99fb-d1521d4cce60", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64876,7 +64876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a11a12e6-0f64-479b-af83-615c047fba98", + "id": "d86eabbc-999e-4c2b-bf60-83ca4201e6c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64927,7 +64927,7 @@ } }, { - "id": "ff7ef2d6-291a-49e2-bf17-cf09b0daebdf", + "id": "f5dab7d4-67aa-40fb-9283-e71b91cd87a0", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -64980,7 +64980,7 @@ }, "response": [ { - "id": "dbbdb755-d734-4321-9332-7c176636729a", + "id": "411ff556-f8ae-407c-9edf-c5c5ca35227b", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -65026,7 +65026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38ab7c48-d7e0-494f-9ace-3938b0ba2759", + "id": "168643e7-060f-4b2e-80b1-cca818419373", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65072,7 +65072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf8ddcd2-43c7-4f12-be2b-065b5073fb58", + "id": "2b56db54-2671-4e08-9bef-8a4b1b96a2ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65118,7 +65118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eff904d7-8ec4-4347-96a4-562d80e02b0b", + "id": "35f8c8fb-d6a5-4a0f-a18b-d6010e0947cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65164,7 +65164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b420d39-62ce-4a70-9ade-8506ecc32fad", + "id": "813db437-dbb3-44c8-aaf6-06d2bb0a1d76", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65210,7 +65210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddff4fe4-85f0-4fe9-9327-b0bebb4a7b0d", + "id": "9c849176-2b3f-4fba-8600-9d761e52849e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65262,7 +65262,7 @@ } }, { - "id": "3a4d4d7d-a35e-48e4-ae8d-e1cac3f06d6f", + "id": "0f992c5c-d161-449d-bf58-5b69c7079915", "name": "Patch a Schema Attribute for Non-Employee Source", "request": { "name": "Patch a Schema Attribute for Non-Employee Source", @@ -65328,7 +65328,7 @@ }, "response": [ { - "id": "5a0983d3-0a96-42b6-8e3d-faca72446268", + "id": "bd06da38-8c25-4033-8f0b-e49c7559907b", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -65387,7 +65387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a476ddf8-a478-4dd6-b621-ed184151e9e6", + "id": "c4ebc22f-8e1d-4974-a72c-19f675731819", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65446,7 +65446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43808609-fb5c-45cd-9b36-3401aba0c67a", + "id": "8760eeb3-bb51-4503-8c48-3f3a69aafbaf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65505,7 +65505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e511017-2652-44b3-ba09-31beb187b376", + "id": "90a8c4e5-d1d3-4ed2-9a88-f795f99eded2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65564,7 +65564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b25690c-d487-411c-b95d-2400fbe9bd26", + "id": "87d5949b-abb2-479f-823c-310aefbaac29", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65623,7 +65623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8351d2a0-507c-4207-a897-cf6f0962edc3", + "id": "63996a1d-b98d-427a-bf18-2d74f5ee9517", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65682,7 +65682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14801692-ea4b-46ca-bafe-f54101b4a2f0", + "id": "27f77689-2bc7-4fed-a7d3-5f0e4cb5076c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65747,7 +65747,7 @@ } }, { - "id": "9827b53e-8334-4391-bf47-2d74d16d6d71", + "id": "deec409c-43e3-4b2e-9c40-abbe77d48932", "name": "Delete a Schema Attribute for Non-Employee Source", "request": { "name": "Delete a Schema Attribute for Non-Employee Source", @@ -65800,7 +65800,7 @@ }, "response": [ { - "id": "3edb2cb8-1552-4e64-abe5-a95dffa0bdf8", + "id": "773356fd-4aed-46a1-9104-26f85120fb0d", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -65836,7 +65836,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4d0d1743-bc6b-4680-a48a-f32bd80fd65e", + "id": "171c3829-45d6-4983-8b30-7f2c63f77c48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65882,7 +65882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9c1e45a-1ac1-4262-8ce1-258b33a0753a", + "id": "f15e2a6a-c95e-449d-9add-c09dde392c97", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65928,7 +65928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd2d68d9-1b7d-43c0-a26d-94dcf6deeca7", + "id": "8cbef1cd-ccf8-4611-8109-c66dbb7f9200", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65974,7 +65974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18803e2c-768c-4ac2-a884-12f0c27fe041", + "id": "3da5c425-3a18-41d3-8b35-2c9ee491630f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66020,7 +66020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b430f20-1476-4949-8aad-2f0db78f72cc", + "id": "dd7410ae-e568-493e-a390-a41480bacc68", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66078,7 +66078,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 Identity Security Cloud REST API.\nRefer to [Authentication](https://developer.sailpoint.com/docs/api/authentication/) for more information about OAuth and how it works with the Identity Security Cloud REST API.\n", "item": [ { - "id": "77244109-7a52-4447-a346-c4055aa19f5f", + "id": "aa161508-8ec8-43c9-aebd-6529a4f6aa2e", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -66117,7 +66117,7 @@ }, "response": [ { - "id": "bed864f6-3500-43a1-bd2a-25640d9ffa5e", + "id": "eda17bda-981e-4f51-ba71-73216eaebedf", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -66170,7 +66170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1be0bb1a-e41c-4638-bed9-9eebff94e16b", + "id": "cb191f06-40cb-4613-9068-8d08d2c81608", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66223,7 +66223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9f26415-7b91-4da8-86f5-d7ccce73a003", + "id": "8ab7698e-256d-4dc2-89d2-98e7d75ba3b7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66276,7 +66276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5683159-fca5-4848-85f5-ea78f5e8b9f7", + "id": "1f376567-7b8a-4048-8c28-b6d854dc1bfa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66329,7 +66329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16bc4b0e-637a-462d-98da-fdce15841a59", + "id": "c358a875-4788-453d-be6e-105cae764485", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66382,7 +66382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4ecd786-2896-407d-ad63-c36a980cae4b", + "id": "d2726594-75f2-49bc-a6f9-034a2cc13462", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66441,7 +66441,7 @@ } }, { - "id": "fe20e3c4-9097-485c-9368-00653796130c", + "id": "3029e4f2-1e05-418f-98c4-12f09a137de8", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -66483,7 +66483,7 @@ }, "response": [ { - "id": "28583421-c8c9-4856-b623-7cf9459242d5", + "id": "50e94d46-f06f-4733-a922-45719c3c1b7f", "name": "Request succeeded.", "originalRequest": { "url": { @@ -66539,7 +66539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c1066a8-2d87-4f56-8aed-ea6997379494", + "id": "dbc2d987-020d-4e37-a77b-3a4bc57d4345", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66595,7 +66595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "211c8f0a-a818-45f0-95bf-83e44cc90312", + "id": "165b57c6-2990-46bd-9efa-3cc9aa33eb5f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66651,7 +66651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa23d883-42d6-44b1-b96a-a12682924b0c", + "id": "db15125e-cb67-4f89-8a06-f671cc143c5f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66707,7 +66707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0e07610-881b-47cd-8ef2-5c53d70170b1", + "id": "62519122-de2f-42b0-ae70-be9072a99e17", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66763,7 +66763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f712d4b6-1297-41da-911c-6813cbaee1c3", + "id": "72520b6b-62a1-4c39-8fe3-e844b7907337", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66825,7 +66825,7 @@ } }, { - "id": "87eecaa0-b16b-4f62-89f3-2b68bf9f9f67", + "id": "aac45e93-11b4-4e8d-b980-380f986118d0", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -66866,7 +66866,7 @@ }, "response": [ { - "id": "761143f5-6959-4e37-8ca2-99df89c96141", + "id": "783cff65-b01d-48c3-8a07-0f35a83754da", "name": "Request succeeded.", "originalRequest": { "url": { @@ -66910,7 +66910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "803f4ad5-cbbd-43b7-80e3-5704bc726dc3", + "id": "834eba11-a799-438d-ade5-b940b8babd11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66954,7 +66954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14b01e2d-0f1f-43ab-b9a2-28f07bd2da9a", + "id": "1b37005b-08e4-4db9-8711-f6ff1721a0c8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66998,7 +66998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e1a7128-5410-45ab-b6b5-1bcb5a58f94e", + "id": "bf7f3840-bd4a-48e0-9246-9625dae1d877", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67042,7 +67042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a174966-7595-4567-a21c-32204d03096f", + "id": "251ee337-c567-4ae8-b7c5-2e3c662788a2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67086,7 +67086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c48cf148-7d98-4602-a9ad-84e5dc5ba3e6", + "id": "dedc15d2-4ce4-40ae-8d2b-355fa636bc63", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67130,7 +67130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb1bfce0-d5a1-4c98-9003-3df9d58b3aa0", + "id": "4e4e5ad9-6308-471f-b407-9af5e7d88e64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67180,7 +67180,7 @@ } }, { - "id": "9e4963ac-f0a7-40be-83f8-73e932829d41", + "id": "8cfa4a05-0d6b-4f66-babd-51c3ce85c253", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -67221,7 +67221,7 @@ }, "response": [ { - "id": "3fc6ca9e-1a38-4099-85c3-9c9023a157a6", + "id": "087e44b3-6513-455f-b6fd-b328bd50b321", "name": "No content.", "originalRequest": { "url": { @@ -67255,7 +67255,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4364a545-6954-4dda-a3c6-a8b033fa27e3", + "id": "e20ca400-fa87-4465-84c5-de999a59e3ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67299,7 +67299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b22b4e58-b8f0-4024-8cd0-a0c631a9aa04", + "id": "b0ff1866-6093-476b-a885-0e6a261cef9f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67343,7 +67343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80f59532-1601-4c15-8965-cb71ab253da0", + "id": "e13ae7ba-ce9b-45b9-8844-98027ef946d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67387,7 +67387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63b7b231-0fb8-4410-abc4-5af8a499ac18", + "id": "0df0527c-b29a-4893-bfdf-1ab763d8839a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67431,7 +67431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d1d0412-b924-4d81-90c2-163180787e28", + "id": "c20bec81-03f3-49df-912b-c15df27aa68d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67475,7 +67475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e9e5c4b-b061-4a2d-a87e-9722f8bd23da", + "id": "7384c034-bc6a-46d1-8948-012b94237240", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67525,7 +67525,7 @@ } }, { - "id": "8982f7c3-c8fc-4a52-a6c3-fc5ea1e1e453", + "id": "4d93d220-ebcc-4068-b988-a1f552289d04", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -67579,7 +67579,7 @@ }, "response": [ { - "id": "6d711353-cee0-4da9-8f72-ea71de0224b5", + "id": "73740c41-fec4-4070-8f32-e5614fc79307", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -67636,7 +67636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82da071d-7b9d-4974-b835-9c849be81b41", + "id": "d0ea14a7-88b5-492c-86a8-3cab5329a202", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67693,7 +67693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e3d7e12-d20a-4d8b-9368-f5646a2a43d2", + "id": "c09c3c5f-a96d-4735-9050-554c1dd7fcc0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67750,7 +67750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e76019c8-98c9-4dd5-a70e-73e95d1b822e", + "id": "1c4a3f77-fe8f-4bcc-a359-69c1e1c5a9c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67807,7 +67807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8310555-c394-4db9-9bef-8f04652aa95d", + "id": "473990a8-2974-4e3d-96f3-970ff8442188", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67864,7 +67864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4699b4d4-1cc9-43cc-b5ed-8c9089de8288", + "id": "1ceb8df0-440f-459c-bc0c-8b0bfc02488d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67921,7 +67921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f83f76b4-fa53-4752-989d-d77d637f6710", + "id": "99725b1b-3ed7-4380-b7e2-1da5b5f37d7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67990,7 +67990,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": "5e862deb-bd22-43ba-b282-d9004133bd77", + "id": "80a4e60f-b2cb-4ded-836d-49160fad0ebc", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -68019,7 +68019,7 @@ }, "response": [ { - "id": "103c6611-cb50-40c6-b6ff-7c3a757781dd", + "id": "743771a6-09bb-4905-8ade-9c8aee7234cc", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -68062,7 +68062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a447ddb-e352-466c-9627-5ac53ffdea68", + "id": "e8876f32-1c50-43e3-8b2f-425459db2ff4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68105,7 +68105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ee6d79d-5823-46a8-bf78-e09e2b8939cb", + "id": "3085739c-4dd2-4c4e-88dc-afa57ea62f06", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68148,7 +68148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d62cdd10-ecea-4e2e-835c-c31d232973d1", + "id": "cf68fae5-2d28-4fd9-9b98-4da99825e66f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68191,7 +68191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "456c928f-b9d3-4315-a83e-37dab780a808", + "id": "3a2d7703-0094-4547-b9d1-ecdedf13c173", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68234,7 +68234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dca51e3c-be7e-4c9a-be5b-c164cd164ffd", + "id": "c45e661b-9897-48bb-a4f5-ac70c628f512", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68283,7 +68283,7 @@ } }, { - "id": "07432719-dd5d-4344-899e-116a7e90dd1a", + "id": "e1b4c138-f2ce-4f06-84d4-a15f60ad7e95", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -68325,7 +68325,7 @@ }, "response": [ { - "id": "43eb6b45-5442-465f-9862-03e26bf7af07", + "id": "1b31e65e-9833-4de7-847f-8d9e3c0a2770", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -68381,7 +68381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4609f6cc-e5ea-4c0e-a931-f17fcd7356ee", + "id": "a7986366-a7ee-4e6f-b391-0491d81a69ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68437,7 +68437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0d609af-3588-472d-9292-4505c6186471", + "id": "208557a4-fb55-415d-ae5b-0497b5320c9e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68493,7 +68493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f42a2859-9426-498d-b697-8796f9440489", + "id": "b084df7a-7ce1-48ff-87dd-f6efa2d1f5af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68549,7 +68549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2da2bd8a-c0c1-4273-90de-2c43f1f3d6b2", + "id": "8099744a-d90e-467e-a4fc-d11b4a3cf1eb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68605,7 +68605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f0f6c83-8447-40b9-a0e3-a5aa6c4f3689", + "id": "13279ce2-a230-489f-8e90-0a18e04a0147", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68667,7 +68667,7 @@ } }, { - "id": "c136e610-3d83-4efa-83eb-a209e60c1d71", + "id": "3aa919d4-2ac5-4643-bf83-a3e64d7c91dd", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -68709,7 +68709,7 @@ }, "response": [ { - "id": "134e5e40-6a56-4f24-9c0d-663776987c13", + "id": "01b7324a-d949-4153-98c3-36e019f85727", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -68765,7 +68765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bd3958a-c541-460f-8582-5463fe5d4bae", + "id": "7bcce410-9b2e-485d-a924-cdaf6efea388", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68821,7 +68821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3253feb8-c626-4c35-8f89-a79b8eac3ebe", + "id": "c525a8a0-6320-4921-a1a9-47a787ee407f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68877,7 +68877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45a89408-a825-4ae9-a8d1-9df120d895b7", + "id": "89af93cf-83a2-4d04-b46b-0f639d4f79b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68933,7 +68933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "effb55fe-988d-4580-bd8b-c338255a291b", + "id": "315980e9-4c43-4675-98a4-bfaa33b5af84", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68989,7 +68989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce742646-f4ec-4249-9d2c-b68064b55772", + "id": "e08e2f73-65c2-4494-af64-4258b2949ea6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69057,7 +69057,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 Identity Security Cloud with [Update Password Dictionary](https://developer.sailpoint.com/docs/api/v3/put-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": "f2597575-23ed-45ab-a82d-ff6a8ae282f3", + "id": "4fbadea9-4d1a-4475-be18-5768fbd57c85", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -69086,7 +69086,7 @@ }, "response": [ { - "id": "8847ccc5-be35-42e2-950b-b37b50c1b635", + "id": "fa4f2d20-9288-43cf-8ed8-0ea33420f9ab", "name": "A password dictionary response", "originalRequest": { "url": { @@ -69124,12 +69124,12 @@ "value": "text/plain" } ], - "body": "sit aliqua", + "body": "irure Ut", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "0b3388ad-3dcb-47da-9f1d-0f820f8a8617", + "id": "622b5bb6-1c72-4acc-8d11-781604a207e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69172,7 +69172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d2b3f54-2827-4bd6-8f1b-9abc8323370a", + "id": "0f1f9375-5c66-498d-8fa3-b6c3f11ad8f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69215,7 +69215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0381e73c-f155-4d4a-985b-97341e25ae40", + "id": "8a32bc96-ca6b-47df-af12-9df878756f7d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69258,7 +69258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db2a5551-0e3d-4d9a-b366-04b926effe42", + "id": "df3af985-9225-497a-aefa-f903d75b00f2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69301,7 +69301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b496b87-725d-4a25-b208-101dcb480d37", + "id": "f1f91f41-2e98-41d9-b98c-118217a33e23", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69344,7 +69344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa9d1a42-cc39-48bf-b369-4e40ca023e93", + "id": "18dec25e-6d56-4900-8152-b07de0bf893c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69393,7 +69393,7 @@ } }, { - "id": "bf044fff-e8e6-4664-ab29-fcd7e4a0c4d4", + "id": "0449926d-2380-49a2-898f-60e92b13f03f", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -69431,7 +69431,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -69439,7 +69439,7 @@ }, "response": [ { - "id": "6e233ac1-6506-47aa-94ff-bfc658bd3811", + "id": "41eeb657-9094-4701-9776-9f014effe3f8", "name": "Successfully updated.", "originalRequest": { "url": { @@ -69476,7 +69476,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -69489,7 +69489,7 @@ "_postman_previewlanguage": "text" }, { - "id": "175fc413-7fa9-46f1-a694-83ed3ee951eb", + "id": "30f93a11-6493-42fa-a8e5-6062cc1d7b11", "name": "Created.", "originalRequest": { "url": { @@ -69526,7 +69526,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -69539,7 +69539,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c34dd729-b7d0-4064-98fa-1dccd286764c", + "id": "b0e76784-b4b5-4a53-997b-31cd67b66293", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69580,7 +69580,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -69599,7 +69599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2865597d-57e6-4f47-8943-ccbc23591873", + "id": "323e0dcb-d7f8-4d5f-99f2-d48372e7fe42", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69640,7 +69640,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -69659,7 +69659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d56729b-9337-46df-b690-34c1b9d1f023", + "id": "d4632529-752e-4223-ab34-a5d72e5d5bc9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69700,7 +69700,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -69719,7 +69719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc537d20-560b-4eba-afab-474de482b0e8", + "id": "5b60df05-282e-477c-a651-325db1e48592", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69760,7 +69760,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -69779,7 +69779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56b86009-00ec-4dac-9186-8b00f85243b6", + "id": "ee4ba30a-f2a7-4e53-b0cc-234978240318", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69820,7 +69820,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -69839,7 +69839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69223b58-de45-4ba8-a779-0242b872707b", + "id": "e0bf4d3a-81ac-4735-891a-2dd83d0d2697", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69880,7 +69880,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -69911,7 +69911,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 Identity Security Cloud, 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": "d49202dc-0299-41a0-b175-d3186ff268d2", + "id": "aa7bd391-ac23-420e-9491-f83623edfa6b", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -69953,7 +69953,7 @@ }, "response": [ { - "id": "da6b5d82-8b4c-4a94-a7ba-c98c84b60768", + "id": "1607783b-71df-4756-862e-6e1c9c90ac45", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -70009,7 +70009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50863bc4-f741-4314-8f51-9287fe7d53b0", + "id": "252599bb-e091-49bf-aaca-29c77f487187", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70065,7 +70065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fafb8077-ea7c-4fd8-ad61-b42a284244ed", + "id": "b980aa5e-41e9-447b-94c7-cdb9054f2c60", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70121,7 +70121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33f5239d-d53d-474c-9229-dc07ce58d4a7", + "id": "b33c8a2f-1878-41ab-acda-ac4be73a2ed2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70177,7 +70177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c611ce2-ecac-438f-9489-124da21b994b", + "id": "59f12d70-23d1-4e72-be25-936d86060f5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70233,7 +70233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19f878d3-6800-4223-880a-bbdf9969ef6a", + "id": "c47f8359-5811-4806-87dd-da8d406e076e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70295,7 +70295,7 @@ } }, { - "id": "3fbcff92-bb25-4d1a-b815-562ff7df7628", + "id": "d1fa5e0c-afad-4610-81be-6449d532f25e", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -70337,7 +70337,7 @@ }, "response": [ { - "id": "b5a3a5be-0f01-48bc-9386-c6ec53807eb2", + "id": "bb80603a-4f7b-461a-85d6-05b099dd87bf", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -70393,7 +70393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04a6deaa-532f-4f36-bccc-977f2f192e01", + "id": "38cf0903-2a86-4303-b5ee-50ecf7a24433", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70449,7 +70449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc5bcebd-3ce9-4486-9128-e0ead77a5443", + "id": "408f02f1-dfb6-4e32-b868-b1ded2d3d18f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70505,7 +70505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee36c9e1-accc-47c3-845b-182aa5634e6f", + "id": "e91b4587-62f3-4ed8-8047-144dac83a1c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70561,7 +70561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa8e07b8-5b1c-471d-a947-c6035aa131dc", + "id": "8b26ce90-347f-4599-86e4-9ecef3fce5fd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70617,7 +70617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "382cd399-08bf-403f-b191-3bd5f5d9d115", + "id": "ae298187-fbcb-4731-9b1e-da5e8cbdf6bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70679,7 +70679,7 @@ } }, { - "id": "39d75053-3eba-4578-af91-228524bcc51d", + "id": "898fdf43-4325-470e-bdd2-4b8d46af392a", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -70720,7 +70720,7 @@ }, "response": [ { - "id": "264262aa-ef4c-4cbb-b07c-50c6c0e93eb0", + "id": "3aecd09d-baeb-4605-90b6-be7dc6029e36", "name": "Status of the password change request", "originalRequest": { "url": { @@ -70764,7 +70764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96ff2826-df7e-4b75-9f60-d0d6696b67ee", + "id": "0076234c-0564-438a-9f9c-cdebae89ee72", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70808,7 +70808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54d6c362-05a9-4a06-8044-d526754425d9", + "id": "7f4c0aac-98c1-4640-b0c7-1a7db2e352e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70852,7 +70852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b32de65-bb51-4ee8-9410-bba6c26a4d5d", + "id": "4364af93-99f9-40c7-8bbb-58916ee6b303", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70896,7 +70896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a44c367-357e-45b2-a98a-2b19616240a2", + "id": "460fc829-60bd-4066-9a0f-b32c46211747", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70940,7 +70940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b41f261-335f-4f5d-81e7-b101b53d944c", + "id": "3f84e0b3-743d-4cad-8329-1d9b625de2c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70984,7 +70984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dceb061-0471-4a05-99e1-45f50d67ddb6", + "id": "beb6c81a-2086-4ddd-80a5-3e21d4257fa6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71040,7 +71040,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 Identity Security Cloud: \n\n- At least two direct connect sources connected to Identity Security Cloud 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 Identity Security Cloud, 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 Identity Security Cloud, 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": "aa9d0e1b-e82a-406a-84e7-1834df226233", + "id": "f56c7bd2-ed8c-4a47-a435-2edebda32f40", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -71097,7 +71097,7 @@ }, "response": [ { - "id": "2fddb25c-ba11-413a-b70c-22773e620cd6", + "id": "9d74917c-b85e-4a11-a154-f2f0343fd363", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -71168,7 +71168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6ec656e-7aa3-4521-a211-bf7e61d8c53f", + "id": "d97c76df-67a6-4324-b095-ba77d35ecf76", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71239,7 +71239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7807fb17-dd08-4bfa-b1d8-631209b477a7", + "id": "b2583c3f-b166-48ed-a556-e657436636f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71310,7 +71310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "487b31ee-c6be-42ec-af9f-60a9516cbbf4", + "id": "dbba7866-21a3-4c61-82f9-172b5eb5eb7f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71381,7 +71381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1049baba-ce3c-4066-9523-f3e7929670db", + "id": "cd125e56-a3eb-447d-b6e8-cf68d189fa90", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71452,7 +71452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9b6b024-cd1b-4406-9155-ed944c7f9bd4", + "id": "79b7aea8-f7be-4e59-830b-f1d0b0b1ec2d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71529,7 +71529,7 @@ } }, { - "id": "82b664c0-f6dc-4106-8f23-4698884f8177", + "id": "abfbc577-8d5a-483c-b0c3-847900ba88cd", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -71571,7 +71571,7 @@ }, "response": [ { - "id": "2f8e4830-bf7b-4e12-bb65-ae2a86e87c8c", + "id": "94db3109-6cc1-43e1-860e-effc4cebd65d", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -71627,7 +71627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06371cff-4a76-4db6-8072-6a7a33e3cbed", + "id": "6ff181c7-1bb4-427b-a251-eae7898a5fe5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71683,7 +71683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5da8503-2a99-43e9-9b44-4c50f42836e9", + "id": "850154af-26eb-4c62-aaa6-530af243980b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71739,7 +71739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8d0ab4f-cb60-4a33-9ad6-d069e328799a", + "id": "3d3eb246-b37d-4384-8ede-336a1686f876", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71795,7 +71795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ada6ccb2-bbc1-40a8-9c35-55a4df5216cd", + "id": "c6a23897-1489-4b27-a515-2cf864aa24b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71851,7 +71851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79213203-2891-4c24-ab0b-0eb8766f3936", + "id": "192ba5e1-2bf6-442e-8d03-2e8f063e8b3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71913,7 +71913,7 @@ } }, { - "id": "883bd0f8-62f7-4186-b444-e044bd3cd721", + "id": "a5b5852c-4239-4a31-a015-44def226b325", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -71954,7 +71954,7 @@ }, "response": [ { - "id": "375ce11a-9346-466f-9eac-70c4834b113a", + "id": "2edd467b-bf3a-4935-b2d5-7d1c365d3038", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -71998,7 +71998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfb1fafd-d904-416a-b321-524c591efe4b", + "id": "e90e2d03-8eb4-489d-acaf-731335c81647", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72042,7 +72042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff059679-7d04-4c61-acea-bfdf6a2c5133", + "id": "a2c07325-3ffb-423a-9c95-494f66000e7a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72086,7 +72086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c09f5b4b-9682-487b-8862-88b29644ad4a", + "id": "f3442e64-7091-4a3a-b358-8caa819d5a12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72130,7 +72130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f31c6c25-f3fd-4138-b1f0-c4fb3cf2f0b7", + "id": "14f5742d-b432-4f5f-a9b8-ea27aba69881", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72174,7 +72174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d90f0008-cc9f-46a9-a2cb-40a432595305", + "id": "29d9a1dd-e9d6-40ed-8333-c6f19d83ad1a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72218,7 +72218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66b53ad0-7dfe-40b6-a8ee-91487830aba4", + "id": "4371d35d-1d93-47bc-896c-cfa37807bfc9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72268,7 +72268,7 @@ } }, { - "id": "7ae38e94-480c-407f-aa9e-46b9ed0a7f72", + "id": "d6ad699e-3fd5-4331-8719-d2fe985e4143", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -72322,7 +72322,7 @@ }, "response": [ { - "id": "12125301-df4f-4bf7-8041-d24962ca3ec3", + "id": "8c62f3b2-c214-45bd-b7b6-f0fef282176c", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -72379,7 +72379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efcf794b-4a85-4984-8802-9f94e9199963", + "id": "2e4cea6b-1261-4f77-a8a4-f680e6dfff32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72436,7 +72436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "077923e8-ede1-4513-8ce1-75efdc860e6a", + "id": "ec187b4a-2b62-4f17-bf11-fba9c6668cc4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72493,7 +72493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "781ef6f8-20cb-4976-8568-e9d73476476a", + "id": "9e5ce1a0-7eee-46ea-aed0-c036dcd61497", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72550,7 +72550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a0c88f5-8120-404d-91ee-61ad537e9cd6", + "id": "2f1131c3-8fe9-4996-8653-6470eb760363", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72607,7 +72607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ea345da-96c0-410e-afd6-9cb06ea52083", + "id": "ce448564-1c48-456f-96e0-241d286de8cb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72664,7 +72664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29858a5c-2fba-4ee1-8867-77219fa482e8", + "id": "6a604b74-41f4-4e6c-ac00-c90e785c2370", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72727,7 +72727,7 @@ } }, { - "id": "8b5252e7-8c36-48a1-9801-3c68a2fe5c59", + "id": "26d31441-6e20-47ba-b06c-2cb9b1fccfd6", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -72768,7 +72768,7 @@ }, "response": [ { - "id": "b89c3d14-d336-4e7b-a920-8caf1b292404", + "id": "8cb26f61-ba3a-4e4b-9241-57a4ff509925", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -72802,7 +72802,7 @@ "_postman_previewlanguage": "text" }, { - "id": "82e857ec-70e9-41a3-9acd-ad21db4f44be", + "id": "a3b46234-6f78-4496-a74f-37b61d10a7dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72846,7 +72846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa070938-53fb-483f-8b00-1c92506cc08a", + "id": "c10b964c-f28c-43ce-b119-ec128fc9b4b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72890,7 +72890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f86ea56d-52ee-4406-bd40-a383eeeea230", + "id": "f2934e07-a4f7-43f3-b842-e670d5c7b707", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72934,7 +72934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efe97cd2-766e-436d-9fa1-c45b54dcf97e", + "id": "194876e4-4489-4b32-aaeb-bcff88ba25e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72978,7 +72978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f774f2f5-6cfb-4228-91e9-50adb931ff13", + "id": "f76cd76a-8d56-4163-8ac4-f0c800a43323", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73034,7 +73034,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 Identity Security Cloud. \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 Identity Security Cloud organizations' integration security. \n\nIn Identity Security Cloud, 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": "fa046114-2f77-4417-979a-3531716abfa4", + "id": "00c039b0-3cc4-4a57-81bb-bfd7e3f493dd", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -73082,7 +73082,7 @@ }, "response": [ { - "id": "9df6eec7-7936-4d72-afc1-028d8d23f2af", + "id": "674ffc47-4059-4a4b-8c16-0c64a4f9a195", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -73144,7 +73144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca575d08-c4d6-4433-897c-3e6c6a9ba11f", + "id": "c6e2ffd3-95f3-40c4-824c-7994d2d48069", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73206,7 +73206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5d683c3-8ec9-4d94-9e70-ca73b12672e1", + "id": "b97f7bda-5f34-49be-bfb8-4e7376824d15", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73268,7 +73268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b353946c-f5ad-4cb5-94ba-d7aed10679cf", + "id": "296064f4-e0cc-4103-a4be-b74e87a3e499", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73330,7 +73330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8374a78-1ff5-4542-86ae-ee87db059afd", + "id": "2aa879f8-fa62-458d-a484-431b75f80dd8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73392,7 +73392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "556e3dc7-cd14-49c8-b1bf-14c707322c1a", + "id": "1a23fc79-e483-4523-b4e8-18a176421f70", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73460,7 +73460,7 @@ } }, { - "id": "b21ee1d2-9d32-417c-b9d2-dff88d393bd1", + "id": "0bad47ef-90c4-4875-a2f4-437113c6d8e0", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -73502,7 +73502,7 @@ }, "response": [ { - "id": "8a70bbfb-bf79-4047-880d-203c3e096916", + "id": "c1d8b9c9-50a3-4123-b9d8-f30940107598", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -73558,7 +73558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bc663eb-bd42-4f05-a351-e6466890d2b5", + "id": "cfe5bbba-87cd-4494-9d75-3c4651f75623", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73614,7 +73614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50cfd756-00af-4dd7-8f64-0937cfd31ded", + "id": "b35a47cc-a13e-4d45-84d3-550e852c0bf6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73670,7 +73670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fadc8e3-c789-4a36-9001-8b5ba9bfbae7", + "id": "57085d02-11fb-4db3-9859-aa4347148bbb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73726,7 +73726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ee16812-1539-4814-bd3d-bea496f88c14", + "id": "2f8cd761-7fdc-44fa-bbaf-592658049a03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73782,7 +73782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1350c565-05b1-419d-b401-caeba6501e08", + "id": "f0d551f1-4a31-4beb-ba4c-625f0a25ff2c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73844,7 +73844,7 @@ } }, { - "id": "7db422cb-39ab-4c73-ab4e-b7341c03bddf", + "id": "9b52c15b-1226-40ea-a46c-ad157d1f6229", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -73898,7 +73898,7 @@ }, "response": [ { - "id": "5b417c53-57d7-421e-95c1-a029331897ab", + "id": "ab7936d8-a17f-42dd-beae-06f9265eafaf", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -73955,7 +73955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9a69af6-ea34-4fb9-b8b2-413d5d4137dc", + "id": "259cfcd5-67d6-4d75-ba7a-5182fcbd91a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74012,7 +74012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "436553e2-bd54-4c02-bd2b-e403b1c20359", + "id": "3770392c-8f97-4666-8ece-bd9007156cdc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74069,7 +74069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53e2fed7-0afa-47bb-ab6c-e8c4da64afc4", + "id": "35c4408f-95d4-49c1-bb09-ad280db25b25", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74126,7 +74126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc742fcd-d742-4b21-9da6-01009018cf47", + "id": "c90353ea-4a3f-4ad7-ad38-c46faf4f2721", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -74183,7 +74183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee1fbe73-54a7-4f2e-b461-038b8f81021b", + "id": "89874003-dccb-4944-a190-cc8bb2638c9d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74240,7 +74240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe0e1376-1137-4d48-a327-6eb929312794", + "id": "a6a3c7db-f9b3-41e3-9a5c-b09bba467997", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74303,7 +74303,7 @@ } }, { - "id": "e75f7c8c-68f5-4ebf-8e0b-66e115b0adfa", + "id": "46201caf-6d57-44f4-93a1-809e456368fa", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -74344,7 +74344,7 @@ }, "response": [ { - "id": "c6c92355-0aeb-46a0-8122-7ffa2fe829b7", + "id": "3448fd45-706b-4119-af66-58b9755da074", "name": "No content.", "originalRequest": { "url": { @@ -74378,7 +74378,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6802236f-eace-40fa-98a9-445a57223d67", + "id": "f16c6121-0a59-4ad6-bf57-9d7a3a04b6b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74422,7 +74422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4ba5670-4429-4ee4-9a50-6b1b83204a79", + "id": "d43a6748-3e9d-41b1-865c-a0d66fa84527", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74466,7 +74466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64a01c4d-08a8-4cc8-b49c-e75845e64974", + "id": "c258aa25-3121-477a-91f2-ce4c2dd05bb0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74510,7 +74510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23d10744-d228-4d77-928f-e460eb6b4d9f", + "id": "89d794a5-5caf-4d00-baa7-a2853aa04aa9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -74554,7 +74554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb000692-646e-483d-a9b8-f5d754758ebc", + "id": "5a8f37d2-5071-484e-adbb-1b8f4c81a73b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74598,7 +74598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "110ad052-41b2-44ca-809f-b4a25a3aaa56", + "id": "c503f9da-f4c0-4cd4-a085-3d5576b82e6c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74654,7 +74654,7 @@ "description": "Use this API in conjunction with [Public Identites Config](https://developer.sailpoint.com/docs/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": "336e92cc-7cc8-4160-b7d7-a38aa37398cb", + "id": "e4686270-6ef5-47ae-a1f5-0f51214297b5", "name": "Get a list of public identities", "request": { "name": "Get a list of public identities", @@ -74735,7 +74735,7 @@ }, "response": [ { - "id": "0cc83c93-7b21-43a0-88a0-48d14df3b9d8", + "id": "b4c55f7a-1e15-4d9a-a09c-93b20ca17e57", "name": "A list of public identity objects.", "originalRequest": { "url": { @@ -74833,7 +74833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bacbb7a3-2d8e-48e2-9235-c2e9a37cfae9", + "id": "12b4a3fd-ddbf-41de-a85d-9287619dbb14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74931,7 +74931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67c89b50-0905-4771-a214-ead82156bf31", + "id": "723dff4f-4e42-4e7d-89b8-7ca6694ff695", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75029,7 +75029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebf89d28-1e13-4ff2-91ca-35eb059962f8", + "id": "7beb0d5f-5e9d-44a0-a794-966970d2149a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75127,7 +75127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ceb8b10-f622-4285-9850-d3f38e2ea9c1", + "id": "413254ed-3156-455c-a205-52088c349dbd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75225,7 +75225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09168d5e-b49d-47d8-8248-99fd9bf22166", + "id": "92dfde65-c287-4781-9486-2f25942c3463", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75335,7 +75335,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/docs/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": "ac73f70d-94c3-401b-b156-4d929a55bfca", + "id": "c1017e93-910a-4d95-8163-3e086190b920", "name": "Get the Public Identities Configuration", "request": { "name": "Get the Public Identities Configuration", @@ -75364,7 +75364,7 @@ }, "response": [ { - "id": "581a475a-aca2-4b96-bfdb-24739127b9e9", + "id": "b7f60b64-6f2a-4b49-9224-ff788a96b545", "name": "Request succeeded.", "originalRequest": { "url": { @@ -75407,7 +75407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9093115-4feb-433f-b1d8-d91825831f75", + "id": "b507e449-ceb0-4281-9397-cec993f8cc56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75450,7 +75450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c178b0e2-36bd-4f0e-95b7-dcebc8e2c661", + "id": "5bb1ceaa-af2a-4940-b157-7429e691e524", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75493,7 +75493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "718ceb2d-5017-4944-ad0c-46900f590bfd", + "id": "0a30d788-41b5-41cc-a1fa-c86ccb97c04a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75536,7 +75536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4294f16f-e46f-46f3-964b-e1401baff98b", + "id": "5635ed1c-769d-4cec-9e1b-918a7a1a2798", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75579,7 +75579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a0c3505-8123-4530-a359-f1b2f7e3fa82", + "id": "ac131b01-efcf-4bd0-812b-30ea9d8e3284", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75628,7 +75628,7 @@ } }, { - "id": "68b540df-3a69-46fa-bf9f-5753eaac8bc8", + "id": "47fbd2e7-93d0-4bae-9e5b-6dd54c182faa", "name": "Update the Public Identities Configuration", "request": { "name": "Update the Public Identities Configuration", @@ -75670,7 +75670,7 @@ }, "response": [ { - "id": "69b804f5-700e-4ac6-adb9-b77edae2dca4", + "id": "28841345-8890-4305-96ba-cbd33880a4c0", "name": "Request succeeded.", "originalRequest": { "url": { @@ -75726,7 +75726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "750f6225-dc69-41fa-84b6-7dafc2ebc7d1", + "id": "68aa1f4f-4074-439f-8c0c-ae23d7cd1b67", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75782,7 +75782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cf5a263-fd66-4063-9a41-120acfbf14a4", + "id": "0842e32a-4cab-4057-8982-20f30f9fbe97", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75838,7 +75838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2993fc17-c888-4654-9d8b-7cd5f500fddd", + "id": "dd595d9e-020a-480a-82fc-789983eb8e91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75894,7 +75894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18484b70-40ea-46a5-99b0-bf70e3905ac7", + "id": "e7f09dfa-17de-4c3b-98e8-793d2881dc03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75950,7 +75950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ace5f13c-823b-49bb-93cc-2b8af080d9e5", + "id": "89b17509-eb0c-45b9-811f-2c85ee0b08e2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76018,7 +76018,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": "ae324f7d-8860-4cc7-817a-47fec23728e4", + "id": "f6ca2768-641d-4c5d-8b09-2124aabdbeb1", "name": "Get Report Result", "request": { "name": "Get Report Result", @@ -76070,7 +76070,7 @@ }, "response": [ { - "id": "59a883d2-0b37-4e13-b129-dcf056092f4d", + "id": "9845f3bb-abf9-4503-a4a2-74e6aa6117e9", "name": "Details about report that was run or is running.", "originalRequest": { "url": { @@ -76125,7 +76125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e91b996f-663b-4156-9d5c-50c0a7bd017e", + "id": "518be756-e1b4-4026-b259-7d71813561c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76180,7 +76180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86d0815b-cb0b-4269-b101-e9738b9f7a47", + "id": "ac138f3c-32ca-4834-a1bd-f11b7ddc9c0e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76235,7 +76235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e86f980-4dcb-48e4-a553-6cb409f3c0d3", + "id": "3cbb7bab-926c-4f04-b949-65717fe071c4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76290,7 +76290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2d36d18-a551-4d54-9de7-f7203aee7a5c", + "id": "6a93d0cb-09b3-49e8-b2e4-57b72ac76f8d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76345,7 +76345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ec0b7d9-1cc6-4195-bd56-3c778008ef9e", + "id": "41469e98-6126-4e7c-96ed-0059ef5a6a42", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76406,7 +76406,7 @@ } }, { - "id": "38f61398-1bc7-4bee-a1d6-f7e3b61f0704", + "id": "722d8316-b16d-488c-b743-067bea825554", "name": "Run Report", "request": { "name": "Run Report", @@ -76449,7 +76449,7 @@ }, "response": [ { - "id": "afa4f03c-bf46-4a85-b064-0456e696edb7", + "id": "a0d20542-7bc3-4a15-bb06-99c918931ec2", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -76506,7 +76506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52802eaa-018d-4993-95e4-a052582dc231", + "id": "86002960-39a2-4a79-9796-dba485b06072", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -76563,7 +76563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "082000f1-d4f5-4921-9033-a4fddcb69dc3", + "id": "d9b4fb6a-837d-486c-ba0f-a581f3610495", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76620,7 +76620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a54eb34-0475-4851-a029-d209d977391a", + "id": "f3aaa8c9-2f8f-4d13-9456-b5c5f7845c59", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76677,7 +76677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59813e91-9fa2-4004-a665-01a96b8e7ad2", + "id": "0ab4c594-9fd0-45bc-8507-1d1205fa1027", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76734,7 +76734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d6bf892-927e-4fd5-9370-e723f5950dcd", + "id": "6d1350e8-8d18-4cd6-9bd1-1b72423e3f60", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76791,7 +76791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7e2835b-565e-4b7f-a53d-a0dc75cd6ebd", + "id": "18db9a93-7ffe-4c22-abac-1fcf7f9a2aff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76854,7 +76854,7 @@ } }, { - "id": "5eea1c0e-c06d-457b-8258-5a1c36930a01", + "id": "62b01003-e1df-4948-8671-23eaf255364f", "name": "Cancel Report", "request": { "name": "Cancel Report", @@ -76896,7 +76896,7 @@ }, "response": [ { - "id": "6b4a4eec-4a6a-47bf-ab4e-01731ec06d0c", + "id": "6b72f746-9a11-4e33-b27e-03ea19e75470", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -76931,7 +76931,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b29daf91-d7f5-4522-a43d-a08d02d64d12", + "id": "9bbf8b1e-2b6d-473d-b37e-08027fa5cb92", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76976,7 +76976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "049b64a3-03c8-43ad-b31b-b478cf8e88f0", + "id": "6f448457-31ce-4eaa-8454-40271eab4bd5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77021,7 +77021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7918598f-9361-49bf-80af-910aeed9da9b", + "id": "8cddc09e-80d9-418f-bbcd-f7981d881a30", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77066,7 +77066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fb9a533-dc65-4677-8dd0-73ad6799bd01", + "id": "a941970c-016e-4b52-8141-6fe5512be2f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77111,7 +77111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cb2c2ae-13f6-4a3d-990e-8c2e64b7aafb", + "id": "151ea6d8-a0ac-45f4-8caa-2908fd350a5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77162,7 +77162,7 @@ } }, { - "id": "0962cd2a-d7b0-4834-bb19-c0f6a838a9ad", + "id": "152e3b34-9351-481b-a135-ac0ddcc892d7", "name": "Get Report File", "request": { "name": "Get Report File", @@ -77231,7 +77231,7 @@ }, "response": [ { - "id": "32c98dd3-a8d5-4e36-8320-db9601300d4d", + "id": "93f71ed3-5b50-4dbe-83c9-36e544800fe4", "name": "Report file in selected format. CSV by default.", "originalRequest": { "url": { @@ -77307,12 +77307,12 @@ "value": "attachment;filename=\\\"fileName\"" } ], - "body": "sit aliqua", + "body": "irure Ut", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "ba9e84da-fb65-4722-9a07-adb4468f3481", + "id": "12e81399-5789-456b-86a2-f02a7b014148", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77384,7 +77384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83a18dcd-7815-4a39-8669-d4d978e61e2e", + "id": "ffa2e843-1fba-4617-91bf-a7d84eb00889", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77456,7 +77456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08ac2911-3b4a-45e0-a244-3bee779b099b", + "id": "293be8e4-9204-4ed1-ac3e-97856e2647c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77528,7 +77528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39b0d57c-99dd-41f6-ac20-296c2f9168b6", + "id": "f5ac07c4-c2dc-4d22-93dc-79af8163b4c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -77600,7 +77600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8236b288-784d-4793-8392-9d548f0f9de8", + "id": "c429b321-5a4a-4d6b-a398-839a17d813a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77672,7 +77672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5db76ae8-e09b-4014-bbff-7a1c9e4a615e", + "id": "720eec5a-0308-4bac-bb73-988e581b3256", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77756,7 +77756,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/docs/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": "4af6b43f-6bf2-44e5-aa99-afeb162f1fcb", + "id": "f03b9286-2b12-40ac-a0bf-fff590ed82d3", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -77867,7 +77867,7 @@ }, "response": [ { - "id": "35959d73-0cb2-4d40-90e1-71eff678dcba", + "id": "2bf7f2df-b00f-4b11-a638-dcedc2b7a4af", "name": "List of requestable objects", "originalRequest": { "url": { @@ -77992,7 +77992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "705dc528-04d3-4d7c-9ef5-25c6385b1909", + "id": "91741b35-06ac-42f7-978f-77ca3572abf5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78117,7 +78117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "079ca91d-c7f1-4a4c-80af-10d2acde3baa", + "id": "37fb4c07-d954-4d80-8b69-b587492bf0c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78242,7 +78242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ab8fd1c-0f70-410f-b539-fa9ae607afa1", + "id": "441b616f-dd24-4f48-a400-f73d64ac55a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78367,7 +78367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "938b4055-380a-4e4e-8d40-4716810c46eb", + "id": "49c11a73-ad24-407f-8c11-2cfab24557e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78492,7 +78492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48b6fcc0-c2fa-4b57-893d-c8ca039629ec", + "id": "5c280052-d405-4343-96a2-1e74f3412b94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78629,7 +78629,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 Identity Security Cloud. \nIdentity Security Cloud 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 Identity Security Cloud. \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 Identity Security Cloud 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 Identity Security Cloud, 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 Identity Security Cloud 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": "29b8f30e-216b-4f10-a4e4-2eba6f29b7d9", + "id": "88afef95-f375-45f4-a7ba-e27617c3d6e7", "name": "List Roles", "request": { "name": "List Roles", @@ -78731,7 +78731,7 @@ }, "response": [ { - "id": "9a838039-d8ba-4f48-a59b-8b573a3f637e", + "id": "f6f920ed-ac4e-4463-b19f-a7e7e1200bc2", "name": "List of Roles", "originalRequest": { "url": { @@ -78847,7 +78847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "565d2bdb-2f18-4df9-b205-f9aff101ba8e", + "id": "c8ac52ce-c9dd-4036-b6cc-330ee45cfd3c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78963,7 +78963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0359806-c51e-4bc0-b4f0-b7a62b4db4ae", + "id": "cf7ec78a-0704-409e-bb38-f8bce235ca64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79079,7 +79079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d2e1feb-fe6c-46e5-b379-df8ee55a8786", + "id": "6233e67d-e4ba-4361-8a5a-5e47f9211a52", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79195,7 +79195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23d421c7-083e-4235-8a1a-e3a55ef8dfd9", + "id": "7c5778ab-5b6a-4bd4-a330-b56ee9007e89", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79311,7 +79311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06779ca8-c837-425d-a5ff-79662cab156a", + "id": "8e238265-5ebc-4fbf-be6f-2ab57f464e02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79433,7 +79433,7 @@ } }, { - "id": "e5a5ad21-2a1d-48fa-b5a8-b95d94986b81", + "id": "bef88759-abdb-47a4-8458-8cc2ce6cf999", "name": "Create a Role", "request": { "name": "Create a Role", @@ -79475,7 +79475,7 @@ }, "response": [ { - "id": "d3f5a4aa-cd8e-48f2-b6a6-7a46f87807e3", + "id": "40ee8883-af39-4808-95ea-87c82b076f89", "name": "Role created", "originalRequest": { "url": { @@ -79531,7 +79531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f54f9384-a34e-4054-a62d-11a2c34afdca", + "id": "396c3c21-0879-4aef-b0d0-a7c79dce46ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79587,7 +79587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dfbd21b-e6fb-4035-a1f1-6af1a3745a93", + "id": "1b62b850-917c-4a48-96f5-a78f3a29d1d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79643,7 +79643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c9015c5-f3fb-4824-ade6-bc42fd7b7d1b", + "id": "5f1ccf62-5484-47bc-9f53-28a50c75b368", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79699,7 +79699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1322a36c-f679-48c9-a2fe-fa29bb1b9492", + "id": "0ee206ea-51f8-4cc3-80ee-6d36808a562b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79755,7 +79755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "618cbef8-a427-4647-ab76-0b6f1ac24e82", + "id": "8fd26c9c-1f46-4c1e-a3c0-a1e9a3584455", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79817,7 +79817,7 @@ } }, { - "id": "a69f183f-ac10-4b0b-aaa5-3f4238f8b5d2", + "id": "53cea4ae-486c-4af8-86ca-08fa00e7ea8e", "name": "Get a Role", "request": { "name": "Get a Role", @@ -79858,7 +79858,7 @@ }, "response": [ { - "id": "af231bed-c39d-4748-8329-f27def333815", + "id": "85988784-a448-4d74-a738-7285ffe00b1c", "name": "List of all Roles", "originalRequest": { "url": { @@ -79902,7 +79902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edba6c8b-04fb-490a-8699-7872e203ed38", + "id": "7429465e-3ccf-42e7-b19b-f1af389b3d53", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79946,7 +79946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc209013-8201-47e0-920b-e26b2b906065", + "id": "b7a05daa-8c6a-4826-9e8c-421eff54a330", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79990,7 +79990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8daa3c79-cd41-4206-af73-4a34bc72eb15", + "id": "2b890f05-404b-4442-bcbe-57189fbc891b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80034,7 +80034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a301e72-2994-4098-ae5c-626273f5220d", + "id": "004b268a-b275-4597-88f0-6a8ea5615237", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80078,7 +80078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b0ffd96-ed2a-4d6c-9b28-77bbee1406af", + "id": "59db9af9-4841-42ff-b5c1-112b766a51c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80128,7 +80128,7 @@ } }, { - "id": "4b09b8f5-8e55-4f38-a38f-9c6c21668cde", + "id": "fdc99e86-1f6d-4d04-b968-ec73312d30f9", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -80182,7 +80182,7 @@ }, "response": [ { - "id": "25ed837a-6489-4999-8aef-f09b8580b870", + "id": "9e70bdbc-1ccf-4206-876d-b4e006302f61", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -80239,7 +80239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9c204c8-2d25-48c6-bc5f-7c8a22e98308", + "id": "188830db-df8f-484d-b2bc-9bc5f36977cf", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -80296,7 +80296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "801f1b8e-8cf4-4ddd-892a-cbc649cdd3e2", + "id": "a8800cad-ed89-4ffd-9576-dadc2887266d", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -80353,7 +80353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20ce1307-78d0-421b-aa30-f9031584b3f5", + "id": "6a8bcc47-acea-4605-a437-e0ce525050e9", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -80410,7 +80410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2344e46-4605-44f6-9996-a604ac62e4a5", + "id": "89c0f3a8-bb77-40ce-9bbe-7aa81a1c7120", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -80467,7 +80467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3b21507-3ec0-4567-a121-e0ef547e13e4", + "id": "7ee062c7-cecd-4dbf-b3b9-964d732d703d", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -80524,7 +80524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82d12762-191f-49ca-8c3e-65b7535eff89", + "id": "f0d75ddd-a8cc-4b1d-b982-97a7603a716e", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -80581,7 +80581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b761d3f-397e-4955-99ef-4f5a82c74104", + "id": "3909649f-279c-477b-86dd-acd8683569a2", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -80638,7 +80638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f00b96e8-7e61-4bc4-ad59-03b055121f30", + "id": "88b3518b-cb10-40ee-a2d3-50a8bcf626ff", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -80695,7 +80695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a217a176-bd2b-43d9-9f31-6871cadda50e", + "id": "0386352f-c1a0-495d-9580-be43a6ebdc78", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -80752,7 +80752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e43fdbc0-931a-4e87-ad55-850cc007537f", + "id": "d864e43e-bf2e-439c-8f4d-55d534ba3d63", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -80809,7 +80809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dee1f5db-794d-43b5-b649-d0a342985a12", + "id": "457685bb-ef3f-4cbb-b5f5-cb37cc8a0710", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -80866,7 +80866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3779b899-7ad8-4720-9d3a-191c9e693db8", + "id": "f20d6632-83ca-4be4-bada-9e46367461d0", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -80923,7 +80923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6331247-db84-4c99-9b2b-cd97c72f6384", + "id": "c47022a8-66f1-442c-95c3-a50cad76130e", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -80980,7 +80980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83b1d434-616c-4959-a688-4d24d7bfb0b8", + "id": "0041ef0b-e8dc-4268-a394-028ed7f2f598", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -81037,7 +81037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef682f45-6026-44d0-914d-e6f57a9fa560", + "id": "7d2b0b19-89a9-43f3-b817-466b46baf95e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -81100,7 +81100,7 @@ } }, { - "id": "bda4cffc-c4c4-4a98-92a0-c4c6643c0f0d", + "id": "cee8e69e-9ad0-493d-8af1-2512a4ca25ae", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -81141,7 +81141,7 @@ }, "response": [ { - "id": "185a8bda-cb15-493e-b949-98b0c6213253", + "id": "2670b97b-cd1d-4129-aa34-b35e215a2123", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -81175,7 +81175,7 @@ "_postman_previewlanguage": "text" }, { - "id": "96de5178-9b5e-410c-81f5-6608ddaabb80", + "id": "d2962712-cef0-48af-a4d2-882589764a76", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81219,7 +81219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "607f0dcf-f6f4-4988-851f-2680ebe5a817", + "id": "f6ece7a1-ea9c-4cdc-82b6-c0dce933f9be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81263,7 +81263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d01c57f-2bb5-4fe2-b035-a72e5f7b9933", + "id": "3b2c6a4d-be74-4096-9c59-5293ecc985aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81307,7 +81307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "833410cc-ad81-49cb-a8b5-a149e3019b25", + "id": "abb9830a-2107-43a1-88c0-f0de64e8ac0b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81351,7 +81351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6dbec8c-c35a-4fa2-b5ee-65cb37ac7e61", + "id": "a6cde880-89e7-4510-9422-454e12feb216", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81401,7 +81401,7 @@ } }, { - "id": "6bdea9cd-efd3-4a54-84b8-ec26e46b7495", + "id": "87b0b9a8-a9a8-4cbc-98f8-5a7879bc8d32", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -81444,7 +81444,7 @@ }, "response": [ { - "id": "14ac58dd-6a57-4812-b76d-94ca702655ab", + "id": "375e4a90-ee72-4c03-817c-370d383d4ffe", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -81501,7 +81501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1842edb0-cac1-4038-9da5-90e684b5aa61", + "id": "f87c3d06-e536-4464-998f-5bd9b6975b64", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -81558,7 +81558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e79ac45-d750-4c33-97fe-d13715b5047e", + "id": "f7e306f1-ae8d-40e9-9570-b59aaa57639a", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -81615,7 +81615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed036ad5-6300-4ee7-a6d8-83172425bac6", + "id": "065cc59f-b24c-4b29-b9a3-7b1ff2f1a5db", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -81672,7 +81672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41c58c06-3860-4175-879f-6893d9b6af4b", + "id": "9389a688-075f-4b9f-afb9-81707320e7cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81729,7 +81729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ab41142-bc43-4a5f-9ab0-89f52ba1e440", + "id": "b7596c50-8121-485e-9a97-f2ddffa4ca85", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81786,7 +81786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c74b845d-c4b2-434b-a61a-6ed2cfff3034", + "id": "c1d99083-365b-495c-bbed-bf6094947cfd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81843,7 +81843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a25e3b08-1e24-4f86-8d22-4e365d6db137", + "id": "23f3e27e-dbf8-4728-ae3b-662f7ee4ba60", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81906,7 +81906,7 @@ } }, { - "id": "e264de6f-41f3-4af2-992f-e3a86812d39f", + "id": "183ce26c-157e-42d6-9b4d-176e6c149f1f", "name": "List Identities assigned a Role", "request": { "name": "List Identities assigned a Role", @@ -81991,7 +81991,7 @@ }, "response": [ { - "id": "3cb9bf6d-804b-444d-8856-6e80518345ae", + "id": "52711746-0976-4743-a1b4-961d40698b57", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -82082,7 +82082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d85e0863-a2d7-4636-b03e-f3ec72321572", + "id": "6c6623fc-e429-4bd3-9fbd-0061ab275a89", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82173,7 +82173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dbfbd4e-eb99-4115-ba4e-824466efa729", + "id": "9dffb065-70d6-4307-be35-295f699ab185", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82264,7 +82264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d4686d5-9dc9-4180-902d-d3cb60d18356", + "id": "9fc20e8d-a707-45b4-8b0b-5a76a0eae84f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82355,7 +82355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f985b6f-f607-4328-b2fc-e091e4104258", + "id": "e0841ff7-2c73-49fe-b8e6-6c81066cb151", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82446,7 +82446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "002e5f56-b559-49f3-91bd-28615a0c972b", + "id": "6e250663-1e0e-4622-9eea-7465b5338b98", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82549,7 +82549,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 Identity Security Cloud 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 Identity Security Cloud 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/docs/api/v3/scheduled-search/) for more information about running saved searches on a schedule. \n\nIn Identity Security Cloud, 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": "3d39a37f-7667-43ae-912a-2417bd881c05", + "id": "603a315a-4b15-4e35-bdb1-59a4575bc87e", "name": "Create a saved search", "request": { "name": "Create a saved search", @@ -82591,7 +82591,7 @@ }, "response": [ { - "id": "69644b3f-c5ce-4ebe-bb7f-ec6ef964498c", + "id": "5368c0b3-722b-4396-98ec-9451fe89dfe5", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -82647,7 +82647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ccd2338-48e2-4b45-a215-747b6ebccb32", + "id": "e15a198d-48d5-4fb4-9042-80c04397a657", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82703,7 +82703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9af15bbd-3dc7-4436-87ea-d2bc75749268", + "id": "fa1b8779-7e4f-4d36-86a7-8550b631c5ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82759,7 +82759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d764abc-e5c7-4acb-b832-418ec32ca958", + "id": "3bc2923b-f092-4e11-aeb0-05fcad30cfee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82815,7 +82815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ab57bdd-43f6-4df5-bcc2-494c98da5470", + "id": "8b5ccfbd-664c-4826-a1fc-32651054bdfa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82871,7 +82871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "123d0115-8417-465e-bf21-ec82b67b6f6c", + "id": "c9328499-f14a-436f-8d27-be07694ac685", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82933,7 +82933,7 @@ } }, { - "id": "d737ae22-9aef-41d1-abc9-19380ed3e6e2", + "id": "1c45b93f-8bcf-4906-9bfa-eae293bd52da", "name": "A list of Saved Searches", "request": { "name": "A list of Saved Searches", @@ -82999,7 +82999,7 @@ }, "response": [ { - "id": "410c82fc-3327-4c50-8615-524137f985d4", + "id": "b7adb338-ce3c-4a4b-96a5-ee0371054d83", "name": "The list of requested saved searches.", "originalRequest": { "url": { @@ -83088,7 +83088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c47786bb-6392-401f-97f3-43b0c66a5bbf", + "id": "fca6c48f-adeb-4984-a1f6-e63807cd5ae0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83168,7 +83168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a633bad8-1471-46d8-bc53-036ba242b68f", + "id": "3e5cab51-9f14-4bea-842b-fef014080d77", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83248,7 +83248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c081a72-59d8-4399-8469-d4ec15962e31", + "id": "7ce3a00f-aef2-4422-9c7e-888eac7b1dd8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83328,7 +83328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff1776cf-d245-46bf-8638-9bf4ddbfcd1f", + "id": "a1dc4236-9dbd-4e0f-82ea-dd1820f62ea5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83408,7 +83408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8811694b-d46a-47a5-86e9-fa7104d28e81", + "id": "30fe20e4-be97-4b24-a0d5-90c972d85f3e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83494,7 +83494,7 @@ } }, { - "id": "a2b868b1-88b9-464f-9974-174ccdc2d66c", + "id": "7c889a06-b668-4b9a-b744-5bb124eb4bea", "name": "Updates an existing saved search\n", "request": { "name": "Updates an existing saved search\n", @@ -83548,7 +83548,7 @@ }, "response": [ { - "id": "3c461054-e78a-4b29-b59c-fa1dac99da4f", + "id": "5acca594-c97d-4cd6-8aa3-8bb395233d62", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -83605,7 +83605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c30d656-2bd3-44a2-8513-b97f9b874b9e", + "id": "b6ec6843-28a4-43bf-93b5-f1697ef58755", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83662,7 +83662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ac61c1c-b249-400a-a3c9-ceb45a190614", + "id": "e658f4a7-1d82-4f1e-b3bb-dbe0eadc1f25", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83719,7 +83719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2536e3fd-ed1b-4730-b436-e4be74d46828", + "id": "ba49d63b-07ff-4867-b6cf-778b51d34727", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83776,7 +83776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da921d32-6f4b-4c46-b6ef-2a97c5bd973e", + "id": "bdc811ee-d2f6-442d-ab59-ee510e4c9f19", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83833,7 +83833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9a703e7-c6af-430a-80bd-9fd4a71c8575", + "id": "1eed537c-ed90-4d66-a350-d21ab77f8a42", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83896,7 +83896,7 @@ } }, { - "id": "9551dcfe-af75-4987-b765-6d73f3eb44b2", + "id": "7fec7f39-f402-4b6f-8c38-3d5101ebc4b2", "name": "Return saved search by ID", "request": { "name": "Return saved search by ID", @@ -83937,7 +83937,7 @@ }, "response": [ { - "id": "f761aeca-6119-4ad5-8d3e-d4c71d8b7032", + "id": "93bc328c-0237-4833-8069-6cd415b1373f", "name": "The requested saved search.", "originalRequest": { "url": { @@ -83981,7 +83981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ab3658b-b1b7-4635-8b5a-0fa4fb746400", + "id": "c1c9e183-539e-4687-a372-2d9e0f6fec77", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84025,7 +84025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b58cb15d-b46a-4327-a0d2-bff60da31e1a", + "id": "2ce86da6-57a5-4ace-9813-84cd4f491e7b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84069,7 +84069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57d69fcf-a2d9-400d-8316-d711c2601112", + "id": "d8aa7756-6c8c-4943-9578-ee3f58e98df6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84113,7 +84113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a762af2-96f4-4879-8225-8d10fac63db3", + "id": "0ea415df-45cc-4540-9708-5ede6d193764", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84157,7 +84157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4915d9a5-c01f-4f19-b43e-55cdde21f2c5", + "id": "29561a3c-5b88-4677-89a9-000192a2c7eb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84201,7 +84201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30efd37d-f7f2-40d1-810c-6f51aa8d185c", + "id": "a7f5a6d7-7234-4973-9487-dd29d9644dd1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84251,7 +84251,7 @@ } }, { - "id": "7c33ac89-74d2-4f75-af0e-078329607170", + "id": "7cd7001f-0b3a-407e-981b-e4b76f4cbf1c", "name": "Delete document by ID", "request": { "name": "Delete document by ID", @@ -84292,7 +84292,7 @@ }, "response": [ { - "id": "0a8552e2-a24b-498f-a2a9-03a6faf746e5", + "id": "6bc53c0c-cc3b-4b28-8e28-45ce84b5eb4b", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -84326,7 +84326,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e91dec42-e2f9-4182-ae6f-ee4ddcaca2d4", + "id": "2bbd55c3-469f-4474-a7f7-442b8038ac4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84370,7 +84370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8663233-1af2-4f75-8a62-7c08141b6309", + "id": "6d1dfc0a-c670-4925-842d-7deea3793351", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84414,7 +84414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3b2a32e-6cd8-48f6-b859-e4341b58bd6b", + "id": "db2fbfe4-f956-4d39-9a79-8d3685540d1f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84458,7 +84458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b767e03-6701-45c2-ae0e-a2e5f9c6dd6b", + "id": "f35f74de-0b96-48d4-9c4f-1732d06e9949", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84502,7 +84502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3ca1c98-bd00-4eee-b7b9-ea2b0e85a789", + "id": "8b2cd513-2df9-4bb2-832e-c982e0317bbe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84546,7 +84546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01c20085-afe4-4308-ad5d-68556f13bd8a", + "id": "c4d38b63-2c7e-46e4-bc6a-47229a0456d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84596,7 +84596,7 @@ } }, { - "id": "469c294a-74f7-4fa4-858f-d3792e127c94", + "id": "e25edf57-9ca0-4cbc-866a-02353803b1e1", "name": "Execute a saved search by ID", "request": { "name": "Execute a saved search by ID", @@ -84651,7 +84651,7 @@ }, "response": [ { - "id": "cb349a91-f6d8-414f-acee-14bc58b8e773", + "id": "3db0b984-49ce-4acb-8a0e-9a5313828b4d", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -84699,7 +84699,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f1973a6c-5893-4624-a976-d4c8a28154a0", + "id": "e7f0b8f1-1d50-4929-a349-b4d455a509ea", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -84757,7 +84757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fa2fd1c-1394-49a5-82ba-9e04769eb4e5", + "id": "65d841d0-feb4-4b56-857e-82ea05d0c6ec", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -84815,7 +84815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac12e596-ebf2-4031-874b-2c5e9f7ae5c1", + "id": "828cff4d-5463-40c1-8c51-bb84b547da66", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -84873,7 +84873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fc79713-84cf-458c-834d-94a3cbbb3477", + "id": "d1a806a0-1122-4d93-b3c6-cfc60450e33d", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -84931,7 +84931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2957c182-6d91-4564-b4b3-fcbcc86bdb4a", + "id": "369db06d-11fa-4229-8f82-50fdaa49acbc", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -84989,7 +84989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e37e740-2013-4637-81be-4a4f968baf80", + "id": "c960fff7-9931-4110-b652-36f31027312a", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -85047,7 +85047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a9b66cb-0dab-4eb6-ae1f-d7f25fdbf084", + "id": "c32fc142-8258-4b8c-b452-74376c339e47", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -85117,7 +85117,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 Identity Security Cloud 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.\nIdentity Security Cloud emails her the search results when the search runs, so she can work on other tasks instead of actively running this search.\n\nIn Identity Security Cloud, 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, Identity Security Cloud 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": "9c3d9d75-d683-4572-8629-5582315563ed", + "id": "6a8c9afb-33a8-42bb-aa77-3e4ae015a531", "name": "Create a new scheduled search", "request": { "name": "Create a new scheduled search", @@ -85159,7 +85159,7 @@ }, "response": [ { - "id": "dda4aa83-4adf-4efc-9e92-ca6c03a6c43d", + "id": "c45d4e67-6640-493c-9b47-6ecbe7a792c4", "name": "Daily Search", "originalRequest": { "url": { @@ -85215,7 +85215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6bda49b-1cba-4ec3-86e7-7df3104a5a78", + "id": "e608b6b6-51ee-4ecc-ad44-edc6c8362f9d", "name": "Weekly Search", "originalRequest": { "url": { @@ -85271,7 +85271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6689fd2-d265-4a8c-9005-1a2b4b1136f8", + "id": "59a566f6-f92d-4d88-afc2-58bcbea2a644", "name": "Monthly Search", "originalRequest": { "url": { @@ -85327,7 +85327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eda1f841-90ad-4d58-b2b2-08c9bbbceb3c", + "id": "7f0d0037-8249-4dd8-bfa8-5f91d03f92ca", "name": "Annual Search", "originalRequest": { "url": { @@ -85383,7 +85383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3f0ade7-b714-4e58-885c-df28a6e5fb85", + "id": "26155c85-82e4-4af1-8199-6f094d7121a0", "name": "Calendar Search", "originalRequest": { "url": { @@ -85439,7 +85439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea6f1cf3-8ac0-41cd-a348-df820bbd8957", + "id": "a3bcb191-ce18-4259-b3e7-c98fc8e8822d", "name": "Weekly Search", "originalRequest": { "url": { @@ -85495,7 +85495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bff6500-7de0-4beb-94fc-a028dd3757da", + "id": "50c9dd74-3881-40dd-9741-a9e59f2e0715", "name": "Monthly Search", "originalRequest": { "url": { @@ -85551,7 +85551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "507fd2a2-982a-4d76-8256-3919bbde074c", + "id": "ce375237-2668-4bdb-8006-5aac633ff6ce", "name": "Annual Search", "originalRequest": { "url": { @@ -85607,7 +85607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "941465b5-6c98-48a2-b2f8-4510367cc2dc", + "id": "3e1bcfb7-7f1d-491b-89a0-73ebf28b9eae", "name": "Calendar Search", "originalRequest": { "url": { @@ -85663,7 +85663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c6f5a8f-1c1a-48e2-a420-f48465fc2234", + "id": "6402f34c-9079-484b-9046-d84a8ce8c98c", "name": "Monthly Search", "originalRequest": { "url": { @@ -85719,7 +85719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25b5544e-1eea-41ac-8e62-ee920b770cac", + "id": "b43187b2-d9dc-4cab-9980-e65dc703e36e", "name": "Annual Search", "originalRequest": { "url": { @@ -85775,7 +85775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01d176bb-c001-46ed-9867-bb4a78954939", + "id": "83b3d915-f167-4d77-98f1-4e25b827bfc1", "name": "Calendar Search", "originalRequest": { "url": { @@ -85831,7 +85831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6d6dd54-ad62-49b3-8bd3-f10012a803c8", + "id": "96348888-75ea-4531-9880-0ba94186972d", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -85887,7 +85887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c88024a-80cf-4785-b466-cc54dc768d58", + "id": "4bd94d45-59ea-42fe-8010-694cc295b7ef", "name": "Calendar Search", "originalRequest": { "url": { @@ -85943,7 +85943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54ab92cc-1718-43ad-97f5-25ac68d79922", + "id": "0cdcc1d9-ecea-4344-b68a-f8278ad6437e", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -85999,7 +85999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5d39dfa-45da-453f-bc6c-41db1e76f963", + "id": "b3430a83-0fd2-467a-9b16-8749ac936b84", "name": "Daily Search", "originalRequest": { "url": { @@ -86055,7 +86055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d830a260-8651-46a2-b5a5-313769ab8b64", + "id": "77b39293-ba8a-475f-8cab-b20484a6c29a", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -86117,7 +86117,7 @@ } }, { - "id": "207d34df-d706-4587-ab41-3d1effe96ba4", + "id": "c0f9a717-5562-4831-b81b-2cf2b36bb66f", "name": "List scheduled searches", "request": { "name": "List scheduled searches", @@ -86183,7 +86183,7 @@ }, "response": [ { - "id": "1daf4db4-0a82-4326-82db-3486fc66107c", + "id": "597feb90-341a-499e-a540-63b1f43333b0", "name": "The list of requested scheduled searches.", "originalRequest": { "url": { @@ -86272,7 +86272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5213b17-1ffa-4fe3-8f5f-eabc6422a687", + "id": "462b4f0c-102f-43d3-9a53-97de8da108c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86352,7 +86352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e05d2689-d1cc-4216-b4bd-5fe7c8ccf715", + "id": "ea57ec27-5ab4-47b7-986f-56eedcdc13f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86432,7 +86432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43a4adc2-acb5-43ac-acee-8d04bb02cec4", + "id": "11827be3-7093-44e1-82de-521d3bf34c63", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86512,7 +86512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a814607-48f9-402e-9641-1dfde1ba4c87", + "id": "e2d8a0f7-dea2-4fbe-be2f-4a9901f7664b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86592,7 +86592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9910438e-27ba-4c80-8efe-1da77ffef2b6", + "id": "01e49d41-4e8d-492c-809d-cfa089b280b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86672,7 +86672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5c6fee8-a176-4977-b47b-da6608de5c1c", + "id": "a180809e-b245-4e0c-bed2-ce1751e909da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86758,7 +86758,7 @@ } }, { - "id": "dc6640c8-b578-4c8d-9e08-f3fefee68eea", + "id": "c0a215b4-2d5d-45e7-a7e5-5d9ec4f77475", "name": "Update an existing Scheduled Search", "request": { "name": "Update an existing Scheduled Search", @@ -86812,7 +86812,7 @@ }, "response": [ { - "id": "e26de58b-affe-401f-b273-f003aa74135c", + "id": "f10e1a9d-dc80-457f-938e-d734ab637e19", "name": "The persisted scheduled search.", "originalRequest": { "url": { @@ -86869,7 +86869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4b60c8e-e7c4-4caa-84c5-44fd64750621", + "id": "1268514b-d963-4880-9f58-12217b21009c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86926,7 +86926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db2e331e-db96-4eb2-a405-58f44d33df5f", + "id": "7697a46b-4ac1-4f6a-bba8-a2e53f66956d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86983,7 +86983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b18afce-547b-4b5c-bbb3-0d0cc2a5018c", + "id": "e34c32f5-c0ca-4f64-9fc9-37fe80402c43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87040,7 +87040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1714bcc-a605-4506-a7a9-8be8d80f107a", + "id": "a7bd4629-078a-4eef-9475-d7877850429f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87097,7 +87097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ed0fbb4-d08c-4b3c-b09c-61df611d8c8d", + "id": "c38cb6db-73a7-4155-ac0d-f56c4c3bf590", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87154,7 +87154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73be06b8-cc09-4deb-b3e9-d39e31d8ee3f", + "id": "29f77e30-4956-4042-ad8d-708b3c9d7888", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87217,7 +87217,7 @@ } }, { - "id": "06634dec-8136-48dc-bc56-a55be08b743d", + "id": "8fce7096-79d0-4b33-833c-3d768833f8ed", "name": "Get a Scheduled Search", "request": { "name": "Get a Scheduled Search", @@ -87258,7 +87258,7 @@ }, "response": [ { - "id": "0446ab7c-10c8-4e70-be49-b919c37def74", + "id": "9c760450-7f1c-4ba5-91bf-43d073a4b5cc", "name": "The requested scheduled search.", "originalRequest": { "url": { @@ -87302,7 +87302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3367555c-0e9c-4e0f-8a3b-d0a8f871ae65", + "id": "159a52d3-5ae3-4546-bc08-13bb70b8a619", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87346,7 +87346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42a79294-d0da-4f79-8ee1-37be48a82d47", + "id": "2d046ffa-a1c8-4d3c-819c-f5979f8af7c6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87390,7 +87390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6af490a8-a870-4ef2-9af2-7363d898b92e", + "id": "305c428a-b0f9-47af-83eb-b9c3cc7034e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87434,7 +87434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "330b58a0-d980-48c2-9615-b7bd782d1788", + "id": "ebcd6253-9d9c-4e6c-810b-300af3645156", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87478,7 +87478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7851a901-3161-489e-840a-0efa371d5340", + "id": "f14e5e32-10d7-41ec-9887-1e540b638565", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87522,7 +87522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cc3d3b4-66c7-4cea-adda-ffa50a1737ca", + "id": "3d01f3b4-08aa-48ee-9ad3-74b15060514e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87572,7 +87572,7 @@ } }, { - "id": "dea1841f-a3e1-4993-b635-c8c845e4006d", + "id": "c738f6f4-b3ec-48ef-9296-11f21ecee8ea", "name": "Delete a Scheduled Search", "request": { "name": "Delete a Scheduled Search", @@ -87613,7 +87613,7 @@ }, "response": [ { - "id": "71b7fdf3-5f62-4634-983a-b04afc20bdb6", + "id": "61f9a4a8-36a8-4633-8b78-e2665ff839aa", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -87647,7 +87647,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f58e555c-7c70-43de-b422-2b792e290776", + "id": "60d83ccf-b2d1-4762-acbf-13b1faaaf45d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87691,7 +87691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ede0594c-1f3a-4a30-9b0b-e62a2cdb57cf", + "id": "1c66eeb2-0026-4f08-bca7-bdf868cc6d00", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87735,7 +87735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd7405dc-37b3-400c-8401-c71333369e77", + "id": "9b4c35ce-aab5-411d-afac-3a4ce1ca8feb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87779,7 +87779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ab8438c-f5a6-4bfd-89ec-984a72b80437", + "id": "f3cba541-2a50-44b1-b27e-53894a633574", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87823,7 +87823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a42d96db-1f0b-446e-9480-c0666974c800", + "id": "d30d46aa-25d1-4067-bc07-034df34b36af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87867,7 +87867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95475982-c968-4c3e-9cad-7784b3b750b7", + "id": "554f6da5-d157-4e62-8536-df76057d605c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87917,7 +87917,7 @@ } }, { - "id": "fd230b05-8c35-4d2b-956d-7cd6d8a44b07", + "id": "1fb0bdd0-ebc1-4a49-b564-c9dc19641710", "name": "Unsubscribe a recipient from Scheduled Search", "request": { "name": "Unsubscribe a recipient from Scheduled Search", @@ -87972,7 +87972,7 @@ }, "response": [ { - "id": "bea473ca-97aa-44cc-b735-3294e7cc0e96", + "id": "c3e40b68-dff0-4c57-a44b-3ab740e89859", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -88020,7 +88020,7 @@ "_postman_previewlanguage": "text" }, { - "id": "74e7bd5d-cd63-4d03-882a-cbdd845919af", + "id": "20fbbe6e-c660-4945-9423-aa02a008f131", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88078,7 +88078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e779d91-52d8-4a83-a223-a0df1ef0ee3a", + "id": "5150a1f2-9e2e-409d-b098-24959804f652", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88136,7 +88136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "751a4d32-49b5-4b8c-94c1-2ea46be064b9", + "id": "51f7ae2e-be4f-4f37-bfae-a62190b0f7f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -88206,7 +88206,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\nIdentity Security Cloud 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 Identity Security Cloud'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 Identity Security Cloud'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": "dbd0c601-d10b-48f2-ac4e-29d29982a859", + "id": "736341a3-9f75-4aea-8b18-4966e69cda07", "name": "Perform Search", "request": { "name": "Perform Search", @@ -88276,7 +88276,7 @@ }, "response": [ { - "id": "8ef056ea-125c-4dfa-962a-4748406c5fb2", + "id": "5b7a751b-0ba0-4013-8f5b-bda6543fa191", "name": "A collection of AccessProfiles", "originalRequest": { "url": { @@ -88369,7 +88369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5f56d86-b546-4f45-9f92-7697eba21f1d", + "id": "1da1bd0b-6c53-4c43-ba1b-9bcfff6f5251", "name": "A collection of Entitlements", "originalRequest": { "url": { @@ -88462,7 +88462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec5e5ffb-3a30-4b87-8ff5-8ce151dfabe1", + "id": "aa0c7ddb-7e29-4802-9525-02f0c6bc75b8", "name": "A collection of Events", "originalRequest": { "url": { @@ -88555,7 +88555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1e6bfdd-26b2-4b0f-b62f-0790e6d947bd", + "id": "71f9407d-cbf0-4a1b-9fea-7f7e2d60c20f", "name": "A collection of Identities", "originalRequest": { "url": { @@ -88648,7 +88648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26da27c3-ca41-476d-9e72-1a95d18efdeb", + "id": "37809be1-0bf8-40f7-a764-8e08f0857c5d", "name": "A collection of Roles", "originalRequest": { "url": { @@ -88741,7 +88741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b62192bd-e541-4f86-9aa1-bdd192b58f3a", + "id": "98876ca1-aa13-4472-9da0-d1375ac1ebb5", "name": "Filter with Exists", "originalRequest": { "url": { @@ -88834,7 +88834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09f2b5fe-345f-4e9c-9dd2-9f28676b9182", + "id": "78277bbf-cc2d-4d99-8a9e-487022cb9ec2", "name": "Filter with Range", "originalRequest": { "url": { @@ -88927,7 +88927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30e3657c-9fd4-4d19-b1ef-0d10d370cc61", + "id": "a791a9cd-eead-4e85-9141-e3424195ac9e", "name": "Filter with Terms", "originalRequest": { "url": { @@ -89020,7 +89020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e6f648-898f-4fd9-b84b-5c39e52648c5", + "id": "7110360e-6fa0-4d2e-a55e-31cdd3a3aed9", "name": "Filter with Exists", "originalRequest": { "url": { @@ -89104,7 +89104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "386c847e-3217-4c71-8f48-0ead7005416c", + "id": "e81b5ceb-82dd-4b6f-99c2-2e01b89688f5", "name": "Filter with Range", "originalRequest": { "url": { @@ -89188,7 +89188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c129666e-64d1-4924-94b9-7b594821a85e", + "id": "922eaf61-106f-406e-a6d5-ea0be626ca5f", "name": "Filter with Terms", "originalRequest": { "url": { @@ -89272,7 +89272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d18ead06-1928-4c7c-a4f7-0949bc2d6aef", + "id": "a2bd02a3-e76c-4ef4-ba66-4615fa65736c", "name": "Filter with Range", "originalRequest": { "url": { @@ -89356,7 +89356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddf7160c-a8cd-4cb9-b2a5-d8518e14c108", + "id": "757931e0-34dd-4a65-9942-bdaea2649701", "name": "Filter with Terms", "originalRequest": { "url": { @@ -89440,7 +89440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e913c014-e7b4-46e1-887d-5c26a2853ca6", + "id": "788c39e9-2b9b-4db7-a550-420f017b6488", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -89524,7 +89524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d7fbae1-089b-41ce-9018-7f7a29d1bb48", + "id": "b52f81bd-587e-4978-b590-69a9c78bc05b", "name": "Query with Fields", "originalRequest": { "url": { @@ -89608,7 +89608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b7b4fcc-d435-47b0-83fa-e8c7790aa4b1", + "id": "56eca13c-fe5f-4aa3-9cd5-b635b118d7c0", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -89698,7 +89698,7 @@ } }, { - "id": "9e437f28-284a-4472-8f95-cbe9e26bcf6c", + "id": "138218f4-dba6-4ffe-ae6c-34cb75061918", "name": "Count Documents Satisfying a Query", "request": { "name": "Count Documents Satisfying a Query", @@ -89741,7 +89741,7 @@ }, "response": [ { - "id": "9ae76366-63eb-44c7-b543-3b1f667d8f72", + "id": "3e47e8f9-36dd-41bf-a04e-ed0034c63fa5", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -89798,7 +89798,7 @@ "_postman_previewlanguage": "text" }, { - "id": "db731e95-7628-488f-8401-e2f54c4c20d4", + "id": "208a0dff-a91f-4855-831d-84cbfd07380f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89855,7 +89855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48828aa1-615d-4310-9672-2886c5df4ba4", + "id": "09892f90-4aec-4f43-a6d4-eff721747f47", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89912,7 +89912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e89fabf-e978-4925-b4d4-239ad07ec6fd", + "id": "8911d114-2d30-46d4-953a-a8228740b2f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89969,7 +89969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cd0c8fe-e953-40f0-b7dc-3d1016e23224", + "id": "338fdb05-a09f-49a7-9a53-ed5b12dc3170", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90026,7 +90026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc3cd99-15d2-4b6c-abf6-fca1fbca9b18", + "id": "0909334f-1493-4d2d-9a50-e9ad5a0cde16", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90089,7 +90089,7 @@ } }, { - "id": "e073cbb7-8cd7-479d-9c46-a329b65e6af5", + "id": "7fc5586b-92f4-4b29-8a9e-5460d98e4235", "name": "Perform a Search Query Aggregation", "request": { "name": "Perform a Search Query Aggregation", @@ -90160,7 +90160,7 @@ }, "response": [ { - "id": "8568d088-9cbb-40e6-8875-3f28cf693730", + "id": "86bf6ebf-6857-4ed4-aee2-973586dc6719", "name": "MetricAggregation", "originalRequest": { "url": { @@ -90254,7 +90254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06f1fc5c-5d56-4ead-947e-506a810c4bc8", + "id": "3b428902-5cdb-448a-8dcf-bc2a9070931d", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -90348,7 +90348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2487bc99-f84c-470a-8f14-07e3b2ef4207", + "id": "df42532c-f8c3-41cf-b0e5-019c8dcfabcb", "name": "BucketAggregation", "originalRequest": { "url": { @@ -90442,7 +90442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd28c4c4-6ff9-4aa0-a01f-5613baf230ff", + "id": "5c24febb-763f-4359-8d27-b46972e1ef3e", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -90536,7 +90536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3535525e-c06f-46cd-9d7d-99490bc14eb1", + "id": "d4341dd1-b0e4-4b72-b6af-80e8a7a747a9", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -90630,7 +90630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffd90f67-e617-4b16-92a5-974e347f41c1", + "id": "571f3138-ec37-49af-a46b-a1a32bfd6f27", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -90724,7 +90724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf3ef327-9f98-4d38-b303-34382ff26b55", + "id": "68b85fcb-59bc-4478-aa55-7d4d65b631de", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -90818,7 +90818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "616ee008-eb0c-480c-b1f1-6d32b8018ba2", + "id": "42f2816a-382e-4466-b1e4-14f5607122c1", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -90912,7 +90912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a312a0a7-a179-4a08-9542-d75a36875273", + "id": "283dd812-d573-4ecc-b661-eda7de73d667", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -91006,7 +91006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd55ae5e-b952-415b-a705-172f25f6608b", + "id": "c9b63edc-3a43-4b23-aa81-e39acd7d5bcf", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -91100,7 +91100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea9e4539-d07c-4cc5-a411-9fdfffa473aa", + "id": "e2e6e6a0-74b0-4bec-80e8-f88f7ea84f43", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -91185,7 +91185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "194b13bb-ad01-486d-8160-9b991850274d", + "id": "5a105169-adb1-490e-8c13-36f4761f46e2", "name": "BucketAggregation", "originalRequest": { "url": { @@ -91270,7 +91270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0068c935-662c-4edf-a2fb-a7c819778124", + "id": "860a9e50-3b52-4dc3-adf9-215aa42ed49b", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -91355,7 +91355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecb68cf3-83e0-4260-9b0d-f45b3d8bf755", + "id": "457bf430-79ff-40b4-bf31-0c4e4f70bd51", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -91440,7 +91440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03b7a603-61c6-4fa9-935f-f073570b963b", + "id": "4bf8d34c-7430-467f-89d8-516bdc9eedfe", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -91525,7 +91525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9a82948-e1a5-4c24-9d5f-bb836211490a", + "id": "70c98402-714b-43f2-ad06-d24f3b952feb", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -91610,7 +91610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a99797e7-a70b-49d8-a3ae-f310dfb45d42", + "id": "83e6f54d-7f00-463e-830f-8803cf51ae8f", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -91695,7 +91695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "889a6378-4d8a-424d-9f77-756371c60a17", + "id": "ae2a5d79-8dfb-429a-81b3-b71fce2cd04e", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -91780,7 +91780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb7d0995-c722-47e5-b7f5-40c6ddd52a17", + "id": "00b9c354-e40b-43ce-99d9-b49fe1fdb075", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -91865,7 +91865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "583cac50-0257-4150-b614-cf5d6c06cdd0", + "id": "692b2a57-bb56-4cd3-8195-e714fd8402ec", "name": "BucketAggregation", "originalRequest": { "url": { @@ -91950,7 +91950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab2d9a3f-63ae-4e29-a14f-b9c413c75d3d", + "id": "df9e90a6-6674-4d61-942f-40eec58d993c", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -92035,7 +92035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d05a8ca-1c99-4e1e-b76e-b2fdbf0163a3", + "id": "05aad905-a862-4cba-a110-e2eda4966518", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -92120,7 +92120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "804e93ac-94c6-4055-be81-f587343b451f", + "id": "c8a2325b-3750-4296-bdba-8c45436f1a40", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -92205,7 +92205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aec6bf58-7fec-408e-818d-703791d6e99f", + "id": "6f33ae69-25b1-4c63-9d47-be1c42c12022", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -92290,7 +92290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0abee9d2-3bd9-4578-b4d7-62ea8a51428a", + "id": "8c64664f-2708-4c90-97a0-82eb032c14ac", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -92375,7 +92375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae014c16-29df-4482-849b-1f451ca52f63", + "id": "d6c3f499-71f8-40ef-8f20-637328005cb6", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -92460,7 +92460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e3efe90-103e-46e7-9be4-09a28fcbb9f7", + "id": "ca9f1e62-84c5-45ba-9440-301ecd7ec8c0", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -92545,7 +92545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a25cf986-019d-407d-9320-e1fdee0dc8b1", + "id": "468c6a93-dd5d-4cd9-bf07-8d8aea03a010", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -92630,7 +92630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "667dc6ad-764a-44df-9251-75f852e5c01e", + "id": "c60783a8-ae06-4452-8fbd-094914dba101", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -92715,7 +92715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7538d777-9eb2-4218-a444-da683c69b4d9", + "id": "cd2a3968-78c9-431c-a561-bc2ff1fc4505", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -92800,7 +92800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0c9a984-5ff4-49c5-9dd4-e181d9dce4e1", + "id": "2e7b5fcf-2738-47b9-b6c4-e50e759af308", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -92885,7 +92885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c4952b4-bff7-400f-af0d-a52377d7c941", + "id": "5339c962-21e5-450e-aa59-b5cd2291e3e2", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -92970,7 +92970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c414b21-dc67-4f52-8dbb-bcb097ebf953", + "id": "df2dbf64-4816-492e-97cc-321f69bc0314", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -93055,7 +93055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7020112c-74ec-4105-94a5-a36383678954", + "id": "c7a449a9-9a18-4be3-a8f7-4cee22fd9c9a", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -93140,7 +93140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2c88cc8-5b34-426b-bc81-3caf7fc36c1c", + "id": "f7d5c7df-f3ee-44d1-bbd3-0ed9cef34be4", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -93225,7 +93225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4512ded6-56f8-405e-be65-8f853a33edb6", + "id": "1d3d3777-7a79-4945-b8a7-acf9de71af21", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -93310,7 +93310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee581872-cd30-4fd9-a44c-cf81a64f8213", + "id": "44b67b6f-b2b9-4927-8cf3-cbc973e23e60", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -93395,7 +93395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f5c7e08-b6b7-4267-9606-90faf259583d", + "id": "72817948-f597-4b3b-a4ac-cd5fcebefa70", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -93480,7 +93480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7181b7b9-41d7-4bc4-b1b4-7d910ca8ea0c", + "id": "f607ca33-7a58-4fb4-a144-16fb3b69f76a", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -93565,7 +93565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65077715-6694-4b8e-9b8a-7e45ed4731d4", + "id": "10cd1250-79db-419f-b6b2-19a06e972f39", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -93650,7 +93650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9682efa-1f7e-4b98-a5f0-56891f7d7d0f", + "id": "5e954efb-e090-4e83-b5a1-d401b7a69c92", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -93735,7 +93735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0d85227-9254-4f18-ba2b-0d997c4b66b8", + "id": "34aa25d8-7eab-4497-98f6-2099e49d5154", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -93820,7 +93820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce72d7d2-ec8d-408c-88df-c17bfc77255f", + "id": "55e5e267-221d-4ccc-9f1f-51d9a4597022", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -93905,7 +93905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf7000bd-fcc4-4983-b130-d00a0a31c722", + "id": "60dfc791-8a43-4c14-a7f3-a2630847989a", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -93990,7 +93990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3839a946-41fa-4590-8629-a8921bf5c18d", + "id": "d9a4493c-9de5-4e69-a797-c51ab6aad294", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -94081,7 +94081,7 @@ } }, { - "id": "58b28400-8b05-4f5f-a8cb-d8fe5f2f34fe", + "id": "7ab332dd-8672-4f8a-aa68-82d5637d15b5", "name": "Get a Document by ID", "request": { "name": "Get a Document by ID", @@ -94133,7 +94133,7 @@ }, "response": [ { - "id": "9bad6a8e-0243-40d4-9fae-599e659d9841", + "id": "8ca4695d-2211-4913-b8b4-a44c52b842be", "name": "AccessProfile", "originalRequest": { "url": { @@ -94178,7 +94178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41cce6f7-f9fb-4139-8862-f14e6d561204", + "id": "40afecf3-e50e-42d0-a700-ace01537f152", "name": "Entitlement", "originalRequest": { "url": { @@ -94223,7 +94223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5df74680-a416-442c-915e-b40a34cb40ea", + "id": "508d91ee-07e2-431e-960e-bcfab16e7abb", "name": "Event", "originalRequest": { "url": { @@ -94268,7 +94268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e21e7cd-11ff-4a5c-8639-98ba7371108f", + "id": "e17a4372-7f8d-4af4-86c6-99bc3b08257e", "name": "Identity", "originalRequest": { "url": { @@ -94313,7 +94313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b419f4e-c770-4dfd-b622-8272cc40257e", + "id": "7b681084-c863-4610-bf4c-2df0932778de", "name": "Role", "originalRequest": { "url": { @@ -94358,7 +94358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed9cbeb0-7f1d-4c9b-9780-fd1ccfb9f9a4", + "id": "63d7c091-c020-4843-bca9-f10030bf3f15", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94403,7 +94403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c813859-9abd-40b2-b231-999c7cc9a7f7", + "id": "611f6345-3574-4fcd-abad-73e2669fdf4e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94448,7 +94448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9955aca4-ff52-4896-a580-92753837e83f", + "id": "3545a32e-904c-409e-9773-2496d7d2059a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94493,7 +94493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0776e15f-c9f6-46e5-a9a1-07c1c16de203", + "id": "a2cb1632-6ce4-4112-a99a-5e9db7c6cace", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94538,7 +94538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dbf573e-a065-4c34-b2ff-a456b6d10a65", + "id": "b880a86f-02c8-42b1-be83-94eedfb50d26", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94583,7 +94583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb8ded37-459a-4fcb-8d55-212ec2b2cf6e", + "id": "4aac9638-3ab0-4b6a-8b92-2aaf169d4264", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94640,7 +94640,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 Identity Security Cloud, 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 Identity Security Cloud.\n", "item": [ { - "id": "f24473a0-00b1-4df9-bc81-ec4827b27071", + "id": "da799bb0-2927-406f-995a-ca58e98a7704", "name": "Create Segment", "request": { "name": "Create Segment", @@ -94682,7 +94682,7 @@ }, "response": [ { - "id": "5ddc8014-9f28-470f-96ee-b407c8ec45f3", + "id": "c27bfb5a-0c11-4917-8f68-a7f443dadc29", "name": "Segment created", "originalRequest": { "url": { @@ -94738,7 +94738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38d80741-845d-431d-8e4e-9525c7e939a5", + "id": "700d305b-b99f-47a1-b995-75bb0235552b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94794,7 +94794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a702f13d-3723-45bf-a81e-ee7fd58c4262", + "id": "cbf5ecda-7f49-48bd-896e-90fa9f29fb2d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94850,7 +94850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28e5f189-f632-4134-bf38-edf61bfda243", + "id": "bed6d5e4-a659-4856-987d-df870ca397ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94906,7 +94906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7fc313b-7aa1-401d-951c-64b4f32180a6", + "id": "ac900962-0466-41a5-ae90-7e81bfbe0b5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94962,7 +94962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cb99cac-787e-41f0-aff4-bed3e66a4aa7", + "id": "4967104b-209e-423e-9736-4e4828fad288", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95024,7 +95024,7 @@ } }, { - "id": "8ad9728e-7298-49b0-bd44-59080dbf158d", + "id": "417a92e6-e37e-46f5-9365-e48bf92a2abb", "name": "List Segments", "request": { "name": "List Segments", @@ -95081,7 +95081,7 @@ }, "response": [ { - "id": "b6a6d4e0-8f1e-4401-b093-622e95845fad", + "id": "a1bc8dbe-1e86-40ce-bca4-14c82fc7cb95", "name": "List of all segments", "originalRequest": { "url": { @@ -95152,7 +95152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b4ad1e9-57c4-4908-9f5c-49cb5a011d98", + "id": "ad78fc20-18d5-4e08-aace-b598f156dd59", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95223,7 +95223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf1337d7-806c-4ee8-9d9d-106ff076accf", + "id": "6ab88d15-4bf8-4d91-95eb-045402b53145", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95294,7 +95294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8339ee8e-0367-4239-a471-50f5029fff70", + "id": "c2610890-ffc5-487f-ad24-dc8aef7040f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95365,7 +95365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d49b473-a781-4f90-9c35-0e09da78db1f", + "id": "6ac4b1e6-4cb0-4a19-9ef4-6395bf80eb23", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95436,7 +95436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47c852bd-c662-4dc6-9c2b-80c0808ad4f4", + "id": "472d1911-cbb8-4ea0-927d-7286dc7ef046", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95513,7 +95513,7 @@ } }, { - "id": "a7d9228c-fb51-407b-b5d3-5cb110dd0071", + "id": "da640952-415e-44d0-858f-ae4357c1ab0e", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -95554,7 +95554,7 @@ }, "response": [ { - "id": "98866da5-1539-4b81-a661-aef2512fe81f", + "id": "5b31b48e-2b29-4e0b-8a68-83c88418a4a7", "name": "Segment", "originalRequest": { "url": { @@ -95598,7 +95598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31fa63e7-60e7-4c42-a0d1-e9039337551c", + "id": "6d94883e-2922-4be0-8f6e-33c02a662665", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95642,7 +95642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de62c3d6-622a-4602-b003-2d286485d48d", + "id": "76fed1fa-2be9-40b0-828f-0b94bd0d1198", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95686,7 +95686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47bc7c02-39ad-4ca3-b7dd-400a2392f2a2", + "id": "bbe18249-64cd-4e89-9c61-cd374afe6808", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95730,7 +95730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cae3d6b-b168-4b4c-a585-3255ed847b17", + "id": "a57c8c6e-17a7-47e8-8692-4dc29580440c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95774,7 +95774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "876d8562-bc32-47f7-aee3-47153c5a25d2", + "id": "e0e7a397-9b3a-44f4-9bd5-6b5b5ffedcc9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95818,7 +95818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7f2c522-01d7-428c-bb0a-5643a493111a", + "id": "aceb6443-b16f-416f-ae93-09e89a6a8319", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95868,7 +95868,7 @@ } }, { - "id": "4e31773b-32eb-4833-ae80-c58caf798202", + "id": "17366a84-2369-40b9-9e76-1af551c29f74", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -95909,7 +95909,7 @@ }, "response": [ { - "id": "5ff685e9-bba8-45bb-9897-34ffc13cd08e", + "id": "fd9d74aa-0fb9-48b1-ae27-138c1e42cb91", "name": "No content.", "originalRequest": { "url": { @@ -95943,7 +95943,7 @@ "_postman_previewlanguage": "text" }, { - "id": "844bacaa-2e99-4a8f-87a7-1b8f808718d9", + "id": "09037681-859b-44fc-894e-527cb251f1cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95987,7 +95987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f9fb8e-de72-4aa4-8009-720d8a4d1339", + "id": "ba83ca0a-5d08-46c9-b4f5-c1a3d91d9cd0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96031,7 +96031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "318058e5-aee8-4afe-868f-cb9ddc64df48", + "id": "e03af2df-af38-4f1a-bf5d-440a25efb566", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96075,7 +96075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97c3ca15-db34-406c-8033-0d2b75763c74", + "id": "a0c72576-ddfe-4e54-8b6a-a34901309fa7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96119,7 +96119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af909d8e-5f30-4fd5-b4f3-8a9ec518c404", + "id": "839bb47b-8f13-4831-807d-05846ed29353", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96163,7 +96163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b75d10a5-da0e-4b22-9053-2dbf0b0b8356", + "id": "5637fb8c-292d-48fb-b4f3-b05075685089", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96213,7 +96213,7 @@ } }, { - "id": "f988687a-a65c-48c9-8222-4dd4caf3d15c", + "id": "8796b725-650f-4340-aab6-05b649f6298e", "name": "Update Segment", "request": { "name": "Update Segment", @@ -96267,7 +96267,7 @@ }, "response": [ { - "id": "a6158e7c-2e18-4615-bd72-82ebad8038ae", + "id": "e6edeb29-6d82-427f-8c6c-d7d530dd04e3", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -96324,7 +96324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7571a160-a569-4832-8451-e0c7235c8e77", + "id": "65f99df6-f741-4e1a-858d-c651cb178c03", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96381,7 +96381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "228a1086-6439-4199-947b-26d20bb84906", + "id": "0a60574b-52be-4c29-8d01-3341fafa5b75", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96438,7 +96438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54d845d3-1b02-4ba4-8d3f-105148f9723e", + "id": "367a32c0-3c4b-4050-97e9-3548572ab84c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96495,7 +96495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78185fce-92a9-4af1-8861-5ffc2927bfc0", + "id": "923b4db3-aeea-44e7-ae1c-1c80e355fb41", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96552,7 +96552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53df2034-4ba0-43b7-96a3-3353ddda7a3a", + "id": "f71587d0-4a41-4277-a60a-d7991a85b82b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96609,7 +96609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3abec108-40d6-45be-a152-866fd92c4ba5", + "id": "2dbb3319-0fbb-4d6b-a3e5-50845a7ab3de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96678,7 +96678,7 @@ "description": "Use this API to build an integration between Identity Security Cloud and a service desk ITSM (IT service management) solution. \nOnce an administrator builds this integration between Identity Security Cloud and a service desk, users can use Identity Security Cloud to raise and track tickets that are synchronized between Identity Security Cloud and the service desk. \n\nIn Identity Security Cloud, 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 Identity Security Cloud.\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": "f751fc1f-9c13-467e-b660-4cef5e9289a1", + "id": "052ddee5-5603-46a5-b112-fe1a2d72cf82", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -96753,7 +96753,7 @@ }, "response": [ { - "id": "64882bc2-8e92-4d58-b62b-a0e741cebc94", + "id": "0453aaf6-28ba-484a-88be-12c66b7f1b60", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -96842,7 +96842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1805b8d6-63bf-423f-b04c-a7bf4d288145", + "id": "5b0d489f-d5c4-414a-ac90-83fd20d84d64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96931,7 +96931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e225aa5-5d11-4322-96e3-5b75b3c9f588", + "id": "fe46c200-e292-47b8-b382-af5c211c5adb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97020,7 +97020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a8e7676-4399-4f98-8c27-99ba6ab146ce", + "id": "70ddb9e8-9d77-4e8b-a1ab-f85a6b162261", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97109,7 +97109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69801927-ed9f-471b-b0ac-025db4d7dc06", + "id": "a3c46ae6-22ba-49fe-9092-6de75da6b111", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97198,7 +97198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89ab26ff-4082-4fe5-bf3a-cfcc8950e8dc", + "id": "ce3e03dc-633f-40a8-881b-cfa5111580e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97287,7 +97287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6472fb26-a5c6-4f3b-9d18-2414bacc6ff7", + "id": "088953c8-1e34-4676-84ca-f3d1ec400d05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97382,7 +97382,7 @@ } }, { - "id": "cf281cd0-743e-4940-a93e-d32d4f05c075", + "id": "40361f72-985c-43b0-bdd4-3148175b3fcd", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -97424,7 +97424,7 @@ }, "response": [ { - "id": "0d219448-1c7d-449c-8a56-f4410498a2df", + "id": "78b97da5-987e-4ea9-a1df-09fe1542052b", "name": "details of the created integration", "originalRequest": { "url": { @@ -97480,7 +97480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "103821d1-1910-4c84-b729-8be03221d623", + "id": "d87d384b-fcb9-4533-86a1-5ce3e3b81fe8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97536,7 +97536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb3c8e4f-e18e-45e7-8760-f5895a0aeee8", + "id": "a118944f-ba56-48b5-8cff-246641dc2490", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97592,7 +97592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b07fb36-6c19-4043-b08c-5823407179ce", + "id": "9d4f4051-f6a3-4ead-a058-5acbc8a58036", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97648,7 +97648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1564aa99-12f7-461f-853a-3bdfc09e1a10", + "id": "5e4278e5-7fcb-4bc1-923f-5b024c3ac7b4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97704,7 +97704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9c1e28e-727d-4836-bb70-a1d23f6d1d76", + "id": "5529d412-f65f-463a-9111-c04ed7b52e56", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97760,7 +97760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a56b2b2-3b34-42f3-bccd-a9c50bffcba0", + "id": "b3662b13-170a-47cf-a482-78629f47bec4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97822,7 +97822,7 @@ } }, { - "id": "00a7292f-b0e6-41b1-ba1c-dd6e912cb8e3", + "id": "8d81f957-2200-41a8-bc14-442d8e5a774a", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -97863,7 +97863,7 @@ }, "response": [ { - "id": "aeff9f86-7b04-4b71-a654-65c73614d526", + "id": "ea5b6ffe-4d0f-4fb9-82ad-c8f7be5a6071", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -97907,7 +97907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12089979-ebf2-4293-8b28-d101ac9f497e", + "id": "7258b69e-1a75-4b65-829b-770b452f5f9b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97951,7 +97951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01d88d77-b938-41ca-8dc1-f7be5f27b9e2", + "id": "ad95995b-0814-4cc5-a638-d6967cd5da96", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97995,7 +97995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caf3b245-ba90-41ac-b153-555a29c29ab4", + "id": "6f644c9f-5f27-4d32-a589-8b6dc88ba3c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98039,7 +98039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e501c8d9-c20c-4462-8c27-2e577ff0aa02", + "id": "b9565963-ec2a-4c70-8c01-61fefbdeccf1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98083,7 +98083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "606f30cb-2af0-4874-b4d9-a0a41043a794", + "id": "029dc4ed-7c8c-4943-8ddc-5ee50a51dbcf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98127,7 +98127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9215079c-fc8b-42eb-88c0-f351c707efd5", + "id": "6d355252-f6af-455d-9f0e-167d40fdf960", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98177,7 +98177,7 @@ } }, { - "id": "a2d8c318-d42c-4b33-9259-348ce1863b48", + "id": "8223228f-8609-4b6f-8adc-07cb80994140", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -98231,7 +98231,7 @@ }, "response": [ { - "id": "712b4c4c-dccf-43f2-b2aa-16aefcd8a87a", + "id": "0c5b6f9c-e2d3-47d5-a9ac-387fe6b5d667", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -98288,7 +98288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "393ee4b4-a904-4163-9c30-0dd22cd00e41", + "id": "78adf9b6-95c4-44a1-8cc4-a850594d5119", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98345,7 +98345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a2bfc1f-14bd-4367-891f-30254d45bb41", + "id": "36b201a9-4d18-4d58-97f6-fc3f919aec84", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98402,7 +98402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ec182b9-6fb1-4933-974c-c0e54a655c22", + "id": "94fa42f2-7f93-4d37-b943-11e1dc224080", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98459,7 +98459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "902e3199-45b0-42fe-a681-1a8357c5825a", + "id": "132ae39a-cce4-430c-b5d4-24b171bf2eea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98516,7 +98516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "059f9b01-2fd2-4d71-b039-085eea7afc0b", + "id": "238a18f3-77f4-4f68-8517-7b1a529d154b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98573,7 +98573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14924e62-d011-4403-8290-84729c5d85d2", + "id": "faf8a9ae-2168-47c7-b29d-5abcbe392e02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98636,7 +98636,7 @@ } }, { - "id": "42c2bd87-2cd5-464d-b05b-097641c5cd89", + "id": "d284128d-718a-40c6-880a-2e6b20707d49", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -98677,7 +98677,7 @@ }, "response": [ { - "id": "28173b67-e94b-42c9-9d03-8bf5ff3158fe", + "id": "ac58efbd-5587-426e-96b6-661d849ddde7", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -98711,7 +98711,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d5a1812c-86c6-4df1-a374-1640ae522d4d", + "id": "7012409b-149e-4fbe-bc61-72bf8ddf1b2b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98755,7 +98755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5e6be60-ed54-44cd-9d4d-22f08ae50065", + "id": "67181e8c-47a0-49a0-b177-f41ce30c8d64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98799,7 +98799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b48ffcb-d8f2-4460-a66b-d771296375ce", + "id": "26500064-22c1-43a8-99a0-fa5ba4e4b23f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98843,7 +98843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d3a29b4-f05c-4696-9080-38ed032765a1", + "id": "3f411882-8bab-4ead-9d5e-8742dd15e4b1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98887,7 +98887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "797217d1-a0f3-4698-b73d-74d556a816d5", + "id": "b42f8a12-e68a-44eb-ae2a-ffa573edc85c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98931,7 +98931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03c5df54-90f9-477a-94a4-3b120b1536a8", + "id": "d24d1604-e8ed-426c-9650-b76ee2a1a18e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98981,7 +98981,7 @@ } }, { - "id": "cf14d73c-c721-42ca-b38d-720328d0451d", + "id": "d4ac4a27-821e-46de-aa7c-d719ca206d2c", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -99035,7 +99035,7 @@ }, "response": [ { - "id": "bb596cc9-f5aa-4861-8fee-57ac482c8c82", + "id": "b02b23d9-4795-42ee-8d0c-97f9090c98ca", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -99092,7 +99092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e02ac38d-eae5-4b8e-a717-9ba06fcf6940", + "id": "eb201985-d163-498f-907f-3fac0633d619", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99149,7 +99149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13e25c61-ad47-463d-a917-66165e5c89c9", + "id": "868479ec-58c6-443a-b29a-f06475483c74", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99206,7 +99206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f642f8e4-be59-4684-8be9-f100930eb48a", + "id": "5c4d056c-cef9-42cb-a39a-521d4ad5b26a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99263,7 +99263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dca2409c-b463-4f7e-910b-92cbc2eca217", + "id": "83b54993-dcdf-4b30-85fa-52c4e5653b5a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99320,7 +99320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "412e54f1-aed6-4b6f-8940-25c54aef20ec", + "id": "8025cb66-58c3-465b-a93c-0fb5818bda87", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99377,7 +99377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9622240b-99dc-45cc-9cf3-b67c2cee3a9d", + "id": "c0972fb8-e9c5-4a31-af8b-36a0db83b114", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99440,7 +99440,7 @@ } }, { - "id": "1c7f9f10-2556-4267-aaa6-3416dbabc9ef", + "id": "2a9bc899-5d84-4b54-a4d1-73772007d047", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -99470,7 +99470,7 @@ }, "response": [ { - "id": "a05279d6-767f-4b5d-8587-f461d77094ec", + "id": "0dbc864d-fa9c-49c6-9768-87c53bb8261d", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -99514,7 +99514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfb690fe-d233-4481-8d16-733f1b219f41", + "id": "6dcd7896-5d2d-4ea6-914d-b72663f2faae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99558,7 +99558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f02b8e3-085e-480b-8635-17438d7072dd", + "id": "6ea1bf3b-fe89-4257-861d-16f2cbd7614e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99602,7 +99602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "628fefff-600d-48d8-b92d-5fc706219ad5", + "id": "29d51eb1-b03e-4a96-afca-e507c5841cdb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99646,7 +99646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb0c8cf8-21ff-4779-af84-75799e89885b", + "id": "271ce04c-780c-4c20-8829-97bb2084427c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99690,7 +99690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a447094-47e3-4b7a-8771-185586833b04", + "id": "5f5750a3-88d8-4b40-8dfe-1a672b176e1b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99734,7 +99734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48b34d15-feee-4023-8de3-c411a58df611", + "id": "e3c635a3-3b77-462a-8612-f02a491cd067", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99784,7 +99784,7 @@ } }, { - "id": "370df398-170b-4de0-98a8-157cce9d559f", + "id": "ce03f05b-a512-4164-8cb8-f1d2d03b00fb", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -99826,7 +99826,7 @@ }, "response": [ { - "id": "b8681a54-9058-48ed-a67b-39419900c9e4", + "id": "dfa4e120-8ee0-4827-84ae-93ed63fcd996", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -99871,7 +99871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04895116-cf7c-436f-944c-3e57c8a5c2fb", + "id": "ea4a1fa9-dd49-4201-8537-d2c0c34859c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99916,7 +99916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c423c4-c94d-4c07-9d7f-8dc369fac75c", + "id": "0d83a46c-0ec4-4e11-8a87-b305a3210e21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99961,7 +99961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e59e3f7b-9e65-44a6-a673-1ef915da0778", + "id": "b9d84024-7cbb-420f-a0ef-fde5fe5e2042", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100006,7 +100006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2bf1b72-8a8f-464c-922c-11d55e1d851f", + "id": "0fbdc7b1-e18c-4706-a879-bca0248c8b24", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100051,7 +100051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e81bad5-397e-4ca3-b793-0fc41df9c344", + "id": "a6356f83-3e06-4eea-9311-e6b899405e8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100096,7 +100096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae3d917e-0295-4f9a-9236-8a2a38a5476f", + "id": "0985ac0f-965c-4fe4-a83c-da3eb9f9d324", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100147,7 +100147,7 @@ } }, { - "id": "f9ff8de5-da39-4579-a7b6-cc62237b1e2c", + "id": "0bbbeab3-f9ae-45d9-99c7-bb58fb6b6094", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -100177,7 +100177,7 @@ }, "response": [ { - "id": "3254c565-de7f-441b-8d62-9bc9f683ae08", + "id": "b838390c-97dd-45e8-8b74-a25ae4e06f92", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -100221,7 +100221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff6c1c63-3fcf-430e-b8fb-a9a78ede26f2", + "id": "09d1997c-239a-4558-9167-577562b97b07", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100265,7 +100265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66ac9ed7-bb85-47bf-944d-e41b7a26c50b", + "id": "d7bf0621-51db-4870-89f3-dd0f4cad22e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100309,7 +100309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39619a85-f9a5-4d34-bd72-02e00c95f3ce", + "id": "cc9aa4c3-a30f-42c4-bf86-ece619206dbb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100353,7 +100353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe873bf5-6cdb-476a-97cd-8bbadcfd1cd6", + "id": "3084c182-8cbe-4fc8-82c0-13965acd3669", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100397,7 +100397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e50a3f8b-4451-4d19-8b46-b3fe077e9241", + "id": "90b11882-14e0-4434-be0e-f974bc06c5de", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100441,7 +100441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b36387b4-f34c-485a-ab42-bd34682dc8c7", + "id": "674a046a-e2e5-42d3-b00c-2ab709285279", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100491,7 +100491,7 @@ } }, { - "id": "f208d435-73f7-4206-bc5f-564da1641674", + "id": "fab7d2c6-2c80-4b57-825d-acdd2eedf66b", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -100534,7 +100534,7 @@ }, "response": [ { - "id": "3afc3ea3-1eb0-4dd8-9e50-8c733aa5d36f", + "id": "26f58f65-f686-44b9-ae8a-5bc5e41dd32e", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -100591,7 +100591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b258287f-c539-41cc-9d8e-a9e4f483a0f0", + "id": "7b7400c3-f4b6-4db2-8e7f-d92fe5e38696", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100648,7 +100648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b76e20cb-023d-490b-8e8b-e08ab77cf008", + "id": "22f65c4d-cdc9-405d-95de-c944318db6d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100705,7 +100705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebc1d61e-dc85-4b5a-b473-bbec1c29655d", + "id": "b08a39f7-97c2-46a2-ba33-4f2468db302a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100762,7 +100762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "239c511f-63bd-4441-9b77-fc83f1d045b2", + "id": "b5896596-3ce2-48a7-8c65-4cbf4d690c44", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100819,7 +100819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d21b8652-c73a-4e92-9cc7-92473fed579e", + "id": "0d19d7aa-2627-4b0a-afd8-e11bddc51169", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100876,7 +100876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f15d28a7-153c-40dc-bdc9-2d74145477e2", + "id": "d2615e19-aec2-46f1-b2df-4277d136cfbf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100950,7 +100950,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": "0fad59a7-d2b8-4fd7-ac21-d4ff08b13242", + "id": "bf58ebbe-013f-4dd6-9787-6e83d9b2d2c4", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -100993,7 +100993,7 @@ }, "response": [ { - "id": "75a9f383-a557-4636-a500-ca5570949c4b", + "id": "fd3fb39c-c294-4636-b5e2-39e7f9ce8539", "name": "Violation Contexts", "originalRequest": { "url": { @@ -101050,7 +101050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad1c50c8-ec3a-4352-bcf7-def445aade22", + "id": "343b9124-a9fa-4db4-b14b-8a67fad295c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101107,7 +101107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60f3f42b-b92f-430b-9a11-2daba2ad1956", + "id": "4417e9ee-b2aa-4410-8860-f7a1b1832eb2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101164,7 +101164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7ab8280-5786-45c2-a059-7d00e8a3a132", + "id": "32fb526d-8db4-4715-8ffa-70e69f98b9a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101221,7 +101221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8a2e7cf-c02b-45f7-941d-16b695eaab8f", + "id": "e2417650-1a6e-49a2-ace4-579135eb0da5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101278,7 +101278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e10d86ed-cb2e-4f8a-b3a6-509a12d44b6b", + "id": "e98de1ef-5432-4cce-b332-a8fc6d7cb0c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101335,7 +101335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b00c4bc-29bc-4e84-8678-7fdd61d4b693", + "id": "5f327d5f-12ba-4d48-a729-d4ccacfbfd1c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101398,7 +101398,7 @@ } }, { - "id": "69a9aa66-94dc-4d06-bf6d-c2c138bf7fc2", + "id": "5a9961b4-f3be-47ad-ae49-8b8239abc335", "name": "Check SOD violations", "request": { "name": "Check SOD violations", @@ -101441,7 +101441,7 @@ }, "response": [ { - "id": "d2403dd2-ae54-4027-afcd-dfcef835597c", + "id": "3f5aa7b6-9176-4b3d-b0cb-2f5bf4e21188", "name": "Request ID with a timestamp.", "originalRequest": { "url": { @@ -101498,7 +101498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "639e83b2-d046-4303-b1d3-309d822cafc8", + "id": "ef57d37e-298d-4708-ac43-2d9f35dcd7ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101555,7 +101555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8140d89-0aed-4617-ab1c-4c75c29544b8", + "id": "0657736e-3173-438b-836a-7eee97596b18", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101612,7 +101612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87cacac5-a978-4cdb-ae3a-1cac527bf2a2", + "id": "e15fd318-d350-4f72-b4f9-cbd9db1d2128", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101669,7 +101669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc0f8aa0-0e9d-4baf-aae3-ffed254018b5", + "id": "2dab0dd2-a6ee-4381-8eee-371633687319", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101726,7 +101726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b99d20-6eea-48bc-8999-4a7170ebf2b4", + "id": "20527aed-e50d-4591-b126-22279b090b84", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101783,7 +101783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db0cf5aa-6cee-458c-bf71-66902eb1969a", + "id": "b9e077b4-d945-444c-9ffe-fbb3bcf466fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101852,7 +101852,7 @@ "description": "Use this API to implement and customize source functionality. \nWith source functionality in place, organizations can use Identity Security Cloud 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 Identity Security Cloud 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 Identity Security Cloud makes it possible to manage user access across them all.\nThen, if a new hire starts at an organization, Identity Security Cloud 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, Identity Security Cloud can grant the necessary access and revoke the unnecessary access for all the employee's various sources. \nIf an employee leaves the company, Identity Security Cloud 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 Identity Security Cloud, 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\nIdentity Security Cloud 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 Identity Security Cloud, 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 [Identity Security Cloud 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/docs/connectivity/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 Identity Security Cloud tenants so an access change on a source is detected quickly in Identity Security Cloud.\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 Identity Security Cloud collects from the source and how it correlates that account data with identity data. \nTo define which account attributes the source shares with Identity Security Cloud, 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 Identity Security Cloud 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": "984d685f-80fc-4dca-9c17-1b597f0c4e3e", + "id": "66f4b97e-87cf-4508-bf1e-ea95011b9dfc", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -101936,7 +101936,7 @@ }, "response": [ { - "id": "3b72addb-2559-4246-8cfe-61ee342ab7fb", + "id": "c8997f9e-d0e9-4980-9994-096e93b3d2ed", "name": "List of Source objects", "originalRequest": { "url": { @@ -102034,7 +102034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac862047-beb1-477f-88f6-8b7ff7bfaa39", + "id": "263b2d5e-c566-41f9-a196-8bcc5f8cbaad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102132,7 +102132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fe6b403-18db-4785-98cc-474461bcea8f", + "id": "cad086d7-63b8-459b-80ce-f9afe4937241", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102230,7 +102230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba704bd5-8523-4f91-bc79-22fec721b1de", + "id": "58d1adfd-2b55-42e3-a14d-83fa82437dce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102328,7 +102328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af8def9d-1b1d-48fb-9cc4-02caa28cb15c", + "id": "b7c0705c-3120-4fa9-a8b3-872610956c09", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102426,7 +102426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1759471b-545e-467e-90e0-a1b5defb15bb", + "id": "71eba033-f10e-4bbe-bd26-3e9e6ac225d0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102524,7 +102524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddacf9ba-f2ea-4b3c-a523-2f8da0379327", + "id": "bd2927d3-4280-4659-9b72-e1b453d76013", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102628,7 +102628,7 @@ } }, { - "id": "1e53b840-e85e-454e-9a0f-319e69607c9b", + "id": "d1b279d9-cf02-4587-90fe-1a4e5a56fa04", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -102680,7 +102680,7 @@ }, "response": [ { - "id": "3d5cd1cb-6801-4185-b4c7-ac8c0d5324db", + "id": "31c61b13-b0af-434e-a6d1-ec8bd5ecae0d", "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": { @@ -102746,7 +102746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3a89e4b-b014-463b-861c-77348d98961f", + "id": "e884d219-6fbe-4845-8210-21d0dc57841a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102812,7 +102812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cad907dc-b0f6-4f22-9705-275881ef9112", + "id": "1e785ad7-f24e-4578-bb38-11cfcda7a480", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102878,7 +102878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bb957bf-5dd7-4ff8-bf42-4ad5b77868b3", + "id": "2604946d-4c4f-481f-86c4-5c3877624317", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102944,7 +102944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abfa4867-d800-4cab-bfa9-5635ba0a513d", + "id": "c13b4e23-4247-4a38-a644-147749cb9fdc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103010,7 +103010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5072283-93b4-4661-a7d9-d0e36eb4d56e", + "id": "038f0494-57f5-4510-9d72-b6c05a60ce05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103082,7 +103082,7 @@ } }, { - "id": "11db5418-f772-4096-b9cb-a6667c11dea3", + "id": "5be2b97c-2c64-4622-a724-613445a1a167", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -103123,7 +103123,7 @@ }, "response": [ { - "id": "1f67b2a8-f9ea-4c61-9c2f-a416882720a7", + "id": "104963d9-3617-4530-a850-86917d3dfbc7", "name": "A Source object", "originalRequest": { "url": { @@ -103167,7 +103167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fa08a09-ab3e-4f87-95a4-492e1b9c2ed2", + "id": "f828d4c4-8562-4186-8b64-d3b3ab2aa434", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103211,7 +103211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9cbdedf-83d2-48cc-b9cc-07a7dd18e8d4", + "id": "aa979979-76ee-4ae5-b7e0-c16b39eacf5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103255,7 +103255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16b83998-995d-4c1b-8e07-d31001d223e0", + "id": "2792be74-c560-42f2-8644-5771dcfa1131", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103299,7 +103299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a66e23fa-9c84-41c8-bdde-046537cf01f3", + "id": "eda1cb0a-5d30-47bd-9eb4-d5fad99b15ec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103343,7 +103343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc09193-75eb-4ddc-936b-f13f03bc9c30", + "id": "39f18930-eeb3-4b7e-b81e-3b77eb68a5a4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103387,7 +103387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04ad76f2-76b1-4a81-9edb-e73e98bad7c9", + "id": "8c5ec387-8433-4f9b-9090-afbe0055e6f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103437,7 +103437,7 @@ } }, { - "id": "fd886e61-e700-499e-b17e-9e1bab9d375d", + "id": "74a37558-3ea7-478e-b4a7-3fb18461088a", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -103491,7 +103491,7 @@ }, "response": [ { - "id": "2492be66-0c68-4b56-aeb6-d262134972a1", + "id": "ee53eea6-9a60-4d5d-be3c-0966c7681ffd", "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": { @@ -103548,7 +103548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c27c3f1-f328-49f0-aec0-5b2048e9c6ae", + "id": "1a64c400-2fd8-4ee4-9807-24b4c58cfee3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103605,7 +103605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb06ba89-d76c-4f4f-896b-20b8e69ccb68", + "id": "7fe03284-5a7e-4562-a0ba-b05fafb56fad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103662,7 +103662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e6742c6-582e-4cc9-b181-675470453f49", + "id": "a1c999b3-1053-4b55-a236-ac6841b75d7b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103719,7 +103719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a37939c9-eff7-40c1-8e55-8957867370bc", + "id": "8e9c641f-cbd6-449c-a241-b1383c174f6e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103776,7 +103776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a0b13d0-516b-40e6-b1ab-9e2fa78838ca", + "id": "ee3851d4-0d02-4f1f-b0e0-2b35de77bc8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103833,7 +103833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f27733b4-abd3-466c-8a52-6afd9cf1ba8d", + "id": "a826a519-237f-4f00-9aff-aa4f118e998f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103896,7 +103896,7 @@ } }, { - "id": "a42aacb7-3e37-4947-9692-3791f2d89fa5", + "id": "bc802e40-2593-4157-8a43-d116a7424967", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -103950,7 +103950,7 @@ }, "response": [ { - "id": "9c3212df-c9fa-4b92-b02e-7dd8cdf0cf59", + "id": "8ecb7b38-70df-4e51-82b5-a5ed977ae901", "name": "Edit the source description", "originalRequest": { "url": { @@ -104007,7 +104007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbeb0b5e-3ad4-42dc-b48c-0c40745f7638", + "id": "63d1a799-63e7-4e40-8cf9-e17859a0c43d", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -104064,7 +104064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dacf23b-0569-4422-9a0c-56fb8b6f18ce", + "id": "0c13ef9e-8c00-46b8-b605-a31f9698a4d4", "name": "Edit source features", "originalRequest": { "url": { @@ -104121,7 +104121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f07fc46-c8c8-4d4f-967e-3b0ab50f8612", + "id": "ad01449b-e0d8-4c28-8ae4-323ab4d13ed5", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -104178,7 +104178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0251cf8b-3a3e-431c-98b7-fd487d2b4280", + "id": "755d1b93-6ca3-422e-86f9-512c36f4d5f5", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -104235,7 +104235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd1e0625-0573-498a-869d-663a4e33adcc", + "id": "fbf6acfe-b738-4279-a3f6-2255100eea26", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -104292,7 +104292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fa408c8-3a2d-4e31-a75c-78a51b767817", + "id": "786de863-74ac-40d9-9549-0c90327d0ae2", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -104349,7 +104349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa031396-607b-4a0c-ab4e-dec5dadf6119", + "id": "6ba89532-aba6-4769-8f43-1357aaa63ab3", "name": "Edit source features", "originalRequest": { "url": { @@ -104406,7 +104406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "309f0f47-5a35-42dc-b14b-04d6e45069ea", + "id": "a6ca5959-e508-45f0-b5ea-449bd6c3c3be", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -104463,7 +104463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0ff0ead-1892-418d-854b-103cd0e208be", + "id": "628948ad-e1e0-45d6-a253-cc892b59fb6e", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -104520,7 +104520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdb9afac-f588-4a37-a553-d2e7088c831b", + "id": "f4f87af5-9798-4aad-9bb7-809a3c7fb9f9", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -104577,7 +104577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "792b2493-1c87-476f-8560-9b125c25e13e", + "id": "5eae3073-96a1-47da-8ca5-26009973fc61", "name": "Edit source features", "originalRequest": { "url": { @@ -104634,7 +104634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70b9d953-34c8-41b5-a91f-6c00d51ea5ad", + "id": "a2846a2e-7cd4-4582-8436-704db0ce79ab", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -104691,7 +104691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c51e721f-39f7-47da-8187-ab4a5eabab37", + "id": "87c3bb73-a828-4846-ac23-253c8522bf13", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -104748,7 +104748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb4c2ca1-fbf4-44c4-95ac-a99f61bc2056", + "id": "41b22516-58e7-4b17-8d19-f29dde8c65ea", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -104805,7 +104805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0679cf8a-e396-41c4-9117-cfa27967b578", + "id": "827bb8d1-9006-47c5-b00d-29361289848c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -104862,7 +104862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdb058e7-5d7c-43d9-9151-4994bdd23dfa", + "id": "9a517d25-e6e3-4e60-a8a3-fb176713d033", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -104919,7 +104919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16534f6f-de7e-4404-b7c1-6551fd61b511", + "id": "4bd82b18-cd21-41ac-974c-9eb91f88da0a", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -104976,7 +104976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da5fde87-3546-42b7-a1ee-19e62bd5b0d3", + "id": "45527e5d-eb03-40e7-bc25-64433de265dc", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -105033,7 +105033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "417b8f89-841f-4288-a437-4f9c0f776470", + "id": "f83cef2d-8f0a-4b2b-93a9-d3919991e7c4", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -105090,7 +105090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d0c2baf-5ff0-47e5-902e-4c1cf2f4cfcc", + "id": "4edbff96-174b-4e31-88b4-67093ed4e0cd", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -105147,7 +105147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "486b79ab-60cc-4c61-8280-aec544f06a84", + "id": "4fa891ac-ce5f-4ccd-9a78-ebf5feb876df", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -105210,7 +105210,7 @@ } }, { - "id": "4f6d359f-1c8c-4cb2-abd3-7427e6992c13", + "id": "69bba22f-9576-4267-93ab-7277ad41f46b", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -105251,7 +105251,7 @@ }, "response": [ { - "id": "c633f301-0ce1-4fef-9e9c-4b544d7b7fab", + "id": "cc58f21a-0fa0-454e-9a3f-40deb6b8429a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -105295,7 +105295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63a67df4-d6b8-479e-ba9a-ee67a6e125e1", + "id": "a892b940-6a28-4b73-947f-3bf646d486d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105339,7 +105339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c29adc5f-0ee1-4989-b401-8296886d6d44", + "id": "519bd836-cef7-4ab0-a9ef-3790d03114d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105383,7 +105383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76ef5fdb-b84a-4ed1-9af9-6a19e78328f8", + "id": "8562cc11-f5c8-4c25-bd28-35bbfd9e8c4d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105427,7 +105427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6bd0be0-c4d5-42d1-b38c-9ffb0a6d651b", + "id": "a00701f8-a33a-4873-b7cd-da8836049a05", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105471,7 +105471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "977177ec-3308-4efe-9a0f-88711d882133", + "id": "d6fb2ae9-7d02-4c35-97d2-d81e81117acd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105515,7 +105515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "376bb508-c07d-4b77-aea9-edd69663749a", + "id": "05deea8a-55cc-4088-9fed-18f6606b9733", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105565,7 +105565,7 @@ } }, { - "id": "5c9b61eb-ce2c-4477-8a06-4cb51ffddcd5", + "id": "f0462d96-37c1-469c-9524-f6d7861868ed", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -105607,7 +105607,7 @@ }, "response": [ { - "id": "7d897c5a-dd37-4951-b86b-8eebc97efb0d", + "id": "5e92bac8-d5b4-457d-8173-1a8549216bae", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -105652,7 +105652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d12909d2-6c24-45d2-9677-f7227b04073d", + "id": "508dca93-4a72-4ad9-a2d2-362d829b30ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105697,7 +105697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77a4cd5d-b821-4e49-a10e-a10c77ab8002", + "id": "a9228019-acc6-4241-b3f9-b88dafadb1b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105742,7 +105742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf5de4cb-52d4-4030-923d-50f159e97a2b", + "id": "d638333e-ac8e-4004-8f7c-291fdd692219", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105787,7 +105787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85a471aa-4b29-44b9-af88-7020d8aa9ce2", + "id": "4998c05c-7bbe-47f1-83f9-7fa9eeb7bcc0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105832,7 +105832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9138aed-e225-4472-acb9-afac14a8939a", + "id": "febccc74-e2d5-4ceb-bea0-02add13488ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105877,7 +105877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9e64fd3-a537-40d9-b517-18f3bdfcd8ad", + "id": "9ca9955b-7ac1-4726-a751-1b7db5c08699", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105928,7 +105928,7 @@ } }, { - "id": "c5d0d90c-9291-4d0b-9519-e5f9bd90230f", + "id": "98a2557a-2178-4f74-80cb-0f4d30b0d979", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -105983,7 +105983,7 @@ }, "response": [ { - "id": "f6befc6a-e0f4-4dfa-890c-d743f927da69", + "id": "4097ad4c-6615-44ec-8959-80a9bbc7963b", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -106041,7 +106041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12186ba4-92ea-44fb-a9f9-26da8edb3123", + "id": "0ebe2398-4aac-4295-a6d4-f2521545ed25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106099,7 +106099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eca6d6dd-2f2b-497f-9528-2f4fb0aaf657", + "id": "12e665e8-6274-4daf-832b-7ab6765acc42", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106157,7 +106157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f56547f-e8ce-464b-bac7-70275c653dea", + "id": "693de934-07fc-4833-8853-929ab2de98fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106215,7 +106215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe4ef8be-3c01-4e9b-802f-6424cd8c7f52", + "id": "dd76fc2d-2865-4406-bb8d-12460d2b8d28", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106273,7 +106273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03718bc1-e1fa-48e5-b843-2c556ef2fa9b", + "id": "2699a256-f69b-43b8-8d38-c96097519384", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106331,7 +106331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e51f64f4-5d2b-47c0-8af8-7b817f71c465", + "id": "14a85d44-b865-44a5-8577-7404e6350685", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106395,7 +106395,7 @@ } }, { - "id": "51de3993-6f7d-4300-90ad-d0e614e10cbc", + "id": "29f364f6-b0ae-4a07-b343-dbd19313e509", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -106448,7 +106448,7 @@ }, "response": [ { - "id": "a9c04ad1-5d44-42c1-953d-1a3af590e917", + "id": "181f53b0-4e87-4747-b148-fa307ac3682c", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -106494,7 +106494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04904d19-28e9-48b8-a9df-321487d67fe3", + "id": "4148c8cc-d0d3-4e9e-8eab-2834d39f9f3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106540,7 +106540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caf05a34-93f0-4c98-94dd-fc34ce7e2ff8", + "id": "c407c4b9-d75b-45cc-b95e-f3c563d25395", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106586,7 +106586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a8a6df1-dca8-4598-a1b6-f7799fde8e3b", + "id": "627c0877-202c-494e-a26c-7ebc65d8f0c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106632,7 +106632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25c738db-c640-41fa-bb25-341ea1e3a47c", + "id": "5194bca8-66d8-411f-8412-ea10b0be6ed1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106678,7 +106678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63f87afe-0055-4f9c-a584-d5d3cd5ca154", + "id": "63fd6b26-1519-4741-87cf-44f49254bdea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106724,7 +106724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6123a115-fc85-4d61-93fe-ab1e6d48ae8a", + "id": "c06b098c-7ccd-417a-8699-e03394d1b013", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106776,7 +106776,7 @@ } }, { - "id": "f65b5bdb-04a0-4b92-ae7c-f3ac175fba4d", + "id": "f968d3c1-1cf8-4335-a9d5-f2b4652826cf", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -106842,7 +106842,7 @@ }, "response": [ { - "id": "a7d62dc8-3ac3-4229-8144-d23acf623e6f", + "id": "df8754d7-8383-4033-80b0-b7c823b01889", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -106901,7 +106901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac37d4f0-d86e-45ef-a33b-7d9930fbae40", + "id": "f2cb5fc8-a4dc-47f9-accb-becab957bb99", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106960,7 +106960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1fffdd8-171c-459b-831c-3aed779f2752", + "id": "68c5816a-6e40-4f33-ad6a-481e7959bdb9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107019,7 +107019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3601dcb-5c83-4364-a855-cf070d1130d7", + "id": "4bd59513-1b70-4492-ba6c-5124e91133f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107078,7 +107078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a95b19b-3e41-4ec9-ab3d-d4c1a545fec7", + "id": "9d0bce45-578d-41a2-ada2-48cf87563ace", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -107137,7 +107137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10738ea4-ba43-4752-94dc-82e2e6d72186", + "id": "78531e48-5943-4f92-a5bc-de11f45493fd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107196,7 +107196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5428bb50-d237-41be-8974-104a659b77d2", + "id": "4a327da0-a524-4296-870b-3d04d186d2fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107261,7 +107261,7 @@ } }, { - "id": "c8c3dba3-fee8-4744-b7ec-3ed4dfad5ab8", + "id": "0a771829-fc7e-4191-b6b9-2625690ea84a", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -107327,7 +107327,7 @@ }, "response": [ { - "id": "561a01ab-529a-4b67-9fe5-df79139cb029", + "id": "4cb2777f-28e2-4283-8a40-f683c3797747", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -107386,7 +107386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0263e86-fea5-48e5-bd91-59efb87dd521", + "id": "80d602ee-dd49-4311-9f89-73f939733e92", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107445,7 +107445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74bd81dc-0da2-493a-91ea-79a7f290d166", + "id": "04ed902c-657e-44ea-bd5d-fd7cf7d70479", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107504,7 +107504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "760f753a-674e-461b-b90d-17ee8caab091", + "id": "be77d650-cafe-40d0-ba8b-ac852d3faff9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107563,7 +107563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a6512a9-98b4-4219-9d4b-99da4ee4a245", + "id": "39348c50-cde4-4f64-895c-b6fd2b6167b0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -107622,7 +107622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "139c9aeb-f2cc-4e72-ac23-9172371ae12e", + "id": "592b9c41-077b-4aa3-a932-f259c98ec603", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107681,7 +107681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "215bb9b9-e8a5-41d5-8da0-3168c8b06294", + "id": "e44d37cc-2b82-484b-8577-9bb3469286e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107746,7 +107746,7 @@ } }, { - "id": "0dab72fc-c78f-4a76-801a-1fa3830e3ea9", + "id": "6605692b-f364-41fa-9f54-27a485d09f0a", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -107799,7 +107799,7 @@ }, "response": [ { - "id": "703ba87e-f9f8-46d1-8e91-14153f5ad0f3", + "id": "418cce9b-945b-4b2b-afed-189a289c3ca2", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -107835,7 +107835,7 @@ "_postman_previewlanguage": "text" }, { - "id": "447b6c6c-10c4-4134-9c47-1198b2e7e79e", + "id": "fd3f566f-6266-421c-b3b5-a0af244d417f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107881,7 +107881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "523e5850-fd73-45d0-944a-73c0cc99c6eb", + "id": "1134f907-9ceb-4664-8dc6-6ffae7ca8b50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107927,7 +107927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3803ee22-803e-46aa-bf0a-7199cadec061", + "id": "8e875eb0-051c-4365-959e-b6750f6a4c53", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107973,7 +107973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "323c66c7-1ee4-4482-8608-c17194aef86d", + "id": "0fc1662c-8bff-483f-9719-ff3177b9d86c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108019,7 +108019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adc6f3b6-41a9-42be-b989-8613d8bfcbe6", + "id": "1bb7bd73-8736-48df-824a-ff0aa7cab815", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108065,7 +108065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a210edaa-63fd-4b46-b6d1-948bd18d7a3a", + "id": "fe01204e-1eef-4b33-a226-c88f83113b90", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108117,7 +108117,7 @@ } }, { - "id": "ff56995e-12cc-4b11-aa7c-31478b153fe6", + "id": "0c0e3e79-bd04-4cb7-a11b-004619a3b74d", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -108173,7 +108173,7 @@ }, "response": [ { - "id": "a8f32a8c-9b8d-41a7-9c1c-49400f19f365", + "id": "02eec9e1-052a-4b8e-b4f7-0e5080a9fa25", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -108232,7 +108232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34bae1bc-05dd-4858-9956-6f2dc95eb6fc", + "id": "9b1b78ca-a76e-4204-aa62-6dfc408cc7b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108291,7 +108291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6010d958-1aac-43c1-9955-67aaa5aad0ae", + "id": "3cdab6ea-da1c-4415-9670-aa6b3be661aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108350,7 +108350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4c248ee-833e-4c9c-aa82-45187e885e27", + "id": "786b3ca1-5830-4686-9215-64b60a383498", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108409,7 +108409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ed7528e-c761-4a71-a332-1a128574ad34", + "id": "aa84c574-bcb1-4870-8a16-b2c5fbc2193b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108468,7 +108468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "850f8e29-515a-4449-a248-b9433010cb98", + "id": "cdbacf55-4f9d-45aa-b061-d3960b835ef3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108527,7 +108527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fb6c55d-c4b2-45f5-83f3-7736182d2779", + "id": "68f4a094-47ac-4b1b-aa0e-45db9d75ce14", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108592,7 +108592,7 @@ } }, { - "id": "418e321a-a418-4871-a32a-3e1172fe930c", + "id": "1527b9b3-f90a-421d-9ff7-da11930cfad8", "name": "List Schemas on a Source", "request": { "name": "List Schemas on a Source", @@ -108644,7 +108644,7 @@ }, "response": [ { - "id": "f3b09f97-a43e-4d25-a50b-de34c8b8c955", + "id": "ac2b4b24-7257-408e-9379-4d9774da10bf", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -108699,7 +108699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aeaf67e-2073-41f0-882b-efb95694939a", + "id": "e375c845-97e1-405c-9c35-adb0364bc65e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108754,7 +108754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baadc57f-8403-4bdb-b713-b1c22ed34dba", + "id": "9c3a81e5-0a80-4a62-980b-6f3abdc00170", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108809,7 +108809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "175dbd02-439f-42ce-b83b-382dadc37184", + "id": "e76477c9-063f-440d-9eea-28aebb974b77", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108864,7 +108864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d4fc1d6-3d4b-44e4-b220-ed9335bb9fe2", + "id": "d1d9c170-19ce-42de-b96d-ff4c950797a0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108919,7 +108919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd16d4a3-22bb-4f44-b0b3-065efa6eeb61", + "id": "9f746329-4698-4117-985c-4d63654f3b21", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108974,7 +108974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08568872-7254-4566-aacb-51824387acf0", + "id": "81c78c0e-4b23-45da-be86-6e79d7ce33e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109035,7 +109035,7 @@ } }, { - "id": "bc8873e1-90b7-4db4-8089-2b2deec9736b", + "id": "a1e55f1a-6b87-47df-b012-700a7f99286b", "name": "Create Schema on a Source", "request": { "name": "Create Schema on a Source", @@ -109090,7 +109090,7 @@ }, "response": [ { - "id": "778fecc3-5d07-4c42-bbed-92d169de6fc6", + "id": "9018b4dc-54cb-4b30-b162-7d7d0434102e", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -109148,7 +109148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dffc3487-0843-4ad9-8dd6-2e0077894e9b", + "id": "d0109ae3-27a7-42a3-a689-a32308ae5cc4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109206,7 +109206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecf8dd05-a47b-4919-b181-0c02a8ead32a", + "id": "ee73663a-0bf7-4590-a181-0fe2fac4f070", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109264,7 +109264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8236e385-1b6a-40e8-80b9-6720d73fd452", + "id": "2bffc513-e17e-42bb-89ed-05d725aa30bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109322,7 +109322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ece7cc40-baee-432b-b246-f5511d7f70f6", + "id": "85c3590f-5f23-4c43-bd44-056f225b393a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109380,7 +109380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd11f2d1-9f17-4db6-8a22-c259690a64ed", + "id": "ee4875f2-51a8-4196-9d82-28af1e66dda3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109444,7 +109444,7 @@ } }, { - "id": "88f684f0-aae6-4382-abd5-07770b3921d4", + "id": "9ca0dcf3-adac-47a9-9468-a38ce3a2c871", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -109497,7 +109497,7 @@ }, "response": [ { - "id": "d4a19f3a-f609-489b-8017-54d8b6f6bfbe", + "id": "baa6b8ba-f209-41a9-a857-cdbc59585df4", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -109543,7 +109543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16de7144-7f77-4571-a4d4-a903675e4282", + "id": "956769d9-03c4-4590-872b-8a21d6281bdd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109589,7 +109589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b3bb057-5016-4213-9b2c-887f44eb64ea", + "id": "a6c59013-5585-4e5c-ac27-0fcac0a8eb50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109635,7 +109635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdf68aab-84e8-4d7c-8b7e-537770266f55", + "id": "7bd98f48-da89-4c62-aa9c-c1078c305373", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109681,7 +109681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f264b039-579e-4c65-bbc3-8080aec55a26", + "id": "9f6636b4-41e1-4fa4-afdb-da5a347743c7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109727,7 +109727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "894110ec-8acd-4691-9a2a-16564041a6a6", + "id": "b1bc8296-5210-4288-a311-ed67f629bcf6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109773,7 +109773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e89ccaa9-2092-4e04-b2c3-4b691ca3905b", + "id": "4ee09e89-6de0-4742-bf40-098626bb97f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109825,7 +109825,7 @@ } }, { - "id": "76b4a2f5-3b51-4eb0-add3-63a2885c749a", + "id": "90155ae6-f358-4c06-abab-8bf447d4df32", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -109891,7 +109891,7 @@ }, "response": [ { - "id": "8b32684f-c7c3-498f-8d50-c71143749ebf", + "id": "0742e410-ad01-456d-a450-43d80cb6b3a3", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -109950,7 +109950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb968af6-871a-492e-8545-62c2f95905f1", + "id": "d0a18007-7327-44b0-a50d-183655ce377d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110009,7 +110009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd43bde5-3026-4d2f-a3bb-674b4803b79d", + "id": "27797e01-98cf-48c2-bee1-981e3cf14722", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110068,7 +110068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e592b4e-57a9-447e-b590-0289bc2bbe28", + "id": "fcb36e01-090d-4ac4-946f-3d1e1e5f95c4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110127,7 +110127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a966be88-b30d-44f7-9a3b-51f616720d78", + "id": "4d0199a9-9fcd-4286-bfe6-f39478d0bd77", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110186,7 +110186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23cab25c-745c-4ef9-bb9a-1b493cd168ff", + "id": "befefdbd-2d9b-4d19-8ae9-c7a681cfb4ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110245,7 +110245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e536a24-d8e3-415f-91c0-ed2f27736cc8", + "id": "7a163efd-e124-4369-8559-c73649749427", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110310,7 +110310,7 @@ } }, { - "id": "6128df64-0bf5-4064-9991-a7ee6f15baa6", + "id": "311146b7-c481-43bd-9673-e338b09dd304", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -110376,7 +110376,7 @@ }, "response": [ { - "id": "34a6926f-a85c-4ee3-a729-5519346357b5", + "id": "8e32df8a-4c3a-4498-8f28-03b10072475d", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -110435,7 +110435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4af2827-c3a3-4eb2-87ec-f2f628f2ecef", + "id": "79ed1adc-bfc2-4026-b52c-09fb7f0cce2b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110494,7 +110494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21c813ef-1d38-496b-88c3-4f2f18b7b197", + "id": "2e69c3f0-f296-4b7e-bd53-17f94f913968", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110553,7 +110553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72123d10-8e8e-4e13-b28d-cb8c12ebf3b2", + "id": "d49bac2f-25df-4e5a-b3d6-f8a39adb4890", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110612,7 +110612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93d792be-9081-46e4-b7f6-84ed2f789c0d", + "id": "767db870-fac3-4366-ab30-bb9e98bcba26", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110671,7 +110671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e7f3d51-74ea-43d5-a2e1-c8c241ce6312", + "id": "06fcbb36-e158-40cf-8d73-3f77483dd19d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110730,7 +110730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03a6fa04-7e8a-4a89-88ca-dc9ba13af501", + "id": "88a39194-ed35-4c37-8079-6cef97821cb6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110795,7 +110795,7 @@ } }, { - "id": "03d600d8-5e64-4a15-b1c9-29a0a176a582", + "id": "19ae5872-3ff0-41af-98eb-91008c61f017", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -110845,7 +110845,7 @@ }, "response": [ { - "id": "78ecfc3d-2f1f-4b12-b6d3-528338ffb884", + "id": "e9d74eea-b05a-4458-bf45-9c275110e6be", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -110881,7 +110881,7 @@ "_postman_previewlanguage": "text" }, { - "id": "450ba71b-a26a-4229-905d-f1220a90a55b", + "id": "84f62366-f159-4489-b661-bb83b1f6b757", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110927,7 +110927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf9a779b-4d76-4e2e-9af3-dafe068c240d", + "id": "0bed7055-91ba-4dff-9ebc-14c0e6cc7a87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110973,7 +110973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b00504cb-f770-4d97-bbdb-eba8718d4ce8", + "id": "1cdd453f-d3c1-4055-bbbd-5a98cb613e52", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111019,7 +111019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfca35e9-03cc-4683-8753-12204782bce5", + "id": "8e62b922-29ea-4f2f-9b1a-4ac81812341b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111065,7 +111065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e738a742-bf42-43da-b752-74f8521cad73", + "id": "7e61f5fe-baea-44b6-95f9-de897a580029", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111111,7 +111111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25dcdc08-df03-4f98-9673-4f60462ccf3e", + "id": "7c8ea0e5-20fa-4baf-a1d5-b9e23ed55911", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111163,7 +111163,7 @@ } }, { - "id": "e60a0a99-ee95-4c14-8e9a-210f09dd1eb3", + "id": "a04529f5-267c-4412-837c-d7a0f9e5722a", "name": "Fetches source health by id", "request": { "name": "Fetches source health by id", @@ -111205,7 +111205,7 @@ }, "response": [ { - "id": "7c81364e-f2ed-4d42-9d50-7c5a854b5463", + "id": "4765528e-bc90-4e94-b175-371d0fb55497", "name": "Fetched source health successfully", "originalRequest": { "url": { @@ -111250,7 +111250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a1486f6-943b-45fa-a655-114759b68351", + "id": "3e42d67e-f951-48d8-85c2-8f95c11d651d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111295,7 +111295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ae63e66-e52a-4abb-abeb-ea5098c867ef", + "id": "3780fde4-d5bf-4a0d-934c-cf4b7b3c894b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111340,7 +111340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28bed46d-59ca-4858-9bbb-b52c6c95b2ae", + "id": "c3f12546-4c14-49cf-a826-5a600dc9b18c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111385,7 +111385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9af1ac9e-9f2d-42c2-b52b-57a03e81d5fc", + "id": "b311ba28-8f8d-4fca-9b14-2246bd2724cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111430,7 +111430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f774962b-2c3c-4968-9587-3d3038a4ef58", + "id": "ef49dcf2-009c-4cc7-9421-143a27ff49e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111475,7 +111475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52bbcdd3-8486-4503-b186-989074fc6277", + "id": "d5f9c6af-74a9-4534-b0e9-52dfcde0a612", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111526,7 +111526,7 @@ } }, { - "id": "1163c953-0ef6-4992-a9fb-3f2000755dc8", + "id": "008361f1-b4ad-4ce6-9365-d7243d2c11a8", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -111569,7 +111569,7 @@ }, "response": [ { - "id": "38f57153-cb88-41a3-b45c-644536869974", + "id": "f1a39abd-b790-4044-828a-fe42dc7a6b50", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -111615,7 +111615,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f7ab30e5-8da4-4c75-b5ed-99eb4c97bf2e", + "id": "adaec571-e4e1-482b-adb9-12f14c31a8dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111661,7 +111661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f384551-da83-476b-b20c-18ed3c9e791b", + "id": "f05ce4ed-4317-4397-8a78-ded788a159fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111707,7 +111707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76bbc9c1-67cb-4766-9497-9d583f7eff57", + "id": "822760df-bdc5-4bee-aa0f-cdbf690f66fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111753,7 +111753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08e801c7-92bf-4022-afdf-a0973a41a467", + "id": "fc544b7b-1603-467b-89f9-a3a9a1c267dc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111799,7 +111799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da948b78-f826-403a-b5b4-09ead3949bd7", + "id": "30e98008-47b4-464b-ad8c-09a784f3d305", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111845,7 +111845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc80c56b-a997-40a4-9b07-3e5d5d7839cd", + "id": "27320374-826a-4bd8-8c87-37dab66729a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111897,7 +111897,7 @@ } }, { - "id": "caebe239-85b3-4dfe-b5ba-da93a61f7b90", + "id": "7be0f635-6cef-4079-a2b0-dfd17b220d3d", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -111949,7 +111949,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -111957,7 +111957,7 @@ }, "response": [ { - "id": "014893b3-18ac-478f-bff7-8943525f3e71", + "id": "b998a35c-13f3-4546-89bb-a386c6804e39", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -112001,7 +112001,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -112020,7 +112020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63f78605-efbd-427d-af5c-c32fe1a33014", + "id": "76713a22-9c03-486a-bcae-af32cd1138ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112064,7 +112064,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -112083,7 +112083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c341272-0078-46eb-adca-e975e344b2fc", + "id": "dc5e845c-00e2-4129-a476-d347ac74ffd8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112127,7 +112127,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -112146,7 +112146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f0b78da-2fae-4770-9e6d-05dbcb4d9356", + "id": "d38fa2e9-cfaf-41b9-b593-644a94979a30", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112190,7 +112190,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -112209,7 +112209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5aa264f-98b1-434e-b0e5-f4a55b7259e2", + "id": "5e5b7f02-5184-4604-8806-9612e020773d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112253,7 +112253,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -112272,7 +112272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daa03427-0f30-48e6-8671-efd21ca4429b", + "id": "f76f7f3b-9c8f-4298-a533-6206b02f7d27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112316,7 +112316,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -112341,7 +112341,7 @@ } }, { - "id": "dcb4889e-a1d0-4821-8f1b-f0fc1fcb68b5", + "id": "01af4887-fcaf-4623-a6e6-ef6caf86e191", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -112394,7 +112394,7 @@ }, "response": [ { - "id": "c4a31810-5d22-40cd-84df-6c3f5956c4a4", + "id": "e53e2959-b25a-4fc7-a2cf-545a8cda0217", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -112450,7 +112450,7 @@ "_postman_previewlanguage": "text" }, { - "id": "64c11c9f-5164-4b3b-bbec-0ea87976ecd1", + "id": "bb99dd89-dab1-4e2a-8276-230f6333fe59", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112506,7 +112506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92bfc77f-cc44-43f9-9c2e-a6006153fe49", + "id": "7eb14f9c-d4a7-4c83-aaf1-604a22f0b054", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112562,7 +112562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b4f4a53-c4b8-411e-8320-78456a72d817", + "id": "e3dc20b9-8f88-418e-b66c-22c5f2fbdfe6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112618,7 +112618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "851972fc-e672-4bd8-92ff-bf4e65d9aac9", + "id": "1e580d72-9ebe-4796-8d7c-35f01d470db3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112674,7 +112674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a7d500d-2dbf-472f-a2a8-f9657757a3c1", + "id": "5452f214-2ec3-45f2-af6d-8695222431f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112730,7 +112730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "106254fa-b189-4c62-a8be-94c575d83156", + "id": "ad0ec9b2-fb99-44fe-9552-8ddc720d4a47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112792,7 +112792,7 @@ } }, { - "id": "cd03dcdc-4d3c-49dd-bf17-3669941cd3ff", + "id": "c5a3822e-1cac-40dc-9e84-3e95a2738436", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -112854,7 +112854,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -112862,7 +112862,7 @@ }, "response": [ { - "id": "df7ce0da-3b27-4c16-9b3a-21c4cfa8d404", + "id": "38396916-d5d7-465a-a319-d18eaaeb7bfb", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -112916,7 +112916,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -112935,7 +112935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e3a88d-5390-4a7a-b7fd-6cca54ada329", + "id": "d7cc0a04-5398-41bb-8238-7864343e92f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112989,7 +112989,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -113008,7 +113008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "300bc756-303f-4fe4-9103-afb68bd3323c", + "id": "74e7d01e-b293-4698-b338-451666167d06", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113062,7 +113062,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -113081,7 +113081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7536d11-9c40-466e-bc58-24d67fa56923", + "id": "cf559aa6-b64f-4b87-a0fe-ca90ad0e0842", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113135,7 +113135,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -113154,7 +113154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae5f71ce-38bf-4cc9-9c90-7e5f3948d7a0", + "id": "36b06771-dba1-44b5-87d7-f9db06d71eef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113208,7 +113208,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -113227,7 +113227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "108b561c-6cb6-4df0-abae-de40eaf642e7", + "id": "6658d0c9-279e-47f7-9f4e-f1cc096983b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113281,7 +113281,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -113306,7 +113306,7 @@ } }, { - "id": "550d50fd-b2c9-4bab-919d-8b756c8bc658", + "id": "0f5fe59d-2334-42e1-b36a-06136f37e3c7", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -113357,7 +113357,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -113365,7 +113365,7 @@ }, "response": [ { - "id": "7fe56df2-d7e9-489b-bc32-08174c843128", + "id": "81918a3b-94a2-414a-99a9-1b1f8d2bebf8", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -113408,7 +113408,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -113427,7 +113427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "754a3e84-94fe-4cbc-b893-3efd4e3fdbd1", + "id": "e035e306-bf0b-43e9-aca8-1c776c116f44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113470,7 +113470,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -113489,7 +113489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3836ec70-89c9-4611-b17b-0e408405ef1f", + "id": "4d2d74bc-8375-443a-990e-e52f8debb662", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113532,7 +113532,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -113551,7 +113551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "089d5575-84c4-4994-b2ab-7435e67c480b", + "id": "2e8184a9-8b5f-42a8-a651-834a4641cc6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113594,7 +113594,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -113613,7 +113613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a9447fe-a009-4546-9f2c-21817f951f9f", + "id": "663cc211-d90c-4be1-9fee-8cc10aed3aad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113656,7 +113656,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -113675,7 +113675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "371ea40c-d89e-4f68-96d6-986a0198c98e", + "id": "2c298380-60e0-4ca4-ac3a-ab3964f09001", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113718,7 +113718,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor veniam cillum ad consequat", + "value": "tempor dolor laboris", "type": "text" } ] @@ -113749,7 +113749,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": "748ec0fc-7bad-435c-a9ff-e6c288624abf", + "id": "9b41713e-8d80-48c2-ad55-55b5be88438d", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -113791,7 +113791,7 @@ }, "response": [ { - "id": "8035308b-c2c4-41d0-8ac6-8a549c479dfb", + "id": "0caf38b5-2ce8-4ef4-b57d-256f30ea7fb8", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -113836,7 +113836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f59c33f-bd75-4784-9a19-e0c595154267", + "id": "f0ecc3cb-829e-4dfa-b53c-a2b56674716a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113881,7 +113881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4a65a4e-b4cf-4a2f-b999-941b44364e46", + "id": "8ff70f62-7a88-42c9-a2f7-ca17a38a5c8d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113926,7 +113926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6fe9d4d-2a5f-4100-ad28-e4f7bfbe2998", + "id": "671ac620-dc1d-47a0-84e8-d15cd3dfda58", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113971,7 +113971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afaddb52-f889-40f7-a52d-34c60b3e7711", + "id": "75d332cd-8c18-4f26-bc6f-d1d7c27f7ccd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114016,7 +114016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "518985c8-ec1b-4460-9c1c-81f2a2338f28", + "id": "5b1fca1a-be12-41e0-8efc-67aaeac26492", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114067,7 +114067,7 @@ } }, { - "id": "647b1773-a8e8-419e-83c8-397772069c43", + "id": "47e33431-c935-4822-b6bd-632465f63121", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -114146,7 +114146,7 @@ }, "response": [ { - "id": "501b9a15-2eb3-4d0f-b96b-7c91e7911bb3", + "id": "e613175b-88e2-4d3c-ac19-59d50158a9cd", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -114228,7 +114228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca46db82-6a48-441c-ba98-a7aee5bb24e7", + "id": "8e77cb56-6971-49e0-91a8-a56ead082d88", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114310,7 +114310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f0a0dbd-0039-4a5e-bba9-41e738fdf7e7", + "id": "824308eb-4586-4fa7-ae9b-6b7148b990e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114392,7 +114392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5324f97-e5ba-4ae5-85bd-ac4df8c31165", + "id": "ce0e094a-7b81-4102-a922-2c565271b253", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114474,7 +114474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52ba8634-ea07-481c-b1fb-7fadb438d061", + "id": "a7e51ea8-d9cb-4dab-a782-6e17f053ca4d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114556,7 +114556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "902769d0-faa8-4adc-b76f-050185a363a9", + "id": "c76714d5-9bb3-482e-9e90-298b0eab331b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114650,7 +114650,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 Identity Security Cloud. \n\nIn Identity Security Cloud, 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 Identity Security Cloud (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 Identity Security Cloud. \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 Identity Security Cloud. \n", "item": [ { - "id": "47972938-f173-4b6e-875d-0c3aaa8d6a8b", + "id": "8d408280-85fa-4ede-828f-a3d83f48fc73", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -114716,7 +114716,7 @@ }, "response": [ { - "id": "91910b7c-d807-41c0-9c3f-9c56afe92f2d", + "id": "2509fa03-7cd5-4f2e-a668-5f30bbb60021", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -114796,7 +114796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "792901e2-dfdc-4ac2-95de-54208c0dc14b", + "id": "fdb0c849-2a02-4ebd-a15c-d8f4a4852fdd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114876,7 +114876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "066cadf5-c383-48e4-bcca-e118618695a6", + "id": "a0b24a0c-6967-4115-8d65-7937795adb01", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114956,7 +114956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18b12b14-e4e0-4cd2-9151-a0d14623d5d6", + "id": "a0b0ed25-acbc-4ad2-94f6-7f6b06ebffdc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115036,7 +115036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deb238a7-175a-43d5-bb1b-932b40a415ea", + "id": "a3fac54f-a1a4-41e8-9065-02727f4409f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115116,7 +115116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ead70131-960f-4d0b-be26-c66f908c6d64", + "id": "b7e5aaef-cfe8-4927-bbb6-90ae2c8c910e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115202,7 +115202,7 @@ } }, { - "id": "bd4106bf-242b-4cf6-86f2-dda74d8d34d3", + "id": "0a23bfc3-0250-402f-90e2-f152288cc3cf", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -115244,7 +115244,7 @@ }, "response": [ { - "id": "019da704-e979-4725-8a57-cf3d274ab668", + "id": "3ff9a1c4-10cc-4a61-93de-95379ddf9f63", "name": "Created.", "originalRequest": { "url": { @@ -115290,7 +115290,7 @@ "_postman_previewlanguage": "text" }, { - "id": "41d30f3a-e8bf-44d5-b001-6edac07b2c4b", + "id": "bd95c0cd-a50f-48ee-b84f-d295f4e53b1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115346,7 +115346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3937d75b-79dd-4a17-995c-ce0c97674522", + "id": "8c10c4aa-c3de-4039-aa0d-d9acbf9ee63c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115402,7 +115402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "debd9e2a-014e-493e-b109-2399bad9a5d7", + "id": "db3b3cbc-8726-4c35-91f1-e02ad8699cce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115458,7 +115458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b64af4de-9fab-431c-8193-36c4b6369493", + "id": "f66765b6-a378-4e6d-919e-e2eb6006b388", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115514,7 +115514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03eeb771-a94c-41b0-a7f7-f858d222c736", + "id": "ccd7a0cd-c154-4520-a087-f82bd67e914d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115576,7 +115576,7 @@ } }, { - "id": "4791fe3f-dd82-486b-924d-d731c391be33", + "id": "8bc7dae1-80aa-45df-8a81-35cf1c68b0fc", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -115654,7 +115654,7 @@ }, "response": [ { - "id": "9e7f5659-f33e-4f39-8f61-1fd3f188bf78", + "id": "ea49759c-06dd-48ea-b241-68b7e134b97d", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -115735,7 +115735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4fc973e-0c51-459e-ab1a-eedf5564aa9e", + "id": "75af7e22-70c7-416e-ad2d-f16f1f22e747", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115816,7 +115816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1975d1ff-88c4-4475-a84f-9bea8b50cb0d", + "id": "5b37a60c-a497-4964-8682-3d8fdac736ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115897,7 +115897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b86242ce-c8e5-4eaa-b9e8-85a6df0adc96", + "id": "8cd369f0-74f5-47c2-9d70-e64b2d6f5e23", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115978,7 +115978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28012f22-457a-4226-bfe7-60f276192431", + "id": "3780761a-efc2-4bb2-bb21-50129595c282", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116059,7 +116059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c0f9317-33b4-48c9-b4f5-506939173f69", + "id": "031abcf7-c826-4f4d-84e5-2d76c43c14c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116146,7 +116146,7 @@ } }, { - "id": "36456b2a-5006-4449-bf10-a8c3a8033328", + "id": "e82d26f8-ff9f-451e-8031-17559e6055dc", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -116198,7 +116198,7 @@ }, "response": [ { - "id": "bd771196-2299-4190-8da7-564231a46e7a", + "id": "552735be-712f-4eca-95e2-175e7d8e5f43", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -116243,7 +116243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "493e9830-7c4f-4b1d-937e-818497606077", + "id": "a80feba6-9eb1-453d-a4ca-e37d352f97bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116288,7 +116288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bbad17b-ea44-46be-84a6-4cb6359f30be", + "id": "0c24c6d2-4c39-433d-81ad-521df84f351a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116333,7 +116333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7284bfab-8398-4d63-bb06-74bf2831b8b5", + "id": "b7fcdebf-ceb8-4b6d-8465-dd43cd22fd0c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116378,7 +116378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff2d8b9f-f33b-4b6d-a27b-eebf17e5d7d0", + "id": "ab93f629-1dec-4736-861c-c4cfaca945ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116423,7 +116423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc9809ee-1a59-4478-8f5e-2764aed6c943", + "id": "242a8c36-62ca-4b10-87ba-7c4a4b65a2dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116474,7 +116474,7 @@ } }, { - "id": "20ca3dfc-16bc-48b8-b776-c1f4846371e6", + "id": "116308e8-9e89-4e02-85d2-076e420f667f", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -116539,7 +116539,7 @@ }, "response": [ { - "id": "111a5369-b861-41f1-b8ac-c9860db1f7e2", + "id": "ff90835b-1984-4da8-865a-ec2a7fb86937", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -116597,7 +116597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef877d7a-d453-428e-bfc9-89841faa7678", + "id": "8e023352-71ab-4e69-a577-4817b215b21d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116655,7 +116655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b704466a-c7f2-48e7-a59a-90416d71fc43", + "id": "19a68ec6-10f9-48f5-a673-dec243bfb554", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116713,7 +116713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "051f2c78-ba3d-47b3-9c25-650f661318fa", + "id": "398a1078-5543-42b8-846b-912e40976e16", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116771,7 +116771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceab5cc2-9d5f-49ff-bc9b-070e4d39dcf3", + "id": "5cdb2439-bda1-49d7-8613-b897088eccbc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116829,7 +116829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72ad5094-57b1-4b73-bae2-0c1632976488", + "id": "61bdcf9d-2b71-4620-9240-072d3c69515a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116893,7 +116893,7 @@ } }, { - "id": "4ec796ce-79b1-4ce6-a898-6e8d63432b58", + "id": "76df1d44-31a5-4c9e-99a2-a6a2b766f761", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -116945,7 +116945,7 @@ }, "response": [ { - "id": "ea0727bf-800d-4922-a0c3-883bec3707af", + "id": "5f924b08-734e-4402-b303-e9c615608335", "name": "No content.", "originalRequest": { "url": { @@ -116980,7 +116980,7 @@ "_postman_previewlanguage": "text" }, { - "id": "be02ad0b-2730-4f6d-95fb-6a44f4c0612a", + "id": "838cdc18-300a-46a5-96c6-550393e20cf8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117025,7 +117025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ae5a5ae-f443-48e7-9ce2-32337eadcf14", + "id": "4fd232c9-28cd-46f1-9e47-117cf88b0a55", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117070,7 +117070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "939c93c8-d9d2-46d8-88f2-343dc9c13194", + "id": "3112e6ab-6577-4daf-94ce-b9b2f70e2cbe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117115,7 +117115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fad73ec4-061b-4bef-9f18-0495d7ddb589", + "id": "7f2d6839-2412-43cf-afa1-e51c3d512a82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117160,7 +117160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c465889-e914-4943-b8df-b49e719f0683", + "id": "45e146eb-41c2-4669-8d73-265c8906ecc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117211,7 +117211,7 @@ } }, { - "id": "b2bda5fb-229e-49d1-ae4a-167da42b89c4", + "id": "0407493b-16a1-4038-9fcf-c476f3d1cf12", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -117254,7 +117254,7 @@ }, "response": [ { - "id": "677470c8-df03-4f41-875c-7567efdf01d1", + "id": "e207ffbb-6049-4ee4-831a-4686c71dd9d5", "name": "Request succeeded.", "originalRequest": { "url": { @@ -117311,7 +117311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b47142d0-36f5-4b97-b450-d54b85f28fdb", + "id": "bdfd2fa4-4dfd-44dc-a7ab-7dc7f870bd60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117368,7 +117368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddad2c7f-7475-44e7-98ea-7f3bdb7ecff8", + "id": "619b6a78-92a8-4bbb-b4cc-fa952b3aa2e7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117425,7 +117425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65db0dc2-163d-4507-a4b8-7b0fe3297969", + "id": "a1b108c6-1cdb-423e-afb8-fde7f5383be9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117482,7 +117482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c665a55-f583-413e-874f-50e2cc9aa697", + "id": "ba31ce10-61e4-4450-bf64-123598e2a11c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117539,7 +117539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2142b3a-aba5-4755-81c4-f40a7e806517", + "id": "33aeb98f-1ec2-45ea-8db4-66038d01a896", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117602,7 +117602,7 @@ } }, { - "id": "50de3e79-f4b9-4196-be35-882c4a9259ec", + "id": "54dabc0c-2305-4511-af05-c677b56cdf12", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -117645,7 +117645,7 @@ }, "response": [ { - "id": "c0d63ac3-9918-46f3-9ebd-793fb9e1c322", + "id": "27ecb139-ac2a-4e90-acaf-ea266b6f62d1", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -117692,7 +117692,7 @@ "_postman_previewlanguage": "text" }, { - "id": "49ccb27d-2ac4-433f-9069-40edf462e8b2", + "id": "0ba8b73b-f34c-401d-9cae-059f97002d7f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117749,7 +117749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e69a1160-241f-48d0-b430-d3f8c827e7fd", + "id": "1e6238a5-2e4b-4d5c-89b3-ed7e65eeb0f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117806,7 +117806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4140ce51-8a29-4644-9f62-3f68d2d76209", + "id": "80f757ad-8ec0-40d9-8e71-64918318cbb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117863,7 +117863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74453a69-75fb-4d47-b9bb-ade19c260eee", + "id": "89cbab39-683a-49b5-8370-16179c96674b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117920,7 +117920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1ee0343-741b-4446-b08b-08482a57ed9b", + "id": "aac4ce04-d3e4-4e90-8789-03675d939361", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117989,7 +117989,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/docs/extensibility/transforms/) for more information about transforms.\n", "item": [ { - "id": "cf19e4f6-6bfc-4e6b-89d6-a2e131a43bc7", + "id": "5c251154-d5ff-4886-bcf7-15d7958aaa6e", "name": "List transforms", "request": { "name": "List transforms", @@ -118064,7 +118064,7 @@ }, "response": [ { - "id": "b4dc79e8-d3a3-47d8-b502-323aca35106d", + "id": "6ab4f83a-39bd-4035-acdf-db7de16aca57", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -118153,7 +118153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f1e845a-fac4-4416-a5fb-8ccd8c836c95", + "id": "52737387-d778-4e0f-8ab6-11db8d151f6e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118242,7 +118242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b5c8f31-0483-44ef-a602-85a2fb0c2c0b", + "id": "667f2143-e877-42c0-93fa-27e0f9fefed7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118331,7 +118331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "710aaa29-a157-4b91-b97b-0690388cd997", + "id": "b4376cb1-c4df-4572-8026-1aee528ff5d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118420,7 +118420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96d9bf35-ceaf-44d6-976d-421bcca6e766", + "id": "91741184-32e8-44a5-acb2-a5c05b4cb149", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -118509,7 +118509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4ac50ef-b055-40cb-99c8-ce35fdff3a38", + "id": "a578e52e-6dce-455a-ab64-99fa9d93e557", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118598,7 +118598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e8d7d9d-48b1-4c0e-8cb3-9f61abf98ccb", + "id": "2904b0fc-c75e-40cd-a7d5-32ec615382d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118693,7 +118693,7 @@ } }, { - "id": "f2e1775b-6138-4246-b260-25197c6ceb93", + "id": "7c7461f6-5cdc-4f3a-8682-cc60755700bf", "name": "Create transform", "request": { "name": "Create transform", @@ -118735,7 +118735,7 @@ }, "response": [ { - "id": "12b5b910-661d-45ba-a34a-f2fe8579c235", + "id": "40d287a8-eb07-40cb-9edd-ae97fe6e597a", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -118791,7 +118791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "076e6553-f97a-4be6-94a2-c0aa287bda27", + "id": "8d8b2afa-9fcf-476f-ae83-7d9be7c36bac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118847,7 +118847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df733df7-6c83-4be6-b73a-514ec2103aa4", + "id": "eab800f3-aa8c-496f-a700-8d5301eda1b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118903,7 +118903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5cd396d-b726-4156-bd73-66c552e8b900", + "id": "0e53396e-8ecf-4d53-a385-a0fb719916b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118959,7 +118959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7661e25e-c616-4a48-8a17-bae6213848c9", + "id": "974c0574-b20f-4492-88a1-aec51261d8ed", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119015,7 +119015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d74fe085-e95f-460c-8022-2148a0eeed76", + "id": "e649e1a3-a03e-421f-844a-c347518fe073", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119071,7 +119071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0634aaad-f857-47fc-aae6-d46fa64e1712", + "id": "0e7d92df-e810-48be-bb5c-b55e0065daf3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119133,7 +119133,7 @@ } }, { - "id": "385c2ba5-f0c2-4b11-acbb-9a3668c6c4ee", + "id": "215c7d45-748a-4f77-9ff7-4f76eb35c778", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -119174,7 +119174,7 @@ }, "response": [ { - "id": "9bde6387-0606-4eac-943f-87de0c38c070", + "id": "fcb7d332-1c0e-4547-af8c-e18f230a7a5e", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -119218,7 +119218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29face49-263f-414d-8cdb-8cb2b90fd231", + "id": "ee781cc6-dfa4-478d-ba14-6081a325936f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119262,7 +119262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ced81948-1bbd-4f97-8a3a-1f04bd4cf3b5", + "id": "7489f808-24ba-47ff-9f0b-5cfcdfebad0c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119306,7 +119306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74760a2b-88d7-4e69-af08-93cfbca90fef", + "id": "2a14d961-2490-4524-8668-eea2f43f61c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119350,7 +119350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6152cfc5-7c29-4148-bec6-3c970c2452a9", + "id": "bf2c505e-785e-4de8-8d7f-bc6f7fca470d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119394,7 +119394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7554954e-11d2-42ac-8bb9-960812cd31c1", + "id": "57036311-1334-4ba8-805f-df6139b72465", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119438,7 +119438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ddfe8e3-28ae-4e03-b782-54a549ff6b88", + "id": "67f7a9c7-34db-40e1-9180-60acbaca5481", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119488,7 +119488,7 @@ } }, { - "id": "d9b48979-bd1b-4f47-a209-c34ebe63b05f", + "id": "d4699b62-7e1e-42f4-9f01-f3894f91ddf5", "name": "Update a transform", "request": { "name": "Update a transform", @@ -119542,7 +119542,7 @@ }, "response": [ { - "id": "1f71bf68-b5d0-4741-aba0-a45baa51728f", + "id": "20a05248-7438-4b9a-b40d-8ed1136fa9b7", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -119599,7 +119599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "339d4333-ec4c-4573-b384-23856f673e33", + "id": "526379ae-2200-43bf-aee4-409adc26bd6a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119656,7 +119656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77512533-0dfe-4292-a09c-3eb44a439623", + "id": "7d6dd808-0a1e-47cb-8580-21a92983a68f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119713,7 +119713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5af011db-f7b1-457c-8747-afdd60967516", + "id": "96f74331-8bc0-48a5-adc7-5f38a0a912e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119770,7 +119770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f53d8ab0-3148-4fc7-98f6-41e96a20292c", + "id": "6e433d17-4c9d-4690-84cd-f58f16a6faa3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119827,7 +119827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7389f8d6-aefa-4bd3-9f94-ef16e7fce383", + "id": "8bcaa3c9-6031-4fae-965e-ddbbb6715784", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119884,7 +119884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e04309b9-fbae-4970-8c64-ed85e5b70895", + "id": "8a03b904-a50d-4b05-9470-2a20e5f88b8c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119947,7 +119947,7 @@ } }, { - "id": "f2d15b97-a9c7-48d8-96f1-98a517d69620", + "id": "40047460-2cad-432a-9d33-3f30bd05e1b1", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -119988,7 +119988,7 @@ }, "response": [ { - "id": "8baf3405-2b0b-42dd-b77e-536281632cdf", + "id": "e981e66a-02a4-4f62-8d6d-519a0547e3af", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -120022,7 +120022,7 @@ "_postman_previewlanguage": "text" }, { - "id": "213b3733-656b-437a-a8d6-5508e7b6d6c6", + "id": "f221f1a8-739b-48ce-bd0c-e154f01ee5e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120066,7 +120066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00b4cbf7-5b20-4d2e-98ed-86232c423416", + "id": "35561c14-3e33-4d8d-85d6-e6c8242e473c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120110,7 +120110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65dbfdba-a58b-4593-add2-c0b53ab78c42", + "id": "f61af40b-24a9-4789-b30d-449ccc567c07", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120154,7 +120154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7425fb3-0429-449b-8e19-a9b50b3e3843", + "id": "2c4dbe8c-b03f-4aa1-b286-b3fd68f4c9b9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120198,7 +120198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b63861b9-a18a-4769-b8ef-59aad18ccee2", + "id": "1dd0faf1-43fa-4884-849a-3adbfd798a0d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120242,7 +120242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72b26aee-e751-4532-8889-46f69edacae9", + "id": "d90a55c4-e20f-41ea-abcb-b126595aaabf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120298,7 +120298,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 Identity Security Cloud'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": "f22bbcbf-69fd-4c1a-8394-a18df604ec86", + "id": "338266f2-7be8-4f75-a179-44d04424fb76", "name": "List Work Items", "request": { "name": "List Work Items", @@ -120364,7 +120364,7 @@ }, "response": [ { - "id": "b86ad540-231e-4821-9dda-bb9a365f58ef", + "id": "87f5098a-7f54-441a-96f8-342e8c483dcd", "name": "List of work items", "originalRequest": { "url": { @@ -120444,7 +120444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24c645d8-7a75-46ad-a557-6100bc8039c9", + "id": "0ba49db2-9ee6-4a85-89aa-2af1a8e6ed65", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120524,7 +120524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e05bfc2-6b8f-4e05-93ea-365425bb2e60", + "id": "bf5fe355-6b93-4789-8415-fbebadc859ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120604,7 +120604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91498bf8-f375-438d-9555-e00954be5227", + "id": "e217eac7-9f2d-4eb5-a528-3d870bf53807", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120684,7 +120684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01254022-86bd-481a-912a-3c817ebcae71", + "id": "ea476f45-5e45-4453-8ba2-958097235898", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120764,7 +120764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8ba9ef3-24c0-4c4e-8290-e84d432c3763", + "id": "b4d75fed-ef2f-4bff-ad7d-5ddc7ff89eda", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120850,7 +120850,7 @@ } }, { - "id": "aef86a85-f3ad-4819-bca8-b75bc731ac5a", + "id": "acca4616-5d49-49ba-8898-b5304f49d569", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -120917,7 +120917,7 @@ }, "response": [ { - "id": "92285522-83c8-444e-902f-5704cb497635", + "id": "51c2abba-dbb7-47f7-989c-b8103aac5a64", "name": "List of completed work items.", "originalRequest": { "url": { @@ -120998,7 +120998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26ca79ed-1fcb-42f8-b986-361f88e4d44f", + "id": "70744375-261a-4e9a-b6d8-d810f067280c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121079,7 +121079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebadd176-e99a-44a0-b662-8ba8af603d17", + "id": "1db461fa-27f4-4171-868d-1746409d248e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121160,7 +121160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43b062ab-fa3d-4b2a-99e8-cd3101889397", + "id": "4ef7d548-1f69-4a2b-9ee4-100c1fe03646", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121241,7 +121241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52cf099b-51fb-472b-95b9-964d1977eae1", + "id": "8f43aab4-5347-4b18-8832-76db3cf131ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121322,7 +121322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ef298d4-f6c4-4bb2-8ed1-2ee5df506159", + "id": "7bfa63f7-b330-4640-b356-052dd4fc5982", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121409,7 +121409,7 @@ } }, { - "id": "503bc752-bb12-473a-b140-e1eec68b57a1", + "id": "496c77ce-6911-412d-a2cc-6f47ca7643fb", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -121449,7 +121449,7 @@ }, "response": [ { - "id": "c68f5c52-7ff4-42ce-9f39-3a55e5f75b46", + "id": "63743e61-dc4a-4ff6-af83-4481c1bd922d", "name": "List of work items", "originalRequest": { "url": { @@ -121503,7 +121503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9e87cff-6b66-4a73-a65e-1f09ca23d160", + "id": "68ad1b7e-0579-45da-a7cd-61b9b2788681", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121557,7 +121557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51177fb7-4136-4856-a631-8d5336ad94b8", + "id": "08221093-0a12-45c4-8c57-81cff428f750", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121611,7 +121611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "910a66c8-cdae-47a7-8c61-89fb71ad0166", + "id": "a86dc154-573b-4c18-9680-618333ae6bc2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121665,7 +121665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83175382-0c9f-4a1e-8318-11c3948d3fd4", + "id": "5ad062d1-e0e8-4681-9660-183c468641f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121719,7 +121719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "679c2b7a-e94d-422c-9fc1-8333dca748db", + "id": "c78136fb-ce62-4f40-b248-d98980b3b3d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121779,7 +121779,7 @@ } }, { - "id": "e245deea-822d-4237-87b2-d7a03d95f7c7", + "id": "2b734feb-5b3e-4308-aa25-bceb060929dd", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -121820,7 +121820,7 @@ }, "response": [ { - "id": "e5173efb-d05f-4b02-b827-9a98e560eff8", + "id": "32f25675-1040-41ac-8c03-083a28796d53", "name": "List of work items", "originalRequest": { "url": { @@ -121875,7 +121875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "448ef647-2de3-4bb1-884a-91784df4069d", + "id": "ae0122f5-66cf-4e48-856e-61c698879f98", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121930,7 +121930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab044454-4b87-4fa5-929d-afa7740644a7", + "id": "c6e9ada7-5108-4d2d-b175-1195b19e25aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121985,7 +121985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9fc62d6-db3c-4178-9445-df86fa9914b4", + "id": "f8b89c13-27c6-4fe4-ab00-7002e446d1c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122040,7 +122040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "847b256f-3ad1-4728-902f-512601b40f3a", + "id": "d3220a06-7fd6-44c4-a1ba-e72a36f19d27", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122095,7 +122095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ec675c-a163-4633-be87-41522b403cfc", + "id": "85024d25-c779-4049-a22f-c351a8b37381", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122156,7 +122156,7 @@ } }, { - "id": "b4d7fff0-54bd-4f9f-8c6f-41261a96b3f1", + "id": "b881777b-1c9d-4ad6-93c8-58ef1c2c1cd6", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -122196,7 +122196,7 @@ }, "response": [ { - "id": "30f2e3d0-bdb6-4c84-9e2b-6f7934b6153d", + "id": "77512b27-8cb7-42e7-b0ba-d0c6909db5ca", "name": "List of work items", "originalRequest": { "url": { @@ -122250,7 +122250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df4373c5-048e-49a2-899b-0c714161c2fa", + "id": "e88ab8d0-3f7b-4bd9-a813-94bf3089dfe9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122304,7 +122304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41ebceef-6dc3-425a-afeb-e9f567fd2139", + "id": "8dbb297e-d9be-4463-923d-7d3ad9b9ae63", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122358,7 +122358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef9676c2-a155-47dd-b24c-5a1901bed32e", + "id": "0e8c2309-fcde-4529-baf2-0c77d80f48a8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122412,7 +122412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e757b4b1-bf72-4d03-af32-5fd64c3be16a", + "id": "97d4563a-259c-4706-835e-cc1f1876686e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122466,7 +122466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cd2099b-a18c-423f-ba85-e91711d1b92f", + "id": "03dbec23-b1a0-4d43-99b5-caf9f146ad0b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122526,7 +122526,7 @@ } }, { - "id": "f0a4b9a8-03d0-4b04-8267-c26a17772f28", + "id": "18a4867c-3216-465a-9cf7-3d0bef258656", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -122567,7 +122567,7 @@ }, "response": [ { - "id": "1bd4d5a5-f833-4387-ac27-e52b1b36ffb6", + "id": "dd22d9b0-9810-481d-af95-688be28a5df1", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -122611,7 +122611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcd66aec-7006-4a94-adc0-3df4d96194ce", + "id": "578c3242-40cc-4a9f-91b5-6667844317a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122655,7 +122655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3408bb2d-6bf0-477f-866e-63ebbd70a17b", + "id": "51a1669b-da7c-4a0f-b55a-291bc81ad7fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122699,7 +122699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63658e11-e10e-44b6-9da9-5b9901025a26", + "id": "3d38dc0d-7e6e-4536-8039-7c319ec9765e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122743,7 +122743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6d77249-2224-43d6-9d1e-86c06fa18e23", + "id": "66038853-2cd5-4feb-9947-027db8471eef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122787,7 +122787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76a496d6-e3d5-44b7-bc02-91f37bdaa9be", + "id": "117287fe-1b3e-4e5d-adb9-b14e90845faa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122837,7 +122837,7 @@ } }, { - "id": "36bf71e9-4291-4673-b0e5-54581f914f1d", + "id": "6b4910bb-d6dc-41fe-99c1-364520284e38", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -122878,7 +122878,7 @@ }, "response": [ { - "id": "0db474f6-d314-4c93-ac90-9a1dd7c122a2", + "id": "5e385ac6-aa7e-4c46-a2ca-e95fa46c6d88", "name": "A WorkItems object", "originalRequest": { "url": { @@ -122922,7 +122922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c63de48-3d30-426e-8b92-9e395eb9b5f4", + "id": "f60a79ee-7d0e-4123-8f70-7af60a8430a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122966,7 +122966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f113783-a1e9-4f6c-a631-c58550ec405b", + "id": "1d598aa1-2670-4ed1-be3c-9b7df6ebb78a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123010,7 +123010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7816f3b-14ef-4c17-9245-978f937dcf69", + "id": "e90c7b9d-f3d6-454a-9bc3-13b545c58132", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123054,7 +123054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f49a0ce4-04c7-4bbd-b871-0ca7c3cb425a", + "id": "51751b56-c2c7-4e24-b666-6f9b07439f73", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123098,7 +123098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2404d3bf-a1a0-4d18-a55f-58f39c85c2df", + "id": "ff47b3a4-2461-4fe1-8a4e-faf7c349e177", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123142,7 +123142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2dde1a9-0d1e-491e-8d55-20c9a6748fdb", + "id": "7fbca1d4-1f8b-407c-b0f6-c689e88eb065", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123192,7 +123192,7 @@ } }, { - "id": "7da8ea34-e96a-4034-aca4-c04c05f09f8f", + "id": "77efd889-eb5a-4204-baf4-3fa63a749b45", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -123245,7 +123245,7 @@ }, "response": [ { - "id": "c4244294-683c-49d0-88c9-4e6054d9e600", + "id": "9acf8020-12c4-42ef-be42-5dd34205b807", "name": "A work items details object.", "originalRequest": { "url": { @@ -123291,7 +123291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20ecb4e9-33ed-4290-8f1f-1096a89c567e", + "id": "44b0eaa9-a67b-4365-a214-91ba7e3f87d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123337,7 +123337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad44de73-7754-420f-ae1a-dcc07a9489e0", + "id": "4e78c46c-30f0-4a96-b28c-bc1d90d5f819", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123383,7 +123383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83566c1f-b2b2-4c0c-b6f6-f80a4b8d1ac1", + "id": "511ce665-48e9-4f41-830f-bac8dab8f6e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123429,7 +123429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "523f78a0-a40c-48b9-87c8-11ed2563015d", + "id": "93171361-e1ed-4e6c-a241-e7dd572975b3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123475,7 +123475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "806fa157-9c78-4a69-b500-dd72e3ad00a9", + "id": "1386d68c-ce92-480f-b4e6-0d538805ae9d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123521,7 +123521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "960a3232-c890-4c91-8059-0ee3aa735d80", + "id": "9bbbe69b-fe1c-41a7-a5d9-4e0492d06c2e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123573,7 +123573,7 @@ } }, { - "id": "407d9867-6622-4c15-a9ab-efd27233eeab", + "id": "504d9be4-03b7-4803-8795-73e7145cce67", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -123626,7 +123626,7 @@ }, "response": [ { - "id": "fa460cd4-0ac6-4ad3-8082-9a7f1b90ac8f", + "id": "f04e57d6-fe1f-4de4-8842-a0501dfc0b23", "name": "A work items details object.", "originalRequest": { "url": { @@ -123672,7 +123672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "087cfbc6-87aa-4675-99a6-98cc8c2caba4", + "id": "55988e21-9111-470c-b028-db1a3eb6656f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123718,7 +123718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "196b79d3-614c-4573-af09-b9a7b0d8ca30", + "id": "606e247f-d6b3-4738-8a37-6b4392900b51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123764,7 +123764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12cc37e1-cce0-40c5-a66c-bd98991579c7", + "id": "76704e7f-3758-4ea6-95be-172a6044f333", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123810,7 +123810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acc6c38c-c440-43c6-a5c0-c15eea1c4bbb", + "id": "ed46ef09-7485-43e4-a9a3-54e560e30bce", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123856,7 +123856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8b89dd1-59c4-4b30-b85b-a4ec29cc546a", + "id": "1d9e3ab2-9ab6-4434-a4b3-c5c51928ece2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123902,7 +123902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "468c35c5-a051-4fee-b5c7-b8939e233804", + "id": "671461ee-660c-40de-bd32-7f97b835a8cc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123954,7 +123954,7 @@ } }, { - "id": "3cb15844-75e7-4950-89e0-50ce6aa506c0", + "id": "92ee4cde-fcd4-43da-8971-2e8551465f36", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -123996,7 +123996,7 @@ }, "response": [ { - "id": "8c0d439b-d880-4c40-bbb7-5dbe59afde88", + "id": "9408694c-082a-4c6a-9aeb-d2f9b8073356", "name": "A work items details object.", "originalRequest": { "url": { @@ -124041,7 +124041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0ba2bed-b257-43a8-882f-f5ce98a32722", + "id": "6d93d83f-4c91-4abe-9670-74cb1b3916b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124086,7 +124086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b33274d-5767-47ab-b823-ed8a6a00446f", + "id": "3cbed14a-6eba-4a3d-aa79-7028198414a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124131,7 +124131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7791e177-970d-44c7-a462-5abc7868ec68", + "id": "add4ee9f-96f0-416e-b375-f589e2a29dcd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124176,7 +124176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ad51f0b-1df2-4f3f-a0b2-4149f6bb1617", + "id": "b05b62be-26e5-4ca7-8c1e-3a5bba09c4f1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124221,7 +124221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07ae2fc2-29ee-4c3c-a691-7c1c9e1783d1", + "id": "330d7701-b34d-49d7-9f06-c97306e25d62", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124266,7 +124266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5491d6f-49d3-4627-9613-e1b6034d3c21", + "id": "103bbeca-1dad-435d-b2ae-331a81456d09", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124317,7 +124317,7 @@ } }, { - "id": "6fbf4c06-e9bc-4cd5-9921-8f3ed5e2118e", + "id": "5b6995ce-488b-46f0-b8a9-3480c64290a4", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -124359,7 +124359,7 @@ }, "response": [ { - "id": "c024652e-d16b-4f7b-b81f-ea21005b18dd", + "id": "ff7406e4-4c54-45ad-a4da-2db19d1e525b", "name": "A work items details object.", "originalRequest": { "url": { @@ -124404,7 +124404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a86d5d92-95d1-4773-aa0b-881ccb34ac87", + "id": "8a17e5f8-d1d6-40c2-bfed-90d628687cb5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124449,7 +124449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da26f972-a41b-4954-b4ce-7e4a4b24122d", + "id": "9e9be8aa-b186-4e3b-8fd4-2a655bc55b06", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124494,7 +124494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7a60be5-e5ed-48b5-af3e-e1419ed33d37", + "id": "9658f3ad-2274-4fcc-b9f4-da87e2b105aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124539,7 +124539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47a5872d-e19f-4bab-9750-91f3b589769f", + "id": "fd3fe25c-9018-4fab-bc2c-998cb497a2ce", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124584,7 +124584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09bb49ae-99e8-420b-b75e-1c724e9cddbb", + "id": "3f67d34b-11da-45e3-bf7e-1d585f9ea998", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124629,7 +124629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcc657ef-8475-4e42-8b9b-0457cd3178de", + "id": "8ab7b6aa-7c9d-46be-971c-d2dadf4e27d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124680,7 +124680,7 @@ } }, { - "id": "c8520984-c788-447e-82c3-6a7de2412966", + "id": "1ab16f75-c57b-4839-8e84-025ff7f172c9", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -124735,7 +124735,7 @@ }, "response": [ { - "id": "bd0a7537-dd2f-4dc9-b6ba-1e8dd8786307", + "id": "94a204d5-c83b-48f3-9dc8-1c1ca658e3b8", "name": "A work items details object.", "originalRequest": { "url": { @@ -124793,7 +124793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56d088a0-fe52-4103-94e7-29f80cb21736", + "id": "0667b4ef-62b8-4937-a1cc-825a791e92e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124851,7 +124851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3856fbf-7930-4cee-be81-ee5c036990d4", + "id": "5bdfe7f2-f646-4b1e-a171-34ca6dd317bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124909,7 +124909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cd5553b-b813-46d4-8b69-1ae318a5357f", + "id": "7499c808-40ac-4a9a-9e2c-6fdaea1f0e0d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124967,7 +124967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc4035e4-700a-4b43-9842-900474e04570", + "id": "1d98f967-ee0f-4625-a08a-3bc83282a7a6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125025,7 +125025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b1dcf31-9bd2-49c2-b750-b627852c1c86", + "id": "e3095350-2b4b-4da3-bbb9-f66b4c735c5f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125083,7 +125083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "796a0295-0aab-411e-a909-6701ff2177f9", + "id": "a21ede50-8a48-4762-bd49-94e02cd438d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125153,7 +125153,7 @@ "description": "Workflows allow administrators to create custom automation scripts directly within Identity Security Cloud. These automation scripts respond to [event triggers](https://developer.sailpoint.com/docs/extensibility/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 Identity Security Cloud UI. Workflows can be configured via a graphical user interface within Identity Security Cloud, 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": "aa8a6778-3a0d-4424-8a0c-7626cf004368", + "id": "0fbf8da1-745f-46ac-84a6-683a03cee270", "name": "List Workflows", "request": { "name": "List Workflows", @@ -125182,7 +125182,7 @@ }, "response": [ { - "id": "a04720b6-b8be-4aec-9955-24a920dfed8e", + "id": "1b51b5e7-54b6-4674-98cd-6073a9bdffd7", "name": "List of workflows", "originalRequest": { "url": { @@ -125225,7 +125225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33c59f0b-a1a5-4a8b-8143-d48f9ddd9c85", + "id": "52fdb0f3-169d-4757-a517-40c9e2383054", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125268,7 +125268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72d86788-6eaf-4707-bc01-1ee6201e2c8d", + "id": "7e457c4d-c013-4b22-96cf-698f036eb871", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125311,7 +125311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0790b76d-b92f-471d-8369-f135a352a94a", + "id": "f6351dd5-2a51-410d-a5f5-c5b79cb66ba2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125354,7 +125354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f50c95d-0d61-4fe5-9a5c-ffd6df1b9f56", + "id": "43c9f54b-9523-4b9a-b2c8-b0f145553659", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125397,7 +125397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eee565b-7df7-48de-bb93-52aa4ce5b919", + "id": "6e213ff4-495a-4065-b50b-27ec4208299d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125446,7 +125446,7 @@ } }, { - "id": "6845bcea-fd35-4514-b53a-dbc47ca2e3c0", + "id": "f00001e9-cb35-4849-ba78-a390c8bc03f3", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -125487,7 +125487,7 @@ }, "response": [ { - "id": "61eea07c-61fb-4e70-b443-babccf11fdc6", + "id": "b3e52451-70fa-499f-8d19-160760274d33", "name": "The workflow object", "originalRequest": { "url": { @@ -125531,7 +125531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e609daca-6aa1-42df-b318-daf51fad9063", + "id": "23f3f837-e0b5-4a30-843f-91640c7aeb8b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125575,7 +125575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66c74534-c223-4b4d-a375-1635b019716f", + "id": "23551beb-3e43-4eef-9a07-f381aac7768d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125619,7 +125619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6bb91c8-cdf5-4732-ba45-303b481bf9b2", + "id": "ea632a9e-630d-4ff5-9d67-ec5179b52cc9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125663,7 +125663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6f9fcb4-6d56-4eb4-a3f2-bb4383ea2d63", + "id": "9976a1ff-51d6-44fa-8cac-81ecab3370af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125707,7 +125707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f7c9f28-6453-4d63-8f7a-767e091ff15b", + "id": "f51f906a-e803-4e63-bfd9-6f1dc266bf66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125757,7 +125757,7 @@ } }, { - "id": "a48920e9-026a-4f31-9c70-4028089a5dcb", + "id": "4468f334-91e2-4988-b68b-bef4f426851e", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -125811,7 +125811,7 @@ }, "response": [ { - "id": "56538648-ba33-4291-a394-8852b28947ac", + "id": "ec5d3ddb-9425-47c0-a814-0b7633312451", "name": "The Workflow object", "originalRequest": { "url": { @@ -125868,7 +125868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49d1bd67-5a2e-494e-a76c-f70aa66e2972", + "id": "9e868d4e-5be4-4dcf-8124-a20e24b45876", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125925,7 +125925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2c913a0-2ffa-455b-94e8-9931b0c5a2e6", + "id": "deaa6063-4295-41dd-a1ed-1a0495af2030", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125982,7 +125982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "985d8a7e-fe97-45ce-a576-a67bd4cda1f8", + "id": "d9ada7dd-0f38-4a39-a66c-4fc20107f1fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126039,7 +126039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b63aff84-1bd3-404a-ac9b-abe50eb632ee", + "id": "2c0610b8-8476-4306-966f-166c3170e714", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126096,7 +126096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66d92085-c004-4bec-be51-45df988f2e1d", + "id": "542b1add-8f9e-4ffc-b02c-483a4c24e1ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126159,7 +126159,7 @@ } }, { - "id": "d646dd6a-3e08-4c98-be5e-eb4e99b81b67", + "id": "063cb964-28f6-44ef-9c0f-d641fbc673da", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -126213,7 +126213,7 @@ }, "response": [ { - "id": "50c697d0-5e28-40cc-9546-5e346b7a1916", + "id": "b63b0054-3fd9-476a-85d1-4f1eb02e2028", "name": "The Workflow object", "originalRequest": { "url": { @@ -126270,7 +126270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c0d88d3-d200-4571-ac31-bda805632c7f", + "id": "3f45d2d5-f838-472a-860e-7a4d6109dc02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126327,7 +126327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37c558ab-a316-4200-bf06-2a8af7358e70", + "id": "c86b120d-0df7-4132-8a6b-450aff0521b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126384,7 +126384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70f95894-dfa9-4a59-bc40-b15ca0efc626", + "id": "94c05627-adc9-40b2-b94d-0e6a9eb040a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126441,7 +126441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "754e4fdd-61e7-4316-9e8b-3e46607fd67d", + "id": "f5972814-0b34-4f73-a229-7dcc06429024", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126498,7 +126498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd0dcfca-e68b-42e5-8f93-6159891689b7", + "id": "22785dd6-dbe3-4824-bd06-2bf6fa9d2b1f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126561,7 +126561,7 @@ } }, { - "id": "313a12ca-3e0e-4bfb-b754-157600dae210", + "id": "6302b38c-ed5a-4a84-bbd8-094f5a1a3845", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -126602,7 +126602,7 @@ }, "response": [ { - "id": "2b5203a8-035b-4354-a808-094dd708b2e4", + "id": "3c479e5d-72bf-4029-ba98-9d0311bf81ea", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -126636,7 +126636,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d4d96529-1f3c-4191-9249-1d3397bb48f5", + "id": "d1d24795-f6f2-4a3d-9d3e-5f9ec763480e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126680,7 +126680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bee008f-9005-4cba-b0ac-b864ced277de", + "id": "c2d7250a-18ea-4873-89d1-fdfedb198df6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126724,7 +126724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67dcd589-9128-445e-b24b-c92cc9696b42", + "id": "3c1875d7-dfc7-408e-a536-0952f628e742", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126768,7 +126768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eabac38-fc87-4802-a42d-5e7a67fbb58b", + "id": "40cac1a0-ca56-4a58-9041-00002fe8fff1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126812,7 +126812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c58bee7-4e79-4ee9-8c79-98b9fd607317", + "id": "ec93078f-d534-42eb-8c6b-0325eaa222c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126862,7 +126862,7 @@ } }, { - "id": "f8e4089a-aa50-46cc-ba5e-afa96ccd44e1", + "id": "129a6cc6-be11-4f20-812d-0ea544c84191", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -126910,7 +126910,7 @@ }, "response": [ { - "id": "1a2ea2f5-8f75-459a-aa72-d2d1e432508b", + "id": "425e0103-78b9-4c1d-901b-b85c944ec373", "name": "Event Trigger", "originalRequest": { "url": { @@ -126967,7 +126967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e941d00-e548-4e4b-85ab-6ec55677d03b", + "id": "77bb5dca-4360-45bf-90f7-4a88c4789a40", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -127024,7 +127024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47dc8919-77c1-4f4e-9287-cc9821b4b260", + "id": "e62f4370-2da0-4190-9e51-c094a70a99ae", "name": "External Trigger", "originalRequest": { "url": { @@ -127081,7 +127081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5217080-8caa-49db-bd96-47c74314f018", + "id": "0fdec3cc-bf2e-4e6c-a5dc-32241eae997c", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -127138,7 +127138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6187cd6a-9a5f-4faf-87ce-f9a6c9780d60", + "id": "dae83a18-f83d-492a-837a-d0cbe243299f", "name": "External Trigger", "originalRequest": { "url": { @@ -127195,7 +127195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "440a66b7-8668-4205-bd2c-f1a9e47c0a59", + "id": "87fcc8b7-2062-4b3e-93c3-800806caf656", "name": "External Trigger", "originalRequest": { "url": { @@ -127252,7 +127252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9af512db-d5e4-403d-9a9c-bd2bb6aef08c", + "id": "8edc8950-e4a7-4723-8fe3-97d6ec0019b2", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -127309,7 +127309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dbde3ae-2ff3-4d5b-8564-d85dc08d181d", + "id": "94cb994e-4f93-4a66-ba68-aa9228f72407", "name": "Event Trigger", "originalRequest": { "url": { @@ -127366,7 +127366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8757754f-8772-46bb-8ce0-b9a8b1a3d819", + "id": "10d5b89b-9105-4526-a4bb-55deacb02c69", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -127429,7 +127429,7 @@ } }, { - "id": "390e5470-31fd-407f-87e4-82b5976993ff", + "id": "66f983b8-a309-4a18-b5a9-e4896494cf57", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -127484,7 +127484,7 @@ }, "response": [ { - "id": "499a9016-97ed-4987-a134-05b3e90b1f24", + "id": "6ca7972b-4cd1-4c73-9610-dc22048a2495", "name": "The Workflow object", "originalRequest": { "url": { @@ -127542,7 +127542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "017b4e88-d623-44c4-ac0f-da79e3a9e2ba", + "id": "cc6a6338-1e66-446e-b173-127739de4abb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127600,7 +127600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f23a382f-d3c3-4167-bfea-cbc8b1372728", + "id": "f494d2d0-5014-44b0-a997-641195334d58", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127658,7 +127658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "188a254f-b8e3-48e8-b890-ed3d318fa3c7", + "id": "a57140aa-c39e-4844-978d-58fcdae96cfe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127716,7 +127716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1dedd8e-8922-4e1e-a52b-878609d8884d", + "id": "8c214caa-0707-48e7-acdd-fdc09de23e02", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127774,7 +127774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2aec66d-4c00-4da1-a000-c86d76a2aafe", + "id": "ef55a020-1ea0-41d9-9ae1-c06c4207345c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127838,7 +127838,7 @@ } }, { - "id": "0aeec8a9-ab5b-451f-b4b3-f121a8ece856", + "id": "da905aa5-f64f-4892-9adb-d2ce6154750c", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -127917,7 +127917,7 @@ }, "response": [ { - "id": "96a15510-58fa-4ea0-ad5a-871d74d0a453", + "id": "675bd86a-a6d8-4e68-b57c-458fd6e7fae7", "name": "List of workflow executions for the given workflow", "originalRequest": { "url": { @@ -127999,7 +127999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7cc6d71-f8f6-4ac5-8cc8-0198d63ab8db", + "id": "10604e31-9fc4-4d7d-950d-79dde7e6724f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128081,7 +128081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87f6cd70-5691-4b11-8183-5fa413d9751a", + "id": "7e1fc7f8-ad07-4135-b230-06d6358e49b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128163,7 +128163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "773161e5-1d4a-4eb8-9a04-c2eb536aa7b5", + "id": "fbc8d428-f2be-410e-9c9a-f85d632e122c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128245,7 +128245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "634900ea-c44f-44c1-bb69-58260e729318", + "id": "6ce0ad4a-316d-454f-b7d1-62aa66a4445d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128327,7 +128327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e045700f-6d83-40ef-8912-89f88fea5472", + "id": "6c9b7cb6-8fb1-4533-85de-cb0ff75a0215", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128409,7 +128409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "304294df-0047-4067-a811-143c79a5e759", + "id": "d4bc051f-6059-4b8e-b47f-29cd3b375a08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128497,7 +128497,7 @@ } }, { - "id": "a0bed187-563f-4ca9-8994-a9ca2b029a67", + "id": "83244db9-907b-4a4b-88ca-f67c2a7b8682", "name": "Get a Workflow Execution", "request": { "name": "Get a Workflow Execution", @@ -128538,7 +128538,7 @@ }, "response": [ { - "id": "d8eb352e-90c4-4910-8bec-c00034897e4f", + "id": "688f0c1e-8273-4428-91b9-01501d5e6f2b", "name": "The workflow execution", "originalRequest": { "url": { @@ -128582,7 +128582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d80fb773-9c38-4f96-905f-412016fa08d9", + "id": "426ec30f-bc3f-48a2-b607-9f07a35de281", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128626,7 +128626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "040d1954-37bc-4f8d-abc1-496995a14ac9", + "id": "933f8ec7-8806-4738-9bc4-6eda2d2c1bf1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128670,7 +128670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "766f2b96-bdd6-4aa3-addf-2f10f1df77b6", + "id": "07885f1b-d9bc-43ba-85d1-d1f68719e4f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128714,7 +128714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a7154bc-adf0-427d-8456-f55c1e235370", + "id": "4b2ce25b-b9b7-4a83-af6f-fbcd73d1b798", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128758,7 +128758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "526b2d2a-b299-4741-a5fb-283c7a70f39d", + "id": "a479f49f-c1aa-4717-8c12-58e391a81c85", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128802,7 +128802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b0bc303-ded8-4eb7-9fe7-c5a07ccc28d5", + "id": "ee63d21d-3fab-4cbe-86e5-c77c1c9100fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128852,7 +128852,7 @@ } }, { - "id": "a3ac418a-51dc-4c8e-a3da-c97ed92f7fb5", + "id": "8e6edd56-1c25-4764-8666-cc6a0b51765c", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -128894,7 +128894,7 @@ }, "response": [ { - "id": "11d5691a-60f2-4d5c-a1e4-db57ed85be8d", + "id": "93841fd9-d9e8-44a6-95aa-ceb38b7bc7d1", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -128939,7 +128939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "297621a8-72e3-470b-9553-7dd65f98c88f", + "id": "df0ad273-fd1f-4a9c-a6ae-001f58fa27f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128984,7 +128984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c19064cf-b9ed-4134-a7dd-91185965ac1d", + "id": "ade5ecbc-8dd8-4dd3-9ba3-22bfb54fe288", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129029,7 +129029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "997d2a53-e83c-4522-a716-5e1dac287d38", + "id": "f874e416-92eb-402b-b56b-c202a1ff9d92", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129074,7 +129074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3935bd51-5a08-426b-ad35-39c2aa809621", + "id": "4fb49976-ca30-48ce-9246-eac56d766b73", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129119,7 +129119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a49a5ce-58a8-4c5d-a020-ba935ac6c56f", + "id": "a2b07bf5-e0e4-4f56-80b7-8017ad0db90b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129164,7 +129164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0762060-4fa3-44cd-bd1e-3d5547386400", + "id": "e32271d5-6fb8-4221-9613-b97a6548f808", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129215,7 +129215,7 @@ } }, { - "id": "ab71d0a5-3513-4a55-b2a5-c45c67788680", + "id": "9fb5719b-7de9-4a8d-b1b7-113566a4701d", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -129257,7 +129257,7 @@ }, "response": [ { - "id": "42de9370-4ee3-4b85-b0a6-f5e38c6ecc7c", + "id": "88f3505a-8f96-4a22-a9ac-b33d55a6e765", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -129292,7 +129292,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5b2f88c1-0f64-456e-8358-76a0b9fda8e7", + "id": "bcac751f-9dda-42e1-aa5e-0e3a8fcda7e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129337,7 +129337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a37279bb-d895-4df1-bada-2c879b6229a9", + "id": "d8f7ba7f-5855-463e-8de0-5169c47c118f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129382,7 +129382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20fb64fd-08de-445c-b06d-9e92f9480b01", + "id": "9764947c-dd2c-4426-b003-7b18903c7207", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129427,7 +129427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "625ed542-626e-4162-8d81-aa17e3c19dec", + "id": "bca0c8bf-466e-4ac7-aae5-e526478a67c5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129472,7 +129472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "930aa317-09d8-48c9-9aa6-547a44c1d451", + "id": "a7823140-c4d9-4654-b832-cbc7cc7a649d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129517,7 +129517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a00d740c-c102-47ce-8f20-8f19b75d7475", + "id": "b87e9488-3152-4643-9116-59d5c7855554", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129568,7 +129568,7 @@ } }, { - "id": "98643738-ecc0-4b0c-b6d7-bc8620f5203d", + "id": "694b62c0-d99f-4573-a87f-43632dd4c408", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -129616,7 +129616,7 @@ }, "response": [ { - "id": "fd8c318e-bdd8-4961-ab59-1587234ca988", + "id": "b93bcec6-4449-4ec2-9898-0d8da8bd3b51", "name": "List of workflow steps", "originalRequest": { "url": { @@ -129678,7 +129678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fba6a32-fe6c-45c0-b51c-80a18fe0038c", + "id": "58b9949e-13ce-4d95-8118-f3abe1f1fe5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129740,7 +129740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e3e97c2-e042-4a44-926e-07a85af79d0c", + "id": "8c7f5d85-b7e5-43db-a327-1c0f4a2975c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129802,7 +129802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc75795a-cbb1-40cd-a42e-0526bce3a58c", + "id": "ea963496-ee2f-43a5-b3fb-49d6cf5c6534", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129864,7 +129864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "974c963f-1b6b-44ff-ba54-ec78f7cf88bf", + "id": "58477b75-354f-43bd-857d-22f6e4b5ca2e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129926,7 +129926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70aaef3e-0b9f-43bd-b2f6-2ea21585344e", + "id": "6bbf5dfa-32ca-4a6e-a4ca-a95d319d3bb0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129994,7 +129994,7 @@ } }, { - "id": "be00357b-29d8-4e7a-bb54-0f4b70814281", + "id": "45a6314f-57be-4bdf-9036-0a72def22f8c", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -130052,7 +130052,7 @@ }, "response": [ { - "id": "2462948e-ad8a-48de-a086-79798a26df98", + "id": "4e2a4a81-5cee-4904-af8f-ac8da71129d5", "name": "List of workflow actions", "originalRequest": { "url": { @@ -130124,7 +130124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2edc3bd-3b9b-4fe7-94f0-840976af0011", + "id": "873bfdf3-2935-4842-896d-51969a4f29c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130196,7 +130196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73e29716-a26b-4e9a-ac05-ebc5ef94eb4e", + "id": "a5e4bf65-5013-44bc-9f21-3a7bf15b8fa0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130268,7 +130268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42c7d079-49ad-4cdc-9a3c-ddbafe717110", + "id": "c3ef637c-2c51-4aba-972b-2ebdb10eb30f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130340,7 +130340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c284e997-7544-4e4a-b69e-b0bf279e5274", + "id": "012f9972-07a8-4f80-b021-22a03c85229e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130412,7 +130412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85841a77-d3be-400c-8c93-3f29beedc6ff", + "id": "d060a82b-e39b-4ab5-95e5-1909ad3fd774", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130490,7 +130490,7 @@ } }, { - "id": "26bb0846-e497-464c-abd6-449cbed55b5e", + "id": "1e318267-40a4-4f4c-b9a5-28886aa2abda", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -130548,7 +130548,7 @@ }, "response": [ { - "id": "686afd40-57b9-4eaf-a4dd-24464b4b53ff", + "id": "a44528ee-d719-452c-a987-e732a74664f0", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -130620,7 +130620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38172165-fcaf-4531-9e31-08adbbf291c2", + "id": "c9b12eb6-3f84-42a1-b02f-6f3055dcf261", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130692,7 +130692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ce659c6-f418-4fa9-b9ff-9b77f1c685c1", + "id": "32cd3b6a-2e87-47e2-bac9-954975d64f6c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130764,7 +130764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5073bb1-6032-4aca-ac17-8c061dd287b6", + "id": "7d4a0347-b685-47ae-9c87-8d9b893fc324", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130836,7 +130836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13466978-553c-4b1c-b674-f540c7841df0", + "id": "e0b0263f-fca3-4e26-bb93-2ac2201d6684", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130908,7 +130908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "983945c8-f3c7-4136-b36c-3f359a542b2e", + "id": "e048c338-7bc7-43b6-8723-8efbfc426d24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130986,7 +130986,7 @@ } }, { - "id": "742d472a-41bc-4c1d-91e2-c540aa4dc5a4", + "id": "69d31df6-5b7e-4fe9-86dc-ba190ee04da6", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -131016,7 +131016,7 @@ }, "response": [ { - "id": "a599a56d-c571-4383-a9f6-48f1cbdbd5e3", + "id": "38c10fdb-9adb-4ddf-8a59-8e0fce6115e3", "name": "List of workflow operators", "originalRequest": { "url": { @@ -131060,7 +131060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9f39c1f-c950-44e5-81fe-f23f33e006eb", + "id": "2ea7d16c-f42f-47b7-8597-14549f64a142", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131104,7 +131104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8e0139c-73d9-49b1-a14e-e6a3e2d991f6", + "id": "6c4395b2-51f8-4b09-b084-1f31ce510a87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131148,7 +131148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43942cb0-881f-45f8-b143-acabaf8e004d", + "id": "92afbff7-e547-4ec3-8c8f-284f7463ed4d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131192,7 +131192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59c52ff7-92c3-4450-ad2c-826801059c8c", + "id": "c2a3e65c-e798-4cef-81e0-edde430c49d0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131236,7 +131236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5176dbfb-d4c1-41c9-afaa-ed91e987eb91", + "id": "a3ca97d2-6a32-4947-84a0-a6a87487feea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131286,7 +131286,7 @@ } }, { - "id": "9d48bed7-c3fb-494d-bce4-41d5b7179a28", + "id": "2800764e-2aed-4493-aebc-154a102cb1b7", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -131329,7 +131329,7 @@ }, "response": [ { - "id": "7d4ace8f-5df6-4d0e-93d7-3f577592ef5d", + "id": "f8169ced-6a76-482a-9244-cd449b06613e", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -131375,7 +131375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a061110-a20b-43d2-a1da-99710d980ef0", + "id": "b2aa516b-75eb-4ad7-8524-0c8a6f0bea5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131421,7 +131421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f226d33b-8313-4b0b-808f-ac8c8050dda5", + "id": "c24fce47-1b67-49b9-8aaa-76ab16a863bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131467,7 +131467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "283b6c70-0417-4ed8-905e-f52836e57a01", + "id": "662707b0-1797-4540-bdc2-8a733eebd449", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131513,7 +131513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b32ab36e-9257-49a8-b5dd-04e453a218a0", + "id": "8a9a04e0-1e19-4c45-9ac2-244ba3b50589", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131559,7 +131559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e01814e-6175-4b87-accd-4fd7c49cc1e6", + "id": "22036315-8c0b-465b-b455-84882b20c5dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131611,7 +131611,7 @@ } }, { - "id": "fa7df600-f5a6-45b5-b2dd-0646ed2ec2c0", + "id": "6e4da813-8571-4968-833c-4bcb5ceb1f73", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -131667,7 +131667,7 @@ }, "response": [ { - "id": "a3559506-1964-4cc2-b7d5-38314fecb8d3", + "id": "a131eeb4-6f1f-437f-b50b-13bfca4650ad", "name": "The Workflow object", "originalRequest": { "url": { @@ -131726,7 +131726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c26c06e-4505-4173-b4f7-0ca43bf6aee2", + "id": "a5402d48-a0f5-48fe-a842-ed392ebfd462", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131785,7 +131785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d5bbb94-f2c3-48da-8d73-d5076df54138", + "id": "ede95d39-ea01-43e6-b56f-1f70b4d89d69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131844,7 +131844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "339faf6c-0e16-4521-86d3-fca025b12b8b", + "id": "ebe25141-0a98-4d4c-a7d5-fd5ce71772fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131903,7 +131903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60cba300-343b-4108-a036-43fa3a3fcbc8", + "id": "6dc59e65-692e-42ae-85b7-10a50c789432", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131962,7 +131962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77bc9a99-8834-4cd8-9da4-a7016117013f", + "id": "8c9da485-27bd-4c5c-a6a2-e65e5232a420", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132027,7 +132027,7 @@ } }, { - "id": "05b5320a-36d0-48be-bcec-b9336bf13acf", + "id": "ec04d2d7-47f0-4cc0-bba1-6e6038c126ec", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -132084,7 +132084,7 @@ }, "response": [ { - "id": "94cece1a-5606-491e-80ba-d19a91acd51d", + "id": "ef339e85-4324-4cd5-a070-db6c0a2a267c", "name": "Responds with the test input", "originalRequest": { "url": { @@ -132144,7 +132144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa408279-cd84-4ce7-9dee-b0511779de98", + "id": "ee21f0a1-df8d-47cf-893c-4ef66197fbe7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132204,7 +132204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "035ef0de-d67c-444b-b9c0-fcec475df3e0", + "id": "df57c237-66fc-4dbd-bd82-8d45f12f0638", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132264,7 +132264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f60111be-4fb5-4120-b9f2-0cc0bf040073", + "id": "3187a8b1-2daf-4265-8593-2f08d8e8e66e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132324,7 +132324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e9f7318-a19c-4a0f-a07f-a8853ef1efa2", + "id": "ec88d6b5-0498-4839-b48a-a36732de9a32", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132384,7 +132384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d91e6017-86b0-4376-a0f5-07529a303d4d", + "id": "892e87ab-5b3b-4c46-984f-c9ecd5d8d80d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132456,7 +132456,7 @@ "description": "", "item": [ { - "id": "81d2add3-9bbb-43c9-8964-bd1886d4c780", + "id": "041832cc-2759-44cb-925b-ac8229279034", "name": "Auth User Details", "request": { "name": "Auth User Details", @@ -132497,7 +132497,7 @@ }, "response": [ { - "id": "5f093776-a83a-4ce1-9468-248f030b5fcd", + "id": "2f892861-27fe-47a0-b94b-d04ce7826825", "name": "The specified user's authentication system details.", "originalRequest": { "url": { @@ -132541,7 +132541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdf31264-894f-437c-b2e0-a96f73044675", + "id": "a07dc9fe-8d4f-4abe-9ac7-d6abec4fff4a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132585,7 +132585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbac4988-aab5-43ae-8e82-e43b3443ff22", + "id": "00de7a94-a946-491c-b345-17f55e714f33", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132629,7 +132629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e47332ea-f9da-4cc1-a900-ca4e43e06cf4", + "id": "ab5fc2bb-663a-4baf-bfdc-4da44f9da96d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132673,7 +132673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abff3eb2-fd63-4fb4-8e41-504b0e007a2d", + "id": "30a60348-b257-433a-b88d-dea0d1e34837", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132717,7 +132717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00d7fac4-de6d-466b-937a-736bfd6278b8", + "id": "08637353-98e4-4c60-8849-39c365185d1c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132761,7 +132761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12d4614a-ff83-48e1-8d38-59c58cb2567e", + "id": "1d1d814c-881a-46ae-9347-eab5c09ff390", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132811,7 +132811,7 @@ } }, { - "id": "1974ddbf-4fa1-4237-94eb-6c1042195344", + "id": "02a005ff-424a-435e-ab43-679a2eb68563", "name": "Auth User Update", "request": { "name": "Auth User Update", @@ -132865,7 +132865,7 @@ }, "response": [ { - "id": "4fac3979-34af-4895-a8b7-f60b6bd2d61a", + "id": "004fc006-6ff1-42ec-83cf-5d9b75612c7b", "name": "Auth user updated.", "originalRequest": { "url": { @@ -132922,7 +132922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0cc7688-e138-4eef-90ab-a6ef302bcc36", + "id": "7992dd87-8997-4a45-a544-b98c180cc1ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132979,7 +132979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ee75913-651d-4865-b911-526a6702c759", + "id": "65fac52c-a127-4037-b283-964b50873033", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133036,7 +133036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6727939f-671b-4285-85e6-0bd8e482dca5", + "id": "457d025b-ea55-475a-8ee6-a2dac22642bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133093,7 +133093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38a6b1d9-97c0-430e-b7a0-f95ab0df17be", + "id": "7bf02933-0323-4cc8-9e56-cc7d51ac93d9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133150,7 +133150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "671cbd8f-8668-4448-9f20-d715bc79e0a7", + "id": "988608a2-8756-4049-a635-af9aa4370c93", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133207,7 +133207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f552a095-75eb-4ff8-9765-2be868143989", + "id": "3b6f549e-4964-402f-bfcb-b8616687302f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133276,7 +133276,7 @@ "description": "", "item": [ { - "id": "0dc5d4e3-4246-4131-a6ac-ec63bdf5b28e", + "id": "c5f1a77a-ae3b-4a12-9f4e-e1c53f6dc5e3", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -133318,7 +133318,7 @@ }, "response": [ { - "id": "c0e6a703-7d87-42f1-8eea-74dbecc92344", + "id": "5dbf8c6a-4079-469f-8870-3c5558c40782", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -133374,7 +133374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a12914f-fc95-4ea4-a03d-dc444bc604e5", + "id": "a77e9526-3dfd-4c60-87cc-7abbc629107b", "name": "General Policy", "originalRequest": { "url": { @@ -133430,7 +133430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a1ca530-27e7-4d17-975e-a20746b6601d", + "id": "240fadf0-433c-4603-9d64-1c3f30b44619", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -133486,7 +133486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c78d8fbc-5bf7-4c2f-97c1-b56e1bfc0c08", + "id": "4c54c929-095c-44bf-b315-69e7189d6df0", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -133542,7 +133542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab179b5b-4e96-47b2-83c6-08111a66949d", + "id": "d80e18ac-9e14-4695-8fdc-5f528b6e5023", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -133598,7 +133598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc9dd085-6604-448d-8a97-9c49bd435223", + "id": "1d4112d1-3260-4783-a078-a2de3fee9fbb", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -133654,7 +133654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd702c6f-c395-4ca8-a269-826b76224ae5", + "id": "10390c89-e685-4326-8f92-b26626be1aaf", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -133716,7 +133716,7 @@ } }, { - "id": "aa3f0a38-4539-4553-95be-8745b59970d7", + "id": "fb2ee385-8edb-40f1-9cdd-d525af245649", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -133782,7 +133782,7 @@ }, "response": [ { - "id": "e215216a-8f28-4ca1-9f00-5c79dc0133f1", + "id": "b8ef9376-f7eb-4187-9e9b-7b304640253b", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -133862,7 +133862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d48422c-fae5-4d29-b40d-d95407a240d2", + "id": "44c7b7cf-9bc6-476d-b6a8-e82d1be58a07", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133942,7 +133942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "877ee8ea-6f81-4e5c-bb71-83e6bb7a9071", + "id": "214f1145-9f5d-4051-a00b-3538b5ebe0fc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134022,7 +134022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40ba3ed9-3ada-491f-8e24-2fc1185ffe91", + "id": "6103d2ae-625a-4edf-8b1b-d1c7a353cc6d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134102,7 +134102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d113003d-8e74-4f64-88e2-32fdec9b8521", + "id": "627db91a-1cad-451a-8691-b5215cba2b2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134182,7 +134182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbeaeab7-4c76-41ee-a908-6945a939fcfb", + "id": "81e12e0e-6317-41db-ada4-aa251eb08366", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134268,7 +134268,7 @@ } }, { - "id": "c681946e-57a7-4571-bab7-78f0db62e1c7", + "id": "b294d01f-99c7-44b3-ab90-741420b8064c", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -134309,7 +134309,7 @@ }, "response": [ { - "id": "80672785-4bfe-499d-96f6-5f3c4585beaa", + "id": "12105fe2-2d40-45cd-9cc9-72089e920523", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -134353,7 +134353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ceb2a42-cba5-49ad-ad6f-6a310a9123e5", + "id": "ec2209de-9a7b-4297-b628-20a4c8988f0b", "name": "General Policy", "originalRequest": { "url": { @@ -134397,7 +134397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0543cb3c-7383-4ee1-bcd0-b52997cc7052", + "id": "423d65f4-ea2f-43a9-9a51-01c9fc704d8e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134441,7 +134441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00001c67-e180-4fe8-816c-d75c2665694c", + "id": "23e7b797-cbc4-4277-a77f-7524e4dbd6a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134485,7 +134485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffca282b-068e-464d-ba0f-9ffaa0ce8eb8", + "id": "0efe4647-dd0e-46bd-b7f7-30a1266565dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134529,7 +134529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b714d5c-fbe5-4372-90ce-a101abdbe1c9", + "id": "e0a04a85-b7d1-4ee6-adcc-635556f94d49", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134573,7 +134573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16a3d049-0c1c-4433-aa32-04f161603f68", + "id": "ac9cb4fa-2802-45bd-a622-d171e94e93dc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134617,7 +134617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f0a01d1-2249-4795-add0-ea2afe039903", + "id": "19f6d311-aa9c-499e-8e1a-f5e319366e1d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134667,7 +134667,7 @@ } }, { - "id": "8e09f916-30d2-4869-b208-043e64fc87a7", + "id": "fa332e58-51da-44f3-96e9-dfcdbdfa0e95", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -134721,7 +134721,7 @@ }, "response": [ { - "id": "05bbb5f1-d18f-4054-a994-0bceea51c693", + "id": "db664327-1cb1-48c8-9d45-ff55bf913229", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -134778,7 +134778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26cba285-9e3f-40e0-8117-8613f803d0ef", + "id": "8fa31722-8b6d-43bc-83a9-94ef1d6d5642", "name": "General Policy", "originalRequest": { "url": { @@ -134835,7 +134835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66bbc02d-e5f6-476b-a4a5-db4d37e433be", + "id": "95d3d4b7-562d-4084-bc11-0d13598fe2c5", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -134892,7 +134892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "237652ee-2d31-4d2b-867f-bcbad6a7cd1d", + "id": "b48cea9f-5e5d-42e3-a948-18fc813d6027", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -134949,7 +134949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72092af8-e2ea-4c14-a9ef-3a704acc355d", + "id": "4c246d15-9e77-4588-a4c3-78562278db79", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -135006,7 +135006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55a7d990-43a5-4401-b77a-84861c651e2a", + "id": "4eb9b0db-78ed-418e-a500-f741f23087af", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -135063,7 +135063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3948e11d-8e4e-4c14-b23f-a9ef306a4e50", + "id": "870ce4bc-a878-43cb-beb5-37e9c753c52b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -135120,7 +135120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "625df22c-5489-4094-bed2-74c902ef16bf", + "id": "2df7c17c-d894-4154-baec-e30a1d9bbfba", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -135183,7 +135183,7 @@ } }, { - "id": "7bb698f9-4a27-40ff-8249-ccfdaead998e", + "id": "0ca69d02-65b6-4e9f-a480-5700cae87d75", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -135234,7 +135234,7 @@ }, "response": [ { - "id": "69450c1e-31c4-448e-8424-d97967d0a393", + "id": "95cc2ead-1743-44ca-a62b-e5b386f789de", "name": "No content.", "originalRequest": { "url": { @@ -135278,7 +135278,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a17cde2d-af44-41f4-80d2-4fa812afa13d", + "id": "6dfae0a8-a95f-4787-a7b7-be325ce1cf70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135332,7 +135332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3781b0d-642e-4882-85fa-89744e12f983", + "id": "3debdd3d-2878-43e9-b295-77ae021cca17", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135386,7 +135386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baca7e6e-c573-4ab7-8d46-905ddc052795", + "id": "9cd700dd-e8ef-4bc0-b23d-c7f8391231f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135440,7 +135440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6234eb73-ce4b-4cae-b8bf-3ba8fa92301b", + "id": "afffc124-a33f-4f2e-a8eb-77bbc83bc6cc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135494,7 +135494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d18f7642-c483-4ef2-8382-3cff15282754", + "id": "3d3b5a99-b508-44a7-94f4-354e67792049", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135548,7 +135548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "497305ac-081d-4334-9acc-bf151b00cfab", + "id": "50cd2307-f59c-4019-aea8-218b340dbb2d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135608,7 +135608,7 @@ } }, { - "id": "79c12aad-c765-46b3-a6bd-c41f5dd76f8b", + "id": "aab1d595-6da8-4fd1-95cd-1ccd4063c729", "name": "Patch SOD policy by ID", "request": { "name": "Patch SOD policy by ID", @@ -135662,7 +135662,7 @@ }, "response": [ { - "id": "eb2726be-4aaa-447b-861c-0c572a5e8b1d", + "id": "6bdc36bd-2b11-4775-9127-7229ab70184b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -135719,7 +135719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb07409c-cf81-458b-87a0-11f1ea5ee2be", + "id": "06063c35-a2b4-46df-9e7a-fcb269173c43", "name": "General Policy", "originalRequest": { "url": { @@ -135776,7 +135776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f87cb467-be42-4b6a-9b29-6e00fd168324", + "id": "d456e07c-af10-4713-a79c-0f540e980a35", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -135833,7 +135833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "988d377a-3cb6-4d0c-8d8d-1d72807dd860", + "id": "e2f93c2a-59c6-436c-a735-ec36a324f37e", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -135890,7 +135890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a9d2e5d-3371-411f-b3fe-70ea625bd77e", + "id": "1eef583d-ec81-4368-bc97-66d8151dc6eb", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -135947,7 +135947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f86d44b5-875a-404d-bb9f-26fcdcae12aa", + "id": "36b8f8a1-8f8a-4696-9324-cfe091ed0d1b", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -136004,7 +136004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ee9e6e6-1117-4961-acbc-7ed7f7844167", + "id": "6f8ddca4-41ed-4472-9cd8-551fbf7c06fb", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -136061,7 +136061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3154744d-1673-43b0-bf98-8b4c27c6451c", + "id": "b2ca0eff-f3b2-4a0c-ae5a-6de747866b6a", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -136124,7 +136124,7 @@ } }, { - "id": "a1595cc5-da69-42be-b9e2-d8cf1f4f1353", + "id": "7b3664d3-91a7-4b6d-bf04-8a5bb6701da4", "name": "Evaluate one policy by ID", "request": { "name": "Evaluate one policy by ID", @@ -136166,7 +136166,7 @@ }, "response": [ { - "id": "9625c15b-78b9-430f-ae56-74f9f6971f08", + "id": "c2757d67-2545-42a6-877f-bf2df0a5dfc1", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -136211,7 +136211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a80ef91-a612-461f-b059-b769f22f60fb", + "id": "5ac8e89f-26d7-43c5-aa25-4a48b1162746", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136256,7 +136256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "077659bb-3bc2-47b6-b21d-1bd6316ea6ac", + "id": "f5927720-7cfe-4fbe-ab63-0b89e7f2f51d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136301,7 +136301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f449d2f2-07c6-45a6-88d4-377e98c8d5fd", + "id": "47149670-8702-4776-a0cc-8cef418b4e48", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136346,7 +136346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2dc32d2-07b6-451a-bb6c-ce1ef6815806", + "id": "3d9c4f56-e6b7-43c0-b615-d82e4e7759e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136391,7 +136391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d56efb3b-bd28-40b3-940b-f96f52ee765e", + "id": "d490a637-697a-4bce-9c91-818b86c31181", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136442,7 +136442,7 @@ } }, { - "id": "694b662b-1e33-4cef-b542-d1134e5c4187", + "id": "de7e8c9e-9802-4f33-8e71-751fb45172ac", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -136484,7 +136484,7 @@ }, "response": [ { - "id": "fb0e53f4-3aee-403e-b00d-b686c571273a", + "id": "53db4744-a38f-4d68-a39d-b8479d2643d7", "name": "SOD policy schedule.", "originalRequest": { "url": { @@ -136529,7 +136529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d16928-90bd-4067-af5a-624075c118e4", + "id": "2a302244-4ace-407c-8717-f7ba42b7dc2d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136574,7 +136574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "283240e9-638a-4f19-a6bb-8193ee1f0425", + "id": "699b8075-5eeb-4abf-9507-7ac38e459439", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136619,7 +136619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4fb6f54-207a-41b7-9759-d5c69ee10d49", + "id": "6be8384b-a61f-4196-8e91-fa7001574bcb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136664,7 +136664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c037dbd-6636-4ee8-953f-4128bca2f52e", + "id": "fd994d50-b27d-45d2-a3f2-f3bfc7d72268", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136709,7 +136709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b823f52-51ee-4953-a2d0-091676416bf8", + "id": "44fa4d4e-2f9b-41d5-a81a-b415c2d01093", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136760,7 +136760,7 @@ } }, { - "id": "c12db5f1-3bca-42f3-92be-fd229b17a891", + "id": "9b904583-0934-4f46-a87a-bb660e7e02f7", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -136815,7 +136815,7 @@ }, "response": [ { - "id": "346b33dd-4180-411c-9cad-d4b4fc737f0c", + "id": "729b47a1-2440-466d-a4b7-0c710cc6cc73", "name": "Created or updated SOD policy schedule.", "originalRequest": { "url": { @@ -136873,7 +136873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88564dcc-1c8e-41bf-8efc-d8127071116a", + "id": "fe75a57d-46be-40e3-a636-b030076d5a5b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136931,7 +136931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "962fb0b7-2c39-4521-bde0-606d3f88a6d7", + "id": "7fc4b431-b625-4342-b1fa-fb967a9a7c57", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136989,7 +136989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7159a188-969d-4993-b596-305c8daf8273", + "id": "422fd2ce-84e2-41e9-ac9b-8c24a586e27a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137047,7 +137047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16dbcdc3-5b13-435b-97ff-232b7ee978cd", + "id": "042575d2-b705-493e-a5fc-81723f1d8e0a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137105,7 +137105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb7dce92-46ab-4752-b47e-590caeb2073f", + "id": "c643e49c-ebc4-4ef2-a594-45f5a6ce2c25", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137169,7 +137169,7 @@ } }, { - "id": "284b5de5-d5a9-4fe4-8861-1b939787fc89", + "id": "954cc4ad-c838-44cd-b574-e95501f99fcf", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -137211,7 +137211,7 @@ }, "response": [ { - "id": "2902fdbc-a28d-41a0-87b6-5daca6957257", + "id": "c0ae82f2-f17b-4786-9ba8-eb57e29b835a", "name": "No content response.", "originalRequest": { "url": { @@ -137246,7 +137246,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1f0a18aa-7dd0-4090-a01f-1d8fd3f6b827", + "id": "25ff0942-8420-4119-8c0d-871797d610fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137291,7 +137291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3240705-8577-4af0-aaba-a9107c0448a4", + "id": "8ef41df0-6f70-46f6-98c4-61d3d38a2c89", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137336,7 +137336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7df53002-f0df-49f4-99ca-48c2cda25b19", + "id": "599ece39-5773-484d-b014-1d546b281acb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137381,7 +137381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18351487-ee5b-4150-8a46-b9adeb610811", + "id": "98d77f67-cbd2-462b-ac65-70a0d05aada9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -137426,7 +137426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7af47f0a-2309-4ff9-806f-fee865ee5c22", + "id": "3c6443f7-1ed7-4d2f-b46b-f0eb331371ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137471,7 +137471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25e461ba-eca0-4284-8f53-e314575d56f1", + "id": "c11f5738-8212-45a2-95e3-9213e9d2e559", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137522,7 +137522,7 @@ } }, { - "id": "d6865983-0367-4f5c-95f2-4093b796df00", + "id": "b539da44-94fe-48bb-90e8-14d21ae56558", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -137565,7 +137565,7 @@ }, "response": [ { - "id": "0bad808c-564e-4a1d-90e5-b997e834e1f2", + "id": "37985d00-bdbe-4a21-98b5-8e0992c8d92e", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -137611,7 +137611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe37fbe4-156a-463e-9334-54aced665da0", + "id": "d5518f00-a099-4320-86a0-bcb305625cf9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137657,7 +137657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66e8c70c-10a3-4888-916b-41d9ef7760b5", + "id": "f18a3326-cc05-4e89-8560-b016db95adb6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137703,7 +137703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccbc9df6-70e2-46cd-b0bf-29d421d2e099", + "id": "f903f49b-fbdf-4c1d-b9e1-55f8194bc490", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137749,7 +137749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ae4153e-eaa5-4268-8842-7d284c8781aa", + "id": "541933f5-6689-431d-855a-b5367cbd66dd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -137795,7 +137795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "565ced09-e566-4d0e-8d1d-36d6c58e369f", + "id": "d7565c4c-c505-4ff1-9319-5495dd509c17", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137841,7 +137841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3435f995-007c-45a5-9a97-627bebdd45fa", + "id": "af2e42f3-17cd-4f38-ab1b-ba06906f7580", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137893,7 +137893,7 @@ } }, { - "id": "6a6af4d9-8b2e-4d43-8ace-7febb7dc7f3a", + "id": "ef7449e8-71c3-4f16-9011-57b3b8ef5677", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -137935,7 +137935,7 @@ }, "response": [ { - "id": "0f0a684a-c307-490b-9e15-2027636aec82", + "id": "f7bf3203-42fa-43fd-bf79-2e24e8882942", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -137980,7 +137980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63236eea-8fb5-4d4b-ad86-102c9f29ec9e", + "id": "7fe28c99-2f6f-4981-83c4-2b0780e34878", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138025,7 +138025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e27f983c-16da-4981-9ac1-87bcd4e18ee5", + "id": "c4e6cee3-4855-47ef-a5f8-461398e31740", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138070,7 +138070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "123458e8-52a1-4b0d-b914-80b42b2c2eaf", + "id": "13745f4c-6827-487d-91ad-30b64dfe7ce8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138115,7 +138115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9ce5540-7345-4550-ab8a-033f84a74ea2", + "id": "eaf9f42d-da76-4c4f-904e-c6190e1d503b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138160,7 +138160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8a79ce5-b84e-4b0d-8fe6-a3038a9112c8", + "id": "4d9f99df-e355-4eef-9bc6-e1720a5dd2a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138205,7 +138205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32abef6d-cddf-4de0-8cfd-8fab17f49358", + "id": "61495fe7-71ec-4b85-b006-d3d0fef83f7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138256,7 +138256,7 @@ } }, { - "id": "cf9c068b-bd3f-4779-9a42-da231ee163ab", + "id": "dbd2ddd9-8437-4066-88d3-dd06ed20f4a8", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -138298,7 +138298,7 @@ }, "response": [ { - "id": "3950e86b-f237-4d5a-94db-953d8e0482a6", + "id": "36f8d28b-dca0-46a9-92b6-8fb5be70d1a3", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -138343,7 +138343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63941228-7e0c-48e9-9001-840066314447", + "id": "1c115233-8536-4eac-b51e-ec797abaac4d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138388,7 +138388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77b1efef-ca3e-4478-983d-4e2e4bf52b83", + "id": "fac44bb3-0660-4d32-a3c6-489879616984", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138433,7 +138433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13a16551-3932-483b-b77c-0e3f043b76dc", + "id": "912269c9-a06b-407a-948a-f4a414f637a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138478,7 +138478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7cf77f6-6e0b-4c4c-aa1e-bf3c74f29705", + "id": "3b3fc32d-94a5-4055-a8e2-fd65b722bc20", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138523,7 +138523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdb1fd7a-3e5a-48ca-ab90-22363e147001", + "id": "f5ec018d-ca13-46a3-a77e-3709c5ada724", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138568,7 +138568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c55e6d41-6976-4ab1-a7e2-afe7749c6ac4", + "id": "0e37e40e-3c16-4cb2-8391-d0215453baf3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138619,7 +138619,7 @@ } }, { - "id": "192bc565-5557-49c1-a9f6-67b53bd3758b", + "id": "ae4c1a24-0dec-46be-b50a-13486781af32", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -138662,7 +138662,7 @@ }, "response": [ { - "id": "6fd18f2b-6619-4081-8ba3-626deffb6add", + "id": "83734e0d-0d99-438f-b173-1bc878b24c0b", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -138719,7 +138719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f2755f6-e80a-4761-992b-e82b98e6d87d", + "id": "e0ff53b9-3e8b-4584-8813-42c64763ef40", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138776,7 +138776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58235487-3c83-4780-b160-9186648ba7e4", + "id": "75ea08ee-eb75-48b1-8f3c-0d25f300bf9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138833,7 +138833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "325518f7-cc64-4185-9a96-ac0bc4a1c61d", + "id": "dbc45c9d-cea5-4e7c-9bd6-d0c2394ada5e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138890,7 +138890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5d4c695-3205-42ff-9aa0-fd398a994b14", + "id": "f62bdec9-09ba-457a-a068-d4b829c942cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138947,7 +138947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52d202c0-b33f-43ea-a84b-4e7fd70200da", + "id": "383e32e0-d913-4bc4-bc44-74a997077e1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139010,7 +139010,7 @@ } }, { - "id": "6398cf9b-a89c-4277-9890-b1cc9f08469c", + "id": "82ec8a91-79de-4c53-9147-bf66e8823abc", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -139039,7 +139039,7 @@ }, "response": [ { - "id": "adf7cd12-2004-4faa-8f04-c0b33f6cc127", + "id": "0c95c47a-219e-4bba-ba3f-4c5e2cb80ba3", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -139082,7 +139082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf37cb2b-2b8c-441d-9b7b-e838a2724f9a", + "id": "5f0a8aa3-901a-4822-9a94-2655762f2796", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139125,7 +139125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7987393b-54c3-42a9-b871-78fb75dd2b6e", + "id": "cbb44bd8-b4b6-4c28-a037-eca125c6ff63", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139168,7 +139168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01fa13e2-14e5-4a86-b5cf-81eb41bb334d", + "id": "ca4b7e8e-a741-43d1-8e0f-4c83c77ad0f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139211,7 +139211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2e26c49-e369-44b2-92c1-34635611ece4", + "id": "6d4d63c6-b88c-4778-bf8e-37b0e15c5e86", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139254,7 +139254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "621db8e1-25d2-4fc7-99b1-8956be7b3c2e", + "id": "8dfa3479-bfa0-4327-af89-916863f25ab9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139303,7 +139303,7 @@ } }, { - "id": "5744b994-e6fb-4633-b137-64bce39b55f9", + "id": "972dd207-787a-4f03-9d60-584eb783ecfa", "name": "Download violation report", "request": { "name": "Download violation report", @@ -139345,7 +139345,7 @@ }, "response": [ { - "id": "e66913e1-7507-4fe5-8f5f-6903f7bb41ea", + "id": "103fcba2-ca99-47a2-8f8f-b5855513205c", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -139385,12 +139385,12 @@ "value": "application/zip" } ], - "body": "sit aliqua", + "body": "irure Ut", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "35018fb1-5650-4e93-8480-60c84c2542c8", + "id": "995ae993-d4bf-4004-a3df-9d6ecfb60521", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139435,7 +139435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8af4d45c-1933-4d96-ad8b-bf8d644e998c", + "id": "8e08d07e-25e3-44ae-a32a-61f2aca19aca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139480,7 +139480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bfa0057-f9a0-495e-bc69-edd32c94d38e", + "id": "d0268b2e-aa88-415d-b986-44e083ef986c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139525,7 +139525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc8afe86-c928-4bb2-a03b-586d2341cd89", + "id": "cb0bad0c-95c6-4640-a472-0d94c04b52c4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139570,7 +139570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e884094b-385f-4f22-9ffd-0063b8c2f393", + "id": "a6d5d5bb-c324-4b54-8687-3605c11627b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139615,7 +139615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71a30692-eaae-4c5a-9770-7248986b131d", + "id": "8a5e3827-e17d-447c-86cf-91fd098508c3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139666,7 +139666,7 @@ } }, { - "id": "72cadc09-4824-43f6-983d-10208a83b0aa", + "id": "e2c30bcb-d31b-4138-8794-6143e0b7f47d", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -139719,7 +139719,7 @@ }, "response": [ { - "id": "b35a4de9-feb3-4f24-a9f4-22dac8c95cdf", + "id": "2c39989c-b031-4191-ab75-f23867d7c524", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -139760,12 +139760,12 @@ "value": "application/zip" } ], - "body": "sit aliqua", + "body": "irure Ut", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "a67cfa2d-aec7-4ad4-abf5-a3f1afd40c0c", + "id": "0cbf0c9d-eb68-4729-9482-0d767dcdc3b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139811,7 +139811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08c5edf0-a5be-438c-af77-9c73ba4970fd", + "id": "83318a5c-b687-438c-b1ad-f97267ee0313", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139857,7 +139857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "650bdc46-67f4-4383-a582-19ca944fab2f", + "id": "fccb8bef-3bc3-4b9c-8991-39f4b7dbad87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139903,7 +139903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3292b579-556d-4ee5-8721-19c08b65fd5e", + "id": "57f1f22d-27c3-41f1-a90d-effaf2b90b7f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139949,7 +139949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24ef8a23-c7b2-47ba-abc6-395e22b11413", + "id": "7187b20a-e683-475b-af29-155ff63c748f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139995,7 +139995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a060115a-f125-4f3d-a713-6a3a4f4f4d57", + "id": "8f0622d0-278f-4387-adc2-4100e4da5762", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140127,7 +140127,7 @@ } ], "info": { - "_postman_id": "a3f235c8-ce90-4874-8f1e-5bd90f699389", + "_postman_id": "f5ccea8a-2e25-4bc4-a6b0-fe54aa4535c2", "name": "Identity Security Cloud V3 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {