diff --git a/postman-script/updateByFolder/index.js b/postman-script/updateByFolder/index.js index 3d7d88f..373b4fb 100644 --- a/postman-script/updateByFolder/index.js +++ b/postman-script/updateByFolder/index.js @@ -8,13 +8,13 @@ let localCollection = {}//JSON.parse(fs.readFileSync(`C:\\git\\api-specs\\postma let changesMade = false; const postmanCollections = { - v3: '67f2ed91-57dc-470b-b2fb-bc2ed1dfd655', - v3Uid: '23226990-67f2ed91-57dc-470b-b2fb-bc2ed1dfd655', + v3: 'daf693e6-7856-4c62-8c11-4102e6729766', + v3Uid: '23226990-daf693e6-7856-4c62-8c11-4102e6729766', v3Public: '23226990-3721beea-5615-44b4-9459-e858a0ca7aed', v3Location: 'postman/collections/sailpoint-api-v3.json', v3SpecLocation: 'dereferenced/deref-sailpoint-api.v3.json', - beta: '6617193f-0b30-4f11-b42d-6aa7e60759ca', - betaUid: '23226990-6617193f-0b30-4f11-b42d-6aa7e60759ca', + beta: 'a5545e8a-7941-4518-8763-4b09adcee185', + betaUid: '23226990-a5545e8a-7941-4518-8763-4b09adcee185', betaPublic: '23226990-3b87172a-cd55-40a2-9ace-1560a1158a4e', betaLocation: 'postman/collections/sailpoint-api-beta.json', betaSpecLocation: 'dereferenced/deref-sailpoint-api.beta.json', @@ -127,6 +127,7 @@ const release = async () => { ) .catch((error) => { console.log(msg, '-> FAIL') + throw error("Failed to merge to public collection") }) } @@ -236,9 +237,7 @@ function syncKeys(obj1, obj2) { function isDeepEqual(obj1, obj2) { - if (obj1['name'] && obj1['name'] === 'List of Access Profiles') { - console.log('here') - } + if (areValuesEqual(obj1, obj2)) { return true } @@ -323,6 +322,7 @@ async function updateEntireFolder(item, folderId) { responses.push(pmConvert.responseFromLocal(response, {})) } let postmanRequestBody = pmConvert.requestFromLocal(items, responses) + console.log(`creating request ${postmanRequestBody.name} with id: ${postmanRequestBody.id}`) let newRequest = await new pmAPI.Request(privateRemoteCollectionId).create(postmanRequestBody, folderId) changesMade = true console.log(newRequest.data.name) diff --git a/postman/collections/sailpoint-api-v3.json b/postman/collections/sailpoint-api-v3.json index d8f7a48..33cac6c 100644 --- a/postman/collections/sailpoint-api-v3.json +++ b/postman/collections/sailpoint-api-v3.json @@ -5,7 +5,7 @@ "description": "Use this API to implement and customize access profile functionality. \nWith this functionality in place, administrators can create access profiles and configure them for use throughout IdentityNow, enabling users to get the access they need quickly and securely.\n\nAccess profiles group entitlements, which represent access rights on sources. \n\nFor example, an Active Directory source in IdentityNow can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nAccess profiles are the most important units of access in IdentityNow. IdentityNow uses access profiles in many features, including the following:\n\n- Provisioning: When you use the Provisioning Service, lifecycle states and roles both grant access to users in the form of access profiles.\n\n- Certifications: You can approve or revoke access profiles in certification campaigns, just like entitlements. \n\n- Access Requests: You can assign access profiles to applications, and when a user requests access to the app associated with an access profile and someone approves the request, access is granted to both the application and its associated access profile.\n\n- Roles: You can group one or more access profiles into a role to quickly assign access items based on an identity's role. \n\nIn IdentityNow, administrators can use the Access drop-down menu and select Access Profiles to view, configure, and delete existing access profiles, as well as create new ones. \nAdministrators can enable and disable an access profile, and they can also make the following configurations: \n\n- Manage Entitlements: Manage the profile's access by adding and removing entitlements. \n\n- Access Requests: Configure access profiles to be requestable and establish an approval process for any requests that the access profile be granted or revoked. \nDo not configure an access profile to be requestable without first establishing a secure access request approval process for the access profile.\n\n- Multiple Account Options: Define the logic IdentityNow uses to provision access to an identity with multiple accounts on the source. \n\nRefer to [Managing Access Profiles](https://documentation.sailpoint.com/saas/help/access/access-profiles.html) for more information about access profiles.\n", "item": [ { - "id": "d2460c8a-92b1-4194-a8f8-f79d36bdcd7d", + "id": "0e3fa39b-69e4-477c-b7da-b3b84fbe1c04", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "8998b4a6-9265-4017-a26c-425edee59d97", + "id": "87474616-614f-4c37-bada-69b5d35a7145", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d611b6be-99df-413f-9b44-4e622c9dd128", + "id": "c66088c2-bd79-49c0-84a3-0b533c99284d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c5d6bd-4353-40e3-b830-386a6ba705b7", + "id": "f04beb5b-fa43-4c0f-a94d-1905c3a9a545", "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": "43747b1b-ab90-446a-97ca-c51d99c9b28a", + "id": "55dbb6b6-f5e6-4a45-8eec-d7d1eb602872", "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": "7934a431-2daf-461f-82a7-30cad584f459", + "id": "1719e65c-e7f6-4b4a-a0f9-c961dda2e9e8", "name": "Too Many Requests - Returned in response to too many requests in 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": "9fbafd60-b65c-4e4f-bdf7-6087d80161b0", + "id": "bc843c54-db6e-44e6-add1-f0bcebf02fb1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "da1c0aeb-ce06-45ad-a4df-bbad38a69f73", + "id": "1624bd02-cc94-4ff0-9514-c539773ee7e2", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "a54c9dff-1a35-4259-9a0f-c2dd55b8d1c8", + "id": "9e65844c-1a0b-4b30-98c8-3b596ab89f0c", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58e7b647-f242-48f3-af52-83d455083197", + "id": "a5ef8fab-ca2a-4036-b810-4d1f46515ae7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecbdfbd3-a1b0-4e6d-8e1e-f0bb335339db", + "id": "97ca88a0-3fee-45cf-a919-d4c8ad826156", "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": "c0c5eee0-ab08-415f-8ce7-a181fda9d3f3", + "id": "32692e7f-8ad3-480c-b755-13765777af81", "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": "a4ed06f5-ff49-4cab-a7a6-4aae04e9d111", + "id": "87e930ba-8bca-45e4-90cb-2d3504f70473", "name": "Too Many Requests - Returned in response to too many requests in 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": "e6e08737-82cf-4f7c-aa78-712ea7b9c64e", + "id": "607a3dd2-d69c-4541-a6f0-39ccefec13d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "9d52860a-13c9-44df-aa75-601d1f202197", + "id": "15e8e876-27d3-4a8e-b407-e1e719670794", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "36aff5f5-d20a-438b-802a-914142ff6531", + "id": "906c429c-99d6-4682-9787-a4fb4814a04f", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3aacf4b-e4b1-4b5e-ae87-8aa63bfec4a6", + "id": "84a274af-c56d-4675-a052-cf3612dbe043", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdf01873-17d4-44f1-8ea1-d02097ab2157", + "id": "2b9ac212-f653-40de-95ab-bda672b05156", "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": "17e2b417-c77d-44a8-a99a-57dd069bfb12", + "id": "b69ae23c-fb24-4e20-99d3-b5fd7395f9fd", "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": "fcd46e3b-d7c7-40c8-9415-fa9e91685f10", + "id": "69bd9f1f-e6e9-4fe0-b431-f792b5d7be1c", "name": "Too Many Requests - Returned in response to too many requests in 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": "8334660c-9009-4e68-b49b-0d475f1d7000", + "id": "7ec24635-5fff-4a8f-9235-d9e8a3bc44d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "e7506801-6b4b-4852-8991-fa9091b8fd0a", + "id": "78c98d6a-904d-4318-b5c9-082f6ddfebd8", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "efef8f23-f874-4f59-ba27-59685c8cac5d", + "id": "d9a9c94e-355a-4a56-a846-5c06cfd1a579", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18c6627d-0d29-409d-97ac-ada20904d469", + "id": "ab5c142e-ca7f-4aef-914c-de1b810ea47b", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e529d66-c88d-40e5-8ac7-65f1517b1ff0", + "id": "2291d927-317a-4c52-b315-14fd7aa89405", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d85e4533-ad9c-44e3-8933-5e2fd3bfe447", + "id": "e2126569-dc3d-4f7b-bfeb-f146dbec767d", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11bcd6c5-b519-4b8b-9267-702e2eb9ebb2", + "id": "9aebc894-f965-4a72-b045-72a6b669a446", "name": "Replace Source", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0813e632-4095-477a-b237-7c5210f47b34", + "id": "49de6012-c2a4-409f-810d-f311d49ef43b", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cc88d9f-84ff-4564-892a-bc0dcb9dbf00", + "id": "8dc00d29-83b4-479b-bc4f-e474075185c1", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeddc6b9-9f89-423d-8faa-c2549623bd62", + "id": "6f6761db-308a-4110-80a9-9f1f65863d46", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7aec87c-2185-41de-bd17-480201479c2d", + "id": "0f219959-f694-4561-b94d-fb1b9055ee74", "name": "Replace Source", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa91a8a7-3fcf-448a-b30c-562aef5b5709", + "id": "347d549b-936b-48ac-9f73-5ac46e187aed", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2381877c-6caf-48a4-a985-79b75bd10518", + "id": "3bb883b6-78e7-414a-8dd9-c81af1d148c2", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f71139c7-2f15-4454-a13e-42a076ef0c41", + "id": "9ea130ba-5e67-428a-b7e7-f81da7797d17", "name": "Replace Source", "originalRequest": { "url": { @@ -2242,7 +2242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd5d8df7-97bf-469d-9605-f0d58ada6c26", + "id": "7a2ffeb8-e9e1-41ca-a292-25878f4751a8", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2299,7 +2299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64c62c8e-92c6-4cfd-97d7-beb04991c8f9", + "id": "afd37963-5f3e-49ab-b381-2351a773df32", "name": "Replace Source", "originalRequest": { "url": { @@ -2356,7 +2356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e43faef-3202-4796-b5dd-29723f4e8f25", + "id": "49235e9a-bb93-445c-9168-9d45cb4dd710", "name": "Replace Source", "originalRequest": { "url": { @@ -2413,7 +2413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cbf887f-8e0e-4440-a05a-29eb1fd168b3", + "id": "ec758b20-0e1b-4e94-bd3d-101d81973074", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2476,7 +2476,7 @@ } }, { - "id": "08a78e50-ad35-412a-99c1-f04bc7acb0a3", + "id": "bfc1d370-3ae8-44dc-bc4d-51c7bf1a2d97", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2517,7 +2517,7 @@ }, "response": [ { - "id": "573a9606-68fb-4a7f-a2f5-393f53e5ad03", + "id": "37bb52d6-7c2c-4bef-9e88-bbdfce45c815", "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": "fd147462-85df-4652-97a3-48f754767e99", + "id": "1c6a2e5d-596c-4ab9-91f9-0da19fd56213", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2595,7 +2595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1be8ede4-c19c-49ea-97e8-a493c5f75284", + "id": "87e1f031-b003-443f-8fb9-6bde5bae8ea6", "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": "1bb27f97-45f6-4907-87d4-723e94cffb34", + "id": "b20e2dab-ec6b-43da-99b2-b5297254fa49", "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": "9a0bc055-fa49-4627-ad0a-a996cf4d8046", + "id": "24e7c9a5-ad5e-4c1b-8106-453df570f214", "name": "Too Many Requests - Returned in response to too many requests in 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": "02b3d7de-d70a-41dd-ac2d-8111803f2404", + "id": "aee0374a-cd71-4f6a-9eaf-cac672f03fad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2777,7 +2777,7 @@ } }, { - "id": "c6f4c2aa-a04f-401a-87ee-3a4070786253", + "id": "ea844900-04c6-4dcc-994e-619134ae6f25", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2820,7 +2820,7 @@ }, "response": [ { - "id": "4cf3b98e-db42-477c-bfa4-6b80b6830758", + "id": "012d28c7-1767-4496-8a54-08cc02bb6f71", "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": "8fea7364-65f2-48b2-960d-00131a0ad624", + "id": "25a0a899-45ce-447f-9ac8-8a9dbf464f62", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2934,7 +2934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "147c12e9-3cef-4f96-bb31-6261362c49c8", + "id": "1a8dc4e1-381a-4414-aea5-e0e388c46f63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2991,7 +2991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e0842a9-dfb4-4c33-8561-dc453d534552", + "id": "3103872a-4d3a-4a1b-b4fa-9c43cf5d2e46", "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": "f4f05666-bd6b-41fe-9834-fdaa13226cde", + "id": "81bf3ad7-b887-4b0d-8869-a0a02e604516", "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": "fe102288-9d46-4f41-8e7b-dece35e1e8a4", + "id": "00c85be1-7d08-4673-8d11-128b7faac4c2", "name": "Too Many Requests - Returned in response to too many requests in 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": "da6a4ed7-dcf3-4eec-97c8-2b252847da86", + "id": "7999486e-434a-42a6-96b8-4e0bfe92c260", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3225,7 +3225,7 @@ } }, { - "id": "47b96385-8e3e-49ad-9f61-f3ee1503af3f", + "id": "a6b9598c-83f1-48e0-83f9-fac5d2881365", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3313,7 +3313,7 @@ }, "response": [ { - "id": "e7c4d37e-15a4-4fea-8870-5e3a276e96cd", + "id": "a55cb30a-576a-43f1-8d83-264657db8ccc", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3404,7 +3404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e986898-3d8e-43fd-b225-47604c8bb794", + "id": "18f62c14-d739-465c-95c0-967ec90f101d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3495,7 +3495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00ececee-6b74-4723-a3b8-fbe9072f79e7", + "id": "354d6c5a-6c3b-43b0-be30-001dfe8d4605", "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": "a57bde09-5282-4034-9909-69ab1ff8feb4", + "id": "2bda5137-e6c4-4932-b743-1b5a7e0e36db", "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": "1c67c180-6fb2-48d8-b0a6-25ca33180fe1", + "id": "e2e2bd5f-6b21-4345-ba6d-b3f6c20e5cc3", "name": "Too Many Requests - Returned in response to too many requests in 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": "a4b91618-98f0-44cb-b988-2449ece479a4", + "id": "4c66fe66-3793-40f3-be3a-8295519db783", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3871,7 +3871,7 @@ "description": "Use this API to implement and customize access request approval functionality. \nWith this functionality in place, administrators can delegate qualified users to review users' requests for access or managers' requests to revoke team members' access to applications, entitlements, or roles. \nThis enables more qualified users to review access requests and the others to spend their time on other tasks. \n\nIn IdentityNow, users can request access to applications, entitlements, and roles, and managers can request that team members' access be revoked. \nFor applications and entitlements, administrators can set access profiles to require approval from the access profile owner, the application owner, the source owner, the requesting user's manager, or a governance group for access to be granted or revoked. \nFor roles, administrators can also set roles to allow access requests and require approval from the role owner, the requesting user's manager, or a governance group for access to be granted or revoked. \nIf the administrator designates a governance group as the required approver, any governance group member can approve the requests.\n \nWhen a user submits an access request, IdentityNow sends the first required approver in the queue an email notification, based on the access request configuration's approval and reminder escalation configuration.\n\nIn Approvals in IdentityNow, required approvers can view pending access requests under the Requested tab and approve or deny them, or the approvers can reassign the requests to different reviewers for approval. \nIf the required approver approves the request and is the only reviewer required, IdentityNow grants or revokes access, based on the request. \nIf multiple reviewers are required, IdentityNow sends the request to the next reviewer in the queue, based on the access request configuration's approval reminder and escalation configuration. \nThe required approver can then view any completed access requests under the Reviewed tab. \n\nRefer to [Access Requests](https://documentation.sailpoint.com/saas/help/requests/index.html) for more information about access request approvals.\n", "item": [ { - "id": "54f12ae1-2898-48f1-9887-4a5730d76a93", + "id": "d30eea89-bc7b-445c-bdac-633ec90fc9b3", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -3956,7 +3956,7 @@ }, "response": [ { - "id": "bcc9eca8-3e97-4ae2-a9d0-430e6ff50883", + "id": "28ce05a1-9e5b-43c9-aa34-9449527e34f2", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -4055,7 +4055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc8e4a54-231a-4874-8af7-7bbc06b8eb43", + "id": "6453a520-b3c1-4577-890a-0546394c6ef4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4154,7 +4154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50efb3a8-81e3-4b4c-ba74-2f231245b1b5", + "id": "2041aa25-5e17-4927-a123-32e7f60a515f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4253,7 +4253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38fd7176-0ff5-4029-95a8-fc00978144a9", + "id": "01cee554-d683-421e-8514-11aa5eb58ea7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4352,7 +4352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "259dbe7d-7480-4d32-a61b-837032312db9", + "id": "5ede3fb2-26d6-46d8-9be4-629ee302dd91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4451,7 +4451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12e427da-4462-4d4d-be11-3b8f3dd9ea5d", + "id": "5007ed98-2a34-43be-b32c-05410a3255e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4556,7 +4556,7 @@ } }, { - "id": "edeb8745-0346-4f0d-90c3-03e6978df63a", + "id": "78ccaa9c-125c-4802-bce7-8120bfca86df", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -4641,7 +4641,7 @@ }, "response": [ { - "id": "b907d187-4f84-4e2a-808e-c7852a429837", + "id": "229301a6-3908-47ab-825e-ea3414179224", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -4740,7 +4740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a761897-2edf-485c-8c9e-24637a45f763", + "id": "97fd4287-0a51-429e-8943-708ccf487c26", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4839,7 +4839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68aaad79-79cb-4a44-b3fe-335560ed350b", + "id": "a3523cc8-06ff-4c80-a428-f1879ad4bf45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4938,7 +4938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f89ffea6-02d5-4c20-89ab-a2cc712fc523", + "id": "925e62e8-8c66-4aee-bcaf-cf6a799f7724", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5037,7 +5037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66e41f78-8842-4dc7-9f14-ebbcb6141a1d", + "id": "28245716-8bf5-4f35-a776-49e99df91565", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5136,7 +5136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bd0e84b-1174-43ad-96bb-9841d27c79c5", + "id": "7fc8a6a1-4b8d-4cc4-9c6b-c6ad386a7fd3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5241,7 +5241,7 @@ } }, { - "id": "9c1a3fb7-569b-4ccd-adad-68f60cd880f7", + "id": "ac7456cf-b1fd-447e-acbf-d2d1d5f21a5b", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -5296,7 +5296,7 @@ }, "response": [ { - "id": "df9b4236-b752-45c5-8e68-7b483af47327", + "id": "4c3288df-9a9b-479f-bc8d-93439a2e8a88", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5354,7 +5354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f51745c-a402-493d-a89a-a5f793d55733", + "id": "8fc23637-32a1-4055-85da-eb4ff514cf88", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5412,7 +5412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d242e5e-c7bf-4efe-9c52-801052499bfc", + "id": "2a91feac-1947-4d5a-9690-83bc8e660161", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5470,7 +5470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab11da5b-852b-4977-b47b-bf25060b63e5", + "id": "f1dde494-fc04-4586-bbd7-79b60083c9a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5528,7 +5528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cc5ef13-78f3-4bbf-849b-184b5da7ad15", + "id": "852af230-2bdd-4b48-ba6d-8093f199ec0c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -5586,7 +5586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51717a9e-6637-4509-bdc9-4b76397eb222", + "id": "c1d68340-fa7d-41f0-9bbc-eac12e982e7f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5644,7 +5644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83ea65b1-018b-4d66-aedc-a7633f2fb51c", + "id": "c4963755-884e-4db5-98e4-6c767a397beb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5708,7 +5708,7 @@ } }, { - "id": "9240fe26-eabe-470f-9ff9-c000d92a092f", + "id": "a4f47642-6462-4ec8-87e1-9e7fc7762ecb", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -5763,7 +5763,7 @@ }, "response": [ { - "id": "7506cff8-ea47-44c6-951a-9b32526e7186", + "id": "07449d19-dc12-4725-beb2-e349df1a158f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5821,7 +5821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c51777f-4161-481d-b0dc-c2a72fb686b5", + "id": "2a533bbd-6d71-475f-82e6-a2b5de5fe624", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5879,7 +5879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84276978-9635-405d-8a74-1aa7640e6202", + "id": "ab01c2b8-1417-434d-bc97-54617a47012c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5937,7 +5937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba08b4af-6053-4268-9865-51d1f8be6eff", + "id": "a2c67fbc-7009-42f4-bc40-2fa90c5f8ebd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5995,7 +5995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a9bcbf6-94b6-4aff-b26c-99a3b453919b", + "id": "2326cb64-12f9-4d14-b1e8-cd89d729933f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -6053,7 +6053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcfb592c-35a5-4dbe-91a9-412300f2c915", + "id": "88a58426-4880-4437-9f0c-9453b05238dc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6111,7 +6111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b972292-ae88-4172-b79b-5f8487beea1a", + "id": "d698d0ea-5efb-40d2-b8e1-21a5d8547cbf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6175,7 +6175,7 @@ } }, { - "id": "b30cf192-8b69-4e03-8c3c-7951edb478d1", + "id": "77fe00e8-3d23-4476-91ad-98d54fcfd685", "name": "Forwards an access request approval.", "request": { "name": "Forwards an access request approval.", @@ -6230,7 +6230,7 @@ }, "response": [ { - "id": "9c78e158-8039-4772-93c8-9660408aa1eb", + "id": "5683a298-5fb8-41a8-ad53-52802a4fa23b", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -6288,7 +6288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2508217-94bc-41e3-b594-617a12846c96", + "id": "58223229-7adc-4b3a-ac3e-27e627ac1420", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6346,7 +6346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71a2ee11-be66-4189-8755-bbf5003a5078", + "id": "d0555324-3d1a-45e7-bd07-3925b2975f49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6404,7 +6404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07a45cfe-4485-41a9-b4b0-20567b9c5875", + "id": "bc6aa362-37a1-4044-a213-2fef2a505a85", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6462,7 +6462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1071d8fc-7788-4d3d-aa73-0906cc013b06", + "id": "a07073fa-55d1-4861-be20-ec640595c016", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -6520,7 +6520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75db7313-c087-43f9-91d8-7e31f5345a60", + "id": "876ff2b4-9230-4886-bc84-b5e80b336fdb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6578,7 +6578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94a709f2-aa8a-4eb0-914f-674bb9257f1b", + "id": "b2f36e8d-42db-469c-b7d4-69bd392bd67d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6642,7 +6642,7 @@ } }, { - "id": "072eaee2-e36d-4f04-b0a9-6e179890ce1b", + "id": "57e4f200-3320-458e-b1cd-13d8530eacdd", "name": "Get the number of access-requests-approvals", "request": { "name": "Get the number of access-requests-approvals", @@ -6691,7 +6691,7 @@ }, "response": [ { - "id": "9d9a4252-76bb-48f5-94de-ccfcc3606f10", + "id": "9d633278-79e7-4b17-9def-2740d7884322", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -6754,7 +6754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86aa10b3-7176-4135-b262-72b96e55f436", + "id": "bceb4e77-e1cd-488d-b222-9fc495b3f17f", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -6817,7 +6817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6dbe492-82e6-425b-84aa-7d285e9786dd", + "id": "ec336b7c-f83c-4073-94e1-c37ba89a8457", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6880,7 +6880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49c2b888-031d-4aec-80df-5b97f27c1563", + "id": "685d5194-875a-46a0-98c2-fff2b661200c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6943,7 +6943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "783b89f8-d4a6-4c36-9063-eb0a8f3419b2", + "id": "b944088a-abb5-4c79-a09a-7696f3c36ca4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7006,7 +7006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfd92d2f-c6d9-4d58-a702-a0a83b0377cd", + "id": "fc750982-5fa2-420b-9346-bb2f10799c5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7081,7 +7081,7 @@ "description": "Use this API to implement and customize access request functionality. \nWith this functionality in place, users can request access to applications, entitlements, or roles, and managers can request that team members' access be revoked.\nThis allows users to get access to the tools they need quickly and securely, and it allows managers to take away access to those tools. \n\nIdentityNow's Access Request service allows end users to request access that requires approval before it can be granted to users and enables qualified users to review those requests and approve or deny them.\n\nIn the Request Center in IdentityNow, users can view available applications, roles, and entitlements and request access to them. \nIf the requested tools requires approval, the requests appear as 'Pending' under the My Requests tab until the required approver approves, rejects, or cancels them. \n\nUsers can use My Requests to track and/or cancel the requests.\n\nIn My Team on the IdentityNow Home, managers can submit requests to revoke their team members' access. \nThey can use the My Requests tab under Request Center to track and/or cancel the requests.\n\nRefer to [Requesting Access](https://documentation.sailpoint.com/saas/user-help/requests/requesting_access.html) for more information about access requests.\n", "item": [ { - "id": "349c8367-51f9-4c60-9c76-3ce59c7d1afa", + "id": "32e05a0f-7a50-4585-b44f-0e2990d63f2a", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -7123,7 +7123,7 @@ }, "response": [ { - "id": "6c18bedd-2e56-45a2-8a68-643681f0f1e8", + "id": "1b4f4fbc-44ff-4181-a527-913af71af528", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7179,7 +7179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "153632d5-6bfe-45de-aea8-2e8f8696062c", + "id": "60d7ed91-de63-4401-9112-689d75897b0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7235,7 +7235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5f69ec4-d023-4e69-a7e0-0f9154826370", + "id": "5d52ac40-8610-4b61-863b-a582fa1bff29", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7291,7 +7291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d010452d-f061-428d-b0fb-b58de865a3e3", + "id": "2ac2da23-4a6d-432c-ac1e-66b01992dee1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7347,7 +7347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de004def-7230-43cd-9f5b-fc6e9357b5ee", + "id": "eae4462a-42f5-4c53-9e44-74ee7738434d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7403,7 +7403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81c3b291-ca5c-4c92-876d-83e484fc06a8", + "id": "8bb4f993-845c-4d82-9c92-d6df6871a660", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7465,7 +7465,7 @@ } }, { - "id": "f18820d1-df63-4da3-86b5-1affaecfab15", + "id": "943c280a-f56b-4f23-be47-6bc900b545bb", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -7508,7 +7508,7 @@ }, "response": [ { - "id": "44bec5c7-764b-4769-9b96-72ab9103bc22", + "id": "2d04c884-986b-4e3f-a5c8-1a4f2b728a9f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7565,7 +7565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da270458-c5ef-41a5-9fec-081231144b50", + "id": "690eecfa-2612-453c-955c-66dbbb9e3d35", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7622,7 +7622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9876113f-f9ff-4d6f-93a2-928698bda72c", + "id": "24996dd9-5244-446a-838a-4d70985a3e9d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7679,7 +7679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b6db8fa-678d-4e6e-8726-941dcb6b7197", + "id": "5fcf232d-adf5-4df1-81ff-874c37986a14", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7736,7 +7736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e259333a-2669-44af-b8ed-7522f881c67e", + "id": "531d403f-d2be-42f2-a206-1a60c7ac53dc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -7793,7 +7793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6644e5a-5958-4eff-a96f-00e52768ad90", + "id": "c1e0896d-da4d-4871-82b8-3cd3e95f637f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7850,7 +7850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e222fbe-5e60-44f6-9502-3e05e31cf78d", + "id": "ced4c7c6-fdd5-4756-bc75-82d922804172", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7913,7 +7913,7 @@ } }, { - "id": "0ddd14b0-97bb-445c-80cf-698b4871378b", + "id": "9a55e38f-cf93-4d2a-a8fd-0c6628cb6c2e", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -7942,7 +7942,7 @@ }, "response": [ { - "id": "49b5fb3b-446d-4315-a150-eb664489c822", + "id": "af267574-a94b-428f-aa22-42b66883329c", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -7985,7 +7985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ed9a815-4e0e-4411-b731-e0538e9c19dd", + "id": "0f0d3b9d-93ca-4366-aa5b-fbb217535410", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8028,7 +8028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d7e778e-bd54-4afa-924b-a3d4882b5323", + "id": "dd29fa14-e075-4199-876b-95def8eb1f0d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8071,7 +8071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "312fea6d-98a8-4a39-a2be-16c197b5a8fb", + "id": "17f69bec-61d1-4159-b88d-0a7e5db4a88e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8114,7 +8114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c590e644-833f-417c-8cbc-b39d15d9e8ce", + "id": "70c2f6bf-2e55-43f6-b329-518a907c4f18", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8157,7 +8157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdbb0f18-c8c8-435d-baf2-e0c25cfd0360", + "id": "ec677103-a10f-4b23-b49c-e6fc0ce8530f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8206,7 +8206,7 @@ } }, { - "id": "f7d7479e-159f-436c-a6e6-21843abb5a59", + "id": "7100979b-49b1-404f-b0f1-95148129ed44", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -8248,7 +8248,7 @@ }, "response": [ { - "id": "e22d0e83-5bf1-4667-aa5c-7d6183e64119", + "id": "cb6079df-7f6d-4327-81bb-5d778da3d141", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -8304,7 +8304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0dd1e0b-64d2-4c88-b28d-7a4306605ab3", + "id": "59dc8f72-effd-4193-99f4-f6d00811b3dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8360,7 +8360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc086980-c090-4e37-8b30-88c84ecfdcbf", + "id": "85022bd2-102c-4290-8725-0db8eaea93ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8416,7 +8416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e32a9544-4d31-4b4b-ac4c-af5f71c29149", + "id": "8ebe72e9-a6a5-416a-afda-e109466c87ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8472,7 +8472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4bb3847-deaf-4e64-bcd4-9af06f960068", + "id": "a3931f40-638e-41a0-ae5b-eeb09f4e52c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8528,7 +8528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c3fd68a-84f0-4245-9089-c3ec35a48259", + "id": "8633172f-e0f3-4429-99f0-f3e11cbd5ad9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8590,7 +8590,7 @@ } }, { - "id": "d79c8f2f-e2db-4890-b031-7e58ab564334", + "id": "c1f1df32-d924-4bb2-a4d7-af27b11f265d", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -8701,7 +8701,7 @@ }, "response": [ { - "id": "88402516-9d94-4b38-81cf-2b3ca015dcf3", + "id": "926c89f6-dbdb-47e2-bf6f-7f97f72ad652", "name": "List of requested item status.", "originalRequest": { "url": { @@ -8826,7 +8826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c487829f-2b35-457e-bfea-8d12fb34acd6", + "id": "54121c81-b209-4b81-b22a-350b2d15961b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8951,7 +8951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be212efe-ef32-4820-8161-04ccff8e58af", + "id": "255942de-1d21-43ae-a2f7-c9b21a26f06e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9076,7 +9076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5ffcd62-8712-47f7-938b-4a5c57734901", + "id": "6d2d7d1e-af43-47fa-a74b-917de91b2fd3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9201,7 +9201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac0bf9fe-19a9-4c24-adb9-4b48ca78cce6", + "id": "e50f7785-1d2c-439e-9c3b-bc91ebf247e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9326,7 +9326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a317a72f-75e1-40c8-bc28-08de36dbd28a", + "id": "873c65ec-e04d-4ba7-822c-48fbe2003982", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9463,7 +9463,7 @@ "description": "Use this API to implement account usage insight functionality.\nWith this functionality in place, administrators can gather information and insights about how their tenants' source accounts are being used.\nThis allows organizations to get the information they need to start optimizing and securing source account usage.\n", "item": [ { - "id": "3236481b-8aff-4257-8b66-e8191ed895f8", + "id": "3ad9327b-ac51-46b0-858c-e73d1f8ecb70", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -9542,7 +9542,7 @@ }, "response": [ { - "id": "b1f88d30-9fbb-4d24-86c3-6fa92086dffb", + "id": "aa749a0b-9e81-40c9-b40d-f56756c77793", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -9624,7 +9624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e84133a6-0ff9-42f0-be3b-401229e75831", + "id": "f1b7e86c-3a81-41d6-b492-7356ac712534", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9706,7 +9706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e88c851-89f9-4255-b12f-9728d70026b7", + "id": "106a791e-a52d-41a3-b486-cfc263376d8f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9788,7 +9788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca9243e4-b4da-4ac6-9dd5-dd18b31ad8e3", + "id": "a3d31584-0535-452d-afd9-282093f8d731", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9870,7 +9870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b197185-248f-48cf-8ffd-6b50be3986d5", + "id": "772e62f7-ec1b-47f6-b1cf-5584a9767cd6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9952,7 +9952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6662b9b5-20b0-4a79-9c3b-48c7734b2df2", + "id": "e3f706b2-5fe6-4c52-800f-fcccaa5d108b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10046,7 +10046,7 @@ "description": "Use this API to implement and customize account functionality.\nWith this functionality in place, administrators can manage users' access across sources in IdentityNow. \n\nIn IdentityNow, an account refers to a user's account on a supported source.\nThis typically includes a unique identifier for the user, a unique password, a set of permissions associated with the source and a set of attributes. IdentityNow loads accounts through the creation of sources in IdentityNow.\n\nAdministrators can correlate users' identities with the users' accounts on the different sources they use. \nThis allows IdentityNow to govern the access of identities and all their correlated accounts securely and cohesively. \n\nTo view the accounts on a source and their correlated identities, administrators can use the Connections drop-down menu, select Sources, select the relevant source, and select its Account tab. \n\nTo view and edit source account statuses for an identity in IdentityNow, administrators can use the Identities drop-down menu, select Identity List, select the relevant identity, and select its Accounts tab. \nAdministrators can toggle an account's Actions to aggregate the account, enable/disable it, unlock it, or remove it from the identity. \n\nAccounts can have the following statuses: \n\n- Enabled: The account is enabled. The user can access it.\n\n- Disabled: The account is disabled, and the user cannot access it, but the identity is not disabled in IdentityNow. This can occur when an administrator disables the account or when the user's lifecycle state changes. \n\n- Locked: The account is locked. This may occur when someone has entered an incorrect password for the account too many times.\n\n- Pending: The account is currently updating. This status typically lasts seconds. \n\nAdministrators can select the source account to view its attributes, entitlements, and the last time the account's password was changed.\n\nRefer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.\n", "item": [ { - "id": "74fc86e4-19bf-4ec7-b08c-dddf18b0f43f", + "id": "7b2cacd5-e363-42e8-8c5a-bc763e9c385c", "name": "Accounts List", "request": { "name": "Accounts List", @@ -10121,7 +10121,7 @@ }, "response": [ { - "id": "6c88ca0c-9f20-46c6-93d9-81888388c618", + "id": "1db8265e-635a-4a15-9aec-f81966260a60", "name": "List of account objects", "originalRequest": { "url": { @@ -10210,7 +10210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "849a430d-0760-497b-b261-daa2a1b1a50d", + "id": "efb06698-74b5-4507-af6e-e84d67083272", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10299,7 +10299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8621861-782f-4ab0-91ba-2e1cba458df8", + "id": "a0793966-b557-4377-9cbd-2064d38aff0f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10388,7 +10388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46811efb-c458-4168-9f07-e1b175a00ed0", + "id": "712d3939-8cd3-4539-9ed8-6c67c9f49686", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10477,7 +10477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a52b4b89-afca-4690-9c3a-b212ed4341fc", + "id": "19d69d30-c987-4f2f-8ae3-8d855c669f94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10566,7 +10566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4393fbd-c06e-4a40-abba-cfae26041926", + "id": "dc0ef05d-5169-42e4-ab73-4db2a15b9a94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10661,7 +10661,7 @@ } }, { - "id": "7db42f0c-bf7d-425d-a180-5098de28f906", + "id": "29b7e515-7eef-4303-83f0-20d118e56ea9", "name": "Create Account", "request": { "name": "Create Account", @@ -10703,7 +10703,7 @@ }, "response": [ { - "id": "322402b3-5c47-4fde-82d6-19f1bd4dce2b", + "id": "c46d842f-412c-4560-9081-c6c537a6dc2a", "name": "Async task details", "originalRequest": { "url": { @@ -10759,7 +10759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b85590f3-898d-45d7-8831-bb8c44e4f616", + "id": "d5326e81-4cfd-4f41-9976-643d310e820f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10815,7 +10815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46f5a08b-5693-49b8-b73d-9efff129aa6b", + "id": "bdfab675-b3f0-47f0-879d-b3504063b696", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10871,7 +10871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "300cf294-48fb-4293-be0e-18e150a89331", + "id": "21eee76a-8ee7-4896-b8d8-745025e8e4a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10927,7 +10927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4623e89a-dca6-4f70-b677-00e4c7e41b85", + "id": "a3f433f1-b7ba-445d-896f-4082bb199724", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10983,7 +10983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f87ca1be-6831-4fb2-83be-b2bca1b8944c", + "id": "40410f5e-cc51-4c64-bd89-79db39d81509", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11045,7 +11045,7 @@ } }, { - "id": "f6d00b07-c31f-40a1-9f9a-3dfb27c70899", + "id": "f3db2647-324c-4e1e-99ac-62b28cacce00", "name": "Account Details", "request": { "name": "Account Details", @@ -11086,7 +11086,7 @@ }, "response": [ { - "id": "45dca85f-31be-4e25-8048-047592104de4", + "id": "6de6bcae-8f74-4b39-b419-f7a005a1e0ad", "name": "An account object", "originalRequest": { "url": { @@ -11130,7 +11130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e87e0193-e7f7-48dc-bf0c-336cd52ac624", + "id": "401cb141-43f6-490c-817f-87fa3dcc12eb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11174,7 +11174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b97195db-9494-4244-80a4-92253e591eca", + "id": "d22ce676-498a-488a-bedd-1b93eb78ecf2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11218,7 +11218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1035ed82-7e2d-46c4-9686-ee2787e8d11e", + "id": "a69f4401-9896-44af-9e2c-43155e29790f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11262,7 +11262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ce8c965-c395-4755-a735-2b3b36edefea", + "id": "577e8507-d6d5-42ba-84bf-bd67e76a6ba1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11306,7 +11306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b703b9a-5154-4ebb-ad17-fba94c8b1572", + "id": "d4391bfa-5477-4b23-9e36-34e79bed78ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11350,7 +11350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e00c7eae-9f36-4df9-b0f1-646ec4d536c6", + "id": "8752efc9-b751-439e-abf1-fd50dbe3dd7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11400,7 +11400,7 @@ } }, { - "id": "df93f374-6239-4411-a4bc-8eff61b23fff", + "id": "7ae6a217-10eb-465d-95ff-5e77e118a01f", "name": "Update Account", "request": { "name": "Update Account", @@ -11454,7 +11454,7 @@ }, "response": [ { - "id": "dd7ee1cb-75e6-4fe2-b662-b2084aa253eb", + "id": "fad40d09-4ebe-4c9b-b100-22003b31c94a", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -11511,7 +11511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa79fd15-e886-4937-90c7-bd755b571fb7", + "id": "58c712d8-d25f-4070-b17c-61d561ff1d24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11568,7 +11568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4859af97-b7cd-4bf8-8412-6db0ab696ec3", + "id": "19905965-a36e-4f31-bb1b-0a6ab0b51b9c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11625,7 +11625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9eba38e-2e58-4087-a6a6-312b1ac1451a", + "id": "ba3428bf-01d3-442e-af6f-72bd1b8f80a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11682,7 +11682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ab00106-d3df-437e-b59b-2763e7bf4f8e", + "id": "ade1c9ba-dcf6-4dc7-9de2-356b8736bd81", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11739,7 +11739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9c51482-856a-4b4b-892d-0f8d3b3d6d0b", + "id": "8e38f72a-d4c1-4cbf-a0d9-391be64b86ac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11796,7 +11796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fdeda33-6457-4017-a5df-a2ff5000c74a", + "id": "fa716d63-3e28-4df2-8c4a-34058c655e30", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11859,7 +11859,7 @@ } }, { - "id": "562e0f23-a108-4d7b-93b9-a12e098c5fc7", + "id": "19dc3e44-3bb9-49ca-935b-a4ae0d579e36", "name": "Update Account", "request": { "name": "Update Account", @@ -11913,7 +11913,7 @@ }, "response": [ { - "id": "ca235672-38a3-494f-9eb6-d4b9e69852df", + "id": "3ecd0f27-2913-41ec-8dc0-2720f9aff525", "name": "Async task details", "originalRequest": { "url": { @@ -11970,7 +11970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ff2261d-ef6b-4527-8b2b-af3faa947f0a", + "id": "d2669ccc-ee13-4389-b11b-91655d90db95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12027,7 +12027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2569da91-acfe-4e9e-b03c-6784d5471013", + "id": "6a609354-bd89-40a3-9ea4-392ba14d998c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12084,7 +12084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28ef3f7e-bee9-4209-928b-5e6ff03c2f94", + "id": "436b2689-1212-459a-8a8f-3f07d2249506", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12141,7 +12141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "203f0c14-43d8-4d99-8fcd-e044dbfdcd08", + "id": "54d0ce05-65d0-4799-a22f-4903d7a476a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12198,7 +12198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a9391fb-ea00-49f5-b31e-a131f2fa454a", + "id": "a6263c28-6bd5-40fe-b38c-5adab0a8d149", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12255,7 +12255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf71fb56-407a-490a-9b97-9669c9a86371", + "id": "5e0f62eb-fc9f-42c5-ac74-aecff6151720", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12318,7 +12318,7 @@ } }, { - "id": "b235d2aa-d8d5-436a-986a-1fc128c20c84", + "id": "fb3c4221-0035-4fa2-bdfd-9916decb07be", "name": "Delete Account", "request": { "name": "Delete Account", @@ -12359,7 +12359,7 @@ }, "response": [ { - "id": "d32ee7e9-dd97-49e2-a6aa-6070e59f1a17", + "id": "cffccd29-3f53-405e-9d47-4fe181f931ba", "name": "Async task details", "originalRequest": { "url": { @@ -12403,7 +12403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "054905ce-6518-461e-9391-31fc2a218c93", + "id": "857caa2a-fa38-4eaf-9b94-ea4f00d10d91", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12447,7 +12447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1517ea0d-ea50-40c1-b604-300d976efc2d", + "id": "7d26d0a9-833c-4c1c-a31f-4bcd7e8579a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12491,7 +12491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b952bd5-23f2-46cc-90ab-0ef8e3081bcd", + "id": "4a4d8165-0d43-4dc1-a01d-cb03842c0858", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12535,7 +12535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b79a2cd5-d896-42e7-b051-12ad9657b0eb", + "id": "709cf938-1092-4d03-a3eb-6ff07b38816d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12579,7 +12579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3976ea90-b1da-4561-bcb2-1a7b726a4337", + "id": "f8808aed-c880-4b9f-b5d6-506d405f330f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12623,7 +12623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f105da3-2278-4a72-a505-2f6c69b44cc3", + "id": "8ccc6392-4352-48d6-bce4-b7ca267f64dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12673,7 +12673,7 @@ } }, { - "id": "32bd8c0f-4d76-49ff-bfff-7b4fe45061ff", + "id": "349c3e28-b931-48de-a0be-cf7b8ef1cbd7", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -12743,7 +12743,7 @@ }, "response": [ { - "id": "df5455e3-e7b9-4926-b140-219b3dd07253", + "id": "745caf97-b218-4175-a55a-605ef92fb49c", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -12816,7 +12816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad443275-267c-49d8-840b-b36de3325e34", + "id": "c4469aa1-a157-453d-8b8b-ee8d0d07c58a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12889,7 +12889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0137df50-8e48-43f6-9b3f-0f82292090ba", + "id": "e30990ed-16c5-442c-859c-0dc422b24640", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12962,7 +12962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c26896a-5b77-481c-b73d-0f366826d79c", + "id": "b4c58337-4b44-49b9-81a4-e9af7b8dd95e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13035,7 +13035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d27ecd14-7d2b-4abe-b8a9-a48d7d8152b0", + "id": "c475b1b1-b91c-4547-a18f-431f2750b11d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13108,7 +13108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c08adf98-bc68-44c6-a210-2cb9d3256064", + "id": "1b8ca584-9561-4809-bd20-d5882b7e5295", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13181,7 +13181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20611de3-d954-4827-8608-f07965886d83", + "id": "a9b5a05f-911c-4dbc-86a9-1dc51b431ec5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13260,7 +13260,7 @@ } }, { - "id": "af832e8c-57c6-429e-a61d-a002397f68e2", + "id": "8eac002f-715e-4974-a8ea-11766c20eaa2", "name": "Reload Account", "request": { "name": "Reload Account", @@ -13302,7 +13302,7 @@ }, "response": [ { - "id": "591f89bf-75a5-44ce-ade9-036f6ddb3332", + "id": "816e5b4d-5868-45c8-8e77-80e43aae26d8", "name": "Async task details", "originalRequest": { "url": { @@ -13347,7 +13347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fed3df00-f525-4c5d-9298-e5b092e2e3ff", + "id": "ec729d19-c280-47c1-8d26-8aa1bbc6b7ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13392,7 +13392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d656c514-104a-464c-8527-58bc5e6e0362", + "id": "a83350f0-5666-41eb-85a6-1602e6a51874", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13437,7 +13437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3581265b-7566-4478-9afb-6f0ed2093f67", + "id": "1dc4f7fb-9a8b-44c6-83ed-52414ed429d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13482,7 +13482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a6a4086-c7b0-49bb-b37f-ad29b36569bc", + "id": "29b4e368-c242-4a0b-a565-60c69dcd634b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13527,7 +13527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4030871-2024-4c2e-90ce-810fb9cb8206", + "id": "67515968-6db4-4608-9ca3-a18435f4adc9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13572,7 +13572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53fae665-f4b7-44b8-9c70-685fa44ecea3", + "id": "24b96f68-9ebf-42ec-ac2b-5094cd3da586", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13623,7 +13623,7 @@ } }, { - "id": "43aafb2c-a4e3-4808-91dc-126bff7fad87", + "id": "912b2af5-14e4-4e79-ab56-a24cb9123f8a", "name": "Enable Account", "request": { "name": "Enable Account", @@ -13678,7 +13678,7 @@ }, "response": [ { - "id": "45ecbbf9-53b1-4ca6-b1d0-3c6162aab52a", + "id": "c1959abe-5bef-436f-ad1f-2038e4271d7b", "name": "Async task details", "originalRequest": { "url": { @@ -13736,7 +13736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d42c87ba-505f-48e2-95e9-c252c2cd1c2e", + "id": "82b407de-9115-4e71-a931-9baac3278b07", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13794,7 +13794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "802d3895-4293-40ec-b5a8-6b443cf7c743", + "id": "2f6fbc1d-87c5-4820-8c76-c5fa62c1bd33", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13852,7 +13852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4350f5a-567c-4d6d-a4a0-89effcd9ed7e", + "id": "3667c2f9-2f4e-41cc-a7ff-b801172e505f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13910,7 +13910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64b834dc-3b56-4d3f-aa93-975c3a0b1ef9", + "id": "ca3e9587-c62b-403c-82be-4d7e03d30e27", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13968,7 +13968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fc13451-1215-41b3-9255-3c6222136a56", + "id": "331db639-5cfa-44cc-b285-11235d775de5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14026,7 +14026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "963ed035-4f8e-4694-9c98-2edc074c0514", + "id": "daa40555-d077-4669-888c-0e4b6e091b1d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14090,7 +14090,7 @@ } }, { - "id": "0ddc7e48-d06a-4500-8128-102d0f1422bf", + "id": "9ba9d6fc-f0c1-4564-bf0c-4538141a5c5b", "name": "Disable Account", "request": { "name": "Disable Account", @@ -14145,7 +14145,7 @@ }, "response": [ { - "id": "9fae5cb3-b4d7-48d4-b9e2-7d6c90aa7ca2", + "id": "12975093-2cb5-478e-b229-434cc7da4933", "name": "Async task details", "originalRequest": { "url": { @@ -14203,7 +14203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f26b2c10-11b5-4301-8fd0-3b7f6e076178", + "id": "683302bf-ba55-4a78-834d-c184609af326", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14261,7 +14261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df26a18b-bebf-4f2a-8bac-ae11611faf3a", + "id": "639aefe4-2a44-4179-9533-fc3a66fdb6ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14319,7 +14319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55605682-7a7e-4228-ae09-6f25f4c4d669", + "id": "abf895f4-7206-48fd-9832-6e281a7fffd2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14377,7 +14377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44f2e553-9936-49e2-aab6-7f8c066fc0d4", + "id": "f5cd4f15-ac38-40ae-ac0e-5f7dff0a5a61", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14435,7 +14435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46b0fd3d-7cde-48ee-a720-1e39bbbe054f", + "id": "15771c13-08d7-4774-b424-dd725df35906", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14493,7 +14493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f77ec66d-d87e-4e17-a935-e2db1f515625", + "id": "c6684a6b-4d60-44da-8710-0b36f5909e06", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14557,7 +14557,7 @@ } }, { - "id": "051e2a15-2f6d-44e8-8ed1-fad8db435d9b", + "id": "abf381f5-83ae-4a16-944c-0debf79b823d", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -14612,7 +14612,7 @@ }, "response": [ { - "id": "e1f67d56-0918-4bd7-83e7-cc88d095d9d5", + "id": "8c00001a-9a8c-4626-9de1-5019180cb536", "name": "Async task details", "originalRequest": { "url": { @@ -14670,7 +14670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09aadc6a-e0a5-4c87-8662-fdcb854fe8a4", + "id": "22957db2-46eb-4ffa-a1e8-438d90ef1f5c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14728,7 +14728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "607cf91a-0144-471d-a0e8-e69ecf0d007e", + "id": "6bc4aa8b-53e0-44a9-9580-a72541012b24", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14786,7 +14786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "811bdd60-df8d-4ceb-87cf-119d8e25576f", + "id": "aea08f96-4a28-4f5d-89aa-00b3b4bca5cf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14844,7 +14844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b529a74f-4f99-4606-a17f-4585d97e7305", + "id": "2a786587-ed4d-4235-8f29-7b076739a2bb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14902,7 +14902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fcf70e6-f2f0-4fb6-b9a3-73524e8f9ae0", + "id": "c2f6b71e-c92b-453a-aa81-695ef799ab8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14960,7 +14960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b74dd3e-8147-4fe4-be40-ba5572255ad6", + "id": "3da107ea-e656-4e99-86c0-0cb39234fee5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15030,7 +15030,7 @@ "description": "Use this API to implement account activity tracking functionality.\nWith this functionality in place, users can track source account activity in IdentityNow, which greatly improves traceability in the system. \n\nAn account activity refers to a log of each action performed on a source account. This is useful for auditing the changes performed on an account throughout its life. \nIn IdentityNow's Search, users can search for account activities and select the activity's row to get an overview of the activity's account action and view its progress, its involved sources, and its most basic metadata, such as the identity requesting the option and the recipient. \n\nAccount activity includes most actions IdentityNow completes on source accounts. Users can search in IdentityNow for the following account action types: \n\n- Access Request: These include any access requests the source account is involved in. \n\n- Account Attribute Updates: These include updates to a single attribute on an account on a source. \n\n- Account State Update: These include locking or unlocking actions on an account on a source. \n\n- Certification: These include actions removing an entitlement from an account on a source as a result of the entitlement's revocation during a certification.\n\n- Cloud Automated `Lifecyclestate`: These include automated lifecycle state changes that result in a source account's correlated identity being assigned to a different lifecycle state. \nIdentityNow replaces the `Lifecyclestate` variable with the name of the lifecycle state it has moved the account's identity to. \n\n- Identity Attribute Update: These include updates to a source account's correlated identity attributes as the result of a provisioning action. \nWhen you update an identity attribute that also updates an identity's lifecycle state, the cloud automated `Lifecyclestate` event also displays.\nAccount Activity does not include attribute updates that occur as a result of aggregation.\n\n- Identity Refresh: These include correlated identity refreshes that occur for an account on a source whenever the account's correlated identity profile gets a new role or updates. \nThese also include refreshes that occur whenever IdentityNow assigns an application to the account's correlated identity based on the application's being assigned to All Users From Source or Specific Users From Source. \n\n- Lifecycle State Refresh: These include the actions that took place when a lifecycle state changed. This event only occurs after a cloud automated `Lifecyclestate` change or a lifecycle state change. \n\n- Lifecycle State Change: These include the account activities that result from an identity's manual assignment to a null lifecycle state.\n\n- Password Change: These include password changes on sources.\n\nRefer to [Account Activity](https://documentation.sailpoint.com/saas/help/search/index.html#account-activity) for more information about account activities.\n", "item": [ { - "id": "1a0fa1dc-4197-4ea3-8e78-32ffac109703", + "id": "a9851a11-b4c9-4c5e-af76-394cd726ff2f", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -15132,7 +15132,7 @@ }, "response": [ { - "id": "0f030ce3-2157-4c9f-b88f-e680c47b4ff7", + "id": "d345adec-5006-4107-a434-0d15f6bc23e9", "name": "List of account activities", "originalRequest": { "url": { @@ -15248,7 +15248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0398a8f-bef3-4525-941c-b717f5a80ed7", + "id": "4b1c59f9-2bd2-4739-9ca2-92e73320ea34", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15364,7 +15364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c793348c-1a1f-465b-a0c9-d6764a6befa5", + "id": "bbbb7055-9d01-4e42-af9f-8395a5fbe413", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15480,7 +15480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d4a58d0-efc0-45f9-afd6-f816957e3c3b", + "id": "c44974fd-1916-4a24-af03-f5ac6fb9229f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15596,7 +15596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b648633-2d63-471c-96cc-7a9fa1902704", + "id": "94a99f96-a92e-4a6d-b6ae-14a569633bf6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15712,7 +15712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cee14d04-7c30-4456-a8a4-a52f549634a4", + "id": "dffb6dfe-01be-433c-b70d-cf50245be90a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15834,7 +15834,7 @@ } }, { - "id": "af71522a-4078-4f9a-bd95-6ee2298bd3a2", + "id": "039ee23c-eb0b-47b9-acee-4155ee740d1b", "name": "Get an Account Activity", "request": { "name": "Get an Account Activity", @@ -15875,7 +15875,7 @@ }, "response": [ { - "id": "fd164c89-8ca4-42c3-9fbc-cc47b0a13c7a", + "id": "8b913561-c09b-4553-bb87-8b4e8bd20583", "name": "An account activity object", "originalRequest": { "url": { @@ -15919,7 +15919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccd74026-b88a-477e-89a3-7fe351f62912", + "id": "e3a9bece-48e6-4275-a950-7fce3846af11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15963,7 +15963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa5f6aeb-508c-47dd-b287-d27f5ebaa356", + "id": "e9f0082a-564d-4d82-906b-4bdf763168c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16007,7 +16007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d44731a-35e0-4ba2-a981-0e4ea445342b", + "id": "d240ed79-48ce-4bfc-8fdc-d668dc9bab64", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16051,7 +16051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93ff6691-7589-40c2-ac05-48c5a6abd794", + "id": "941b7fc5-bc5a-4eae-bcf9-315e993eae29", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16095,7 +16095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72b27995-7daa-4145-a2c3-855fa2436361", + "id": "ff0a3dd1-e9a1-4ad1-a7f4-db551239f197", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16139,7 +16139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35904eb8-7af0-47be-8485-b60518d1f992", + "id": "58106891-2763-4c5d-8115-a04e2880c3fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16195,7 +16195,7 @@ "description": "Authentication service user retrieval and user capabilities update", "item": [ { - "id": "bd774124-a3f8-4e93-8136-c168f8faab6b", + "id": "80bc0e8d-0f0c-4775-bda7-a549944bf2d1", "name": "Auth User Details", "request": { "name": "Auth User Details", @@ -16236,7 +16236,7 @@ }, "response": [ { - "id": "d8dfeac2-23f9-4b14-960c-b50b56689bb6", + "id": "c5ca2731-cfbe-494f-86c6-b7829c07ab15", "name": "The specified user's authentication system details.", "originalRequest": { "url": { @@ -16280,7 +16280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5182a6b1-0314-4799-817d-72a2a669ca0e", + "id": "0ffa67ac-de1c-4058-9070-a42f3c98943e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16324,7 +16324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cbbf486-f4dd-451b-a829-68c01825f6b8", + "id": "a0459b7e-3345-4005-9cdf-a1a69dd8406a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16368,7 +16368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9812994-c556-4ffd-a462-3b957a3f267c", + "id": "a35f22c9-9033-4cc6-bd8a-36d91608ab32", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16412,7 +16412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1576084-2a7e-4afb-a670-390a917e45ca", + "id": "1b9cf7bd-2f97-4d24-8d0c-d2d8afbf9cce", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16456,7 +16456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f181113-c4ea-48e0-bbdf-9f739a3a5b70", + "id": "3740485d-5a98-40a1-a290-d2832012e7f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16500,7 +16500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f843b712-fdc8-4da0-bcfe-8f641933ef38", + "id": "876fcecf-2dc8-4047-9ae1-2fecd2b6f540", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16550,7 +16550,7 @@ } }, { - "id": "e67c5b22-7e6d-4fd7-ac26-66a5de1846c5", + "id": "b1bf25e7-5407-475e-88ef-3a3c1f2a8f68", "name": "Auth User Update", "request": { "name": "Auth User Update", @@ -16604,7 +16604,7 @@ }, "response": [ { - "id": "f6df0a7c-f3a4-4018-8cc6-fb6fa543ec5c", + "id": "2481c987-1f2a-4cce-8e0b-d5336f5599ef", "name": "Auth user updated.", "originalRequest": { "url": { @@ -16661,7 +16661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0c3447d-c5c5-4dbf-89e5-f2ed886131dd", + "id": "c961974c-ed16-4658-97d4-c5804da1f33a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16718,7 +16718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a2f9846-1861-4041-970d-55a2bfbaf8af", + "id": "fdaf6080-c739-4d4f-a330-1eed6eb6e360", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16775,7 +16775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41a6a9c1-b0af-4290-92e2-e5dcbb76cb2b", + "id": "454a1ae8-5685-4bd2-b0c4-c1aff6beeeae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16832,7 +16832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "278b3267-f92f-4f6e-ae44-469e11f5c998", + "id": "cf9b6230-01b8-4e60-a1c5-447f0fd4599b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16889,7 +16889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "629998e9-f5b8-4ec2-a247-ee094b8d6648", + "id": "7bad64db-a93d-48b0-a8c6-215b4d142434", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16946,7 +16946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c93ed5c-c317-45ad-b021-963827b4b5cd", + "id": "4ca016f2-801b-49f6-bef7-0ea81132c117", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17015,7 +17015,7 @@ "description": "Use this API to implement and customize branding functionality. \nWith this functionality in place, administrators can get list of existing branding items, create new branding and configure them for use throughout IdentityNow. \nIt allows to customise color of navigation bar, action buttons, logo and emailFromAddress.\n", "item": [ { - "id": "be6da1ee-96a8-4b1b-bf3d-58c79add57f6", + "id": "35655c36-f88b-4d08-bcdd-ffe7b55c3777", "name": "List of branding items", "request": { "name": "List of branding items", @@ -17044,7 +17044,7 @@ }, "response": [ { - "id": "1a680b1f-792e-40d1-be9f-d52a0728bfc6", + "id": "d6667fd6-ac0f-4174-84e0-057ad6946b93", "name": "A list of branding items.", "originalRequest": { "url": { @@ -17082,12 +17082,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"magna ut\",\n \"navigationColor\": \"commodo aliquip\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"dolor sit\",\n \"navigationColor\": \"sit ullamco esse\",\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\": \"non adipisicing aute dolor\",\n \"navigationColor\": \"Excepteur magna cupidatat\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"veniam esse in\",\n \"navigationColor\": \"amet nulla irure\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2261f06e-7e8f-4a28-acf6-d806f7d33ec7", + "id": "06b9e024-4dc1-43d6-aaac-dffdc38ca0a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17130,7 +17130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de3ab1b3-f147-40f1-a7aa-62bcc21449c7", + "id": "df563df9-906c-4f69-93c5-d7859840341c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17173,7 +17173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85d27ed5-2a36-4a59-9de1-b2f779692bef", + "id": "7022b86d-9730-4217-a860-2bbdf1338355", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17216,7 +17216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82d0570d-12f7-402a-997f-e0da54f63688", + "id": "69fa6cb1-70d7-472d-81a1-3f47fe9bcf53", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17259,7 +17259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac1b45d9-e357-4b4d-ae1a-7b9d215d0a1f", + "id": "1f62a82a-d351-469a-bdd8-f91dd390f4aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17308,7 +17308,7 @@ } }, { - "id": "dd19f32e-3526-464f-b5de-787b8659ac5c", + "id": "ed934443-1244-405f-9b62-37d533752bb8", "name": "Create a branding item", "request": { "name": "Create a branding item", @@ -17373,7 +17373,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -17382,7 +17382,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -17417,7 +17417,7 @@ }, "response": [ { - "id": "10a4db15-cc99-41a6-a5c2-960ed81a7929", + "id": "51ab790e-77b6-47fc-854c-2eaa2f800b85", "name": "Branding item created", "originalRequest": { "url": { @@ -17485,7 +17485,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -17494,7 +17494,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -17535,12 +17535,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"id labore consectetur\",\n \"navigationColor\": \"ex\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"cupidatat minim culpa sint laboris\",\n \"navigationColor\": \"veniam nisi nostrud reprehenderit\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dd8be9b8-1992-4e16-b04a-7ae16b689350", + "id": "7ae70dc9-6125-41f3-9feb-363fdcb07fae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17608,7 +17608,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -17617,7 +17617,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -17663,7 +17663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f219c423-db5e-42e7-8d5b-07b21102e3c7", + "id": "58ce5442-d261-45e5-8d3c-013745779822", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17731,7 +17731,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -17740,7 +17740,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -17786,7 +17786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f0ff375-5a40-463e-b6ca-1a20cbac5fed", + "id": "e85e0f91-e2b5-4c34-a516-4dea5eb1a96c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17854,7 +17854,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -17863,7 +17863,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -17909,7 +17909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2687f9a-e603-4d79-9b46-a945048b13e4", + "id": "4988c98c-f776-4de3-9964-128c8935b9df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17977,7 +17977,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -17986,7 +17986,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -18032,7 +18032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c93288f-f3bc-4bdd-b36b-b464df50b7c6", + "id": "83677f92-8ece-4c71-9a95-505098814362", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18100,7 +18100,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -18109,7 +18109,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -18161,7 +18161,7 @@ } }, { - "id": "8f68b9d7-8c70-485c-b743-38d6ec9a6fff", + "id": "295288a6-d74d-478a-b14f-5fdb1d90446a", "name": "Get a branding item", "request": { "name": "Get a branding item", @@ -18202,7 +18202,7 @@ }, "response": [ { - "id": "27e80c5d-0c20-44d9-bee3-c188312877e9", + "id": "459ac531-7868-42db-be5f-968ae8e2e775", "name": "A branding item object", "originalRequest": { "url": { @@ -18241,12 +18241,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"id labore consectetur\",\n \"navigationColor\": \"ex\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"cupidatat minim culpa sint laboris\",\n \"navigationColor\": \"veniam nisi nostrud reprehenderit\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "71253864-db83-4e52-a0d2-735906f4fe3c", + "id": "3ef188d8-1da6-44a8-832e-fffd243b5f75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18290,7 +18290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92d321aa-ece0-46c6-a645-76f4ded60b42", + "id": "b3efff5e-3d5d-4f5f-82ab-23d7c641e4f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18334,7 +18334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66b45dab-9fbd-4eca-b397-213f610f31aa", + "id": "ef5ee5e6-ae50-47db-8390-495ee21a71b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18378,7 +18378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce45b321-1aa7-4566-92a1-8f4a18a65562", + "id": "19583519-7855-4420-9672-d5e5c4a48782", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18422,7 +18422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef3110da-f100-4863-bfde-e6fa043549da", + "id": "4ea31603-4e37-410d-a07a-833b3cf69a56", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18466,7 +18466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37c567bc-a491-4e3c-8e97-9107121ed22f", + "id": "bf3a8851-90b6-4bde-9f89-8cb63621e8df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18516,7 +18516,7 @@ } }, { - "id": "2e2c0be4-14e6-494a-ac96-36ca1b97d65f", + "id": "a30443a9-0fed-4527-9ca3-a4e000ea8b0b", "name": "Update a branding item", "request": { "name": "Update a branding item", @@ -18593,7 +18593,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -18602,7 +18602,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -18637,7 +18637,7 @@ }, "response": [ { - "id": "fc6517b6-f045-4f89-a081-f03d2fff9664", + "id": "65310a74-274b-4623-b950-d8b0d2e80f5c", "name": "Branding item updated", "originalRequest": { "url": { @@ -18706,7 +18706,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -18715,7 +18715,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -18756,12 +18756,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"id labore consectetur\",\n \"navigationColor\": \"ex\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"cupidatat minim culpa sint laboris\",\n \"navigationColor\": \"veniam nisi nostrud reprehenderit\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9b21ef52-a107-4067-9af5-94766dbf981e", + "id": "0d441a7a-b454-4d3b-8a6c-d782a77d191d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18830,7 +18830,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -18839,7 +18839,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -18885,7 +18885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a272af96-9169-4bd9-9403-3a3d50ac6758", + "id": "9caa24e1-b57d-402a-ba1e-4710c97c3b50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18954,7 +18954,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -18963,7 +18963,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -19009,7 +19009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaa85a4a-cb5e-4667-bd07-12ee95df4bd8", + "id": "ffb9cd4b-a6e3-49bc-9bae-ab3ea7ccc031", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19078,7 +19078,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -19087,7 +19087,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -19133,7 +19133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3619c11-3615-46f5-bfc8-8af1955ad5c0", + "id": "f65e69c2-8d94-4f45-9e57-7d116d77f004", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19202,7 +19202,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -19211,7 +19211,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -19257,7 +19257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c729dc64-7d20-4105-9edc-07ed58858430", + "id": "50f38247-93d1-486a-b927-3d6925e47d76", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19326,7 +19326,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -19335,7 +19335,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -19381,7 +19381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae4f8cf6-a149-479a-8478-1573173ad2a3", + "id": "78aad8f3-c197-4542-98c8-1e357e38ea17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19450,7 +19450,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "irure aliqua ullamco ex", + "value": "dolor ullamco deserunt commodo", "type": "text" }, { @@ -19459,7 +19459,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in consequat sed", + "value": "laboris laborum culpa", "type": "text" }, { @@ -19511,7 +19511,7 @@ } }, { - "id": "8e8d74d6-6f22-49a5-b6fb-c7b42ac8ad77", + "id": "b2db661e-61a8-45ec-a67c-4d82fbf2a8e8", "name": "Delete a branding item", "request": { "name": "Delete a branding item", @@ -19552,7 +19552,7 @@ }, "response": [ { - "id": "53681141-66ed-436f-942c-175d44110b95", + "id": "57c92711-7464-4fc8-9fb8-616b4f0d1427", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -19586,7 +19586,7 @@ "_postman_previewlanguage": "text" }, { - "id": "79d6f3fa-b01a-4956-a55c-782083165905", + "id": "b41db71e-b02e-45f3-a33d-87a75eec6499", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19630,7 +19630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b4f1dd9-f14b-4596-a120-40983af0ae3a", + "id": "8bddb779-64f3-4279-9b50-05651a8cf815", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19674,7 +19674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "721c7491-e8e7-45e3-8adb-145ef4000ae3", + "id": "8c786b0e-742a-4920-85cd-56563e7abd46", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19718,7 +19718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa44d593-5e6a-4fed-b22e-371a2e7e948d", + "id": "ee38f60c-a813-43f8-b36b-079f2125d8fc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19762,7 +19762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f26dcc1-3bf2-4e37-9044-6651ff8de1de", + "id": "ec6323a6-ba97-4c74-914b-484d5626349a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19806,7 +19806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc30a131-dbc9-461e-bd37-b616f4e3ecb3", + "id": "e87198d5-ed72-467d-a9d0-9b94807879b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19862,7 +19862,7 @@ "description": "Use this API to implement certification campaign functionality.\nWith this functionality in place, administrators can create, customize, and manage certification campaigns for their organizations' use. \nCertification campaigns provide IdentityNow users with an interactive review process they can use to identify and verify access to systems. \nCampaigns help organizations reduce risk of inappropriate access and satisfy audit requirements. \n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese certifications serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign. \n\nFor example, an organization may use a Manager Certification campaign as a way of showing that a user's access has been reviewed and approved by multiple managers. \nOnce this campaign has been completed, IdentityNow would provision all the access the user needs, nothing more. \n\nIdentityNow provides two simple campaign types users can create without using search queries, Manager and Source Owner campaigns:\n\nYou can create these types of campaigns without using any search queries in IdentityNow: \n\n- ManagerCampaign: IdentityNow provides this campaign type as a way to ensure that an identity's access is certified by their managers. \nYou only need to provide a name and description to create one. \n\n- Source Owner Campaign: IdentityNow provides this campaign type as a way to ensure that an identity's access to a source is certified by its source owners. \nYou only need to provide a name and description to create one. \nYou can specify the sources whose owners you want involved or just run it across all sources. \n\nFor more information about these campaign types, refer to [Starting a Manager or Source Owner Campaign](https://documentation.sailpoint.com/saas/help/certs/starting_campaign.html).\n\nOne useful way to create certification campaigns in IdentityNow is to use a specific search and then run a campaign on the results returned by that search. \nThis allows you to be much more specific about whom you are certifying in your campaigns and what access you are certifying in your campaigns. \nFor example, you can search for all identities who are managed by \"Amanda.Ross\" and also have the access to the \"Accounting\" role and then run a certification campaign based on that search to ensure that the returned identities are appropriately certified. \n\nYou can use IdentityNow search queries to create these types of campaigns: \n\n- Identities: Use this campaign type to review and revoke access items for specific identities. \nYou can either build a search query and create a campaign certifying all identities returned by that query, or you can search for individual identities and add those identities to the certification campaign. \n\n- Access Items: Use this campaign type to review and revoke a set of roles, access profiles, or entitlements from the identities that have them. \nYou can either build a search query and create a campaign certifying all access items returned by that query, or you can search for individual access items and add those items to the certification campaign. \n\n- Role Composition: Use this campaign type to review a role's composition, including its title, description, and membership criteria. \nYou can either build a search query and create a campaign certifying all roles returned by that query, or you can search for individual roles and add those roles to the certification campaign. \n\n- Uncorrelated Accounts: Use this campaign type to certify source accounts that aren't linked to an authoritative identity in IdentityNow. \nYou can use this campaign type to view all the uncorrelated accounts for a source and certify them. \n\nFor more information about search-based campaigns, refer to [Starting a Campaign from Search](https://documentation.sailpoint.com/saas/help/certs/starting_search_campaign.html).\n\nOnce you have generated your campaign, it becomes available for preview. \nAn administrator can review the campaign and make changes, or if it's ready and accurate, activate it. \n\nOnce the campaign is active, organization administrators or certification administrators can designate other IdentityNow users as certification reviewers. \nThose reviewers can view any of the certifications they either need to review (active) or have already reviewed (completed).\n\nWhen a certification campaign is in progress, certification reviewers see the listed active certifications whose involved identities they can review. \nReviewers can then make decisions to grant or revoke access, as well as reassign the ceritifcation to another reviewer. If the reviewer chooses this option, they must provide a reason for reassignment in the form of a comment.\n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must \"Sign Off\" to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items. \n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase. \nIn the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed. \n\nThe end of a certification campaign is determined by its deadline, its completion status, or by an administrator's decision. \n\nFor more information about certifications and certification campaigns, refer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html).\n", "item": [ { - "id": "ba803903-17d9-4f84-bc55-9c9626953464", + "id": "0f010da4-ef0c-4bf3-bb1a-dcdbb2ba3327", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -19946,7 +19946,7 @@ }, "response": [ { - "id": "d1bf9ba6-88f3-48b6-92a1-d3be26aa6b7c", + "id": "c1265c60-a804-445b-a0b1-1f1d227afd35", "name": "Slim Campaign", "originalRequest": { "url": { @@ -20044,7 +20044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f5b2def-0690-4242-942b-3085ba4ca2c1", + "id": "3de109d6-53c4-4862-a0a8-e53dcfb94ea8", "name": "Full Campaign", "originalRequest": { "url": { @@ -20142,7 +20142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a84dca1-b192-44a4-8975-0ab1edbc08db", + "id": "4a8ad0cd-f21f-4a7c-9ab9-b07566c72bf8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20240,7 +20240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd9f280f-34b9-46f3-abef-97a34c7b8bad", + "id": "447b2ec4-b1f2-46af-8c34-aec777fcf129", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20338,7 +20338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50e59e66-e537-49d9-a7a1-f0280f813bf3", + "id": "e63a65d0-981c-4954-a1a0-db2488012197", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20436,7 +20436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b77c5e02-ebab-470c-8602-4d0f147fa99d", + "id": "943f67a1-8589-4ccc-b62d-3f16ecfe2e90", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20534,7 +20534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b1758c1-f755-412e-85e3-cfe3d02e3ad0", + "id": "508ce19a-de69-425a-b624-20d8f361bf74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20638,7 +20638,7 @@ } }, { - "id": "45092807-91c0-46f8-89f2-0a0f2ee8e033", + "id": "9a793d0d-6ca8-43c3-9684-4b2b74c95c36", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -20680,7 +20680,7 @@ }, "response": [ { - "id": "e107debe-e4ce-4115-8144-3ba487b67fe1", + "id": "59e98010-d499-4706-933f-4fbb549d9f7c", "name": "Manager", "originalRequest": { "url": { @@ -20736,7 +20736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f64413bd-b641-480f-b875-28b7eab712a5", + "id": "18995a62-49f7-4daf-a6f3-942605918f02", "name": "Search", "originalRequest": { "url": { @@ -20792,7 +20792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdcf4796-12e1-4ca1-92dc-e518a13f84e1", + "id": "2dba0626-22b9-46fd-bb4c-a1008d254aad", "name": "Source Owner", "originalRequest": { "url": { @@ -20848,7 +20848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77d83d54-b45e-4654-901f-9ca936c3d68c", + "id": "3f12bacc-3ca3-4f65-9015-a710920f7f90", "name": "Role Composition", "originalRequest": { "url": { @@ -20904,7 +20904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ce78089-9735-4908-8d48-a36a7d212f61", + "id": "173f33a8-b863-4fce-8965-364886775aae", "name": "Manager", "originalRequest": { "url": { @@ -20960,7 +20960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0a18307-397c-4be4-9ca9-93e65842600a", + "id": "827186f0-0211-4eec-bcf2-7c594cbf5dd2", "name": "Manager", "originalRequest": { "url": { @@ -21016,7 +21016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "013a8ff4-7405-418e-ad01-8fbff22239a9", + "id": "06e264f6-7b6a-4b27-a35f-c7a1744793f5", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -21072,7 +21072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf4ed4a6-ceef-400e-83b8-036d85a2a53b", + "id": "f5107677-0e00-4e10-af02-49382a6b1520", "name": "Manager", "originalRequest": { "url": { @@ -21128,7 +21128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c37d0154-b418-4956-8e49-210336e732b7", + "id": "a3fd6d33-b23a-4569-ac52-6ae9eed4a442", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -21190,7 +21190,7 @@ } }, { - "id": "a10b64a3-b87d-483b-bd25-fc397514cc5a", + "id": "86873ade-6725-4f8b-82f4-577c620635aa", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -21231,7 +21231,7 @@ }, "response": [ { - "id": "ca5d730c-685f-46e0-9bd3-d0292eddd0e3", + "id": "a67b1631-b7ab-4b32-9ea3-4bcabd98bcb4", "name": "Manager", "originalRequest": { "url": { @@ -21275,7 +21275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c642a51a-b594-45c3-bcda-bdb56166d6c7", + "id": "f619ef24-e5ca-414d-8634-d495b52f80c2", "name": "Search", "originalRequest": { "url": { @@ -21319,7 +21319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd72c6b6-c60e-4f6e-9f0f-256d0cc1abaf", + "id": "822552ca-3973-42e3-b72c-ba502afb24ee", "name": "Source Owner", "originalRequest": { "url": { @@ -21363,7 +21363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e39a745-5725-4b4a-9f45-1d5627e45d54", + "id": "273d2ebe-7469-41fe-a447-1c824f21d4d4", "name": "RoleComposition", "originalRequest": { "url": { @@ -21407,7 +21407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13fb810f-03ec-44fb-bfc6-2967589401ad", + "id": "572f5d5c-d76d-490f-820c-1c6286a30090", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21451,7 +21451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4af1431-c715-4fbe-a8b7-6f8ee854328a", + "id": "050346c7-3f83-4a48-8740-02e0a83cbcc7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21495,7 +21495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3b48296-6a07-49ef-b39c-4612f5ae74e2", + "id": "9ba18bd3-e4ba-4730-bb4c-3e32c4492a17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21539,7 +21539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6253da80-7262-485a-8904-b0c8628faacc", + "id": "30808db9-5c29-474e-aba4-a598f7b4d636", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21583,7 +21583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "503a0f04-0cee-4422-ad7d-79e0cd9571cd", + "id": "01395d00-fdb6-4468-a61a-05110d2a09fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21627,7 +21627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f5163e2-0934-4d5e-b494-e7740ebd4054", + "id": "8d3dcd34-22eb-4338-9e11-ad59e35eccbf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21677,7 +21677,7 @@ } }, { - "id": "06942523-ca0e-48e5-98e8-d8d4ded1e15b", + "id": "a09bbac3-45da-4f3c-b6d2-52bbbb1f159a", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -21731,7 +21731,7 @@ }, "response": [ { - "id": "0c31d39f-5530-4437-ac2a-effc9a0fd5cf", + "id": "a31bdc12-ec71-467e-96f1-42f83b5e2c59", "name": "Manager", "originalRequest": { "url": { @@ -21788,7 +21788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "def9f031-7406-4887-b43b-1aac3ec88dbe", + "id": "7c9fac56-6647-44c0-abc1-30ae3442c0e9", "name": "Search", "originalRequest": { "url": { @@ -21845,7 +21845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dee2938-e700-42d7-986e-447ea5c448fc", + "id": "ac6626dc-1d7c-4396-860c-65b1ad901769", "name": "Source Owner", "originalRequest": { "url": { @@ -21902,7 +21902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f1f544c-b01d-48da-b9a0-25b1966084de", + "id": "f8d9c40f-d3f7-4af0-a3f9-d1eef1ecbbc7", "name": "RoleComposition", "originalRequest": { "url": { @@ -21959,7 +21959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bb83353-acd8-466a-af71-a2f005e83732", + "id": "8eb445cd-98cc-4115-8a19-e4f29e118eda", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22016,7 +22016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7c96986-1fd9-4960-818b-81e34fbe232b", + "id": "8f45f855-5149-4eb1-a4e7-6d272b99caa9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22073,7 +22073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c0ac904-7c49-47bd-95bf-a7b7b36eb170", + "id": "918a119b-53d0-47bb-96f6-54a8ad06e765", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22130,7 +22130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d561db78-2773-45d9-a30d-922a9e7979cf", + "id": "5385e4cd-9371-4bb0-83cc-4dc0f40fdaf7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22187,7 +22187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e63162a-0f12-4894-b70b-549385f9ef7e", + "id": "24d755b7-fad9-4ac1-9f8e-99a34acb1260", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22244,7 +22244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e8fcca8-0fbc-4219-9048-58b7258f77fc", + "id": "d05ad43f-812c-41ef-99ea-c7c042d19f4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22307,7 +22307,7 @@ } }, { - "id": "0384ce4f-a815-4b5e-abb6-460a68b666b7", + "id": "4a79ab28-592f-454f-bc66-6229ecd20126", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -22362,7 +22362,7 @@ }, "response": [ { - "id": "285e2b34-46cc-4c45-88ce-daf67a10d06c", + "id": "d43e1953-3bc5-4b1a-a72e-191bac33e88d", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -22420,7 +22420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b6513f9-f274-4fba-b8d3-c7340c15fc67", + "id": "d8e66bad-4e61-430b-be49-079414dc4aa5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22478,7 +22478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf589fe7-2fa0-48c0-bc76-aacd56884ab4", + "id": "0ed2b947-ecd7-4415-883d-b1e92dc6e56c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22536,7 +22536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "491263be-6a5f-45c0-b45a-f3e23a01169e", + "id": "8eb45591-71af-44b2-b1e0-bd9471a2d621", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22594,7 +22594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bace15d2-9d24-47a1-99b9-cedae17bd866", + "id": "073a76aa-8829-4b78-a88e-129ffd649ef0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22652,7 +22652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c36cfd4-0475-4183-a0b5-48b9ad6f2cd7", + "id": "2462c82c-904b-4dd8-8b1c-9d6c46e8fc3e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22710,7 +22710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f18555a-c196-4e09-8e09-8c8912965af9", + "id": "5a5ce043-d5c4-4ab7-a86c-13875b765420", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22774,7 +22774,7 @@ } }, { - "id": "fb51b815-3910-4787-9d95-36e2c040a4c4", + "id": "25349b74-b16b-432b-8269-b704cf66f3fb", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -22829,7 +22829,7 @@ }, "response": [ { - "id": "76483ed6-291b-4135-b7ce-081508c5cdd6", + "id": "9512dbef-4ceb-4ab8-9f25-80dade4115ee", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -22887,7 +22887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b97144b-0b4f-4bda-a63e-8739d86a3b0c", + "id": "13ee6d24-f551-40b0-aa71-ecc81229a410", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22945,7 +22945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5969f963-fabc-490f-8652-72fb5bfcc3fd", + "id": "18e84d81-67e0-4c5f-a3cb-453b41a4e747", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23003,7 +23003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54225cdc-40b2-46af-94a6-bc5bdf0ef789", + "id": "432e5fa7-bf57-4eab-bcbd-84a7d11a4099", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23061,7 +23061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "171ef903-4443-445d-88a8-43922b7acfd4", + "id": "8ac4a65f-f0d6-483a-82e2-fe0bb1d87719", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23119,7 +23119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd225ea3-c4e0-40c8-9ddb-633195ffed8d", + "id": "2ca105a5-2e1c-49c5-acb4-b1d8391c7f70", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23177,7 +23177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f398d22b-08e4-4cbe-b118-abdba4f4f574", + "id": "d93f44e0-1764-4064-a1dc-1976e4709031", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23241,7 +23241,7 @@ } }, { - "id": "253db0f4-f318-4526-b3d0-5bce585c1333", + "id": "8012b432-239d-41e4-a14e-fb25a49d56b4", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -23296,7 +23296,7 @@ }, "response": [ { - "id": "951bf72c-3300-47a4-91a2-64a7981eea75", + "id": "4ccc3b7e-e4fe-411f-937f-a924eb499ebb", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -23354,7 +23354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05e1cabc-395f-4bf7-9f46-055be4bfcf0c", + "id": "e7dd42ee-fac5-42b7-b02a-cdfe575898a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23412,7 +23412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "725bb567-257f-4044-9201-27d9eb44102b", + "id": "f4992666-22f0-478a-b18e-2d69323f581d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23470,7 +23470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6132433d-ce5b-4059-8e34-01529ca19779", + "id": "98da4e96-77b6-4860-a9bb-0aeddbb73ab4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23528,7 +23528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e26f90df-6412-44f6-9df2-0cecbeeb4697", + "id": "6147194f-bfd9-44d0-b7bc-4ba0b49081aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23586,7 +23586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4844a3c-c1c0-4e86-a261-7c4fa57800cd", + "id": "b13a25e2-d55c-4957-a3ea-4f2917fc1bb3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23644,7 +23644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f990389-30c7-4fd1-9c68-e3578a4e77bf", + "id": "6b4ec630-47f5-48c5-84fd-311312b98284", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23708,7 +23708,7 @@ } }, { - "id": "53835b07-00a1-4835-9344-98b26931236c", + "id": "965cb359-501c-4599-b6f7-6e67484cbc60", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -23751,7 +23751,7 @@ }, "response": [ { - "id": "9294ca44-0c7e-4679-b8b0-df707d6fbd7e", + "id": "2779a63c-ceeb-4321-ba0e-5c17f567913c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -23808,7 +23808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "743e33a6-0b6e-40a6-8716-939ae8ed5aa4", + "id": "70ca9a37-3ade-4227-b67b-4b751b9cf15f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23865,7 +23865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bfc5089-1f7f-42b3-95d3-5f0211ee9364", + "id": "b23b6bc0-0281-43aa-b98b-91d1749fe616", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23922,7 +23922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "915c0adb-e260-4e87-a900-e2cb6e8094bb", + "id": "1082ea21-75b7-479d-afcb-02936fa47770", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23979,7 +23979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84119ec5-7f13-40ef-96be-26b7a7304a7f", + "id": "1aac9c61-98ee-4e00-9e15-ca7e2c4aa940", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24036,7 +24036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07acf7c8-c7ab-4587-a8b2-f3ce66d01543", + "id": "551375a7-e997-4424-b834-2c565def65f0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24093,7 +24093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2640b52-80a1-46a3-a5bb-68a636b6c6c4", + "id": "ee6973ba-c6e6-4abb-b6e8-dd159e856828", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24156,7 +24156,7 @@ } }, { - "id": "7adf1686-d58e-46b3-8508-6256a5856bc0", + "id": "c1df248a-3092-423d-80a8-77c0bb5c498f", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -24198,7 +24198,7 @@ }, "response": [ { - "id": "bf871ee3-dab6-4b2f-af73-1a632052d722", + "id": "0f85a8c3-4788-4055-805f-9cdc89e40478", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -24243,7 +24243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ba20a2b-496b-4950-8315-e8c6e4e755c0", + "id": "c7f1e44b-b3ee-4fe2-a6ad-2dbe76634577", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24288,7 +24288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d9329f0-cc10-403e-b4d6-f3d7668bbd21", + "id": "7c3b9979-b6d7-46b7-be51-34d36c63b309", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24333,7 +24333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16f9528d-cbc0-4618-812b-7af72ec0fb2e", + "id": "c0a7fae4-92eb-4555-9787-5741fa74f93a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24378,7 +24378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eafb210b-1632-4097-a37d-11f51e877b51", + "id": "dc5ac25b-ff65-4d9e-8a0d-d88142a4666a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24423,7 +24423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ee1bce6-2d2e-4827-a201-3f04bad4009a", + "id": "c475306a-dc52-4100-9f66-8668646ae9d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24468,7 +24468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c5c57de-0d1f-4177-af55-136ddb3c504b", + "id": "158320b4-516d-493b-907e-7f5bb3f8d66f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24519,7 +24519,7 @@ } }, { - "id": "28812473-2df1-4e20-99df-9381f5f910e6", + "id": "a718b61b-04e2-45f9-bcb2-82a70d82114b", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -24561,7 +24561,7 @@ }, "response": [ { - "id": "e9aed26d-9411-4f45-9afb-9f3d5a335e24", + "id": "87f601de-13de-44cc-9dbf-f0a378ff09cc", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -24606,7 +24606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5134dcc1-623d-4180-a92a-4d9077461738", + "id": "b19567e7-9960-4adb-a0bf-e39bf520558e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24651,7 +24651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f013e3dc-713f-4b35-9646-285921db8a56", + "id": "db01f2a0-7546-448b-9de7-750d270bfbc5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24696,7 +24696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e73c5f65-6d31-458e-b6b6-54352b29dae5", + "id": "36f487bd-8e5a-4dc0-a357-2d2c9048c385", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24741,7 +24741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a787aac-2d81-40e0-af31-f1326839168d", + "id": "3de6e14c-de18-4149-9fc4-5968e75508e8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24786,7 +24786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e222b42f-a0c0-4c2b-9f9c-362ca91d2c50", + "id": "43f4b21a-ed4e-422b-b27a-817cdc5d7dc5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24831,7 +24831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8441a7a8-d678-4dd2-9ae8-4c34099a5d73", + "id": "ba44d0e0-07be-4d5e-8945-6114316ede9b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24882,7 +24882,7 @@ } }, { - "id": "b8c67b63-18be-4e09-b8e0-de6031ecfeb0", + "id": "d5d85027-6a72-4827-b8d1-e4899f5fa7d5", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -24935,7 +24935,7 @@ }, "response": [ { - "id": "55bf37f4-3656-401d-ad49-6a770e1b3c8d", + "id": "437fa759-bc32-4219-bd9f-dc318ffe18de", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -24981,7 +24981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb9c067d-b16f-42a1-ac5c-cd93a06e846f", + "id": "4f523bdc-e1fe-4d62-85e6-2f8d26b6ed79", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25027,7 +25027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9de9d215-0c99-4ac4-addf-3fd54972f660", + "id": "b1777132-f2f1-4d95-9166-990233294fa3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25073,7 +25073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76711deb-c222-424c-b09a-a2357e5da212", + "id": "46e6b526-f989-4255-b1f9-d8f5fdd7f17a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25119,7 +25119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45568f4b-b1ac-4663-b33b-67bd71867f7b", + "id": "db643380-d7fc-4ff2-ba59-0b5ef447291c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25165,7 +25165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a58c2415-1fcb-4c10-bddf-29e94d4e3968", + "id": "bce71dad-e732-4f42-be0c-be0c5c222583", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25211,7 +25211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "219e773f-5230-475c-b3ca-3883185ef821", + "id": "bf08c747-1873-49d9-8595-ab36157d48ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25263,7 +25263,7 @@ } }, { - "id": "79c235df-dce9-4a41-b7aa-bde8d330b816", + "id": "6c8639ba-b6a3-4767-a0e4-e0e4cd18b754", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -25293,7 +25293,7 @@ }, "response": [ { - "id": "c583ecd1-6598-48c5-83d8-7c05da9a74f2", + "id": "667dca2a-7632-4fa9-81bf-2d529ad8bd08", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -25337,7 +25337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3369f6dc-6431-4b99-9205-5abcec415d51", + "id": "2750c5db-b076-43c8-8f27-bf19448af3a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25381,7 +25381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd5c8636-ab3f-4dbb-ab2b-3fb4f30b68d1", + "id": "a9a563bb-80ad-4735-984f-a9d5a8233864", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25425,7 +25425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbf799b0-18ed-44ed-9f29-3316b429fe3e", + "id": "415b31af-7b19-40d5-b69a-b9855ad7fa5a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25469,7 +25469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c84172a-bfb8-4129-b822-61ee0f4fea7c", + "id": "5cb249eb-83ff-4c40-928a-02e6a76eb413", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25513,7 +25513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64107c9e-92f6-4d10-919d-8c70f64216dc", + "id": "6717440e-d704-4e97-91fc-7fdea604e565", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25563,7 +25563,7 @@ } }, { - "id": "59c0b669-986a-43e4-bfe0-eaac30b8c1cb", + "id": "ceb8b005-8bed-460b-8f57-cc34865dad85", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -25606,7 +25606,7 @@ }, "response": [ { - "id": "103203ef-6d3a-4ae3-837b-b5e6ea3c51df", + "id": "9c5e01e5-9e91-4ba8-ae88-7320f6b2232a", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -25663,7 +25663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be942cf9-942f-4df2-bc3f-f8c7ebde0443", + "id": "677a7a86-c9ba-4001-bb06-00f978590f58", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25720,7 +25720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0be99615-a632-4469-b05f-f715b8f610bd", + "id": "11c47114-0e8f-4040-8a64-478c1d617f76", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25777,7 +25777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37fb5edf-45e4-4adc-9a8a-06ae1d1265aa", + "id": "f109e92a-9906-4ced-b0fe-448b82f8217b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25834,7 +25834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5835041b-e7e2-4fc8-8382-55b01b702a56", + "id": "32516fec-2e80-4daf-8d39-1caca51b27b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25891,7 +25891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a50559c8-51d7-461f-97e8-0cadce731dd7", + "id": "6a34f721-b6c8-4de8-ab15-ab2f750ba9c3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25954,7 +25954,7 @@ } }, { - "id": "0a823ea5-7280-4e35-933b-dab61e02abdf", + "id": "1e463951-20cd-4424-82f7-7a7cbe2ae772", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -25996,7 +25996,7 @@ }, "response": [ { - "id": "f53c1f2c-5946-4e24-a32a-fda8f44f49c4", + "id": "3909320b-8339-4be6-b3b1-bc672bbb38e9", "name": "Manager", "originalRequest": { "url": { @@ -26052,7 +26052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bc11834-6413-4962-a683-1c6e422dad36", + "id": "45cf6492-29bd-4b1a-a23e-d5f9372c749e", "name": "Search", "originalRequest": { "url": { @@ -26108,7 +26108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e46b942-6224-408a-b911-1e21643e68b3", + "id": "b3736a95-c814-4118-8cbc-7ebfd170eca6", "name": "Source Owner", "originalRequest": { "url": { @@ -26164,7 +26164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b7193ea-4d52-4744-a535-4e553d3d98e3", + "id": "370fb771-debd-43a4-b928-7085ad3d2e2d", "name": "RoleComposition", "originalRequest": { "url": { @@ -26220,7 +26220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6de0a84-bbb4-4799-a70a-3e5b28ff49e7", + "id": "8335eb28-73e7-4967-8fca-acf4bc7d5640", "name": "Manager", "originalRequest": { "url": { @@ -26276,7 +26276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "911a5da1-a0b0-47f5-b997-5399eef85382", + "id": "945a416e-e37f-44f1-a8dc-13500d9912aa", "name": "Manager", "originalRequest": { "url": { @@ -26332,7 +26332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd7fe4f5-7f34-48a1-862e-d3fc8906ce0d", + "id": "9752da85-d12a-433f-8925-35d4aba7ef25", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -26388,7 +26388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f431312c-8ee9-42de-8a92-6bffe744504c", + "id": "a506b3c5-7ec4-4b09-ae09-5a093fb1e304", "name": "Manager", "originalRequest": { "url": { @@ -26444,7 +26444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3361187-a795-4d14-8dfc-930ae2bbb3aa", + "id": "aacdfaa6-f0d5-4aa6-a51d-8aafde65e3f3", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -26506,7 +26506,7 @@ } }, { - "id": "af9001f8-cfc9-42ce-896c-b2a36659bdd1", + "id": "b5c48fef-ec46-4498-b08f-e4329071307c", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -26581,7 +26581,7 @@ }, "response": [ { - "id": "2ff2a852-5466-4762-9439-d1e9e4ca18e5", + "id": "c59a7d17-1e1d-4695-92e3-c20be8a2b13d", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -26670,7 +26670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f4b686f-b5c1-4b73-9de0-bf7ad634961a", + "id": "6a366e8e-b688-492b-94af-98b6c9aabd7a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26759,7 +26759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc3461a-e3c4-4cb0-9310-5e18d3fe371d", + "id": "98bf0f12-1fa9-4cf0-9fc8-d32143832917", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26848,7 +26848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74cd5355-7d38-44b6-9cb7-4e05b9bf95bd", + "id": "5077afd7-0e7a-4c9e-bbc7-493f97cda45e", "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": "53f89806-c393-456f-906e-ed3bf6718777", + "id": "32e3747e-b4ed-448e-9cf3-6ae584a37715", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27026,7 +27026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6df8f52a-3118-4833-badf-cd69913b7a54", + "id": "8bcb913a-7498-4d1f-b51d-2d8eb0dcd034", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27121,7 +27121,7 @@ } }, { - "id": "477a0c8b-530b-4992-be34-d488126aa16d", + "id": "fdc7ef34-fed1-4451-9ae2-1b52d53f36d9", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -27175,7 +27175,7 @@ }, "response": [ { - "id": "bbca2dac-122a-46b9-8041-52db218a4029", + "id": "c0c9fe21-88a0-4e9e-ada9-737d70b1ef45", "name": "Manager", "originalRequest": { "url": { @@ -27232,7 +27232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36d17d81-df97-4cdc-be47-1d40bfe1f587", + "id": "fc2a54ef-90ab-4b42-970b-f0e9d5182023", "name": "Search", "originalRequest": { "url": { @@ -27289,7 +27289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0132d0f1-715b-436f-baf6-70b572a8a226", + "id": "38d115eb-9a97-468b-baa1-b0ed4db79d83", "name": "Source Owner", "originalRequest": { "url": { @@ -27346,7 +27346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa57c7c0-06be-4d8e-83e8-e9148aacbb2b", + "id": "7d7d83df-87fd-430c-9eb6-458e8ed39840", "name": "RoleComposition", "originalRequest": { "url": { @@ -27403,7 +27403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56ff3da0-588e-49c4-b551-8e9754dd59bd", + "id": "215b6678-403c-43e7-8507-4b9b2d1ce229", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27460,7 +27460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2a3a630-7e6f-4a94-82f9-6b23e830841f", + "id": "c5d2308e-ffd2-41ff-9c62-36eb8c095019", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27517,7 +27517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63d1402e-0220-4072-951b-b32f2b05462d", + "id": "4ef07277-e42e-4d1c-be45-40e824c946c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27574,7 +27574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72a780a0-5d25-44ef-aeb1-cd9211591298", + "id": "b83b917f-cf5f-4551-8d63-641622682061", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27631,7 +27631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ced7b1e8-d891-48f0-93ff-af7347bc5b93", + "id": "b7a0f1c8-1d7f-413f-9a4c-5838e529d375", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27688,7 +27688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77b9224b-282a-4cd0-89fc-c96d02c63e97", + "id": "79582606-72a4-452c-8465-b54d60727ef8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27751,7 +27751,7 @@ } }, { - "id": "d697e6b6-51b7-4cc7-98b9-3e1f5bc06e61", + "id": "4fe32969-21b7-4ebe-a1d5-84b68bcf9c99", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -27792,7 +27792,7 @@ }, "response": [ { - "id": "3d5dfdc4-d624-4598-b0a4-b3f27f62c816", + "id": "985d9e6f-d1cf-433d-8103-2b127973c93e", "name": "Manager", "originalRequest": { "url": { @@ -27836,7 +27836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76e679ea-c0c5-4778-bf39-af1b1d75b6ad", + "id": "3209d730-dd3d-4b6e-8768-9f603bcba143", "name": "Search", "originalRequest": { "url": { @@ -27880,7 +27880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cae87477-e33f-4ec1-b7e4-67ae4ae8fa82", + "id": "f90a0dd3-f329-4fbb-bbc0-f8010e525a11", "name": "Source Owner", "originalRequest": { "url": { @@ -27924,7 +27924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eaf1558-fec7-4bed-a6f1-ef4a7c306647", + "id": "16d1a0a4-d40d-4420-8155-bc42beff18a8", "name": "RoleComposition", "originalRequest": { "url": { @@ -27968,7 +27968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c33d6020-aee7-4c12-a3d8-55712999e28b", + "id": "702fcea6-5be5-491c-aad3-f47fb6574464", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28012,7 +28012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a408fab-4408-45b4-af6d-97b6a0c3f419", + "id": "a1a70d87-c633-4bbc-a5c3-e662cf3992c6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28056,7 +28056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1131ed12-bc4f-4b02-a8d1-71d073f76832", + "id": "f604143e-0051-418a-a715-26a6111e4027", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28100,7 +28100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9df19c08-c4ce-4b28-ac07-7867fbb5b7b9", + "id": "a457f754-1599-4877-8797-32c9b97490d4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28144,7 +28144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "220ec785-84e4-4589-890e-234cb68c88eb", + "id": "16270ba4-9b8a-4e6d-83d3-dd58fee6c2d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28188,7 +28188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3be9c078-f8b9-481d-8813-9ee61c5f5edf", + "id": "a6042f7e-e1a7-40d9-98e9-e014475ef391", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28238,7 +28238,7 @@ } }, { - "id": "fac2614c-796d-4048-a94e-14541fc1a018", + "id": "7c2fca76-47f2-45ec-aa0c-1ab6d983fcc2", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -28279,7 +28279,7 @@ }, "response": [ { - "id": "5bc3faa2-74a4-45da-bab3-6e8323439a2c", + "id": "2e2576ff-5ebd-42a1-b44f-9d97f5b9f7ab", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -28313,7 +28313,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8a137757-9c0b-4d12-85ed-556aa911884b", + "id": "a3f7de9b-baae-446d-9bdb-0e2cec3d0482", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28357,7 +28357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "859edc86-a20c-4287-bbd2-b5cfa5811a9c", + "id": "0e72fe0d-771a-4cd0-b935-030557cdf2e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28401,7 +28401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed62be22-e567-4aba-af2d-1f75714e77f9", + "id": "8a89504b-6cc8-4bcc-b332-eb00ed80753e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28445,7 +28445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "047e9da2-1af3-4db5-b24d-73978ebade2b", + "id": "7c6f71be-a5ef-4b1f-8187-a6cc28213166", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28489,7 +28489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53b9c395-ee00-4d98-ba8f-ccd8e7ee4e66", + "id": "87a20f95-85e2-4833-b147-d3b46fbd9e78", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28533,7 +28533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e208b15-bc14-4572-a643-deb5a78d8689", + "id": "6bc7b22a-a082-4ee4-92b7-e2ba871b88eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28583,7 +28583,7 @@ } }, { - "id": "f6143196-5d8d-4cde-ba78-f54ed8fa1045", + "id": "3498b0cb-b46b-4a06-8fdc-3f478cc2f1d9", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -28625,7 +28625,7 @@ }, "response": [ { - "id": "90424c3f-6716-4189-b46e-22a5fe41fa87", + "id": "6fc205bf-4c35-4812-a854-bb473b2f07a8", "name": "The current schedule for the campaign template. See the PUT endpoint documentation for more examples.", "originalRequest": { "url": { @@ -28670,7 +28670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "944f08d2-d6be-48af-b30b-68c97a726a05", + "id": "f1bb9a86-682d-4f78-b276-48ac315fcba8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28715,7 +28715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5710b3cd-1e2b-4c89-ad8b-036ed98d5260", + "id": "32767b98-7a24-4c42-83c6-1bda9f79513a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28760,7 +28760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df7e35b5-2c40-48c9-8257-1b9e5b369678", + "id": "d6aa8770-22ff-42bd-a9d4-5414f1148cee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28805,7 +28805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e853d5-4825-4c5a-90ee-03e0f66a7201", + "id": "b8f41ed1-e524-493a-aadc-76387e03778a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28850,7 +28850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c37874d-a6d5-4e39-80c8-acd31e82adb1", + "id": "b2b7bfa1-004c-4a0e-a97d-58c773eda1f6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28895,7 +28895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23b068fe-3eaa-4b31-a974-39a777d12851", + "id": "a9b230b4-86a3-4f18-8313-71df4697fb79", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28946,7 +28946,7 @@ } }, { - "id": "116e1e9e-4422-4420-9445-4ca905c505a7", + "id": "1672cdea-11a8-40bb-84d8-c7b07ab7ac07", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -29001,7 +29001,7 @@ }, "response": [ { - "id": "2660ef4d-e34e-4a47-b40d-4cd34f134c87", + "id": "963f1179-cb8d-41dc-bad9-c678aa78c953", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -29049,7 +29049,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e78c490e-a64b-47b1-924f-56d497e63608", + "id": "7f6b2757-67a6-4f64-8b9c-109ef11d12a7", "name": "Monthly", "originalRequest": { "url": { @@ -29107,7 +29107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8741b1a8-6d70-4f5e-84dd-cb18ec79c6ea", + "id": "c571c4c4-1ef2-45dc-8d5c-a378dd336459", "name": "Once a year", "originalRequest": { "url": { @@ -29165,7 +29165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f07d0342-c6fd-4274-9374-84c763c86cc7", + "id": "97727ad6-ccac-439d-ab32-0c40fe25c62e", "name": "Quarterly", "originalRequest": { "url": { @@ -29223,7 +29223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "776202a6-c35c-4b77-8933-4b4089184a6c", + "id": "af8d470e-47e2-4b2c-95bf-6a77e6ab4a32", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -29281,7 +29281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbb5d3de-dc8a-4178-adb6-e140fe5d4101", + "id": "29d67323-c2c0-4a53-b54d-7d33d9f9a39d", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29339,7 +29339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63c3990d-820d-4952-bcb4-d2ee92b97f71", + "id": "46a66791-1e71-438c-acc2-c187e0d70c43", "name": "Once a year", "originalRequest": { "url": { @@ -29397,7 +29397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d81ce831-478b-438f-85f8-8404500329cd", + "id": "93cb217f-005b-48f9-95ef-42b4faf78d4c", "name": "Quarterly", "originalRequest": { "url": { @@ -29455,7 +29455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cc00c7f-f706-4c5a-b8ab-53f06cbda572", + "id": "35b33f4b-b6d0-47d1-9d14-08a893b4ecdd", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -29513,7 +29513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44853e72-06f5-4b58-97cf-e9c00474d37d", + "id": "f0494914-17cb-45ec-91d2-19407ad06c2b", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29571,7 +29571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06e25e6f-6602-4c78-9ec1-f31795de7620", + "id": "3b33d45d-393d-46ff-9494-eb8e29e61250", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -29629,7 +29629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3965a1f-1d6f-461e-81ac-6ac45fb8f94e", + "id": "a53f8a63-589d-4b00-a0d0-7d5ccb5cc686", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -29687,7 +29687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee041e80-f55b-4c35-a456-20e80af2bf56", + "id": "38c30c0f-7d3f-486b-94d2-04f8f1efb91e", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29745,7 +29745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5711e4e4-6433-4a50-af2c-6699177e0ce9", + "id": "5a09f18d-6a47-403f-95bb-d05eb366af10", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -29803,7 +29803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1610349-bcf4-4d9c-8bc0-308b5164c3b2", + "id": "4c5b85c1-2d0a-47a1-b18b-2747e9021423", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29861,7 +29861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab73ae1e-3fa2-4993-9231-bfb33b4be840", + "id": "24a76d91-c43b-4831-88fd-c2e0bc3d489b", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29919,7 +29919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69f44248-87ec-47d2-8d6f-57fb5af8cc60", + "id": "b05aebe7-523d-47e1-879f-01b342905338", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -29983,7 +29983,7 @@ } }, { - "id": "363d1534-f914-44b0-8860-03ef845056c9", + "id": "b10c6102-3326-4d02-8f67-12b11249ff3e", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -30025,7 +30025,7 @@ }, "response": [ { - "id": "bb3d8eac-b0dd-42d8-b0ca-aaba38f8f7be", + "id": "1b4629a4-9679-4ebd-bc8b-aa3422e26740", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -30060,7 +30060,7 @@ "_postman_previewlanguage": "text" }, { - "id": "83fa6744-8fc1-4ba5-9dfc-68146163f710", + "id": "1d7db7f9-89ed-47a2-bd03-6d5ab1385f12", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30105,7 +30105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fd59fe1-813d-4dc1-8214-cd7752479fa0", + "id": "8f78d5a5-19ea-4aaf-b7a0-c8648d2838bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30150,7 +30150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0540af3f-5177-4c8a-8f2a-7da6c827fcc2", + "id": "213b606c-f49e-469e-b930-136c6d29a0e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30195,7 +30195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ada380c-1e32-434d-a17b-21dbc90dbc1f", + "id": "64ccb693-a705-45dc-9b29-b3cc7c76bc92", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30240,7 +30240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f44d9d20-de38-416d-86a8-790eb35c0e42", + "id": "c41ea37d-cbaf-4de8-a203-74af34f0af51", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30285,7 +30285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c3cc962-00ab-4071-be00-18d61a399c70", + "id": "4cdbd223-50b8-452e-9a83-089dd28b6426", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30336,7 +30336,7 @@ } }, { - "id": "0af5bf32-0e47-4d07-b146-d6bba54524e7", + "id": "7209c5e3-3800-43a7-b6a8-9bdad50caccf", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -30378,7 +30378,7 @@ }, "response": [ { - "id": "c9218e8c-5f50-4a76-97db-445694e6b89f", + "id": "c9854290-35be-4f68-9db0-c64e4449598e", "name": "Indicates a campaign was successfully generated from this template, and returns a reference to the new campaign.", "originalRequest": { "url": { @@ -30423,7 +30423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61dd9b51-ef18-43e8-9503-2bfc97e371b3", + "id": "31ca315f-220a-4557-b664-023669207fdd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30468,7 +30468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac466176-079e-4146-8f73-460918dbae1c", + "id": "a36fa2ca-d29e-4153-a5c7-e703620c8ced", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30513,7 +30513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22e7ad17-40e6-4f01-a0f6-ae7e4649cc2a", + "id": "4317a8a4-48cf-45e3-8505-95d5b27c6902", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30558,7 +30558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a88a27-d90b-405b-a017-75f4c65929cf", + "id": "bea28153-da4d-4336-9f70-2e2d69588124", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30603,7 +30603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72adc099-87f0-47f0-ad9d-3dede7273f10", + "id": "a5f5623a-5426-4608-b6e6-2de3c2053a6c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30660,7 +30660,7 @@ "description": "Use this API to implement certification functionality. \nWith this functionality in place, administrators and designated certification reviewers can review users' access certifications and decide whether to approve access, revoke it, or reassign the review to another reviewer. \nImplementing certifications improves organizations' data security by reducing inappropriate access through a distributed review process and helping them satisfy audit and regulatory requirements. \n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers. \nOnce this certification has been completed, IdentityNow would provision all the access the user needs, nothing more. \n\nOrganization administrators or certification administrators can designate other IdentityNow users as certification reviewers. \nThose reviewers can select the 'Certifications' tab to view any of the certifications they either need to review or have already reviewed under the 'Active' and 'Completed' tabs, respectively. \n\nWhen a certification campaign is in progress, certification reviewers will see certifications listed under 'Active,' where they can review the involved identities. \nUnder the 'Decision' column on the right, next to each access item, reviewers can select the checkmark to approve access, select the 'X' to revoke access, or they can toggle the 'More Options' menu to reassign the certification to another reviewer and provide a reason for reassignment in the form of a comment. \n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must select 'Sign Off' to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items. \n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase. In the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed. \n\nRefer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html) for more information about certifications.\n", "item": [ { - "id": "1e1d334f-3cc9-49a0-a6eb-9db9c870cbcc", + "id": "c482efda-ad06-4bd8-9568-dd867083dafb", "name": "Identity Campaign Certifications by IDs", "request": { "name": "Identity Campaign Certifications by IDs", @@ -30744,7 +30744,7 @@ }, "response": [ { - "id": "3600421b-fa62-490c-bebd-e4deec983481", + "id": "3c4b9162-ef61-4b68-bd08-51c901504597", "name": "List of identity campaign certifications", "originalRequest": { "url": { @@ -30842,7 +30842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0408bacb-94ab-4076-94e3-c63c41508fa6", + "id": "1afdbce4-b14a-406e-9ee6-f5c984833b77", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30940,7 +30940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bd70dc2-f6ae-4265-a2ad-74f0fabfa89a", + "id": "b82ad397-2b3c-44b9-a93c-1df911e6025f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31038,7 +31038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "466f3796-a026-42d0-9d3c-b51f120a4dc3", + "id": "d47c0390-4e3d-4f60-9c8d-f5af171457b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31136,7 +31136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "656293b2-3c17-437a-9ca0-a20f0aa50ce5", + "id": "91b5ca34-6ec7-43c1-8e76-4606709273c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31234,7 +31234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "320a1504-8641-4944-8814-74d9eaccf78d", + "id": "4fd4a975-863b-4fc6-98d7-a9f6c24eb583", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31338,7 +31338,7 @@ } }, { - "id": "0c953fa2-784a-4fbd-a821-71488a1d0942", + "id": "8331e9ab-1a1b-4b86-bd13-5017820c2045", "name": "Identity Certification by ID", "request": { "name": "Identity Certification by ID", @@ -31379,7 +31379,7 @@ }, "response": [ { - "id": "63eb3a96-54e1-45b2-8ed6-cda9e4bfc953", + "id": "14c3264f-e102-443c-9ae3-5766da2ee59a", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -31423,7 +31423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f06cd8b-2c27-436c-9c42-3f9acf14416e", + "id": "75ffa7c9-ed34-428a-b6b0-4afd67bb632d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31467,7 +31467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e074a2e-2f89-4f9e-8a11-e8c6a35e2016", + "id": "20bcb96a-00c7-43e3-acc1-ff053ecafd67", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31511,7 +31511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb75e157-6bef-43af-8b3b-496dc3272abb", + "id": "23418d8a-90c8-49fe-a99a-9b7a7dec8d28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31555,7 +31555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f25caf4-14aa-4e49-8d0f-c9355c8a41a3", + "id": "6fe6b3e2-f61f-4225-a8d5-3288143cc6bf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31599,7 +31599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "239e95a4-17ca-4b5f-855c-f45de22841a0", + "id": "a7caf85f-ed16-4180-8d05-8733b6b016fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31643,7 +31643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d64a05-7336-463d-a786-dafbf6dc95bc", + "id": "1255eeab-fc26-41f0-b3a8-f4f5d3027544", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31693,7 +31693,7 @@ } }, { - "id": "4c7d3e33-3945-4656-8549-a6888f2bd9a4", + "id": "fe9a1952-d4b2-48cc-abac-4e92505af940", "name": "List of Access Review Items", "request": { "name": "List of Access Review Items", @@ -31808,7 +31808,7 @@ }, "response": [ { - "id": "55d45bdd-e8b4-40ee-8f41-2613e52a2346", + "id": "7b7eee58-7756-48c5-ac3a-a9ff31fecb4f", "name": "A list of access review items", "originalRequest": { "url": { @@ -31926,7 +31926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74eddc01-9d36-4b02-b6e0-15db9cfd0637", + "id": "562fa96e-f2c2-4245-a63e-88602451a3fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32044,7 +32044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23311e2b-da9c-4fbc-8b61-a29e95a325f2", + "id": "989da901-1aab-4e6f-a4fb-6f02f2def0e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32162,7 +32162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5c88656-2773-487f-aaa4-60182c6c7404", + "id": "6c8e6c4c-9d11-42a0-b019-0b8fc645782d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32280,7 +32280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec0ca066-bda2-4528-8f8f-8e32c00d4d9d", + "id": "7c438ae5-2a18-44c2-a4fb-e6aa69926a2b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32398,7 +32398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c091c445-7210-45dd-aa16-39a7eafba547", + "id": "31880a8f-9666-4e5e-9e36-c1e8cd56e279", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32516,7 +32516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5c8dabe-cc81-414e-b6d9-8ceba03f461c", + "id": "75b115e7-14bf-4568-91a0-5ad887e5aa94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32640,7 +32640,7 @@ } }, { - "id": "f6348046-8d45-47d0-be38-98c132dffc51", + "id": "987e3735-fc3e-4898-8e47-d088eb6c6a0d", "name": "Decide on a Certification Item", "request": { "name": "Decide on a Certification Item", @@ -32695,7 +32695,7 @@ }, "response": [ { - "id": "73fcbeb2-909d-4156-9db3-10754c227793", + "id": "0d143da7-96ae-4871-a2cc-81dbd4b51525", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -32753,7 +32753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e63e848f-5e28-44ea-8f2c-dc1038bf96b4", + "id": "e02728fe-545b-4b28-817b-bceb59d81449", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32811,7 +32811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b238d34-01f8-4d42-8bd9-fad6ab41622d", + "id": "098897ff-4900-4568-83c8-eb59a491beac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32869,7 +32869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b0a86b7-12af-4efd-9f9c-f8e2fc869327", + "id": "a64f9393-fed1-41f9-9901-a35176bc0964", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32927,7 +32927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6fc3b7c-96d3-4fd7-8f8e-86328e9ddd3d", + "id": "52232092-2170-4d88-a277-af597779821b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32985,7 +32985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eac9f2f-581e-4394-9239-02db686610bf", + "id": "75434d13-0a24-4622-9d5a-385f8d21f8ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33043,7 +33043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce7abedf-9631-4675-8b08-d8729ba9e2b9", + "id": "8b85e064-4668-4037-b121-fee4eebab03a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33107,7 +33107,7 @@ } }, { - "id": "07a522bb-5f42-4e27-b84b-24d813851874", + "id": "1487344c-c553-4c59-97f2-b28723a45917", "name": "Reassign Identities or Items", "request": { "name": "Reassign Identities or Items", @@ -33162,7 +33162,7 @@ }, "response": [ { - "id": "9396a5f1-06d8-4d44-9469-373660b08e36", + "id": "ec53c33b-87f8-4a86-a3b1-b40e57f7677f", "name": "An identity campaign certification details after completing the reassignment.", "originalRequest": { "url": { @@ -33220,7 +33220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c42e548-31b9-4825-bfc2-60ef9a16581d", + "id": "2b1818c7-4e8b-4fe3-a394-730b27a5ee12", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33278,7 +33278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39d67565-707a-4550-b8e8-93de30ac80dc", + "id": "410ddc24-cb53-4695-b9cc-175a0b0745e5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33336,7 +33336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3689db3b-8164-4aeb-850b-13b347258382", + "id": "0e577daf-f0ce-4931-a988-c23a25015345", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33394,7 +33394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a672ac9c-7006-4f32-b0ef-1e4d4ccd29ad", + "id": "88ec0286-fae9-4381-a213-42ca244e0fab", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33452,7 +33452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b535867-f41b-44ed-8bc4-9460eb133b37", + "id": "a0bc3fb7-a4ba-4995-985c-a49bc1ff18cb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33510,7 +33510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cdc1e32-f1f6-45ac-85c3-fa7ad369c008", + "id": "d050ac6f-081f-4e02-a339-2dc16261a936", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33574,7 +33574,7 @@ } }, { - "id": "120c21d7-705e-4124-93a0-ebebd7267612", + "id": "21b1555d-ae0d-4466-b408-09cf5aaf8cdc", "name": "Finalize Identity Certification Decisions", "request": { "name": "Finalize Identity Certification Decisions", @@ -33616,7 +33616,7 @@ }, "response": [ { - "id": "d383a886-e267-4615-b9cd-6c26d99a205e", + "id": "f82b8cde-511a-44cb-9f6e-4e14503cbed1", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -33661,7 +33661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105f13c2-17bf-4ed2-9e4a-23e8741e763b", + "id": "5050a600-0622-4157-b69a-eac143fbaa80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33706,7 +33706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15d35303-6133-454c-8405-07b6efdd9b23", + "id": "6dcfa90a-0c79-47b6-8c7c-71b06e42b5be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33751,7 +33751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e6985d3-5b05-4102-9973-a838ba52f762", + "id": "faf3ec8f-9482-4755-ab8c-1483fe024612", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33796,7 +33796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dbb5a0c-8fc7-433f-b8a8-82f0c701169a", + "id": "14122a0c-6570-466a-bac7-51db5e236b3c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33841,7 +33841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6ee57d2-391f-4c9a-b837-e8d77a135b19", + "id": "68387b0b-256a-4a08-b88d-6c7ffe014987", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33886,7 +33886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c2699fe-7d4a-431c-8431-a0ee84eac89d", + "id": "8b561ed2-1cc7-4026-a5ae-5bc875ea78c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33937,7 +33937,7 @@ } }, { - "id": "736b35c6-b34b-4af6-815a-09b927e3c5c9", + "id": "e90c917b-2081-4bd3-9c09-071bada8718f", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -34028,7 +34028,7 @@ }, "response": [ { - "id": "1671b816-c582-49d6-a999-c7d0cec2b055", + "id": "55f05ebe-6c81-4360-bc79-562aa5da2120", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -34112,7 +34112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0848fc19-98ce-4c41-b538-af82cbbbdf3b", + "id": "790406a8-4676-45fa-90db-d42dcf7ddb76", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34196,7 +34196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a1d3714-0a06-425a-aed3-77ef47ca7eaa", + "id": "2860a77b-03a1-4c21-a1fb-7f45e59ea241", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34280,7 +34280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e395ca73-0c07-440d-8edc-40671248b19a", + "id": "99601185-79fd-436c-8e4c-eed9b037de61", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34364,7 +34364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51d76ef6-4483-4f84-a463-1568726e7111", + "id": "2dc84a09-7041-4182-bd01-8000cc6315ad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34448,7 +34448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "098c4650-7366-4376-be22-358228fbd513", + "id": "bcef4a90-301d-4258-ae43-c3534c376a02", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34532,7 +34532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb2102b9-f6b6-4112-8fc5-7bc4e766398c", + "id": "182ca51e-c112-4a5a-877d-73f1f0a8fba3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34622,7 +34622,7 @@ } }, { - "id": "544ef50e-a464-4aba-b4c9-9318cef83959", + "id": "6e9fd92f-f615-450b-a811-c748cc410382", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -34710,7 +34710,7 @@ }, "response": [ { - "id": "4b0bd8f0-1d28-4808-ba00-e6e3312be9dc", + "id": "86a0b61c-0f39-4089-9343-59c297bc2463", "name": "A list of reviewers", "originalRequest": { "url": { @@ -34801,7 +34801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182004ed-56c2-4900-9381-7436882d72c4", + "id": "3682a379-18cc-4598-90c4-28d3977a4d84", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34892,7 +34892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62a6b86b-8bd1-482f-85dc-3d12878dab6c", + "id": "62e96c7d-a597-4f82-bf51-a4dae298b7e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34983,7 +34983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afdf6628-10d6-4189-bd84-ac2a52b81472", + "id": "19835131-c673-4d8c-816e-4ddb3c52d975", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35074,7 +35074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb20887f-da89-4bcf-9bc8-7c076f530058", + "id": "5745f730-dae2-414a-b889-ffa62dd0d404", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35165,7 +35165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02cba799-5a0f-43ab-ae0a-fbbeaa48d431", + "id": "713ec906-11d0-4988-b0fd-744b99a2174e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35256,7 +35256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52142161-5fdd-4af0-95ae-71cd28ba3f65", + "id": "f70cdb69-4424-43ff-bb5f-e5a57791624a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35353,7 +35353,7 @@ } }, { - "id": "de8a37ed-c1f5-41d1-9acc-0d082ffa0a94", + "id": "9870d00a-3a9a-4383-906b-0937d839d0b3", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -35408,7 +35408,7 @@ }, "response": [ { - "id": "fc23171d-93f9-464c-b999-1ede651eaa2c", + "id": "45ab29f0-3d47-40e9-a9d9-ac5f2b1a80b0", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -35466,7 +35466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "271a1baa-1082-4fab-9c15-1ee332bf16f6", + "id": "0f5511e6-2302-4d9a-a519-206b90029a00", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35524,7 +35524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cc3b775-fc62-4bec-92b9-67973e5d3abf", + "id": "f632ee54-79ef-45a4-894f-5737c3f7fe48", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35582,7 +35582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd54b23d-db10-4810-8c5f-49a6f835ddb3", + "id": "76fe0b28-2c23-4a0c-847f-1e1951d286ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35640,7 +35640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1bf6716-346c-44b1-8b52-e1b1ccd2821c", + "id": "ec39bc4b-73ee-407b-ae8d-f4c941b95ef6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35698,7 +35698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf9ae86b-f14f-4492-9794-a7a1009e4760", + "id": "5ace2acf-a51f-4da0-9362-f642d614991a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35756,7 +35756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea3b459a-74ea-4264-a3fb-4eeceb525339", + "id": "875737fa-a8e8-4df3-8935-7658ef4ce1b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35820,7 +35820,7 @@ } }, { - "id": "50940411-04db-4ce2-a8ba-6fc45be80bd9", + "id": "f39ac91d-038c-429d-a19f-e4104deab4f5", "name": "Certification Task by ID", "request": { "name": "Certification Task by ID", @@ -35861,7 +35861,7 @@ }, "response": [ { - "id": "6c43189b-4313-48fa-a0ab-0dc4a909deb8", + "id": "cab9ae5b-3d4a-4593-af9b-78e94776cce8", "name": "A certification task", "originalRequest": { "url": { @@ -35905,7 +35905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfb54f37-54a4-4481-ac85-5985372e3c9b", + "id": "f3ec482e-04c8-492d-9fd4-7927eb1b094d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35949,7 +35949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38cfe510-3579-4967-9a6d-0eba89c8cabb", + "id": "edaa4422-8428-417b-b9c6-ea55a6cfd4f9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35993,7 +35993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "893af7e1-4d80-43ba-85db-e76060dbc769", + "id": "ec512430-cf37-44f1-9ee3-3508e93a02eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36037,7 +36037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dceb0c65-d723-48d6-a70c-af16021216d7", + "id": "fde53e0e-019a-486a-a293-3d23cedec92d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36081,7 +36081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fb320e7-900e-453a-b638-b6a91f9f4e93", + "id": "0bbb22e5-b052-4f6f-abc5-93933c8fe1f5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36125,7 +36125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3760cf8-c7a1-4590-aa37-74a56ebe7e37", + "id": "5333d8ca-18e3-4e90-bea4-30912b7afad5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36175,7 +36175,7 @@ } }, { - "id": "d857568b-a729-4fbd-82b3-b5bdca46fad1", + "id": "bb2292cd-44b6-456a-b475-5ca070455483", "name": "List of Pending Certification Tasks", "request": { "name": "List of Pending Certification Tasks", @@ -36250,7 +36250,7 @@ }, "response": [ { - "id": "32d6d932-09f6-4a88-aec9-6ebe2fbdb374", + "id": "142f547c-e5df-4e1f-b20d-4280b0a8f8b0", "name": "A list of pending certification tasks", "originalRequest": { "url": { @@ -36339,7 +36339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed6a0a56-56a4-4113-afd9-948c79372a5a", + "id": "47ddcd67-623e-492f-bbc7-21561d71fc3e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36428,7 +36428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8a73cb8-a2d4-440e-b12a-f9d59ba78548", + "id": "0ba65621-446f-476c-bf8a-97fc812a93b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36517,7 +36517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "688b3d91-e37e-407f-bf19-58e334e8ea30", + "id": "d1f6b46a-3bba-47d2-b773-edfbd1381e7d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36606,7 +36606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8cac2fc-4331-4fc9-bb35-1c390f51a995", + "id": "51cf4a77-6194-4528-a7e4-f5abe2e676ea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36695,7 +36695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b45e256f-e5b2-41fa-981e-3bfa986f9ae6", + "id": "baf44d9b-9181-4c76-8dc4-c0541a00bd2e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36784,7 +36784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "186652e5-09dd-4dcc-8d21-f0c07071fb26", + "id": "21378b3a-b837-457d-a1af-851ead2552bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36885,7 +36885,7 @@ "description": "Use this API to implement certification summary functionality. \nWith this functionality in place, administrators and designated certification reviewers can review summaries of identity certification campaigns and draw conclusions about the campaigns' scope, security, and effectiveness. \nImplementing certification summary functionality improves organizations' ability to review their [certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html) and helps them satisfy audit and regulatory requirements by enabling them to trace access changes and the decisions made in their review processes. \n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese certifications serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign. \n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers. \nOnce this certification has been completed, IdentityNow would provision all the access the user needs, nothing more. \n\nCertification summaries provide information about identity certification campaigns such as the identities involved, the number of decisions made, and the access changed. \nFor example, an administrator or designated certification reviewer can examine the Manager Certification campaign to get an overview of how many entitlement decisions are made in that campaign as opposed to role decisions, which identities would be affected by changes to the campaign, and how those identities' access would be affected.\n", "item": [ { - "id": "368e3854-2487-4a4e-9fb6-dc2613b907c9", + "id": "0adf83b8-4016-4d68-b9f7-241411e8b70f", "name": "Summary of Certification Decisions", "request": { "name": "Summary of Certification Decisions", @@ -36937,7 +36937,7 @@ }, "response": [ { - "id": "08a91ddd-cc18-423b-87f6-43e22f9777fe", + "id": "f5fbe0a3-47c0-4a64-bb85-4f97b0976810", "name": "Summary of the decisions made", "originalRequest": { "url": { @@ -36992,7 +36992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e27a5242-aa9e-4c8e-835e-0c086148b846", + "id": "b2e29492-614f-4ba3-8d32-45e08e4feef2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37047,7 +37047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "084de630-77d8-4851-97f2-baabe1e7b640", + "id": "71ee5c36-6bf4-4e20-9a44-3b6ad7c54cf9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37102,7 +37102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c63da20f-97d3-4036-aac1-ec16566dd421", + "id": "af0ab758-1288-4137-a3f6-cfc81eaa77f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37157,7 +37157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6180fe9-1893-410e-9647-ea64d4a7cfa0", + "id": "05a5f7fb-170d-45e7-8f51-baa4cbd753ce", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -37212,7 +37212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17e78311-fcf5-4fe0-a581-b2fb61153808", + "id": "956b81a2-1119-4c0b-99d3-473f006b8d36", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37267,7 +37267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2842ff24-4688-406e-a9bc-1a4cbfbc4943", + "id": "894c64e4-25cb-4fe8-88bb-3310789ee5ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37328,7 +37328,7 @@ } }, { - "id": "bd3c612c-381f-4c81-b567-6c639fb41dcf", + "id": "8386b7d0-1d80-492e-8817-1d59a2a5164e", "name": "Identity Summaries for Campaign Certification", "request": { "name": "Identity Summaries for Campaign Certification", @@ -37416,7 +37416,7 @@ }, "response": [ { - "id": "5e35d057-719d-4667-8dcc-ae1521f3e748", + "id": "aaec7d62-4a52-4195-8dd7-bc9c03e76eaf", "name": "List of identity summaries", "originalRequest": { "url": { @@ -37507,7 +37507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a59f456-4832-4fdc-94bb-0aaf272e0e6a", + "id": "b79ebb23-8700-4a94-b0cb-dad0a4dcb0b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37598,7 +37598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e89d123-b2cb-49d8-8d87-77c227a91b38", + "id": "f7db3bb8-e393-4e50-970d-3ad70d87c4fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37689,7 +37689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea431329-6be0-420e-b026-c7b8d1ba905f", + "id": "89e2b917-8cb2-439f-93da-6a71a6d1f57b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37780,7 +37780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb9d5747-763b-4cc2-b598-f7830e45c5ed", + "id": "671d7d76-9d5a-4afc-982c-7061393ee550", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -37871,7 +37871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee86a7d2-e31c-4b2b-ab18-a4ff2c47630b", + "id": "2bc536ea-a5c3-442f-9cbe-f54174be0baf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37962,7 +37962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53fbe2f2-3c25-4a78-8a3d-27d6df520467", + "id": "7278552b-8874-4c80-8671-adec17455bf9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38059,7 +38059,7 @@ } }, { - "id": "02e9c434-1656-4823-870c-ed3e3faef970", + "id": "f5142cf4-8fb9-4eed-8643-c81925bfeb66", "name": "Access Summaries", "request": { "name": "Access Summaries", @@ -38158,7 +38158,7 @@ }, "response": [ { - "id": "799dd46c-fd2e-4bb4-aea6-eda9114af51e", + "id": "a9d4f967-ff86-490d-9e3b-eac5176a2c0b", "name": "List of access summaries", "originalRequest": { "url": { @@ -38250,7 +38250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23bfcf9c-8c62-4938-a1b6-61cce35438b5", + "id": "0e6eb176-9d1e-48de-9456-54a29be6bc31", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38342,7 +38342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5751a9f-5fca-4d26-95ce-24e1d3a313f1", + "id": "9918b598-fbdd-401b-aff5-f6a3d45f68cd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38434,7 +38434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e040663-60d1-4cb6-b3aa-723061fe343a", + "id": "84dc2718-5699-4eb8-ab41-b800f6171ce7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38526,7 +38526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23cd0a58-b205-4dd2-9f6c-a7b3affe40a4", + "id": "9813635c-a52e-4670-97e6-0a7e06927746", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38618,7 +38618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4196581-323f-44d3-8862-ea0d7f150aab", + "id": "70d650bd-e084-4c1a-ac32-e21fc53033fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38710,7 +38710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f102b1b8-edd4-4ef9-b019-37a02790510e", + "id": "a8e041d0-bf81-4aac-94a0-633faa13ed65", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38808,7 +38808,7 @@ } }, { - "id": "07263585-0289-4d85-9ae3-1c9d5616be62", + "id": "87b0a7cf-7767-4621-ad82-951bec6253f6", "name": "Summary for Identity", "request": { "name": "Summary for Identity", @@ -38861,7 +38861,7 @@ }, "response": [ { - "id": "6524a5c4-607f-4d88-8f73-192fc4d62e58", + "id": "cc6747ab-0c1d-472f-8691-a6862608c2bc", "name": "An identity summary", "originalRequest": { "url": { @@ -38907,7 +38907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89040d64-41b3-40ab-8476-7e2bf05295c6", + "id": "dc8768b8-e23b-4c42-ac53-98df308d3f1f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38953,7 +38953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caccae03-15aa-4406-9e26-1f26116238b9", + "id": "8368b1cd-d591-4742-9019-65f1dfe83727", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38999,7 +38999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c23eb472-43a6-470f-a221-7b3b91be8185", + "id": "f64f8ab8-e86a-4aa6-9f53-3d725ae1ca88", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39045,7 +39045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfd494fe-4bd3-42fd-af72-591c4e415aae", + "id": "22004948-e175-41ba-b49e-4f367541b6d4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39091,7 +39091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c552714-4c71-433e-ba8e-0c2ff69d6ed8", + "id": "5c264edd-1afa-45fe-a017-142fe735ab5f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39137,7 +39137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "473d2e60-cf9b-47ef-8efd-df4d54843683", + "id": "2ea2e4b1-1531-4770-8ac2-4f0958afdb67", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39195,7 +39195,7 @@ "description": "Use this API to implement the certification campaign filter functionality. These filters can be used to create a certification campaign that includes a subset of your entitlements or users to certify.\n\nFor example, if for a certification campaign an organization wants to certify only specific users or entitlements, then those can be included/excluded on the basis of campaign filters.\n\nFor more information about creating a campaign filter, refer to [Creating a Campaign Filter](https://documentation.sailpoint.com/saas/help/certs/campaign_filters.html#creating-a-campaign-filter)\n\nYou can create campaign filters using any of the following criteria types:\n\n- Access Profile : This criteria type includes or excludes access profiles from a campaign.\n\n- Account Attribute : This criteria type includes or excludes certification items that match a specified value in an account attribute.\n\n- Entitlement : This criteria type includes or excludes entitlements from a campaign.\n\n- Identity : This criteria type includes or excludes specific identities from your campaign.\n\n- Identity Attribute : This criteria type includes or excludes identities based on whether they have an identity attribute that matches criteria you've chosen.\n\n- Role : This criteria type includes or excludes roles, as opposed to identities.\n\n- Source : This criteria type includes or excludes entitlements from a source you select.\n\nFor more information about these criteria types, refer to [Types of Campaign Filters](https://documentation.sailpoint.com/saas/help/certs/campaign_filters.html#types-of-campaign-filters)\n\nOnce the campaign filter is created, it can be linked while creating the campaign. The generated campaign will have the items to review as per the campaign filter.\n\nFor example, An inclusion campaign filter is created with a source of Source 1, an operation of Equals, and an entitlement of Entitlement 1. When this filter is selected, only users who have Entitlement 1 are included in the campaign, and only Entitlement 1 is shown in the certification.\n", "item": [ { - "id": "59802a1c-89b4-4252-b560-147161ad58ab", + "id": "8fe22a30-9e36-43e8-877b-e2b6ea118aa3", "name": "Create a Campaign Filter", "request": { "name": "Create a Campaign Filter", @@ -39237,7 +39237,7 @@ }, "response": [ { - "id": "df418222-80cf-4eab-ba7c-861d2f28531c", + "id": "d93898e9-0883-4028-8eba-8c97a6d3eada", "name": "Created successfully.", "originalRequest": { "url": { @@ -39293,7 +39293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50504adb-06ef-4943-98ee-4ee6aa4baecc", + "id": "7c92cb2c-6d9a-4401-969d-4e26619973e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39349,7 +39349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c89fdb94-58e6-466a-8494-4b0f2e405607", + "id": "e9eb4b29-d479-4558-bdd6-bf40c7b7b773", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39405,7 +39405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "363de601-dcc2-459b-b25e-eb479934b7f7", + "id": "c9ddd99c-bf4d-46ca-a4f1-cd89dd404f95", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39461,7 +39461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a303e0c0-392c-4384-a91c-979824a3d02c", + "id": "5a2b44ac-2ddd-4bb7-85c5-7d6884212191", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39517,7 +39517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d5025d6-00d9-47b5-a023-9cf357d0f526", + "id": "af35cbe4-4353-42fe-a0c6-36bd299e9054", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39579,7 +39579,7 @@ } }, { - "id": "213e1909-3054-4e09-92f4-919472a6750f", + "id": "58a0176d-273c-499c-8b6f-ef48d8b779f9", "name": "List Campaign Filters", "request": { "name": "List Campaign Filters", @@ -39636,7 +39636,7 @@ }, "response": [ { - "id": "e8e8924b-a0e0-4485-9c86-b8cf8caf0226", + "id": "1ff1d6c7-9f71-4693-aced-c9f7d6551f9e", "name": "List of campaign filter objects", "originalRequest": { "url": { @@ -39707,7 +39707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58edb484-edd4-4c86-97c7-be22eb41f0ac", + "id": "39074ff9-5d03-4bb3-8224-bb8ae90b3fff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39778,7 +39778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f98fc50b-b32d-4e6e-9dcd-d71dd6194ccb", + "id": "a0c0f64a-4a6c-44da-a315-fbbef9a33167", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39849,7 +39849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0313d25-6927-45ce-a379-ed258b0a3e34", + "id": "e27577e0-4a74-44c5-b6c1-c4a1fcfa1eba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39920,7 +39920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2739eb68-1c6c-4dad-ba59-7e7c722d0ee5", + "id": "ec39de29-66db-49ba-9f36-550fb46a0089", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39991,7 +39991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ad7c981-92ef-45e6-9375-47ebb13767a9", + "id": "d636c962-93bc-4d31-93c4-ad0129df2b0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40068,7 +40068,7 @@ } }, { - "id": "3818b8f3-28a3-4b7a-b2a2-8f48cecb1ab6", + "id": "52ff0160-8f23-45fb-8cee-2bc97dcd9a0f", "name": "Get Campaign Filter by ID", "request": { "name": "Get Campaign Filter by ID", @@ -40113,7 +40113,7 @@ }, "response": [ { - "id": "1a157583-3584-43e4-a5e0-481c1cb950c4", + "id": "78090212-00e2-48c2-a8ce-2c7673e24f1f", "name": "A campaign filter object.", "originalRequest": { "url": { @@ -40157,7 +40157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36ecca3a-31cb-48a7-9b13-5d9d96686f06", + "id": "89c5181f-edaa-410e-880e-1fe5e87d7d57", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40201,7 +40201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "913aca7b-4a23-4026-be3c-4ab5f872a8b0", + "id": "031e5280-3f63-44a1-8c33-3e5d5b078caf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40245,7 +40245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8592a094-63db-4a60-9c89-dd6012734419", + "id": "036c585a-4944-4c21-86c3-9215a495bc46", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40289,7 +40289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9483711-2652-4387-8b3a-6727eb5a5b55", + "id": "627e30e8-7b54-4480-b4d7-90648c6732cb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40333,7 +40333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4b42cde-4825-4e88-87fe-8922d682e22d", + "id": "c72e961f-35df-47af-a799-ac846f26b938", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40377,7 +40377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06da5649-97ff-49ff-b1b7-2e2cd52065b8", + "id": "2b938273-391d-40eb-a27c-d36fda71234c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40427,7 +40427,7 @@ } }, { - "id": "3f5a5d5f-9b17-4c39-8ec8-262604cc0d41", + "id": "95172dff-5351-4931-9dcf-64c8031812f1", "name": "Updates a Campaign Filter", "request": { "name": "Updates a Campaign Filter", @@ -40485,7 +40485,7 @@ }, "response": [ { - "id": "c52491fa-b9bd-4b22-9b17-2e512865c5a9", + "id": "3abd11fd-27a2-4aee-90a6-00069e0f648b", "name": "Created successfully.", "originalRequest": { "url": { @@ -40542,7 +40542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6cfb1e3-3a0b-44ff-add3-a56e8d28bda1", + "id": "2949fb32-54c5-4f12-8bfa-7b8555371bb3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40599,7 +40599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d903262-4135-4779-a5f9-5e65afbf2d9d", + "id": "08774e15-f861-4a53-9f84-c9f7ebab48ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40656,7 +40656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7e26608-1ed8-4120-9589-823cbe77b81a", + "id": "6bc0ba48-509f-4696-96a5-4e822657c039", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40713,7 +40713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1681a554-874f-4e9d-a4bd-ca26a6c11644", + "id": "2c19b5c7-4ab8-485f-a2d0-b683ff27f44f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40770,7 +40770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc8a9fdc-f3d2-48f1-b9de-b3b7214405e8", + "id": "e426a2b5-57d2-416e-b695-1ffc338cce1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40833,7 +40833,7 @@ } }, { - "id": "6af20cbf-ea19-49f7-96e5-d91284808af5", + "id": "c10d520e-6f4a-491d-92be-0255df475780", "name": "Deletes Campaign Filters", "request": { "name": "Deletes Campaign Filters", @@ -40876,7 +40876,7 @@ }, "response": [ { - "id": "3486b928-e9cd-4d45-b05b-b97a850353eb", + "id": "371ba28e-63ff-4492-9ced-8bb7e779c068", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -40923,7 +40923,7 @@ "_postman_previewlanguage": "text" }, { - "id": "92a638a0-8f42-4624-b585-1855ee872543", + "id": "f458459f-4fe5-4b67-a10d-648f4ecdefa3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40980,7 +40980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52a8d1b8-afdc-42a4-80d4-4db4ddabe9e5", + "id": "6b7dfaae-f33d-41f3-b239-489e9a39e3ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41037,7 +41037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f9641e1-eff0-4b71-9196-e194c87e0c4e", + "id": "7fe819a4-c81f-40c6-bade-a2d721a352dc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41094,7 +41094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2f3ef37-bf53-498f-b919-b30c7cf68150", + "id": "23b9f17e-b905-4c66-9eeb-1a9f315d2b1f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41151,7 +41151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da81f9eb-5426-4c57-818b-9668b6d7bee7", + "id": "e8f1df7a-4014-48dd-b7f1-fb8780481f95", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41208,7 +41208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a918220-9e22-4645-ba2f-492bf3ae1a3a", + "id": "f1066f01-ca92-470e-bc45-181d57fbcd44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41277,7 +41277,7 @@ "description": "Use this API to implement and customize global tenant security settings.\nWith this functionality in place, administrators can manage the global security settings that a tenant/org has.\nThis API can be used to configure the networks and Geographies allowed to access IdentityNow URLs.\n", "item": [ { - "id": "cbb24f86-8acf-4374-8046-dcdbc33cccc8", + "id": "746606d7-8bbd-49d5-af5e-722f3a19c49c", "name": "Get security network configuration.", "request": { "name": "Get security network configuration.", @@ -41307,7 +41307,7 @@ }, "response": [ { - "id": "7c815ea4-38f1-474e-82cc-79aa80d752b6", + "id": "5130132f-028e-4a6f-936c-f1b6a44182c3", "name": "Network configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -41351,7 +41351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed5bed14-0301-4b64-8c0b-d28b1bfe7d94", + "id": "3877e848-4b99-4aff-a1de-9aac99bc2209", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41395,7 +41395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f699e833-56b5-4766-b4f4-9de6f14ce6d0", + "id": "edfefc8e-00cb-4528-918e-5e9c6a054cf1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41439,7 +41439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbc47610-abee-495c-be9d-ebcccc3639e8", + "id": "12c03b55-5967-40ba-98a0-a638f0d86be8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41483,7 +41483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0bc171b-8601-4c58-ab9b-4520e4107b90", + "id": "01425db5-9043-47b7-b2b6-a036f2930909", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41527,7 +41527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acf4ff9c-eecf-4815-b58e-485aa9a39fd4", + "id": "e5143a0c-50c0-4b7d-8099-11e9835a8067", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41571,7 +41571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5e74378-bb5c-4310-9398-8f6f5703d3cc", + "id": "08d02870-55af-4c34-ab7b-2f10fc42fae8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41621,7 +41621,7 @@ } }, { - "id": "7f480de3-b535-4e04-9001-c541b1513faa", + "id": "61fef1c8-0d03-4830-8d23-172b8304eda2", "name": "Create security network configuration.", "request": { "name": "Create security network configuration.", @@ -41664,7 +41664,7 @@ }, "response": [ { - "id": "bcbb0f0d-31d4-40b8-ac1b-b879b160552d", + "id": "69b78d49-18ff-4544-ab0f-95bd2da0cdcc", "name": "Network configuration for the tenant.", "originalRequest": { "url": { @@ -41721,7 +41721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0834bf4f-1bb8-4b99-99d8-26ce9e635a38", + "id": "8166d926-6d03-46ad-a3cf-33189d37669c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41778,7 +41778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85bb2465-44fd-4e62-99af-3be90d3b0cfd", + "id": "b5e69fbc-5705-41c3-b294-03a8d4dfc873", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41835,7 +41835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ef6c765-d284-4296-91c2-fdd9a7a5ea26", + "id": "3401972f-657a-49ac-a54a-6ad4920c736c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41892,7 +41892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ff8b7aa-306d-4885-aaae-76447f415892", + "id": "7c51e182-c4f4-44ff-89a1-72500b94e416", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41949,7 +41949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17f0c144-0260-4148-b1b2-7d6a8e7960c4", + "id": "e489d9c7-f03d-43cf-9250-39a3c31ac3f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42006,7 +42006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd718c27-e07f-40c2-8596-33c619b3c920", + "id": "0464526c-447b-46a9-9749-1b31015c0276", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42069,7 +42069,7 @@ } }, { - "id": "a3e75682-c830-4f2b-9271-6b90cf13769d", + "id": "1b4621f5-2cb0-43e2-913b-6be3d78f9b13", "name": "Update security network configuration.", "request": { "name": "Update security network configuration.", @@ -42112,7 +42112,7 @@ }, "response": [ { - "id": "659353b7-cb7e-4dc8-b56a-781066dd174b", + "id": "7042449d-830b-4faf-ba3c-af940fed8d6c", "name": "Updated Auth Org network configuration.", "originalRequest": { "url": { @@ -42169,7 +42169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a98c23fe-6e96-42a8-ae7b-af51c55d7e2a", + "id": "d47f5ebd-8c43-4067-8e26-008b8b55bdb2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42226,7 +42226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63bf373c-1631-465f-9145-ac2f3024a038", + "id": "e7a53659-4f58-4fec-8ef1-fa928c54d8f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42283,7 +42283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "066d2e3f-e7a5-4520-a632-e1c4688b5e3e", + "id": "7a6c1d6f-53ae-4ee1-8959-9bac0af9f21e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42340,7 +42340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5991da8b-4eb7-4a37-9d3c-cd74adc98be9", + "id": "ae6e79e0-a282-48b3-9f69-dd26455f37e8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42397,7 +42397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a17cd08-d3bd-46d4-bdcb-2470c7c44477", + "id": "a0480197-953e-4217-a226-ebd6cabafe6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42454,7 +42454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "601718d7-2ec8-40a2-a852-2e8e525036e6", + "id": "39bcbfdf-a0db-4eee-a08b-24c02d8d4ad4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42523,7 +42523,7 @@ "description": "Use this API to implement and customize lifecycle state functionality.\nWith this functionality in place, administrators can create and configure custom lifecycle states for use across their organizations, which is key to controlling which users have access, when they have access, and the access they have.\n\nA lifecycle state describes a user's status in a company. For example, two lifecycle states come by default with IdentityNow: 'Active' and 'Inactive.' \nWhen an active employee takes an extended leave of absence from a company, his or her lifecycle state may change to 'Inactive,' for security purposes. \nThe inactive employee would lose access to all the applications, sources, and sensitive data during the leave of absence, but when the employee returns and becomes active again, all that access would be restored. \nThis saves administrators the time that would otherwise be spent provisioning the employee's access to each individual tool, reviewing the employee's certification history, etc. \n\nAdministrators can create a variety of custom lifecycle states. Refer to [Planning New Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#planning-new-lifecycle-states) for some custom lifecycle state ideas.\n\nAdministrators must define the criteria for being in each lifecycle state, and they must define how IdentityNow manages users' access to apps and sources for each lifecycle state.\n\nIn IdentityNow, administrators can manage lifecycle states by going to Admin > Identities > Identity Profile, selecting the identity profile whose lifecycle states they want to manage, selecting the 'Provisioning' tab, and using the left panel to either select the lifecycle state they want to modify or create a new lifecycle state. \n\nIn the 'Provisioning' tab, administrators can make the following access changes to an identity profile's lifecycle state: \n\n- Enable/disable the lifecycle state for the identity profile.\n\n- Enable/disable source accounts for the identity profile's lifecycle state.\n\n- Add existing access profiles to grant to the identity profiles in that lifecycle state.\n\n- Create a new access profile to grant to the identity profile in that lifecycle state.\n\nAccess profiles granted in a previous lifecycle state are automatically revoked when the identity moves to a new lifecycle state. \nTo maintain access across multiple lifecycle states, administrators must grant the access profiles in each lifecycle state. \nFor example, if an administrator wants users with the 'HR Employee' identity profile to maintain their building access in both the 'Active' and 'Leave of Absence' lifecycle states, the administrator must grant the access profile for that building access to both lifecycle states.\n\nDuring scheduled refreshes, IdentityNow evaluates lifecycle states to determine whether their assigned identities have the access defined in the lifecycle states' access profiles. \nIf the identities are missing access, IdentityNow provisions that access. \n\nAdministrators can also use the 'Provisioning' tab to configure email notifications for IdentityNow to send whenever an identity with that identity profile has a lifecycle state change. \nRefer to [Configuring Lifecycle State Notifications](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#configuring-lifecycle-state-notifications) for more information on how to do so.\n\nAn identity's lifecycle state can have four different statuses: the lifecycle state's status can be 'Active,' it can be 'Not Set,' it can be 'Not Valid,' or it 'Does Not Match Technical Name Case.' \nRefer to [Moving Identities into Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#moving-identities-into-lifecycle-states) for more information about these different lifecycle state statuses. \n\nRefer to [Setting Up Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html) for more information about lifecycle states.\n", "item": [ { - "id": "2fc13ac5-777d-417b-a0a8-9110345dac67", + "id": "f64af06e-3bd9-4b83-a5d2-8c6f7d0cdea9", "name": "Set Lifecycle State", "request": { "name": "Set Lifecycle State", @@ -42578,7 +42578,7 @@ }, "response": [ { - "id": "f6fdfc41-a227-4f11-ac47-35b018675a09", + "id": "fa58e34f-840e-485f-b563-89282d098d7f", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -42636,7 +42636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81a627bb-45ae-4737-9bf9-be7d141e83e8", + "id": "ba8c7440-f4d0-4d6e-a73c-a6344e7d5f7c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42694,7 +42694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a0d91bd-4814-468f-aff7-2a47fe6be623", + "id": "20a4c881-7ee6-41eb-b4fb-641cf290d967", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42752,7 +42752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a87d214-bcac-4215-b9be-d9d503d67e34", + "id": "16206bc9-7349-4ae8-8374-e6f8cfce8997", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42810,7 +42810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf4f1fa1-11f1-4bb8-baf8-b4a65477189c", + "id": "47bc4c74-a83d-47a9-b84c-2ef7ebbdf722", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42868,7 +42868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39258706-b704-40a5-a1ca-962a9a5f7bc2", + "id": "f97c9a44-c4af-4d7a-aaf7-9d3c16902007", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42926,7 +42926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb08e3b1-5168-46a3-b6bf-a17b476f4071", + "id": "52c640ed-24ca-4a07-84dd-32fbd375faf3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42990,7 +42990,7 @@ } }, { - "id": "b5f1eedf-ed0f-49b2-9081-9cbf896c3873", + "id": "1fe5be20-d280-45e4-be84-5b8fed84fd79", "name": "Lists LifecycleStates", "request": { "name": "Lists LifecycleStates", @@ -43069,7 +43069,7 @@ }, "response": [ { - "id": "429123a4-82a1-43ea-87a2-792be9974c82", + "id": "da073f4b-9ada-4032-8acf-e84236e05d7a", "name": "List of LifecycleState objects", "originalRequest": { "url": { @@ -43151,7 +43151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d66fdb58-7df7-483c-aa88-c6908a2cfff1", + "id": "b6e053b9-79db-4737-9f2f-543efb4c9c6a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43233,7 +43233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf704630-c252-444b-95cb-4b9babf67b0b", + "id": "dcb0b30c-8e94-4303-b33c-e0ca1a291286", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43315,7 +43315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25e92332-d86f-4676-ad18-5008dfbb8aa2", + "id": "8a08e86d-bf3e-49c6-b43d-0e741d437566", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43397,7 +43397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d319539f-3d0a-4989-9e73-8bc0c4059a46", + "id": "54ab76e1-a462-40f0-be00-9d8e532d5c4a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43479,7 +43479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57ddf596-5fe0-43d8-90ba-27dbace3a380", + "id": "5527aa41-1b63-49c7-9093-12b563dd85f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43567,7 +43567,7 @@ } }, { - "id": "de95d869-9df3-4f63-ad5c-05da18193c91", + "id": "e664794a-0e35-4b9b-a3d2-f548503a3818", "name": "Create Lifecycle State", "request": { "name": "Create Lifecycle State", @@ -43622,7 +43622,7 @@ }, "response": [ { - "id": "1e967f84-0546-40c9-a358-4c5e95883aab", + "id": "1b35b109-89b6-4dfb-bf96-c01089d652c7", "name": "Created LifecycleState object.", "originalRequest": { "url": { @@ -43680,7 +43680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ce34ea4-fdfb-4fa5-9a9b-7e53f9f6fb02", + "id": "f94cea7b-4691-4193-8f3a-53f725c723bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43738,7 +43738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "577d9446-cbfc-4268-977a-c16356633f0d", + "id": "4d610821-569e-49bb-8ef2-bb49a84d69ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43796,7 +43796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71456f99-c261-4cb2-8bb7-7f117c9f8615", + "id": "162228e3-d4ee-4775-90a3-60c7d9b8feb2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43854,7 +43854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e251d4db-62e2-4e3a-aefd-6d955adf736d", + "id": "166223ee-e917-4e80-9c88-8a7d4d0831fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43912,7 +43912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2412324b-f8ef-4cc4-a565-a4f0ea9614f2", + "id": "444404c5-c950-4ca4-96e0-46ae99f89079", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43976,7 +43976,7 @@ } }, { - "id": "095a7bd0-c7f4-4720-84b8-7e9615dd52b1", + "id": "adab6cbb-9263-455f-b32b-4cad1e390860", "name": "Retrieves Lifecycle State", "request": { "name": "Retrieves Lifecycle State", @@ -44029,7 +44029,7 @@ }, "response": [ { - "id": "c6d2af1f-4bf6-4c35-9011-6a0982a187d4", + "id": "24b0f85d-37e2-404f-9e07-43936344720b", "name": "The requested LifecycleState was successfully retrieved.", "originalRequest": { "url": { @@ -44075,7 +44075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "609e1a38-7303-4f9c-a395-126c39c7a4f2", + "id": "db46e8ee-ac75-41a1-b99a-3e7d2c9f193c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44121,7 +44121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6d3f763-383b-4d05-aeef-9f59f90dd066", + "id": "feca3cb6-b2f9-46eb-bca3-4be854405d79", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44167,7 +44167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1193ded-421a-4ebe-8d1b-9b3d8ef6fddb", + "id": "2e253ff2-d331-4a69-8d2e-27c4ec434b06", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44213,7 +44213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8acbd52f-5f1c-4c0b-94d2-5f868185c304", + "id": "c95f907a-4fb3-4f84-a44e-004c2af783e3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44259,7 +44259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48a042ac-d775-431a-a541-0d2bdb363648", + "id": "45d0c80c-08c3-43be-b78e-220edb060edf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44305,7 +44305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b06aa16f-da68-4ddf-a75b-3a76fea48930", + "id": "3704d66a-225e-41b6-b4cb-a991274fc192", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44357,7 +44357,7 @@ } }, { - "id": "f6edcc2d-e217-4987-8c9a-b730ca5042cd", + "id": "dcc71196-b41f-4ed0-ab8e-04a58912987a", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -44423,7 +44423,7 @@ }, "response": [ { - "id": "978839a6-493f-4698-9ee3-b4d13ecb024e", + "id": "bcacd7c9-8c86-446f-9555-7690579e172a", "name": "The LifecycleState was successfully updated.", "originalRequest": { "url": { @@ -44482,7 +44482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0319a93-6fcf-4a90-b7c6-f56e1e2c36ea", + "id": "bc4da8a9-6373-4647-8253-0b5514150a2f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44541,7 +44541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62d4317b-391f-463a-b62f-a097942c45a1", + "id": "bdccb29c-a392-45cf-b9ab-56baa91f44a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44600,7 +44600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18f7bc95-d146-42d8-989f-3368b760b52a", + "id": "98272068-ccb2-4499-921a-22caaf35b588", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44659,7 +44659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e0ee9f7-b411-4c17-9a04-df07ffc826d4", + "id": "2e05e4a1-b38e-4f05-a6f2-7e156fcc5581", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44718,7 +44718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94b60873-1f52-44d0-a546-8f5ada34f189", + "id": "d0699b5d-d15e-4bbb-aa56-7e932f595123", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44777,7 +44777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00e1619a-f365-4528-b9fc-c86cb631b1d2", + "id": "c6f770d3-9230-485b-8d47-196410f63c19", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44842,7 +44842,7 @@ } }, { - "id": "acc35913-5a1f-4e54-919c-b70fdd1a06a2", + "id": "d4b10cad-02ec-4113-9e12-bf5e06b0e2a9", "name": "Delete Lifecycle State by ID", "request": { "name": "Delete Lifecycle State by ID", @@ -44895,7 +44895,7 @@ }, "response": [ { - "id": "2fbc0adb-5f8d-452b-b3e0-aea9b1e26d3c", + "id": "78870ec5-5e4c-4e85-afe0-a208c2c99d1b", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -44936,12 +44936,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"consequat reprehenderit\",\n \"name\": \"Contractor Lifecycle\"\n}", + "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"aliquip consequat sunt ex\",\n \"name\": \"Contractor Lifecycle\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1c85a40a-0b56-49c3-84d1-f8bf66ec97dd", + "id": "605defd1-fd97-46d0-9ef1-33829bce582f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44987,7 +44987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dbd0f33-9eb5-4f69-8c0d-99c904c638d5", + "id": "b0f79206-9bab-4979-9ded-4d34eba43424", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45033,7 +45033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b23c082f-19b8-46e2-8924-cec2bd00b149", + "id": "86c32aaf-f01d-4d31-bd49-c00b9466ac4c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45079,7 +45079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f288dbcc-8005-4e7b-ac92-e2ed8ce7b74d", + "id": "708cb29b-02d3-45c1-990e-d4ea830ae524", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45125,7 +45125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6815302-76ee-4cf1-8e2b-4e74d022133d", + "id": "aea13c4a-d414-4cc1-a847-ef3a2ee5a248", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45171,7 +45171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9458ba1f-71ab-4ac1-85d3-37e7445ad5b5", + "id": "47021a20-6c81-4396-8f40-8af127e1ca97", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45229,7 +45229,7 @@ "description": "Use this API to implement identity profile functionality. \nWith this functionality in place, administrators can view identity profiles and their configurations. \n\nIdentity profiles represent the configurations that can be applied to identities as a way of granting them a set of security and access, as well as defining the mappings between their identity attributes and their source attributes. \n\nIn IdentityNow, administrators can use the Identities drop-down menu and select Identity Profiles to view the list of identity profiles. \nThis list shows some details about each identity profile, along with its status. \nThey can select an identity profile to view its settings, its mappings between identity attributes and correlating source account attributes, and its provisioning settings. \n\nRefer to [Creating Identity Profiles](https://documentation.sailpoint.com/saas/help/setup/identity_profiles.html) for more information about identity profiles.\n", "item": [ { - "id": "e6c36692-f751-4d96-930f-b5d8e8ca952f", + "id": "fc1e8a3d-eb7b-4500-9a16-fcd7740d9132", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -45304,7 +45304,7 @@ }, "response": [ { - "id": "13fdf91b-30bd-49fd-8e77-2f6ac566934f", + "id": "a09d1c49-6b55-4d56-bdcf-b730fad24731", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -45393,7 +45393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13d9f0fd-072f-4c6f-a603-eefdf9563bb4", + "id": "cc88b598-a32a-4e06-9035-e3c5bb5f4044", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45482,7 +45482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38e7637b-12c9-425f-a4e6-fa60c8962706", + "id": "1b84dc6c-267b-41b2-9a1a-d567f1b8ecaa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45571,7 +45571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a8e93c7-a6d4-4336-8e5d-ca636f287a36", + "id": "597923c9-767f-41b5-bdb4-c6588689cdad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45660,7 +45660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dad27ea-922c-4e5f-b758-05b2f626a55f", + "id": "87ab4f3a-c7bd-4d60-8e9c-33feec49b70d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45749,7 +45749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53c9c9d2-b4f1-49c5-8b01-441eb86ab2e1", + "id": "c9e4a923-59f4-4a09-917c-f10c07feab94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45844,7 +45844,7 @@ } }, { - "id": "a501acc4-7c20-40dc-878f-b62b9ea634e0", + "id": "da5d74f4-ed77-4c60-9097-7efeed341ac4", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -45887,7 +45887,7 @@ }, "response": [ { - "id": "379efc0b-70ae-45b2-a7e4-2517f29a602a", + "id": "51cc81d8-1143-4b73-9790-4744dae0d250", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -45939,12 +45939,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\": \"1999-08-13T07:23:56.126Z\",\n \"launched\": \"2021-09-04T11:22:53.839Z\",\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\": \"1986-09-04T11:40:12.588Z\",\n \"launched\": \"1985-08-01T07:00:12.432Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8578bcdf-1697-4305-8450-b288f3329304", + "id": "a1daa46f-ac2c-4087-ae11-e360c2258216", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46001,7 +46001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "494ad172-8586-4dc6-914e-0d6256d9433e", + "id": "4c65e60c-f976-4766-9bca-aa1050e739b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46058,7 +46058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6690ff8-64ae-421c-99dd-d0ef47ce9c7b", + "id": "490ffd74-ce03-4607-8f4a-80d036a5aeed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46115,7 +46115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cba4699-0b6c-4594-94bd-e6cb5b4d7930", + "id": "bf6c850f-54f9-475c-a006-e7ef4244aa5f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46172,7 +46172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "696c49a2-46d8-41fa-a328-c33d7cd025c2", + "id": "b37005a7-de6f-4b7f-840a-407b4f5c588a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46235,7 +46235,7 @@ } }, { - "id": "824cb881-7f81-4622-8e75-dac60ade64bc", + "id": "79614b74-ce2b-4b88-8803-459480328119", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -46311,7 +46311,7 @@ }, "response": [ { - "id": "338f7650-890a-4e69-af04-c0ccc24356e1", + "id": "fc89f276-5f8f-49df-8fa2-632bf5093a40", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -46401,7 +46401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d48b2379-6a13-438a-a01d-ba0940b475b4", + "id": "86d6fb67-292c-431c-9ec0-ef9d4ed7ebb7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46491,7 +46491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f601f9b-2ae1-4da2-8c71-56df3c6ad635", + "id": "a01bd0fe-3121-43a4-ad52-a36ceec87c93", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46581,7 +46581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6050d83-e6f6-41a4-9b3c-defa9638b3b5", + "id": "181d1109-9ab5-4639-8066-20dc3ca4be9c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46671,7 +46671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ace27d85-c370-4bed-964c-f9049a0e6e15", + "id": "8b194d9e-7d88-4ab2-8fae-757ea1c88a8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46761,7 +46761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbcc3535-ccd0-4906-975f-8f137a2e69b8", + "id": "22609c8f-2ca2-475e-98c7-fd0b8d961e5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46857,7 +46857,7 @@ } }, { - "id": "de51ae82-303b-41c3-83a5-2bcab4b3a167", + "id": "3e5552e0-cc22-4326-9941-e8ddbe152563", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -46900,7 +46900,7 @@ }, "response": [ { - "id": "c0122467-c491-4c26-bcaa-d093d9c30b3a", + "id": "30f6322c-db6d-4e4f-afc3-3902f7b39694", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -46957,7 +46957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e95796fa-138f-442f-ac6f-da6ee84dbcac", + "id": "dcbc086b-413f-4ba7-a046-ecda0626758e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47014,7 +47014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31669424-94d3-48f3-97ec-22f9dcfa19a3", + "id": "bc196280-21b4-46b4-86ea-b70ba06b1ed9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47071,7 +47071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab5b424e-11be-4e5e-8a10-b50ebc28aead", + "id": "4c059ffe-dd2d-4335-bc84-9e54d671411a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47128,7 +47128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae283034-abb1-41fe-bcb4-4f2fd14b36e2", + "id": "77cdb09b-942e-41d2-8579-f12a58851af4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47185,7 +47185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1079be6-0c92-4de3-bd61-213db3052c79", + "id": "382ea193-ef27-4702-a0f6-28fd387dfc05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47248,7 +47248,7 @@ } }, { - "id": "8690507e-6616-4364-a77b-ac09d9a63af0", + "id": "ace679a3-2494-4cb1-8530-caca1ec3cb51", "name": "Get single Identity Profile", "request": { "name": "Get single Identity Profile", @@ -47289,7 +47289,7 @@ }, "response": [ { - "id": "79355c86-9cb0-4bee-b206-40d52dbabb55", + "id": "577a02e0-5703-4389-befc-a32a394c6cae", "name": "An Identity Profile object.", "originalRequest": { "url": { @@ -47333,7 +47333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a54c79c-4706-4061-b9e1-fe792224268e", + "id": "72b7a3fd-ed66-4a84-aa95-e72d6dd8b41b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47377,7 +47377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9af6ec03-9b62-47f2-9311-07e3462dd0b0", + "id": "5213c164-ab00-4fd5-9413-e096e31b16cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47421,7 +47421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64ebb1ec-81bb-41b9-927c-cf8487a451d3", + "id": "9f1604e8-5041-4cff-88ed-f80ff87b3b2a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47465,7 +47465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3af2bb2c-04f2-4c12-a153-ef326af203df", + "id": "7538d60f-b971-4808-a249-8a46320cb38a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47509,7 +47509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c141e90-6a12-4034-9557-2318d2e3a485", + "id": "6ff73a4f-cd06-4c79-bf64-cde52405a0ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47553,7 +47553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad75f47e-9cd7-498e-94f1-589f571a2da1", + "id": "4abba8ad-edf2-4d31-ab35-3c61e7386bae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47603,7 +47603,7 @@ } }, { - "id": "75f2f165-9060-4a04-9f93-cd619a90044c", + "id": "c7c02a46-65e2-48b1-ad4d-bc0340e302ba", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -47644,7 +47644,7 @@ }, "response": [ { - "id": "9d3c6899-b961-4fe3-b7f1-1696c3d343dc", + "id": "a2f9d2c7-301e-45df-b4f0-9d8f67687562", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -47683,12 +47683,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\": \"2000-05-06T14:34:37.011Z\",\n \"launched\": \"1991-04-18T05:23:14.583Z\",\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\": \"1987-12-03T16:48:42.941Z\",\n \"launched\": \"1988-02-13T16:54:30.944Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7a4ab472-6086-42ce-9393-bb2eee2b884b", + "id": "60882080-18a4-4ba5-ab83-18ee420b7805", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47732,7 +47732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b510d471-69b1-462e-83d8-9275535422f8", + "id": "fb74daf9-ca9e-4631-991b-39efe177a37e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47776,7 +47776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31153a46-56fd-4cd0-badf-1e9d063e13f3", + "id": "68135660-0346-4262-b596-849cec44c3c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47820,7 +47820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f44529d3-72e0-4650-ab01-1325d5b5b2a9", + "id": "93391a0a-748f-4546-b7b7-80ab820e2878", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47864,7 +47864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a71240d1-665c-41f0-b1a2-583b8c8417f6", + "id": "283794b9-ff50-40ea-80c4-6f61d4636996", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47908,7 +47908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6a71008-4a1d-4153-918f-def3a57f713d", + "id": "e1e5df2a-6805-4e57-87dd-074162ea9c19", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47958,7 +47958,7 @@ } }, { - "id": "cf51c84c-11a2-4140-947c-24069b31370d", + "id": "205fffe7-5a65-43fe-aba4-74d29120874c", "name": "Get default Identity Attribute Config", "request": { "name": "Get default Identity Attribute Config", @@ -48000,7 +48000,7 @@ }, "response": [ { - "id": "88ce4b63-3541-4f2b-9e53-843b3c29a25c", + "id": "704ef757-97cf-43ce-b892-4af725279ea6", "name": "An Identity Attribute Config object.", "originalRequest": { "url": { @@ -48045,7 +48045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b06edd6f-e35c-450a-91f4-5721421b108e", + "id": "794f97ca-9b25-46cb-b2c1-9e92e793f6bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48090,7 +48090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2794aa9b-41bb-49bb-881d-0b819ad20946", + "id": "954fed09-aeef-44ac-b5ea-8cdb2fddfe1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48135,7 +48135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baa63706-4ca6-4b3c-97db-001b084be74d", + "id": "fa425034-1f45-454d-9a2b-ae957b1918c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48180,7 +48180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05d45782-8411-473f-aeaa-758b3082e6a3", + "id": "3d1966ea-b589-45f9-b494-76ee8b996eca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48225,7 +48225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0628c1a-376b-4ad8-ad3a-5229d26184ae", + "id": "96345e4c-ba5b-448b-a3fa-eb930c325a1c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48270,7 +48270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ee946c2-9aba-4804-abbc-7639349b5b9b", + "id": "3bfe7b3c-1276-42af-840d-d7f8033b7b45", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48321,7 +48321,7 @@ } }, { - "id": "f193a520-fba3-45f1-b56e-aded0d35bda3", + "id": "86cddffb-dcec-42b8-aa84-717e41851277", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -48363,7 +48363,7 @@ }, "response": [ { - "id": "2a098bd7-834e-4043-a4d7-0d5cdaacd996", + "id": "7053c170-ebde-45bd-a357-a48928b5f10a", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -48408,7 +48408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e659d699-7df1-44d1-80dd-c8e0dad2e320", + "id": "ec98d623-c235-409c-bfee-13712bd13d15", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48453,7 +48453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9240017-7ca2-40a1-96bc-12c154864a80", + "id": "d358e7bc-1e24-4d0b-9d22-ed3524dcd918", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48498,7 +48498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "525dc921-430a-40c1-ad92-21a92ce04da9", + "id": "90783b4f-b5b4-4fdb-ad54-d8482eccde19", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48543,7 +48543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b68a038d-b967-4cfb-b403-4b5774f4019e", + "id": "7f64b263-3aea-474b-94fc-2ec8651341d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48588,7 +48588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2c726e9-a580-4f99-87ff-afdbc30933aa", + "id": "3b7ee7c1-2c02-4b73-9719-5d45cf255cdd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48633,7 +48633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d21533c1-653c-4eb1-a0c2-38236a55606b", + "id": "b704932f-d87b-4ae1-9c72-97db62ab9ef5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48690,7 +48690,7 @@ "description": "Use this API to implement non-employee lifecycle management functionality. \nWith this functionality in place, administrators can create non-employee records and configure them for use in their organizations. \nThis allows organizations to provide secure access to non-employees and control that access. \n\nThe 'non-employee' term refers to any consultant, contractor, intern, or other user in an organization who is not a full-time permanent employee. \nOrganizations can track non-employees' access and activity in IdentityNow by creating and maintaining non-employee sources. \nOrganizations can have a maximum of 50 non-employee sources. \n\nBy using SailPoint's Non-Employee Lifecycle Management functionality, you agree to the following:\n\n- SailPoint is not responsible for storing sensitive data. \nYou may only add account attributes to non-employee identities that are necessary for business operations and are consistent with your contractual limitations on data that may be sent or stored in IdentityNow.\n\n- You are responsible for regularly downloading your list of non-employee accounts for all the sources you create and storing this list of accounts in a managed location to maintain an authoritative system of record and backup data for these accounts.\n\nTo manage non-employees in IdentityNow, administrators must create a non-employee source and add accounts to the source. \n\nTo create a non-employee source in IdentityNow, administrators must use the Admin panel to go to Connections > Sources.\nThey must then specify 'Non-Employee' in the 'Source Type' field. \nRefer to [Creating a Non-Employee Source](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#creating-a-non-employee-source) for more details about how to create non-employee sources.\n\nTo add accounts to a non-employee source in IdentityNow, administrators can select the non-employee source and add the accounts. \nThey can also use the 'Manage Non-Employees' widget on their user dashboards to reach the list of sources and then select the non-employee source they want to add the accounts to. \n\nAdministrators can either add accounts individually or in bulk. Each non-employee source can have a maximum of 20,000 accounts. \nTo add accounts in bulk, they must select the 'Bulk Upload' option and upload a CSV file. \nRefer to [Adding Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#adding-accounts) for more details about how to add accounts to non-employee sources.\n\nOnce administrators have created the non-employee source and added accounts to it, they can create identity profiles to generate identities for the non-employee accounts and manage the non-employee identities the same way they would any other identities. \n\nRefer to [Managing Non-Employee Sources and Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html) for more information about non-employee lifecycle management.\n", "item": [ { - "id": "0c743043-7caf-4fec-a79d-110f78326c2f", + "id": "363cf07e-226f-41c4-8e7d-9c232483ac60", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -48732,7 +48732,7 @@ }, "response": [ { - "id": "a40666ec-1e42-4462-afa9-959f6798137d", + "id": "e8304366-d842-4cf2-a28a-a70bba79fee1", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -48788,7 +48788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03bbae52-94e3-4531-9cc6-b553288989fa", + "id": "c8546293-ef8a-42bd-b142-d7a97e9b7293", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48844,7 +48844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "445288e5-54e4-4d7e-86d7-3d8ad384837c", + "id": "f0bb2fbc-ae3a-4eb0-a5d5-5558455c74ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48900,7 +48900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bb0b329-6e30-44db-a2b4-ef61d6df7ccc", + "id": "66965d97-bd37-49c8-a461-f0f64fba573c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48956,7 +48956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "999c6a20-0c56-443d-b206-7fd2f4496f36", + "id": "bbe05274-9889-47f8-8355-5b33a9b29a69", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49012,7 +49012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "234e287d-3c5a-413a-92e0-7d5a9ff92a3d", + "id": "bc6950d3-00ec-4516-b29d-d660ed77a603", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49074,7 +49074,7 @@ } }, { - "id": "af103fd1-5c98-4ede-ad89-b81fe4f009fa", + "id": "e0b6040a-8d7c-4498-b84a-b18dbf182f80", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -49149,7 +49149,7 @@ }, "response": [ { - "id": "55cbf26c-d607-4565-98ad-3328a52d7fd8", + "id": "5e50b6eb-329d-46b2-af07-6953d05faff9", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -49238,7 +49238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf348825-92ab-4787-bc94-9478b91f3977", + "id": "55298c4a-bea5-4d3c-a3b7-83dd6e9a7fe1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49327,7 +49327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "908942a4-f2a6-452a-b658-f1a59a392bdd", + "id": "ca6b740e-0a72-48fa-b2a9-a142e8ed174c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49416,7 +49416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99fbd296-3dae-454e-ae22-d38b7aea52c9", + "id": "1203deb0-05a6-4963-97e2-b1e109acc475", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49505,7 +49505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb1997c6-0329-4961-a32d-4021637a2d0a", + "id": "0b8598a1-c79d-4f58-827f-785a7040d28d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49594,7 +49594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92ab6268-898a-44de-8718-70cf180e5482", + "id": "a5d3b2ea-5681-4667-b13d-c96001c8b17c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49689,7 +49689,7 @@ } }, { - "id": "1c260162-8f5d-4d77-bb10-e450b0b01cf6", + "id": "a8902696-9336-42c9-83aa-6c3568a97f6a", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -49730,7 +49730,7 @@ }, "response": [ { - "id": "db09729c-aa52-441a-96eb-681cb610daee", + "id": "75f07680-b06d-479d-9fdb-4d6d7f9366fc", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -49774,7 +49774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a152080-be08-4f6c-8c2a-7dcbf13d207c", + "id": "89c9814f-c202-48e1-9f3a-0bca16b92e82", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49818,7 +49818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acc91abb-561a-4198-8d18-0ae244dcdc6c", + "id": "03fdc26a-0425-4f4f-846c-3c438bd9aa09", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49862,7 +49862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0161879c-de0d-41c8-a552-82276b140949", + "id": "33edf82c-f791-46c8-8992-f3fb462cfd79", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49906,7 +49906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "377e3077-a040-434c-8c97-8f47505e56b0", + "id": "636b64b9-edd5-41c0-a924-4decf55dfd92", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49950,7 +49950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f0d7b0d-cf1c-4615-b074-406ca531cc09", + "id": "ea3976ab-d678-46fd-818d-5ba98662c4e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50000,7 +50000,7 @@ } }, { - "id": "600e399a-3f81-43b0-8f66-df39ce020add", + "id": "e64f17f6-3328-4147-a4b0-2f3aec71a7f3", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -50054,7 +50054,7 @@ }, "response": [ { - "id": "f06e6287-0b14-45ee-9d00-90255855d57b", + "id": "ab6c404b-2a48-43a4-8fb4-0c2b19a1e1d2", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -50111,7 +50111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "928d5e0f-7a37-42bf-b814-61bb8ed1e725", + "id": "426d9394-2970-476e-a9ca-c513917b92fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50168,7 +50168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c918b143-872f-4e8b-9ac4-a6698b7d2a99", + "id": "2d11e902-7ee9-40d8-be62-951f0b3dad52", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50225,7 +50225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d26a9791-f32a-40fe-bef1-6a7f2b14c53c", + "id": "d3c349cc-cc3d-4526-ba9b-eea4856cf972", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50282,7 +50282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3767b5fa-4bcb-4059-8b5a-50f374824d7d", + "id": "4f046391-2630-4678-a632-b3b331e2beca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50339,7 +50339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43f946e0-4ade-447a-9b9e-ebe672c9967d", + "id": "af5cab59-ba1c-425e-a1c2-0d733eb05c4f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50396,7 +50396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4507c3c5-f493-4a3a-b0f0-7fa193c1f576", + "id": "7d064e53-cecd-4954-b49d-12b20a702c81", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50459,7 +50459,7 @@ } }, { - "id": "6ab7c9b4-a0d1-4628-b333-9c867c353745", + "id": "641d2f49-4ba9-4f2d-a3a5-c1776d74fe41", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -50513,7 +50513,7 @@ }, "response": [ { - "id": "ebc2b3e3-84c3-4537-b582-20d08e5b3160", + "id": "3077cf08-ba8e-456e-bd8f-1ff6ef98b279", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -50570,7 +50570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1adeee70-6582-4d9d-909a-06288a398893", + "id": "06d05d2f-a688-4ed0-85c4-5b93c1997efa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50627,7 +50627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e14d36a9-cc5f-468f-bb88-fec111fc4305", + "id": "13466cfa-2244-4636-9283-9c0b1a778253", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50684,7 +50684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b566da50-601d-4ac2-8a70-c1419833de96", + "id": "dfed855e-202c-46ca-b11f-f98866563002", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50741,7 +50741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8e2944c-b5d3-412c-8c19-8fe1bd3e0454", + "id": "37ace8b3-eb39-4a43-b58a-5ac2d8f92e38", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50798,7 +50798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae17fdcc-710d-4285-9839-e8a074159792", + "id": "f28b16f7-b868-4f8a-9c6f-64c3a5f458f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50855,7 +50855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71437293-d57e-4cae-921f-e48686feaf2e", + "id": "db7f7318-d3eb-453c-9102-55b8c88d6ef3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50918,7 +50918,7 @@ } }, { - "id": "22580f23-7b54-4cc6-9bdb-78fdad552712", + "id": "457a0761-23cb-4698-acd1-e46366183a54", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -50959,7 +50959,7 @@ }, "response": [ { - "id": "7b674fa8-d56c-451a-8723-8f7c04a9a327", + "id": "3e648d0a-9d15-46d0-9ce7-1214648c1050", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -50993,7 +50993,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7cf6d436-06c8-43b4-aa93-c785565a2aab", + "id": "a60cc917-da63-4b98-a2ae-07e3001e1d9e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51037,7 +51037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97f305b5-c82a-4fbb-9725-2397bc9bce22", + "id": "f8447d4c-523e-4475-92e9-5f791bf55861", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51081,7 +51081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "337ba16f-bc68-4d20-b989-673c456d610d", + "id": "44a62189-7f56-4f90-9c2b-f791266bb801", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51125,7 +51125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6f6f76f-cd0d-4ff9-94b5-ab6caac6be7b", + "id": "eebd9934-9788-4b38-b829-1c38079ee468", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51169,7 +51169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4bde727-99d3-4cff-8b9b-e88d2a4e887f", + "id": "e9ca17a4-16c5-4b9f-ad06-543e6202b053", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51219,7 +51219,7 @@ } }, { - "id": "86594e4d-d53d-4b82-9bce-baf8d97af01c", + "id": "f12e2748-dabe-4fcd-9f6d-a09cd2386df0", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -51262,7 +51262,7 @@ }, "response": [ { - "id": "d983c0ee-f299-4834-83f0-992b1809bd90", + "id": "887216f9-83ab-4b98-a370-c7b38fde67c5", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -51309,7 +51309,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f10d769d-9c56-4556-83a4-322196090973", + "id": "31b3adaa-cf34-4c41-929b-10134beaed9b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51366,7 +51366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06033b8f-ce3d-4b08-8443-af1d50ed44b5", + "id": "44beba65-99e0-4a79-88c9-515d4f926563", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51423,7 +51423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8458d0e8-8aad-4d9a-b46a-d2d5dfecaceb", + "id": "7ea1f710-7f0b-4185-89c3-b987b1c52493", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51480,7 +51480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "530a4dbf-5067-4c3f-8740-066f78bcc55c", + "id": "0b292d34-9228-48fd-818a-dfbcdf5beccf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51537,7 +51537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f9dfc3-6645-4578-8c66-124ff9a886e5", + "id": "6e6132a0-6221-4df7-8997-901aedb3c325", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51600,7 +51600,7 @@ } }, { - "id": "255a104c-861b-4289-b7ff-1cb9c82a126c", + "id": "af4b5b3e-600a-4ccc-8e28-cdd5ea4fd21d", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -51642,7 +51642,7 @@ }, "response": [ { - "id": "b78db11e-416a-4af3-8800-87f9fe1ab2a3", + "id": "c4bde54c-a6a5-47c3-a6ff-2a87d8ec9e42", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -51698,7 +51698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca5f0e22-fb34-4d51-b7f3-64de3e339aba", + "id": "37654d16-49c9-45f0-9239-2aec9330c6e6", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -51754,7 +51754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fcf7fc7-cb7e-47fe-9769-6bdaa16194db", + "id": "837c61a4-dac8-41c2-93b4-fbdd505557ac", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -51810,7 +51810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ed0ba56-b050-4891-b07a-cadd46a49764", + "id": "2e804dbd-ec9d-45b2-a00c-e5152213bdf5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51866,7 +51866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc3345b2-9041-40ef-9998-b34d4ea868d4", + "id": "82c8a1c9-4e85-47d3-ade4-172b57adbc6f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51922,7 +51922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "866696b7-25f6-493b-a7ad-173882d55563", + "id": "ed526422-9c75-448f-9444-c63e68dae33f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51978,7 +51978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b364266-3167-463f-a68f-78490dec1aff", + "id": "1823a8bc-867f-4807-83b3-c289c6532824", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52040,7 +52040,7 @@ } }, { - "id": "8406bbc2-da09-421c-8fad-3056576f3b40", + "id": "abb5c04b-661a-439a-aa16-0e2a065f3c70", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -52124,7 +52124,7 @@ }, "response": [ { - "id": "d11ebc6a-967c-4dd1-847a-dc8daeaedfad", + "id": "e5be73ac-e0b3-496b-b9cb-1219a646da63", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -52222,7 +52222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38b61fe8-4634-44d0-9c3e-77f80a0703a6", + "id": "f162789d-fc66-44f0-9a31-088e34390a0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52320,7 +52320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4502161-e816-4891-8344-922c4a6249b9", + "id": "8e1d946a-adb5-4357-88cb-781edb2dbc0a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52418,7 +52418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aa81656-12f0-4b0f-8957-eb15e0d651d5", + "id": "e492e7e4-902a-4f6e-9cad-a1c498ef4e87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52516,7 +52516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbd514c5-89dd-4f4c-b877-276a8adb3ec2", + "id": "2a3b92df-612e-4b65-b94e-64d07c76dcbd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52614,7 +52614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48b318cb-a43d-4263-bfbb-1871fd941a39", + "id": "5aa7d1f7-b431-4d4a-8187-53f98b50511b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52718,7 +52718,7 @@ } }, { - "id": "4262ad97-df43-4a54-a7d9-ab940210fb7d", + "id": "48d8c254-d9c7-4792-afd1-35d28fbfb18d", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -52759,7 +52759,7 @@ }, "response": [ { - "id": "92f68af4-18a0-46d4-a6ac-9f99e07a2b28", + "id": "dd9a7763-65fa-4eb7-ada7-9a6040707537", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -52803,7 +52803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd25a65c-5deb-46c3-9873-def9455e0511", + "id": "6df38220-8e24-404a-b684-baa318510d4d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52847,7 +52847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78b25c2b-98e8-4699-a444-3e564ebb1cbf", + "id": "b2dbc3e2-ad79-47fd-9520-5fcc28f74806", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52891,7 +52891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "166df8d3-b2ff-4f2c-b991-4e5570670306", + "id": "db7c52dc-968a-421c-af86-b8c78ea7b4d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52935,7 +52935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b708df0e-6b72-42bf-bf02-015c191bbce8", + "id": "2b662b3f-b8d2-46bd-9f45-6d8ddfc22185", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52979,7 +52979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66349ad9-24e6-4cba-96f2-01ccb3c7f828", + "id": "4dc6492d-75c9-45f5-973f-323f2687d28c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53023,7 +53023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d35fa9d-1a0d-4972-9292-ddcdc456c273", + "id": "feaec8a8-b892-4ab3-9159-75574b48656e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53073,7 +53073,7 @@ } }, { - "id": "3a660fe6-3bac-4847-b692-9074defa3dc4", + "id": "46e40dfb-890f-4d20-a8a6-e44abc5a1db4", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -53114,7 +53114,7 @@ }, "response": [ { - "id": "97c39c7c-7868-493c-9529-46b7ab546d04", + "id": "cc3f637a-f4f1-41d4-b5f3-bf897e8d9187", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -53148,7 +53148,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c30944d8-d5a8-4c90-be17-ee8101eaf3cf", + "id": "b327f9a1-cb12-400f-8cb7-461465b36e8c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53192,7 +53192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb3ea6a1-3236-44da-801c-b2a25cb7fbb2", + "id": "52f32eb8-ecf7-4e8d-8a25-9806fe67e6ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53236,7 +53236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "447b8acb-3ba9-4b98-947c-d7e75b157dd9", + "id": "499fe0b7-4929-47d1-a673-2a1e34b13077", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53280,7 +53280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3225c1ee-179b-473a-8153-f6ee33346823", + "id": "bfb7045d-0c3e-4d42-bf74-1886254f56b7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -53324,7 +53324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5529e038-dd61-43a1-a3f9-6d0f57acf3a4", + "id": "7386aa10-49b5-4d35-9e1f-875ccd26b5e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53368,7 +53368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4025e6a0-eb62-4b7c-abbe-727e6ac494b4", + "id": "4fd8a18e-d28c-4cc7-8b8f-8d73412f7ea8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53418,7 +53418,7 @@ } }, { - "id": "0b88c48e-0bd0-467a-9f64-70dc61558114", + "id": "2054f076-2bd8-4247-ba3d-c10be49ccd7b", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -53460,7 +53460,7 @@ }, "response": [ { - "id": "db0dade5-d26b-465b-a584-0a76e7261192", + "id": "917199e9-facc-4669-ace1-1916e2ccd031", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -53505,7 +53505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7a5598f-feac-4ddb-8d43-f03c3ee21e16", + "id": "361da53b-05c4-447b-8d42-80d55e19bc65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53550,7 +53550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "488386fa-d391-4eff-9f11-88048dd9f97c", + "id": "df39e081-41ce-483d-ad0c-acc223d7b5fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53595,7 +53595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79f3e919-10b2-4b30-8699-30b184ec2915", + "id": "9911d425-5880-4805-af46-b2d976c38da1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53640,7 +53640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac7df5a4-e3cf-4a1e-a572-23e50a23c7b0", + "id": "71103e17-cb04-4a93-855a-3863ceeb2394", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53685,7 +53685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90035015-a84f-4d59-82cc-112b311c741d", + "id": "5a5b9c97-c32b-478a-aa8d-e140742d3e9a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53736,7 +53736,7 @@ } }, { - "id": "62b7f6ac-106b-4461-bc0f-b05d4a6d12b8", + "id": "c0c2b89d-e22a-4713-8211-d82845283555", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -53778,7 +53778,7 @@ }, "response": [ { - "id": "c5af52ef-d833-4904-bfe0-2ce6e8462d08", + "id": "0edbcbab-f4e1-4591-8366-450de5059af2", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -53834,7 +53834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6de6f4fb-a8bc-4357-85a4-2025a01a0720", + "id": "b53c23b2-e460-4a52-a635-5f98d4ac4ff4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53890,7 +53890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6937829a-9e0b-4759-a231-f0c3b58fc7b6", + "id": "147ee893-a4f5-49dc-a37b-6914774bcdd7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53946,7 +53946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c79be78-d139-4006-8385-3369cc0aa6a7", + "id": "e32ef5a9-9b8c-4acb-865a-3a730e44136f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54002,7 +54002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97bd8e4f-e926-4adb-ba5f-521858ff7f02", + "id": "34c39f4c-d287-4eb5-b12d-5f21dcaac66d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54058,7 +54058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dd04f5d-8dc5-4872-b758-f108f36a833e", + "id": "f45170be-a7ab-4e4c-8cc7-6f609be3a086", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54120,7 +54120,7 @@ } }, { - "id": "888953d5-32a0-4f7c-8817-82d0f49ec27b", + "id": "94b2c0f6-edd9-453c-98c0-903e193c2c57", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -54204,7 +54204,7 @@ }, "response": [ { - "id": "65d97713-979c-4b1b-9e47-d626b9745d14", + "id": "098763ec-bb9c-494b-8d67-20c5779cdbe5", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -54302,7 +54302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ff9e18f-73a5-4868-9f75-81b2e4481c5a", + "id": "2bbaa85f-9123-4416-9df3-de216f41c29d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54400,7 +54400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ce14b69-e809-44a4-8664-1c0f7fd88a16", + "id": "f1de79b7-0fd4-4058-ae8c-5fe5572d2f9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54498,7 +54498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76cbd1ee-fbfd-427c-84c2-b8ff76164096", + "id": "e1a203a2-e82b-4e5a-a6fe-65fe15456a52", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54596,7 +54596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2214591e-1800-46b1-9d2d-d0e91973808a", + "id": "9550252d-e9c6-4c88-9c9d-1e228e8d1c76", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54694,7 +54694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "991d79aa-74ef-42ad-9d5a-4e5cdc4148d6", + "id": "d0ecf262-c099-4a97-92cb-c0cb4899ec45", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54798,7 +54798,7 @@ } }, { - "id": "84444415-39cf-46d4-a3a4-0c0bc7418205", + "id": "8ae11545-8e24-48eb-9294-b7d8881cba65", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -54839,7 +54839,7 @@ }, "response": [ { - "id": "ef1cf053-8e83-4d53-928c-c5b1971c65b3", + "id": "ac64bb52-1077-4c56-a332-7a0fe53dfa72", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -54883,7 +54883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06bf81f4-7838-41a4-a819-50b3c7c4cb91", + "id": "3e45727e-0f84-4376-b98e-e749c31ef282", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54927,7 +54927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "682d2416-a5f1-4e88-8520-04c15cd359c2", + "id": "ef152691-c11f-491f-b644-6704cca067ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54971,7 +54971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23dc52f5-fd96-4c08-87b1-e6368392b49c", + "id": "fda0b71b-4bae-440c-bdd8-c3059754b148", "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": "fefed867-c66e-4f55-a7d1-b847155358de", + "id": "2fa37055-ba00-4803-a259-f424461f8435", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55059,7 +55059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04607887-c878-45b2-94ad-d271eee65abd", + "id": "57be9b81-db11-4de4-89cd-ce396fa555db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55109,7 +55109,7 @@ } }, { - "id": "c43ff6ed-2a28-414d-9264-bb65f3cd6167", + "id": "47067083-adac-46d7-a11e-35c61d09f9d2", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -55163,7 +55163,7 @@ }, "response": [ { - "id": "e36bfbdc-0b58-4625-986b-2aab7df300ff", + "id": "4e981d7b-7701-455f-8abb-1b942911b9ee", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -55220,7 +55220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b2f89f5-c27b-4021-91fe-fd07db399a2e", + "id": "187a04f8-b8f4-4ae6-91e4-686019cb09c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55277,7 +55277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbd5c832-33da-4632-afe2-2be345d784cb", + "id": "d9405fc8-1159-4a71-9db7-2b74e78e8020", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55334,7 +55334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02946b0f-0f98-4bb6-a8cb-36f759d7e7a4", + "id": "6b9f90a8-743f-4cbe-a1da-49c3180d9ffb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55391,7 +55391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf4e93b9-a7b9-4977-b390-59e854a8f5ff", + "id": "dbed99c3-41c8-403f-983c-5dd203521258", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55448,7 +55448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c78896a-49ba-48f9-add3-9f5e4b2b8927", + "id": "95c4ed48-ca0f-496f-b987-d90f65e532d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55511,7 +55511,7 @@ } }, { - "id": "537d7da2-ef28-42b6-84c6-ceff2de0b0c9", + "id": "44152cdb-2d80-4a85-8132-92ce92c34762", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -55552,7 +55552,7 @@ }, "response": [ { - "id": "c5f51a6b-c129-4fd4-ac1b-15db362a612b", + "id": "bd0c4d4f-62d5-4ff2-ab69-cd9db9e57eb8", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -55586,7 +55586,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5b0fbf00-ca42-4d80-9b7c-a58dd82fdec2", + "id": "f7efa35a-329e-4c59-825d-948a53790196", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55630,7 +55630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55463625-b9ba-4be2-ae29-34d7086e2143", + "id": "91db6ec4-5bcb-4a85-8a59-12b1e86c1e91", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55674,7 +55674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8cb0ed2-0911-469b-bf34-c2d08eeb5460", + "id": "8abc36b2-c620-4173-92c3-9e6da9eddf98", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55718,7 +55718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ad2f507-51b6-45d3-aa0c-da4c19da15c8", + "id": "9de94985-2117-45ee-bcea-93e9b11bde64", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55762,7 +55762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b71cb48-1e49-4ba8-960c-3c74d748e9c6", + "id": "ee22c334-2290-4741-bba7-31ac82232d17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55812,7 +55812,7 @@ } }, { - "id": "1744e202-126a-4fe1-a6c9-53101ee05b3d", + "id": "1349d050-706a-42ea-9c98-7d5a1cf8c7be", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -55855,7 +55855,7 @@ }, "response": [ { - "id": "19323561-bf5b-47d2-988c-99ae14b9f85f", + "id": "6e3a8567-8171-4d69-a797-da82d60a9602", "name": "Exported CSV", "originalRequest": { "url": { @@ -55901,7 +55901,7 @@ "_postman_previewlanguage": "text" }, { - "id": "013147b0-25e2-4999-a767-abc6eb7d268a", + "id": "fa82bbb5-9275-4c71-9153-8de504b20b9d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55947,7 +55947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae15346b-602b-4827-a7c5-b069dd6ade50", + "id": "df390ce2-4123-4083-aef3-aa4e9882fa83", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55993,7 +55993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "092100e1-bb90-40eb-9d59-93f9718a641d", + "id": "9c4f732b-1963-4e93-a654-7bded1176b78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56039,7 +56039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1508f933-311b-49f5-b0b4-008afc686b2c", + "id": "6d4fb1b0-d49f-4cd8-9761-dd11a07d6b21", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56085,7 +56085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f306adf-2b16-42f7-bddd-ed1284019d9b", + "id": "846e1f54-2c01-44d5-932e-5da5a77c14c7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56131,7 +56131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "059b49f2-8fdc-4627-a770-137c4ec3f1df", + "id": "9b1af489-6445-480d-9eb6-d86f53add3c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56183,7 +56183,7 @@ } }, { - "id": "139105ec-d298-4399-8136-cda398e49138", + "id": "e29b8681-bd92-4869-b2a7-de6ed64dcb6f", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -56234,7 +56234,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit sit nulla", + "value": "deserunt sint", "type": "text" } ] @@ -56242,7 +56242,7 @@ }, "response": [ { - "id": "922684a5-a649-4949-969a-9f678a7bf3e7", + "id": "fec62294-b126-416c-a1b9-6411d56f6884", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -56285,7 +56285,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit sit nulla", + "value": "deserunt sint", "type": "text" } ] @@ -56304,7 +56304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4660b3fb-70cf-496e-885d-2c7b22414e7a", + "id": "4d0cfb82-58e8-45c6-bea6-6dc387f9637f", "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": { @@ -56347,7 +56347,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit sit nulla", + "value": "deserunt sint", "type": "text" } ] @@ -56366,7 +56366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecefdb82-a5c8-46d7-9a1c-981e9c42d47c", + "id": "9f9b0186-47e5-46bf-a2f8-5fc1456394b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56409,7 +56409,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit sit nulla", + "value": "deserunt sint", "type": "text" } ] @@ -56428,7 +56428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ee3ae38-6f98-4131-8472-c2cb0c594fea", + "id": "e5111835-c0f9-4e26-a67b-4c9d2efbc51f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56471,7 +56471,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit sit nulla", + "value": "deserunt sint", "type": "text" } ] @@ -56490,7 +56490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8452f83-efe2-45ee-8938-3a05b71f9b89", + "id": "44659551-27c9-4724-8ecc-36cdba3dab98", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56533,7 +56533,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit sit nulla", + "value": "deserunt sint", "type": "text" } ] @@ -56552,7 +56552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b70cf1ac-5157-434f-98ce-3e36680a0f26", + "id": "b63ad1a2-a6f9-4eb0-b87d-8f61f6fc8ade", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56595,7 +56595,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit sit nulla", + "value": "deserunt sint", "type": "text" } ] @@ -56614,7 +56614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f19aff17-82a7-4278-89df-dae5b028882e", + "id": "effec5cd-d721-4564-a7e1-e5029ae2a4a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56657,7 +56657,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit sit nulla", + "value": "deserunt sint", "type": "text" } ] @@ -56682,7 +56682,7 @@ } }, { - "id": "889a4a42-33d3-4eee-b029-39261197bccf", + "id": "4b657b4a-67d8-46ec-8dc9-d08944bd183a", "name": "Obtain the status of bulk upload on the source", "request": { "name": "Obtain the status of bulk upload on the source", @@ -56725,7 +56725,7 @@ }, "response": [ { - "id": "7521b338-1e60-475b-abf6-7b6974f6d8f3", + "id": "607908a4-d181-4f28-bfff-62d1f25e69ed", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -56771,7 +56771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43761d1e-34fc-4bf1-8ce5-1e79f98d9611", + "id": "fd527a97-9089-4a8d-a9f7-5f227e901884", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56817,7 +56817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ada374e9-3260-4514-940a-0a98cf73cfd5", + "id": "c6eadcdd-15ab-4914-8f4a-3dcd9a1ca632", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56863,7 +56863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1be09a4e-5af1-49ef-ae46-aacd19e022f1", + "id": "05dbae92-83ad-431f-b4a8-6702fdf0f86a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56909,7 +56909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af79763d-19bf-4adb-8dd7-fa948fd0279b", + "id": "1061d750-91ba-4338-b2bf-33d2e7e03665", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56955,7 +56955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a2be1b2-5c35-4584-9c7c-d4269706d4f5", + "id": "e16cfac9-d5ed-42a8-a754-4272a50098db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57007,7 +57007,7 @@ } }, { - "id": "6d6f00d6-adaa-441e-9f03-5a489e8b20cc", + "id": "649fd5f1-52a1-46fb-8d52-1b060aa2096c", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -57050,7 +57050,7 @@ }, "response": [ { - "id": "b4dc7b9f-6701-4ffc-a789-a42ca7104ac9", + "id": "6845ac0b-b3d9-4d15-8351-d27aaaf51e4d", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -57096,7 +57096,7 @@ "_postman_previewlanguage": "text" }, { - "id": "21e6339c-510a-46ee-8d2b-1e6c8c4ccf54", + "id": "0e13eaba-ac61-499f-880f-a02a78bab2a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57142,7 +57142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47f179db-0abe-43d5-8fd7-524e92d6d3f7", + "id": "66b253fc-cc03-463c-81a7-a78746609e14", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57188,7 +57188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ac08ee7-8d34-4bc8-94c2-de729571b86b", + "id": "4f9f4b5f-8c5e-4e14-8596-49eb8ce8eadc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57234,7 +57234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2cf2900-bf65-4a81-a9d1-87ce8c2d8bc1", + "id": "ea30c564-7b69-434d-be53-dbf3a8da25fd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57280,7 +57280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bfd900b-e27c-4a45-94ca-f13d350a03f5", + "id": "a54d4ae4-4876-4b2f-9e87-8fe78cf99b62", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57326,7 +57326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad14cbb9-cedd-4807-bfb0-2e86d1a4c1e6", + "id": "4e481228-1995-416f-8397-f8a16a98705d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57378,7 +57378,7 @@ } }, { - "id": "13117e9e-21f8-49b4-8251-f9d721658efb", + "id": "889baa4f-efa8-4fe4-9579-dc8f86b178fa", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -57462,7 +57462,7 @@ }, "response": [ { - "id": "bbab05f9-f6bc-4745-a686-f6e73abafa11", + "id": "34b0522a-0671-4dcd-a8e0-362a6edb81fd", "name": "List of approval items.", "originalRequest": { "url": { @@ -57560,7 +57560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4d4ce91-3663-45eb-8f2f-120a1df2c62d", + "id": "fe958861-59e8-4b55-9280-c13c9f9c330f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57658,7 +57658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23c16954-02cf-4f46-a23c-cbd99d9cd8ce", + "id": "c82e2b3a-cfed-4e1f-b54d-4c1cbbaabc37", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57756,7 +57756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cc1bbc7-94d3-4deb-8b6d-5fb00730feb9", + "id": "c73b4ed8-bc3f-4505-b601-ba15ed910a78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57854,7 +57854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93fbad3d-2eaa-4a72-a493-20e05870008b", + "id": "2e96f64d-7ebe-4c8f-9c20-26ef75dc5934", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57952,7 +57952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eea98032-24aa-435a-ba37-3db90245a22f", + "id": "e924febd-f197-4190-a958-f935f765a85a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58056,7 +58056,7 @@ } }, { - "id": "66351a2c-be58-4921-a890-2d93800a797c", + "id": "1efc1e73-a67e-477b-8e45-e8e05620b4c1", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -58107,7 +58107,7 @@ }, "response": [ { - "id": "54a32ebd-c22b-4a9d-9e14-0e9bb72df85f", + "id": "c7de34bb-f9ed-4749-9d6d-a9216913aba5", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -58161,7 +58161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc89711e-dda0-485f-8268-b832b893ed2d", + "id": "562e5bb5-0497-4f2f-97e4-2bfbf4bc25c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58215,7 +58215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5705002-5e51-4b6e-91fa-ee211907d8db", + "id": "c00c2d2c-ade3-46ae-8acf-21dc7cdb71f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58269,7 +58269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec9125d9-0818-4025-bf40-68a18442c14c", + "id": "37d488fc-d450-4cc4-b318-57a2db0ec692", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58323,7 +58323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "028655d1-6e39-42ef-9cb9-43bb91fc0636", + "id": "740934e0-959e-41cd-9bc0-f2053d4eaf66", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58377,7 +58377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "873cd46e-02d4-4e07-8261-642ca6066e6c", + "id": "20bb6955-9f56-4fa6-8486-e2229afee24b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58437,7 +58437,7 @@ } }, { - "id": "c9bf82d6-e8fa-4190-8a12-3923e5dac517", + "id": "73d607a7-a90b-4ee9-92a4-f1f282415d0a", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -58492,7 +58492,7 @@ }, "response": [ { - "id": "33eaec25-926d-4462-9496-0b0b9eb063f2", + "id": "b7780eb2-7672-41b5-bfd7-937a7a6dc23a", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -58550,7 +58550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8ac6001-c533-4a89-b669-4cf9242798d5", + "id": "2c43b070-2906-4e13-9f1c-eed2e596f4b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58608,7 +58608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e54b7426-0572-4112-9e39-b7def3812e08", + "id": "47a8e353-b88a-4440-9441-15a48184f9fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58666,7 +58666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f515f59-e9ca-47ae-80f0-86db81be8593", + "id": "86e6eaed-3615-4129-ae6f-cb168d4a1d89", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58724,7 +58724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "508188d2-5bc0-4186-9460-8d8dcffe8032", + "id": "a5d373f5-44af-403c-9648-a9298cdd636e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58782,7 +58782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1001db71-92ea-4823-9c02-94b8999091b9", + "id": "0d449170-2ec7-4142-9622-19f1deeda918", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58846,7 +58846,7 @@ } }, { - "id": "47a59382-d78e-419c-ba8a-9e632f64a350", + "id": "3de569e5-fdc7-441b-b56d-3d89e828adff", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -58901,7 +58901,7 @@ }, "response": [ { - "id": "d44511e8-c2e3-4f28-8952-1411379e642c", + "id": "ba3e3605-39c3-4af3-968c-af9b6afc9f49", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -58959,7 +58959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cb01d5c-f82c-4cce-937f-5f328b749ae7", + "id": "1432afb8-9d40-4d86-af01-9e51b7515e3e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59017,7 +59017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f59518e4-2064-4d8b-9057-5739f31058f0", + "id": "54e298b2-e441-4ab3-b819-b6e5ef181c15", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59075,7 +59075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65ce44bd-22cb-4228-a462-375f74fe62ce", + "id": "06001d9a-774f-4781-858b-c3a635be1137", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59133,7 +59133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2252d15a-d5b5-4bc2-a36c-586e43ca33ac", + "id": "08eb9a7f-f4e8-4ba0-bc0e-fdf7840881f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59191,7 +59191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9ae4d0d-7eba-4f18-813f-f3a1c4758ccd", + "id": "f45d2a70-9cc3-4d8c-9749-8c015082d1d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59255,7 +59255,7 @@ } }, { - "id": "0b079e33-ee77-46a7-ba2c-10b15d081156", + "id": "00408d5f-031e-458f-8e8e-cbc740294123", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -59297,7 +59297,7 @@ }, "response": [ { - "id": "5fcc2ce5-ee15-40e4-a00d-9c114497cd37", + "id": "6735f1bb-a22e-4c24-b6bd-fd8817fe2cf6", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -59342,7 +59342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c2f51da-2ef7-4ad1-9bf3-9cfd22fdbe26", + "id": "2fec45a3-fa3d-4361-9dd8-6887879a7925", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59387,7 +59387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37b204b6-cf55-4b21-a192-b360c3fe30c6", + "id": "3a1df274-0e2b-4616-80a4-244bed667e3a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59432,7 +59432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b25bd50-8699-4f84-8f90-590d200dc065", + "id": "5066a5aa-f136-403c-9e9e-4c75fd4a3aad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59477,7 +59477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e36bad5-aa6c-4845-b5e5-4686ac11ca05", + "id": "e24df012-b518-431c-a5cc-dc38e55e8102", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59522,7 +59522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2a9af30-1370-4a49-98f4-94a1dafad83b", + "id": "8b150094-f553-4b51-a1fd-8db4a8ed04da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59573,7 +59573,7 @@ } }, { - "id": "a8025c41-127d-4125-a8ef-c12a17244ce9", + "id": "1c678195-4569-4dac-b4e8-bb428355776c", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -59615,7 +59615,7 @@ }, "response": [ { - "id": "89f177f1-641f-4781-9554-de9fcc4a7ff6", + "id": "2d130d9e-7362-4e0a-ba5e-7b6a4c5c25de", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -59660,7 +59660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffd075d7-9154-4106-b953-303f05b96b7b", + "id": "3367add0-6ab6-4705-95cd-f8b46f5b409e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59705,7 +59705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e34f3dbb-4499-40cd-8f7c-439f781b8ec3", + "id": "f8dc1f6d-5577-42af-b47c-1baea815b1c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59750,7 +59750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0164a6b8-ffab-4ca2-bc59-60c3db1de7b9", + "id": "f3dadbf4-05ae-4728-982d-df3901f180bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59795,7 +59795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86f9b56b-1792-49c9-bc20-399976828ad7", + "id": "15d9d59e-e7a4-4435-8595-f67f56b6d41b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59840,7 +59840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a33721b-fa90-44f6-a55f-02cdcd41ad15", + "id": "aa7269ea-cf6c-43a6-9f1d-5a949a9e1820", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59885,7 +59885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85196a70-ee84-464a-93de-e73a35e545ed", + "id": "eccfce2c-8b28-48d1-a0ff-5f40ddecca8c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59936,7 +59936,7 @@ } }, { - "id": "75959d90-e69e-4e3e-b3aa-8962a3ffb430", + "id": "ea7094d0-2c14-4202-a0b6-3c556af738cd", "name": "Create a new Schema Attribute for Non-Employee Source", "request": { "name": "Create a new Schema Attribute for Non-Employee Source", @@ -59991,7 +59991,7 @@ }, "response": [ { - "id": "7ae510da-f22e-42f7-a3cf-754f5bb8979b", + "id": "0494bf65-5d4c-41a2-a96d-53eaa8a84c15", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -60049,7 +60049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc8a2fdd-76b9-4aec-92c6-5d29b57f3446", + "id": "33817ca1-3b62-4722-a2cc-c9f0704f6ffd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60107,7 +60107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19c44b6f-0507-4909-adaf-4e3d39c18b03", + "id": "a3ac4d0d-ffdd-4a1b-8b18-c862431ccdbc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60165,7 +60165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4f8bb58-0164-426b-9617-35d7e2185b9b", + "id": "9afb9f8d-3361-4ac6-9204-a676b2552407", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60223,7 +60223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f08ebe06-8b3a-4ccc-b488-1ba35dcdc4f0", + "id": "2da2158f-5080-42a8-8c65-48b1628fa077", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60281,7 +60281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46cb3fb6-168c-4784-a36d-4b933fff73ad", + "id": "eae1e2b9-732b-42d6-b540-e1b568c86831", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60345,7 +60345,7 @@ } }, { - "id": "430b73a1-a6bd-4685-98ab-11fc062128bd", + "id": "3e4725a8-2444-4246-8a02-f75e8b810961", "name": "Delete all custom schema attributes for Non-Employee Source", "request": { "name": "Delete all custom schema attributes for Non-Employee Source", @@ -60387,7 +60387,7 @@ }, "response": [ { - "id": "6057e56d-459e-4eca-aff6-40836027baff", + "id": "d167f00e-e22e-46fb-ac8c-dd8b0e3904f2", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -60422,7 +60422,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4cc12abd-244e-4472-b76b-49805cafb0ed", + "id": "b79ebbec-5f19-445b-a34d-d0272de63614", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60467,7 +60467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aa7653f-2e5a-43a5-85da-f9905688b0d4", + "id": "7a9c9ab7-5509-44db-9bce-c907613e7bef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60512,7 +60512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a71e7f0-4a64-49e7-9e7a-293f89042007", + "id": "a8af8690-10a4-4bc3-8d54-ce2391d9f7e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60557,7 +60557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a7bb612-af98-415a-9c8c-0bd8e9692152", + "id": "f92a71b3-f84c-4d23-9c8b-beb39c5d0124", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60602,7 +60602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cf858ea-ec08-46c9-8cb3-8e187d28345f", + "id": "0b6d918c-bc5a-4e30-8ce2-3ec422315be4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60653,7 +60653,7 @@ } }, { - "id": "774d779a-15b2-432f-9b96-5a40c0fff75c", + "id": "c5b4554e-acc4-4d1f-8413-d6116875e244", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -60706,7 +60706,7 @@ }, "response": [ { - "id": "c773c176-4ada-4a28-8240-7b189008a648", + "id": "5b5f0ab0-d116-43a5-89d9-05fa7ef7a9ab", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -60752,7 +60752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82abe9d8-23c4-4642-bf57-c0fb5adc42d0", + "id": "61c19e0a-ddc8-4e5a-95d0-d86293bcfacb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60798,7 +60798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "872db80a-ed34-4298-a5ec-6faca086475c", + "id": "ed0581d2-aaab-4b9b-868e-dd3393ffe5fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60844,7 +60844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e99809bd-d580-4779-b536-972b837c1675", + "id": "6efe487e-6e3e-4e8b-b783-f239fd7f3779", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60890,7 +60890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a63f03c-c70d-44e9-a9c2-429f0131f1d1", + "id": "80b06be4-808b-437e-921f-eb353bed3818", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60936,7 +60936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a813d63e-74b8-4340-be73-9910e9957cc2", + "id": "ad112d2f-04ab-47ce-bcba-2c9fab8042d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60988,7 +60988,7 @@ } }, { - "id": "3b78944c-8c37-495c-9188-fe8e05811319", + "id": "e1b62761-ca45-49ef-879a-a8255d2874f0", "name": "Patch a Schema Attribute for Non-Employee Source", "request": { "name": "Patch a Schema Attribute for Non-Employee Source", @@ -61054,7 +61054,7 @@ }, "response": [ { - "id": "991af8a5-28e8-4518-a84e-1b5fa75ced17", + "id": "4ca11e3a-23dd-45fd-9fad-0467a6e9c874", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -61113,7 +61113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "520cb480-924b-4cb3-9c1f-cbcc4ef6cdc0", + "id": "08d6e3a7-d094-4a0f-8a0e-ee9d43cf7a20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61172,7 +61172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdde2926-4e35-40d9-bec1-e1c7797d19b2", + "id": "aca70153-5431-4165-a03e-a6eebb84e207", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61231,7 +61231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8272f315-78a3-4fd9-a6e0-2ffe722c7a39", + "id": "ad2cf468-9942-400d-8b64-52494d870784", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61290,7 +61290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92ac37a0-aac0-4038-b67b-63dc68c76fb7", + "id": "044eaf6d-9cf1-42a7-8945-04629ca8464d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61349,7 +61349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aca6db06-c3dd-499b-95c5-54f88d570788", + "id": "10972343-4e1c-47fa-b58c-09f382a9a03e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61408,7 +61408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f49a794c-ea2d-44bd-8a5c-b91bec6fea8a", + "id": "93c2c766-d875-40e1-89e0-c65f8c1dd375", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61473,7 +61473,7 @@ } }, { - "id": "624f849f-55ff-4497-b09f-2f4bbe2db169", + "id": "f14d5d20-a80a-4032-aad0-18cb0f120c6f", "name": "Delete a Schema Attribute for Non-Employee Source", "request": { "name": "Delete a Schema Attribute for Non-Employee Source", @@ -61526,7 +61526,7 @@ }, "response": [ { - "id": "4e343f45-485b-4203-ab48-b6a22d10d5c6", + "id": "920cd201-12af-41a4-aca7-cdb812edc1bd", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -61562,7 +61562,7 @@ "_postman_previewlanguage": "text" }, { - "id": "504af760-c893-49e3-a186-9766ea6654a4", + "id": "4f0cdfe3-249a-4793-b597-fccfc8de1033", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61608,7 +61608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c45f299-44f8-4c89-b924-b09065621ad6", + "id": "4f35e772-4303-4e5e-911c-d61c408cf7bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61654,7 +61654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "557e7884-2a63-498f-8965-09217136cb7c", + "id": "e121abb4-4b30-4db4-8fd6-944b9b442238", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61700,7 +61700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5865d911-3b03-4808-8869-d8bc03b9194b", + "id": "ab914e47-05e0-46ad-8689-5cc3e67e9db7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61746,7 +61746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3f1999f-3018-4e04-8ba7-fb2363e7e827", + "id": "5c36d900-7421-4e82-b8b5-997bbe11e401", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61804,7 +61804,7 @@ "description": "Use this API to implement OAuth client functionality. \nWith this functionality in place, users with the appropriate security scopes can create and configure OAuth clients to use as a way to obtain authorization to use the IdentityNow REST API.\nRefer to [Authentication](https://developer.sailpoint.com/idn/api/authentication) for more information about OAuth and how it works with the IdentityNow REST API.\n", "item": [ { - "id": "a4460a4c-0622-4aab-955f-43b5378668d7", + "id": "df7ebcdf-2b0c-4ae4-adb2-5fcea67bcae5", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -61843,7 +61843,7 @@ }, "response": [ { - "id": "2fa1352d-3960-4605-bc05-9f583f4655a0", + "id": "9880e231-5604-4e78-92de-d3ca24550f2b", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -61896,7 +61896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d520f32-b413-4ad5-87ab-372ff23aca96", + "id": "55289db2-dae6-450a-929f-abac5a51eee6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61949,7 +61949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2abd1874-fc7e-4885-b2ec-61d04fab5a2e", + "id": "b1dc41b6-48fd-492d-b830-08c39f0cad9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62002,7 +62002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d37a2b78-bcab-4b53-9425-b94bbe443ca0", + "id": "ae3c8cf6-2cb3-4ca1-b168-f88407109453", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62055,7 +62055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13ad39d8-cb0c-4cae-8553-8facf0885497", + "id": "5ecbcb1e-e81d-425d-971a-9f180ad1b01b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62108,7 +62108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "499353d6-60af-41b9-8a21-fe4b38c13f2e", + "id": "7f11b746-bcab-4459-8862-11120331add0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62167,7 +62167,7 @@ } }, { - "id": "27c432c0-7f37-4969-8206-6aafd076fef7", + "id": "711cf07c-6fbf-4bc4-b905-79be0edd164d", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -62209,7 +62209,7 @@ }, "response": [ { - "id": "be0f22a2-5e2c-46bf-a8ba-cc1f33dab751", + "id": "b624e272-56db-4a1f-b0db-0996ebab4bf5", "name": "Request succeeded.", "originalRequest": { "url": { @@ -62265,7 +62265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10596522-b45a-4ef1-8090-31d6bcb211b2", + "id": "870e9f54-3e0b-4d1e-809b-b05e66ad878d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62321,7 +62321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3c2eb5b-91d5-41ad-a311-450cb2b71d38", + "id": "dd59904f-95c4-4f48-ba6e-28561a5e546b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62377,7 +62377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b28dba6c-0e6a-40f2-ab56-56744cf9201e", + "id": "36051e0f-38d9-4e30-a4c5-cce3e09b664a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62433,7 +62433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "928849c6-0ce4-46d6-b19a-b26e9f51a7f4", + "id": "1f789700-061f-41c4-8493-98b3f56bb55b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62489,7 +62489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88961532-0cf8-4b1b-9789-4448603d2a86", + "id": "75cedb4e-5fc3-46be-b45e-9dd2dbdd237b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62551,7 +62551,7 @@ } }, { - "id": "78eb38e6-a3a6-414a-b0c4-5acd7af0a24c", + "id": "b171be0e-1e00-4636-aba4-67b22b3ffa0b", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -62592,7 +62592,7 @@ }, "response": [ { - "id": "2b1f4232-42a8-427e-9080-cb40749275ca", + "id": "821b2b46-3857-486f-8cd1-caa7e61f01b9", "name": "Request succeeded.", "originalRequest": { "url": { @@ -62636,7 +62636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d50e6b71-f503-4cbe-9520-02497ca08325", + "id": "7bdaf786-98be-4ce3-8b59-605e2ae0e327", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62680,7 +62680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b96854b-98e0-4eb4-b5d3-1106a5d11130", + "id": "5b12c194-5b91-4dcb-9957-ea89ddac1af3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62724,7 +62724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "845c1604-b930-4a9e-90ac-f5a503b04488", + "id": "8161d48a-0645-4cea-98cf-00e36c1c66c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62768,7 +62768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4255423a-aaf4-4143-9842-5982ec1ea2b1", + "id": "6ef2a9f0-acd6-4451-a0fc-2fdc8e628f12", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -62812,7 +62812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6167ad4f-ecba-4628-9338-6c38d305aca1", + "id": "5bca4472-b301-45bc-a2ae-0374c95a1568", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62856,7 +62856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33c16448-d6e8-4a67-81fb-e5315253a67b", + "id": "c920a5a4-216c-481a-b119-a95c43ae000f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62906,7 +62906,7 @@ } }, { - "id": "f9a2bdd1-2a09-4543-ba46-0843c2059a59", + "id": "f57766e9-432e-43c6-9e03-61aebb8658b1", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -62947,7 +62947,7 @@ }, "response": [ { - "id": "e06f2620-6696-40c7-b9c1-fad5a0471b62", + "id": "9c535276-6678-4c27-8bbc-fe04dd9d0014", "name": "No content.", "originalRequest": { "url": { @@ -62981,7 +62981,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cb68f890-4cc6-46fb-ad5e-01791d23eabe", + "id": "473ff94e-cf43-4781-a5ba-bacdb8baea07", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63025,7 +63025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e8e3c59-611f-4b7e-854f-e2a65ce770a1", + "id": "f1d9fe2e-7603-4792-a68f-a08083afaf71", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63069,7 +63069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94ac5668-c415-4f52-99d0-697e13aed67b", + "id": "a3259fde-8295-45bf-b28f-75abb9a24b0d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63113,7 +63113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d0dddf2-dd88-43af-b55c-cb65f84b0111", + "id": "cf38b85a-32e4-4713-8da3-3be6fc51563b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -63157,7 +63157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f08765bd-4434-4123-bf4a-14a559f676bb", + "id": "c7e22b83-d7fc-484b-be41-e3efde4834d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63201,7 +63201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1ebd9e7-5f9f-40cf-8b79-d08c28692110", + "id": "f7ede780-87ed-4163-9058-77a46e53a103", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63251,7 +63251,7 @@ } }, { - "id": "cb1f6eaa-b78e-42cd-9dae-6030610897ee", + "id": "0b7ebb01-df50-4ecc-af4c-7160c3676481", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -63305,7 +63305,7 @@ }, "response": [ { - "id": "54892130-9fdd-4e7d-97e7-0d1e2e6d8ff8", + "id": "0067143a-703b-4e6e-9017-a0967ca6eada", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -63362,7 +63362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d751216c-aa9c-4ddd-8412-a2402dffca82", + "id": "89153593-e515-4bc4-aeed-f7b428a44c4e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63419,7 +63419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b0741ef-3c4b-4776-a727-1c05e225ef69", + "id": "69ae1375-e72e-4b66-811d-9a5708af24ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63476,7 +63476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72272706-74d7-4f95-9d9e-b5784fb07897", + "id": "687ad67d-ad95-4620-b33b-4043e87f78e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63533,7 +63533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55e935d0-d873-4980-999d-625d873500a1", + "id": "618394ff-510b-42a0-b90c-e3a91e277aea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -63590,7 +63590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c65e31ea-4745-4040-b32f-521d7b823926", + "id": "7e5bd490-0203-4d08-be7f-a65ff6b6d7eb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63647,7 +63647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76e8f864-90f6-4e9c-9a78-97cced4bb4ae", + "id": "d9e4adc3-fe92-48eb-96a5-499db5838445", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63716,7 +63716,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": "d3591184-b150-4ea7-b3d9-7789e7369cd0", + "id": "0bb453c4-7f47-44d3-85b9-e1251682361f", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -63745,7 +63745,7 @@ }, "response": [ { - "id": "125ab8da-b15f-441f-9bd7-ef57326c5789", + "id": "48337996-6009-444e-9d30-44ae84d5df3a", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -63788,7 +63788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f14d313f-8832-4e8b-963e-de18f26d1940", + "id": "91f2b7a5-90b4-4a92-bfe6-ed9090c29c67", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63831,7 +63831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfef8b2f-608c-4713-b393-1f3d56fd09b8", + "id": "299e3865-b0fa-444d-9d91-ddd4111d1e12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63874,7 +63874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d7d4612-1f21-4298-b6f5-cf331007dce6", + "id": "a0b55c9c-c77d-428d-9107-544827bd6b61", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63917,7 +63917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b02fc62-907f-444c-ba6f-d7d9571ac66e", + "id": "018ce805-d1c5-4894-8629-cc0b4160a7c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63960,7 +63960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e8a4806-82d6-4206-b74a-41d3a2d7f1bc", + "id": "b7e0d6a5-e806-449c-9d90-0db408d4ada6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64009,7 +64009,7 @@ } }, { - "id": "0a3582e3-9143-4761-92c7-eb0d199d007f", + "id": "bab7d6ae-96c6-4b60-aac9-97a566723f2e", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -64051,7 +64051,7 @@ }, "response": [ { - "id": "f54eb5df-3a48-41d2-a4d9-9abaad99c3ba", + "id": "581cb7e4-69ca-4a69-8674-2fa075b3bf4e", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -64107,7 +64107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eec0c5f-ab7c-42ff-94df-f82a6d7a0456", + "id": "f028c265-0f96-4f7e-9fe2-d08e88e087ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64163,7 +64163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bab4ba3-a721-4329-a673-33f451df2a93", + "id": "ad51344d-5c5a-4c3f-a8e7-fc9e211c0f9d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64219,7 +64219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61563999-5ad9-41e1-b92c-b9c03bf648d8", + "id": "db19c5fd-2006-4c88-b5e9-d6bdb4897c58", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64275,7 +64275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d89d14b7-c7b9-47a5-8308-8e37cf9bbdfc", + "id": "63e97a44-8285-46eb-b7d1-2caa9545f25d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64331,7 +64331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "997ab2a5-e8dd-40c9-bd51-8b67e7ecb125", + "id": "074c0bf9-6983-4a76-97ed-02e2978f573b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64393,7 +64393,7 @@ } }, { - "id": "366743c5-168d-423a-9b5a-a1af9fea286f", + "id": "a51790ba-8458-47ef-a7ce-63b35d7adbbd", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -64435,7 +64435,7 @@ }, "response": [ { - "id": "83e7d306-8e02-4ed3-b887-0ed7861553da", + "id": "d9d97387-c6e0-48c5-b923-d98e8501ec21", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -64491,7 +64491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ccdfd3c-683b-4af6-92b0-ca568a69b702", + "id": "a8b56446-5793-417f-9e37-8163069b06f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64547,7 +64547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e5a4d70-bc1a-4953-99eb-26ad4edd2922", + "id": "20b02f80-9726-462b-9fc5-b210a9ba306d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64603,7 +64603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "940ad4d7-d199-4ea9-b82e-17f3ca0daace", + "id": "5512736d-c5a9-47ab-9eb2-9067455cb924", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64659,7 +64659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0438c0f1-8013-49fb-b1df-cfaeab9d9a05", + "id": "56047c12-7925-4724-9d8e-cef424153958", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64715,7 +64715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaa8d438-2958-4d8f-90d0-f10643fdfcc4", + "id": "b56bc7b5-2dca-40cd-a834-933fa3ff479b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64783,7 +64783,7 @@ "description": "Use this API to implement password management functionality. \nWith this functionality in place, users can manage their identity passwords for all their applications.\n\nIn IdentityNow, users can select their names in the upper right corner of the page and use the drop-down menu to select Password Manager. \nPassword Manager lists the user's identity's applications, possibly grouped to share passwords. \nUsers can then select 'Change Password' to update their passwords. \n\nGrouping passwords allows users to update their passwords more broadly, rather than requiring them to update each password individually. \nPassword Manager may list the applications and sources in the following groups:\n\n- Password Group: This refers to a group of applications that share a password. \nFor example, a user can use the same password for Google Drive, Google Mail, and YouTube. \nUpdating the password for the password group updates the password for all its included applications.\n\n- Multi-Application Source: This refers to a source with multiple applications that share a password. \nFor example, a user can have a source, G Suite, that includes the Google Calendar, Google Drive, and Google Mail applications. \nUpdating the password for the multi-application source updates the password for all its included applications. \n\n- Applications: These are applications that do not share passwords with other applications.\n\nAn organization may require some authentication for users to update their passwords. \nUsers may be required to answer security questions or use a third-party authenticator before they can confirm their updates. \n\nRefer to [Managing Passwords](https://documentation.sailpoint.com/saas/user-help/accounts/passwords.html) for more information about password management.\n", "item": [ { - "id": "678e7f97-29d3-4449-84dc-75e151b5ae00", + "id": "bb4b7783-7213-4f58-92cd-a48339bd1b18", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -64825,7 +64825,7 @@ }, "response": [ { - "id": "2c5218a4-f032-48fb-9962-d3b687a4b1ca", + "id": "b4524c54-1aa8-4acb-a149-034e1997a601", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -64881,7 +64881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "189281d3-0068-4fce-988f-3205b1115ca5", + "id": "e86c8341-e437-4a45-9fa6-20ae574d2c9e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64937,7 +64937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f35bdc1-63c1-4c18-bce8-ab809eedb0b3", + "id": "02707373-9672-48d1-949c-fb35e7e0d0a6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64993,7 +64993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f181607-f74c-4f74-be85-c3d4b34f572b", + "id": "181a857a-50b6-4781-8a1e-e50a62dc06d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65049,7 +65049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cb2b255-8ccd-4195-a225-665ea8cf7e9c", + "id": "d4561575-d594-45bf-91a5-ec60cbf2d8e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65105,7 +65105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "525b5893-2874-4905-a122-feb3b50b1812", + "id": "47b6b58b-494d-40b0-bef7-1d9d91821c33", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65167,7 +65167,7 @@ } }, { - "id": "b5a8e3e6-30d2-4593-8086-ee73e4c98024", + "id": "235e2a45-64fa-4879-8354-f521e0bcd4df", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -65209,7 +65209,7 @@ }, "response": [ { - "id": "ebd7a483-3dd5-406d-895d-ae2d67759dd7", + "id": "0780be31-6164-4b26-939f-ffbd5d45c23d", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -65265,7 +65265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3857e9f8-d4e5-4904-ab40-33f21beaa5ef", + "id": "1dbcd0d0-ccb4-4846-8ca9-d72d1b9205da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65321,7 +65321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82c0bd7e-cedb-406c-bfa8-8b6920c8c9b6", + "id": "5c2d3199-89bc-4a9f-ae45-4188e628ba85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65377,7 +65377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69cff090-4e05-4094-8b28-0d7ced9e504c", + "id": "894aa3dd-d882-4154-b2c5-0a5ddc8b79b7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65433,7 +65433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db8ccbd3-3732-4101-9ff7-52c3c9e197bb", + "id": "f328b2f7-56ac-41b9-92dd-93c065f8962a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65489,7 +65489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8260f402-fff0-4778-a602-cfa6500fa614", + "id": "17a3620c-2771-4518-920a-5c56c632c328", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65551,7 +65551,7 @@ } }, { - "id": "c8b597a7-fec1-41bd-ab82-3f2327b14d24", + "id": "ac742d72-7922-405d-8955-fbeba79eaea4", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -65592,7 +65592,7 @@ }, "response": [ { - "id": "f84bffa4-7726-4666-a332-192bcd5276a9", + "id": "99bb0b8a-767e-4814-bbf7-36cb96b4c7f8", "name": "Status of the password change request", "originalRequest": { "url": { @@ -65636,7 +65636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc512b14-5e5d-45a8-abf5-cbf202527c28", + "id": "bbfc8777-249b-409a-bed3-30dc04b20e94", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65680,7 +65680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d6ff59d-996b-43f4-864e-03b367a16f51", + "id": "1147bc07-d9b2-4128-b56a-cee17d5d9a53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65724,7 +65724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba19bbf6-01de-454f-b5be-87427c899071", + "id": "96e2a271-857d-48d8-ad7e-bb787d3ff8b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65768,7 +65768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15e6bc18-9b07-40ab-9dac-937da8282480", + "id": "8684a6a7-fcdd-41e4-949f-ef325360fd82", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65812,7 +65812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "195ab9ea-6e50-4289-83b0-bda0eef4d4fb", + "id": "469ad406-f950-461e-9d44-493f80b1dd08", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65856,7 +65856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c124ecb-0ae9-478e-9300-6e7461224714", + "id": "b709190b-88d7-4e97-95a2-7d6a435fe49d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65912,7 +65912,7 @@ "description": "Use this API to implement password dictionary functionality. \nWith this functionality in place, administrators can create password dictionaries to prevent users from using certain words or characters in their passwords. \n\nA password dictionary is a list of words or characters that users are prevented from including in their passwords. \nThis can help protect users from themselves and force them to create passwords that are not easy to break. \n\nA password dictionary must meet the following requirements to for the API to handle them correctly: \n\n- It must be in .txt format.\n\n- All characters must be UTF-8 characters. \n\n- Each line must contain a single word or character with no spaces or whitespace characters.\n\n- It must contain at least one line other than the locale string.\n\n- Each line must not exceed 128 characters.\n\n- The file must not exceed 2500 lines. \n\nAdministrators should also consider the following when they create their dictionaries: \n\n- Lines starting with a # represent comments.\n\n- All words in the password dictionary are case-insensitive. \nFor example, adding the word \"password\" to the dictionary also disallows the following: PASSWORD, Password, and PassWord.\n\n- The dictionary uses substring matching. \nFor example, adding the word \"spring\" to the dictionary also disallows the following: Spring124, 345SprinG, and 8spring.\nUsers can then select 'Change Password' to update their passwords. \n\nAdministrators must do the following to create a password dictionary: \n\n- Create the text file that will contain the prohibited password values.\n\n- If the dictionary is not in English, they must add a locale string to the top line: locale:`languageCode`_`countryCode`\n\nThe languageCode value refers to the language's 2-letter ISO 639-1 code.\nThe countryCode value refers to the country's 2-letter ISO 3166-1 code.\n\nRefer to this list https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html to see all the available ISO 639-1 language codes and ISO 3166-1 country codes.\n\n- Upload the .txt file to IdentityNow with [Update Password Dictionary](https://developer.sailpoint.com/idn/api/v3/update-password-dictionary). Uploading a new file always overwrites the previous dictionary file.\n\nAdministrators can then specify which password policies check new passwords against the password dictionary by doing the following: In the Admin panel, they can use the Password Mgmt dropdown menu to select Policies, select the policy, and select the 'Prevent use of words in this site's password dictionary' checkbox beside it.\n\nRefer to [Configuring Advanced Password Management Options](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html) for more information about password dictionaries.\n", "item": [ { - "id": "0ad202d4-831e-4996-9ec8-4f48fb44599e", + "id": "29fd2c63-293f-4e0b-bcc3-2d572f4a8210", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -65941,7 +65941,7 @@ }, "response": [ { - "id": "79eb94ea-06db-4ee8-9253-8b604544917d", + "id": "9d3a3301-296f-4129-9ebe-9b47faf1cb91", "name": "A password dictionary response", "originalRequest": { "url": { @@ -65979,12 +65979,12 @@ "value": "text/plain" } ], - "body": "nisi irure", + "body": "ullamco commodo", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "b2758534-7b44-488f-9374-fc897d71b35c", + "id": "e413c8da-a779-4cf0-b4f0-bc0e8a26d001", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66027,7 +66027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "207def5f-8e3f-4c69-a6ff-9b36702a5d99", + "id": "35b09967-f990-4bff-aa12-e5772cdb7958", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66070,7 +66070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9daea46-2ad2-4366-88e8-229bcc0cddb7", + "id": "2a710305-3863-485b-9147-743ce12f9a51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66113,7 +66113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45bd16dc-f4b4-4af0-a669-94ed5d4b7c13", + "id": "4f70609f-6ef9-473b-8be7-42ab87be5170", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66156,7 +66156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c039b5a2-df8e-45d3-b0c1-4979a6641bf9", + "id": "411fc006-548f-4d0e-86e0-f7e5296e4356", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66199,7 +66199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed0bf810-7e2b-4004-868c-348d46a1bfca", + "id": "bdb81ed7-f8f4-4f36-b311-d068030d447f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66248,7 +66248,7 @@ } }, { - "id": "567ecd8c-6af7-4a0c-8616-d5cf09d37d14", + "id": "536867bc-8380-4ed3-a225-f6c8ef826419", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -66286,7 +66286,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -66294,7 +66294,7 @@ }, "response": [ { - "id": "a252655a-fb4f-4cdc-a6be-ebf9a258cb42", + "id": "0c285afb-b66b-4d0f-a7a2-f31b11f3d67e", "name": "Successfully updated.", "originalRequest": { "url": { @@ -66331,7 +66331,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -66344,7 +66344,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a5fc6c78-28ec-404d-bc61-bbca83861639", + "id": "d60a7fa6-aac4-4a2f-82d1-093bbc00e82c", "name": "Created.", "originalRequest": { "url": { @@ -66381,7 +66381,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -66394,7 +66394,7 @@ "_postman_previewlanguage": "text" }, { - "id": "45f4d171-1fc1-493f-8120-4382200535db", + "id": "c4ea0483-70c1-42b3-9cc4-b30301f14dab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66435,7 +66435,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -66454,7 +66454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5bfc9c7-32e7-4305-9478-9a6c9f09dcfe", + "id": "1c8efeb0-9502-4a4a-a0b7-ab591a5762ca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66495,7 +66495,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -66514,7 +66514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c2f5777-26cf-4191-a168-9b4e930d0d91", + "id": "455f1885-2531-4d04-9191-65f1e5328b37", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66555,7 +66555,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -66574,7 +66574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c551208-62d2-441f-b164-f0972c4ad657", + "id": "7eedaf47-2ff2-44c1-a41c-f1dfc405e18c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66615,7 +66615,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -66634,7 +66634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2cbeb59-4593-4115-bacd-854887cc4cf9", + "id": "bfbdf43e-d190-433a-9c5f-37d06eb9ed61", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66675,7 +66675,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -66694,7 +66694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab84575d-e8d5-40fb-9370-4b2f28fae18b", + "id": "260330ac-6952-4b11-9739-6a02f06bb636", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66735,7 +66735,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -66766,7 +66766,7 @@ "description": "Use this API to implement password sync group functionality. \nWith this functionality in place, administrators can group sources into password sync groups so that all their applications share the same password. \nThis allows users to update the password for all the applications in a sync group if they want, rather than updating each password individually. \n\nA password sync group is a group of applications that shares a password. \nAdministrators create these groups by grouping the applications' sources. \nFor example, an administrator can group the ActiveDirectory, GitHub, and G Suite sources together so that all those sources' applications can also be grouped to share a password. \nA user can then update his or her password for ActiveDirectory, GitHub, Gmail, Google Drive, and Google Calendar all at once, rather then updating each one individually.\n\nThe following are required for administrators to create a password sync group in IdentityNow: \n\n- At least two direct connect sources connected to IdentityNow and configured for Password Management.\n\n- Each authentication source in a sync group must have at least one application. Refer to [Adding and Resetting Application Passwords](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html#adding-and-resetting-application-passwords) for more information about adding applications to sources.\n\n- At least one password policy. Refer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/policies.html) for more information about password policies. \n\nIn the Admin panel in IdentityNow, administrators can use the Password Mgmt dropdown menu to select Sync Groups. \nTo create a sync group, administrators must provide a name, choose a password policy to be enforced across the sources in the sync group, and select the sources to include in the sync group. \n\nAdministrators can also delete sync groups in IdentityNow, but they should know the following before they do: \n\n- Passwords related to the associated sources will become independent, so changing one will not change the others anymore. \n\n- Passwords for the sources' connected applications will also become independent. \n\n- Password policies assigned to the sync group are then assigned directly to the associated sources. \nTo change the password policy for a source, administrators must edit it directly. \n\nOnce the password sync group has been created, users can update the password for the group in Password Manager.\n\nRefer to [Managing Password Sync Groups](https://documentation.sailpoint.com/saas/help/pwd/sync_grps.html) for more information about password sync groups.\n", "item": [ { - "id": "767b99ad-31b3-423d-94cc-6782e523ebf1", + "id": "f0b1bbfd-cee2-4c6a-916d-30bcda116b5c", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -66823,7 +66823,7 @@ }, "response": [ { - "id": "08f5481e-ebc8-423f-a7fc-079a6806f106", + "id": "f54e1002-fa12-420e-bb9a-abbf66b99dc8", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -66894,7 +66894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50d18b7f-a654-42eb-8056-4ebae09bfdd9", + "id": "de355b5e-4eb5-4cbe-bca4-a37830dce47b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66965,7 +66965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7dcbfd9-fac8-4af5-9d6d-ef3f6eeaa3ab", + "id": "5580f371-9563-400d-8e28-b04b2156c66e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67036,7 +67036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a69d18a-de2a-4655-ad73-43be084f8346", + "id": "0231bb22-a8ab-4dab-b8e4-14db47214c0d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67107,7 +67107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86b60c1b-6e05-4231-818e-4dff6779ce94", + "id": "1f02c6f8-08e0-41ea-a5d7-953d52a08fa8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67178,7 +67178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f68a8b3-441f-4529-9a68-748a527f75cc", + "id": "f2228f0b-d7b6-4f94-8d32-1504ace581e8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67255,7 +67255,7 @@ } }, { - "id": "115dcbb6-47f8-493c-b4d3-20d553ac74f6", + "id": "33412881-e91b-44dd-8dd0-b81d48c883f2", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -67297,7 +67297,7 @@ }, "response": [ { - "id": "886bba92-ef6f-41ea-8fc2-b747b88eb3c3", + "id": "fcf95fca-e7a1-4f65-b9fa-e35e5f8ea8f1", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -67353,7 +67353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87cb36f3-d1e6-4860-920c-f1d327448912", + "id": "088c76d2-4a00-4907-8414-bcc9bf24e91d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67409,7 +67409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a752a31-8abe-4081-b1ba-e85de3dddf1a", + "id": "8d337253-645b-42ad-9c56-54b5356681bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67465,7 +67465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ede2620e-6ce0-4299-8a78-8c32aec2fa92", + "id": "ded988c6-bef7-40ca-aa9e-9de306233953", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67521,7 +67521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79354427-b5c8-4205-b532-9bca338ddda9", + "id": "67e4734e-b089-43b1-8dc2-aa2e30c62429", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67577,7 +67577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2356bf2d-92e4-4e08-b194-d914159dee90", + "id": "30c34ca9-7b0f-4729-a884-3a9f8bb87d61", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67639,7 +67639,7 @@ } }, { - "id": "f7c5e134-6c19-496e-94f1-64eb4ae44963", + "id": "526d7913-c7fb-4a9a-8b5f-96030cfeca38", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -67680,7 +67680,7 @@ }, "response": [ { - "id": "6ec4e068-e49e-469f-add5-1bf753ddb296", + "id": "3117dc90-8f3a-45e7-82b5-66f11debec28", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -67724,7 +67724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77677956-88d5-4bdb-900f-d176521e63cc", + "id": "b62b4eed-846f-4515-bcf9-0f77d4ed7828", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67768,7 +67768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1877644e-5e33-424c-83ee-a59ff0840b02", + "id": "4eeb6d5d-3da6-4f9e-8b96-f1335f24894f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67812,7 +67812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1c7cde8-a97a-4af0-b353-2ec4ed248dbf", + "id": "3d1bbd1c-572a-4717-acbe-bfccbeb180e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67856,7 +67856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d264f60c-7a39-4cd4-be8c-5f75e8171567", + "id": "aed0e1ab-cfa9-44de-88cc-ffe45fa68878", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67900,7 +67900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c59f612-8a10-451e-b0c5-5a54e7770cb1", + "id": "e6d383c9-b729-4556-8fce-5245a7c86251", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67944,7 +67944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6002e4b8-1978-49a9-b0ec-39b7c1a4002f", + "id": "4a7df9a9-a068-488d-a411-528e004655df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67994,7 +67994,7 @@ } }, { - "id": "ea1ca7b4-2016-4be3-a992-6e1e98379123", + "id": "f4d53442-264a-487b-b258-153c052f49f6", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -68048,7 +68048,7 @@ }, "response": [ { - "id": "649d1610-3b9e-42c7-81d6-28170e8023f9", + "id": "ddcc9fdb-b468-47e8-9491-6d7689c525d5", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -68105,7 +68105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a6f76fb-20be-4597-9f3d-df579d439b2f", + "id": "5480b6f2-94e6-493e-a472-78e1a5e5c30e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68162,7 +68162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e68ead0-4068-4cb7-b17e-143bb4e15dcd", + "id": "70213638-fbbe-4539-8d74-4fb9d51a8aa8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68219,7 +68219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49773dee-812e-4aca-8c54-c1531f5a56ac", + "id": "e233503e-a58c-401d-8d77-fc246d262781", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68276,7 +68276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6635f79-0f28-423f-a1f7-76d072398f19", + "id": "88514bb5-2bb2-456f-a345-7df637cc7c4d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68333,7 +68333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe4e9435-4291-4061-bfbe-9f419477ddaf", + "id": "97c4e58a-b2a5-40e2-a7d6-8a5c13b7cdc1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68390,7 +68390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1d00388-4587-4c9c-8129-21dae2671a6b", + "id": "a81a037c-0cc5-414e-af32-fc928ab1ba27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68453,7 +68453,7 @@ } }, { - "id": "2570fdb4-0a6a-4447-8af9-67389b0ecc04", + "id": "974c9a6a-bf72-4093-8f71-9b06665f53ba", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -68494,7 +68494,7 @@ }, "response": [ { - "id": "3197000e-6f10-447f-b777-8c9dd7687bdf", + "id": "c2fbe51e-3aec-4cad-9a7e-2408835a3863", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -68528,7 +68528,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fb2db08b-0159-4a0e-941f-4004a77755f9", + "id": "af70f872-581b-478b-84d7-734c9766f2e3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68572,7 +68572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d78ab7c-12f3-43b7-9c3a-c839aa0370ce", + "id": "9f9c843a-4a62-427e-929a-bf063300b658", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68616,7 +68616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3691cd67-e4ac-4fcb-ba1f-715cb93bd905", + "id": "1c741897-342d-410c-9738-63ef4f488c98", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68660,7 +68660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d5bbae-1633-415f-90e8-b6fde481b8d8", + "id": "12f5aea9-77a1-458c-acfe-ad937eae75bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68704,7 +68704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73c21afa-51bb-46bc-bc63-652454294b2d", + "id": "4a38b225-b8a4-41f4-9d23-4a7510643d44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68760,7 +68760,7 @@ "description": "Use this API to implement personal access token (PAT) functionality. \nWith this functionality in place, users can use PATs as an alternative to passwords for authentication in IdentityNow. \n\nPATs embed user information into the client ID and secret. \nThis replaces the API clients' need to store and provide a username and password to establish a connection, improving IdentityNow organizations' integration security. \n\nIn IdentityNow, users can do the following to create and manage their PATs: Select the dropdown menu under their names, select Preferences, and then select Personal Access Tokens. \nThey must then provide a description about the token's purpose. \nThey can then select 'Create Token' at the bottom of the page to generate and view the Secret and Client ID. \n\nRefer to [Managing Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/generate_tokens.html) for more information about PATs.\n", "item": [ { - "id": "a0f2d202-e2c8-4f6f-8d7e-c44178b4d1a0", + "id": "d66fcfd7-688b-476a-b1c5-fbaa23cafd9a", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -68808,7 +68808,7 @@ }, "response": [ { - "id": "503e68ff-35ff-4ea5-9af0-60632bd6faf9", + "id": "7aad7ad3-2b8f-4c0a-9736-b0933da1e968", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -68870,7 +68870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24bab46-12da-4a9e-852b-9ac756c202a9", + "id": "28ca25c6-15db-4af8-ae7b-960b94ae7f6a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68932,7 +68932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a3bdd1d-ec68-421c-890e-d8e6bb9208a6", + "id": "ebd94eb5-91ad-4533-9481-588071ae4ca1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68994,7 +68994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dd1c7fe-40ce-49b8-8781-899cac4b383a", + "id": "22854bd3-c2dd-4107-88fd-2cb8df82f9e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69056,7 +69056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44ef67a2-0887-43bf-85b7-2b9b7e1f3371", + "id": "f6433e38-ba08-4185-88b8-0d32da5dd2a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69118,7 +69118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9df9ac4f-1ab9-4b51-b6ea-f93756362a7c", + "id": "daf0bb74-20a3-4639-88ee-16f47e95b325", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69186,7 +69186,7 @@ } }, { - "id": "42ee8910-23a9-4e46-beb6-9c85489d6d98", + "id": "0f834628-bbfd-4826-b05b-c07ffccfc800", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -69228,7 +69228,7 @@ }, "response": [ { - "id": "aab4903c-91b4-4039-a8b7-00047a08b7ed", + "id": "07530e9b-90bc-4b5b-abaa-2b5f161039c6", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -69284,7 +69284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0138c806-44f7-4d60-9c7f-b1a8b3d22784", + "id": "7732fc30-dadb-44e4-8c10-8329a486525a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69340,7 +69340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa80ad6-ceb1-40c7-a65d-f6212a61689b", + "id": "0bab9dbe-7e8d-4f49-8e9a-4eb1a91477a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69396,7 +69396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7acb61e1-e16f-438f-a7b1-d94691f55747", + "id": "b25cee4d-6889-4dae-8e36-f1a93796fc76", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69452,7 +69452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbdd41ab-d65c-4ff5-a52c-bf2422d439c6", + "id": "74eba484-bdfe-4998-b51d-534b306b5f32", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69508,7 +69508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e7b0983-4982-4c0d-9248-7e5db1897345", + "id": "f29b77df-67b9-4a33-b335-3203951a002b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69570,7 +69570,7 @@ } }, { - "id": "1d6c61bc-3755-495d-b575-e5be31644a1c", + "id": "2eb95fd8-0a57-4053-b1b0-6001e4455781", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -69624,7 +69624,7 @@ }, "response": [ { - "id": "69366351-5460-4c82-9807-d7611765dcf6", + "id": "4468d240-3703-4256-beed-7e95e2d12a0d", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -69681,7 +69681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92315352-56a1-4009-ad26-54a349336abc", + "id": "447bda5c-94ed-4f43-b720-561525b715ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69738,7 +69738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3253acfb-b39c-4db8-9351-afaabdcadafe", + "id": "ef90aa7d-88d8-4e85-ad37-ce05dba848fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69795,7 +69795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a6ffc3e-f056-40b8-a36a-e321307e32c7", + "id": "6b85431a-d0f8-4610-af3b-c4249e6d86c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69852,7 +69852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "270cd33b-c194-4d07-9a93-3f5916294a19", + "id": "76570df4-c0c1-4b1d-820e-7852449f1882", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69909,7 +69909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7701b9c3-d2c0-4e09-a26e-a04a4b61a39f", + "id": "aa9e935f-164b-45e9-8196-9ef5e69e8e6c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69966,7 +69966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42fae8c0-4612-4003-b7c2-0d165684c282", + "id": "71e182da-b181-4d09-9190-134cf6ab9522", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70029,7 +70029,7 @@ } }, { - "id": "88bb8334-5281-40e9-9968-ead6158478e8", + "id": "321c395d-f96f-48dc-80ac-d5dc4a0c3376", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -70070,7 +70070,7 @@ }, "response": [ { - "id": "30d3323d-d7d5-4e5e-947c-66db6a13c292", + "id": "3371b407-c8c0-441d-8c23-112eca806639", "name": "No content.", "originalRequest": { "url": { @@ -70104,7 +70104,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d53f7fd4-9d38-40ca-a4b8-59f539320dd7", + "id": "6eb7b02e-7c98-4cce-a862-61e4b656b2dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70148,7 +70148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "feac3574-187d-45f1-b8a8-af06c07e9d7b", + "id": "3ba83ba6-d446-45cd-9aa8-b2906690f38b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70192,7 +70192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d54e428b-ba69-4acc-8ff9-961ab5e75a20", + "id": "f9b97656-6746-40b1-803f-4310d4cdf198", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70236,7 +70236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7366074b-4584-407b-b1e3-edc0a750c021", + "id": "19d554c5-9738-4fd2-9a5c-cd60a2d71092", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70280,7 +70280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c9d330e-6203-4fa9-8096-b30802ebe002", + "id": "9db536bf-e1c0-4192-9241-2d42f238fb1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70324,7 +70324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47369297-95f2-44f3-9cbe-4c1c43db2e76", + "id": "f41ac877-a043-4c1c-a978-53c5ee6dd2dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70380,7 +70380,7 @@ "description": "Use this API in conjunction with [Public Identites Config](https://developer.sailpoint.com/idn/api/v3/public-identities-config) to enable non-administrators to view identities' publicly visible attributes. \nWith this functionality in place, non-administrators can view identity attributes other than the default attributes (email, lifecycle state, and manager), depending on which identity attributes their organization administrators have made public. \nThis can be helpful for access approvers, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n", "item": [ { - "id": "e8e7545a-8d5e-477b-b48a-a88569b34965", + "id": "97ca2e84-d7a8-4546-9caf-5f37399d9481", "name": "Get a list of public identities", "request": { "name": "Get a list of public identities", @@ -70461,7 +70461,7 @@ }, "response": [ { - "id": "f87c2e1b-5c39-4515-975d-fd1d8dfd1f96", + "id": "cff67f0c-3792-4032-a5b1-192a6559acfb", "name": "A list of public identity objects.", "originalRequest": { "url": { @@ -70559,7 +70559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d1aad21-62c8-478f-899e-c51f2e5c905f", + "id": "b0007e5f-faed-4f72-87f2-2e8bb42a42c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70657,7 +70657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1abb3739-74ee-4317-a483-e26adffb4fca", + "id": "adb0c411-c6d3-49e0-a9cd-75a97ed9e88f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70755,7 +70755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be5a6642-eaf8-432f-a67e-45f4fa1bd302", + "id": "02c2e1c0-125d-4d4c-b2d2-355b730a3277", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70853,7 +70853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9117791c-32b0-40da-8896-08191a8a05e8", + "id": "af9fd6d9-98e8-4533-a473-71428a7ca30c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70951,7 +70951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "436a9823-439b-4dde-a2c2-ea0f3e626b83", + "id": "ecaa4a87-cd21-4d0d-b206-259864e62626", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71061,7 +71061,7 @@ "description": "Use this API to implement public identity configuration functionality. \nWith this functionality in place, administrators can make up to 5 identity attributes publicly visible so other non-administrator users can see the relevant information they need to make decisions. \nThis can be helpful for approvers making approvals, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n\nBy default, non-administrators can select an identity and view the following attributes: email, lifecycle state, and manager. \nHowever, it may be helpful for a non-administrator reviewer to see other identity attributes like department, region, title, etc.\nAdministrators can use this API to make those necessary identity attributes public to non-administrators. \n\nFor example, a non-administrator deciding whether to approve another identity's request for access to the Workday application, whose access may be restricted to members of the HR department, would want to know whether the identity is a member of the HR department. \nIf an administrator has used [Update Public Identity Config](https://developer.sailpoint.com/idn/api/v3/update-public-identity-config) to make the \"department\" attribute public, the approver can see the department and make a decision without requesting any more information.\n", "item": [ { - "id": "8cfdfc47-8ede-48f4-92bb-478b5db3d611", + "id": "0a5b5c98-21a4-4400-b027-41cb53acebf3", "name": "Get the Public Identities Configuration", "request": { "name": "Get the Public Identities Configuration", @@ -71090,7 +71090,7 @@ }, "response": [ { - "id": "de58d20c-f14b-416a-b82f-b886464e9a86", + "id": "663d11c9-e601-4fe3-9e04-ef139e7765ff", "name": "Request succeeded.", "originalRequest": { "url": { @@ -71133,7 +71133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4521528d-704b-4d2f-8cef-24d3fda002e6", + "id": "d520b0fb-93ee-4d40-85f4-f5100b76b9bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71176,7 +71176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c5461ab-9fe8-4fbc-9557-ed1ec85fec16", + "id": "7197b170-19ae-4896-858b-14a460bde501", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71219,7 +71219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a18a6d13-ff53-461c-9f04-16c222fae68d", + "id": "7714e2f5-61c3-427f-a175-5c9d52c4566d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71262,7 +71262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45b8519a-2c24-4b77-ba26-0428dd6f1e60", + "id": "f1254e32-eeb5-42ce-8b1d-f2e16275e220", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71305,7 +71305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b83119a-3da1-4770-9b9e-220403f58f6f", + "id": "206fa635-2bf3-44e1-9095-67614d0e5116", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71354,7 +71354,7 @@ } }, { - "id": "72f6e4b9-e775-4d1d-b21c-d5ff1a962520", + "id": "70fde57e-bcb7-405e-aab4-3e807afc12b5", "name": "Update the Public Identities Configuration", "request": { "name": "Update the Public Identities Configuration", @@ -71396,7 +71396,7 @@ }, "response": [ { - "id": "dbe0287b-c859-4a91-851f-d8a4d47e56ab", + "id": "8e74ac47-3ef9-4ccd-a03f-01773a164e23", "name": "Request succeeded.", "originalRequest": { "url": { @@ -71452,7 +71452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c38e399b-4f6b-44e9-899a-67e8557f4760", + "id": "35bc5f20-bf28-47d0-a6ee-591f91ad90bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71508,7 +71508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16161708-2b0a-4c3b-ae06-1674ea7c6167", + "id": "36c683e4-e7e2-4014-9978-1cd00dc7be06", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71564,7 +71564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f8d3967-76f8-46a4-8ab4-647ca3dc3722", + "id": "08de0fdc-8146-445c-a9a4-9be03dc3cbf5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71620,7 +71620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "984d64c0-0200-4523-877c-3d17ef6c83a0", + "id": "d66a5814-087f-4a76-b468-5d7cc47ab074", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71676,7 +71676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f52a7b2-17a3-4a9b-a90a-9748bf8c4546", + "id": "4833cfd4-5bc2-47dd-ac08-839293f2f369", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71744,7 +71744,7 @@ "description": "Use this API to implement reports lifecycle managing and monitoring.\n", "item": [ { - "id": "0da93b16-5b79-43f2-b1e1-8ea868fa53bb", + "id": "0078ddaa-076e-4f9c-8142-b60c76888836", "name": "Get Report Result", "request": { "name": "Get Report Result", @@ -71796,7 +71796,7 @@ }, "response": [ { - "id": "28b75177-0cc5-4ee4-8a93-4314db3caf35", + "id": "b49d7197-2308-4dc2-9eca-3cd760a04aee", "name": "Details about report that was run or is running.", "originalRequest": { "url": { @@ -71851,7 +71851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb1158af-8ac0-4f3a-83c2-762c2a1d7023", + "id": "5f398280-1206-4905-9a11-926cea1fc6ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71906,7 +71906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "298bc0ef-230a-496e-9a09-0fa132b01de4", + "id": "9dee4e5f-11c6-4db6-8786-77d03b1b4cb1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71961,7 +71961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2103fe04-5930-478e-92f4-9d8dc5f546dc", + "id": "326619a9-d331-475f-b4cf-c16f90f44fc6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72016,7 +72016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f360638-7194-4a64-a630-938644beed6d", + "id": "33d30ad2-be3a-4024-976d-ff30fe622326", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72071,7 +72071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f491d50-a6b6-499e-b3e9-0a779849f600", + "id": "e01d9a9b-64be-4da2-acfe-71df447a0267", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72132,7 +72132,7 @@ } }, { - "id": "081730e0-1c3a-48a7-8888-2246d1c57c66", + "id": "c5b6c6d3-cae4-44ed-81c5-fc68d81b9fa1", "name": "Run Report", "request": { "name": "Run Report", @@ -72175,7 +72175,7 @@ }, "response": [ { - "id": "293371d7-e855-403a-adba-9357f024d98b", + "id": "ec73ecdd-4cf7-4e29-ba5b-fc1ffb8fa66a", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -72232,7 +72232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "137fc46c-fd36-4fa2-89e6-87c755458080", + "id": "10b1db05-eaac-41e4-9660-396264856a14", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -72289,7 +72289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4034e0e1-1ae1-4b3b-954f-dbbc84ef5d8c", + "id": "eb7bebde-b475-4702-b82b-78d433700785", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72346,7 +72346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f16d136-5e4e-4365-865d-1539a91d4506", + "id": "c2b350b1-0013-4d05-96a4-d5aac6412778", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72403,7 +72403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bedd94b-7c85-4d64-ba9f-d5ac7fafd09f", + "id": "0abb54b4-67f6-436f-ae09-479ede98b6d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72460,7 +72460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b0cf4b4-354a-4ce2-ba83-cf19c4f63701", + "id": "a22787e3-b1ab-4403-919a-8d86ffbbfd71", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72517,7 +72517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a5979d7-8f70-434d-a8e8-70691018f953", + "id": "5b9a3602-a06e-421d-9d8c-acdc69582db3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72580,7 +72580,7 @@ } }, { - "id": "4d7d0565-5c8f-4c8e-9567-1196d1c1fc97", + "id": "5ccbeda4-61c6-4a37-9744-45691a604a15", "name": "Cancel Report", "request": { "name": "Cancel Report", @@ -72622,7 +72622,7 @@ }, "response": [ { - "id": "28422dc7-ea05-4613-8574-48d549e23571", + "id": "b21bac6c-a332-4a8a-95fc-fdde357e1761", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -72657,7 +72657,7 @@ "_postman_previewlanguage": "text" }, { - "id": "65d8df09-0d8c-4959-8dc3-f30ea358a907", + "id": "58f3079b-baac-4e0b-8593-8fb156c1efbf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72702,7 +72702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4548059e-761e-46c7-b0c5-04fb5c701aca", + "id": "8f5c73c0-6a7b-4d8d-b221-5b16417912b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72747,7 +72747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8317fa1-6718-47a9-bc82-9fc1f73a808a", + "id": "af669310-60e2-4c45-8591-e6b15810e7fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72792,7 +72792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9121ea0b-3c39-429b-ad81-dcf59d9467b7", + "id": "7b80c435-1485-406f-81e6-1360e9a9ed88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72837,7 +72837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b083838-8c34-4544-afdf-71c1af84b093", + "id": "1d152808-d005-4e43-a4f9-213e811fd251", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72888,7 +72888,7 @@ } }, { - "id": "912ad3e8-544f-4459-9c49-ced212084c4a", + "id": "184ee778-db36-4b0c-9299-a37e96ff746e", "name": "Get Report File", "request": { "name": "Get Report File", @@ -72957,7 +72957,7 @@ }, "response": [ { - "id": "db139d8e-0ca0-4ad4-b541-fda54df9270c", + "id": "4392d00b-c17b-4e2c-91b3-13ea8b5dc198", "name": "Report file in selected format. CSV by default.", "originalRequest": { "url": { @@ -73033,12 +73033,12 @@ "value": "attachment;filename=\\\"fileName\"" } ], - "body": "nisi irure", + "body": "ullamco commodo", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "ab95a2dd-b1ac-406b-8800-fbc497a70cff", + "id": "b63a571e-2505-4a30-8655-77f8bbb87c08", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73110,7 +73110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63170b3e-89b1-4ba1-8409-9829e62b4303", + "id": "f3d88af8-190b-44c8-b93b-8a79027c65bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73182,7 +73182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ae5e6c4-ce12-4bbb-bf8b-535d16bca315", + "id": "4d2edc15-aa74-47d3-b269-3a68ec525391", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73254,7 +73254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4218dcaf-4a4b-427e-aba8-5c38f332236b", + "id": "8f2f832d-0ddf-4bc2-a16a-7b3ba036c9aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -73326,7 +73326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cf52c9a-54c8-42b1-9181-9d862111124f", + "id": "9c042fc4-d8d5-46dd-8d87-e6c5a6aaf43d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73398,7 +73398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e75f52d-4489-4f70-beec-cd8e8430efe5", + "id": "af0e75fe-81d5-47d4-be29-6d5322be4f27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73482,7 +73482,7 @@ "description": "Use this API to implement requestable object functionality. \nWith this functionality in place, administrators can determine which access items can be requested with the [Access Request APIs](https://developer.sailpoint.com/idn/api/v3/access-requests), along with their statuses. \nThis can be helpful for administrators who are implementing and customizing access request functionality as a way of checking which items are requestable as they are created, assigned, and made available.\n", "item": [ { - "id": "76e79015-498b-4bf3-9b28-f1b9c8932ff3", + "id": "6d36174e-18bc-427c-9d09-74d1c715a16e", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -73593,7 +73593,7 @@ }, "response": [ { - "id": "c42737e3-5eab-4dfe-8150-e0be9f0eeb77", + "id": "83f5a991-74f0-417c-9f56-061386861082", "name": "List of requestable objects", "originalRequest": { "url": { @@ -73718,7 +73718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "539ba4d3-7697-4207-8586-89e67a597c9c", + "id": "c397ad74-8170-4853-9356-baf58997bce6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73843,7 +73843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84e88842-ee7d-4b72-9a2c-9edf19e27d4f", + "id": "431549a0-b11c-4628-88f1-5c1ad4c6dfab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73968,7 +73968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "418d3852-0abd-4f56-8206-7ea8f491085e", + "id": "4699cdbd-0a37-42d3-b0ef-0ec16c89ff77", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74093,7 +74093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cce179be-3337-4093-9765-18f03d137bc4", + "id": "b64d61e0-7995-40f1-9f43-428477ffe1f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74218,7 +74218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e0df869-1cad-4191-962b-15a960c64088", + "id": "e3d84709-7109-4202-9c55-18cc75e543b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74355,7 +74355,7 @@ "description": "Use this API to implement and customize role functionality.\nWith this functionality in place, administrators can create roles and configure them for use throughout IdentityNow. \nIdentityNow can use established criteria to automatically assign the roles to qualified users. This enables users to get all the access they need quickly and securely and administrators to spend their time on other tasks.\n\nEntitlements represent the most granular level of access in IdentityNow. \nAccess profiles represent the next level and often group entitlements. \nRoles represent the broadest level of access and often group access profiles. \n\nFor example, an Active Directory source in IdentityNow can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both. \n\nRoles often represent positions within organizations. \nFor example, an organization's accountant can access all the tools the organization's accountants need with the 'Accountant' role. \nIf the accountant switches to engineering, a qualified member of the organization can quickly revoke the accountant's 'Accountant' access and grant access to the 'Engineer' role instead, granting access to all the tools the organization's engineers need.\n\nIn IdentityNow, adminstrators can use the Access drop-down menu and select Roles to view, configure, and delete existing roles, as well as create new ones. \nAdministrators can enable and disable the role, and they can also make the following configurations: \n\n- Manage Access: Manage the role's access by adding or removing access profiles.\n\n- Define Assignment: Define the criteria IdentityNow uses to assign the role to identities. \nUse the first option, 'Standard Criteria,' to provide specific criteria for assignment like specific account attributes, entitlements, or identity attributes. \nUse the second, 'Identity List,' to specify the identities for assignment.\n\n- Access Requests: Configure roles to be requestable and establish an approval process for any requests that the role be granted or revoked. \nDo not configure a role to be requestable without establishing a secure access request approval process for that role first. \n\nRefer to [Working with Roles](https://documentation.sailpoint.com/saas/help/access/roles.html) for more information about roles.\n", "item": [ { - "id": "38f2df29-7db3-4427-a648-dec099112686", + "id": "c5a62327-f500-472f-ac50-e20eca5fabc3", "name": "List Roles", "request": { "name": "List Roles", @@ -74457,7 +74457,7 @@ }, "response": [ { - "id": "d81759c9-5a05-4926-b788-21c5d898e9d2", + "id": "53703c00-fbc0-4bf3-aa04-59ba639abb6c", "name": "List of Roles", "originalRequest": { "url": { @@ -74573,7 +74573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "780b4dc2-19f8-4d0d-83cf-c606dc02d46a", + "id": "2dae9f3b-a0bd-4d67-9522-5cf0fc6c0ede", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74689,7 +74689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cfc06cb-4dcd-4875-b9ae-ec9fe5d1ce86", + "id": "6d45ed80-08be-4777-a353-9d5c32345e6c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74805,7 +74805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8320a821-145c-433f-8ac4-8f309f8f53cf", + "id": "2e1a48fb-a3a0-448c-a9a5-3c3a8eb31706", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74921,7 +74921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d17f8b-7954-4fe5-a892-7c61c04b4b09", + "id": "89b30bf5-434f-4cbf-baa9-e7283e022b2b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75037,7 +75037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c7f7647-cb16-4481-ad12-327fc65da29c", + "id": "6b3d14d5-658d-473c-85a3-c3e9d217d759", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75159,7 +75159,7 @@ } }, { - "id": "3d11cb41-4050-4687-abc3-2dc455223a82", + "id": "1e0f2367-4cb1-440c-8341-5e752e97a602", "name": "Create a Role", "request": { "name": "Create a Role", @@ -75201,7 +75201,7 @@ }, "response": [ { - "id": "090070d2-3982-4beb-9d0a-f1ec85b1e15e", + "id": "f2e92e21-4526-45b9-ba35-ad33088e9943", "name": "Role created", "originalRequest": { "url": { @@ -75257,7 +75257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f67b8f5-809e-467c-a86a-eda0982b187c", + "id": "47c63209-8b6f-4d80-9367-bb3f332ec0da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75313,7 +75313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbfa5de0-c0e4-4d51-a7b9-b51a40536680", + "id": "f329fc53-675e-4e0f-bc05-e792150e5ede", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75369,7 +75369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79f786e1-fd76-47a8-b564-b4fe771932f1", + "id": "cf0eb089-c7fd-4741-926c-f976942550d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75425,7 +75425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf062018-8c8b-4175-b99c-7f95516a8bd9", + "id": "00970d40-143e-48b8-b62d-701857b7c98c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75481,7 +75481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6144ccf1-31d8-4f53-b295-b98764572799", + "id": "80d8240e-0d01-43b6-83c8-ed9cf3f580f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75543,7 +75543,7 @@ } }, { - "id": "254b8d23-1461-4444-8bd4-653f310456b4", + "id": "0d06d38c-6ec4-4eee-997a-8247e93e07c4", "name": "Get a Role", "request": { "name": "Get a Role", @@ -75584,7 +75584,7 @@ }, "response": [ { - "id": "f8f17b81-082a-45f3-99c2-3dd218ca4cd1", + "id": "70a38fd5-0861-4ab2-82c4-7f984435dc38", "name": "List of all Roles", "originalRequest": { "url": { @@ -75628,7 +75628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e989014e-0969-42df-b1f5-5b22fbf2c22a", + "id": "7b615953-68b8-49a6-841b-c572086d101f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75672,7 +75672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a67186fd-9937-4aac-abec-bd7ca4078249", + "id": "1a301ef8-ad61-4dd9-9815-309f702a6a92", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75716,7 +75716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd23527b-e63e-458c-9042-1542b0a73367", + "id": "29bec130-76bb-4fb3-8be5-55e0db3fcc8a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75760,7 +75760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6471b6b-60fa-4a78-b0b0-ff9514db4cec", + "id": "aa632fc9-4d2f-4295-8721-ae463dd524ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75804,7 +75804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "839f1970-94e7-4c9b-9457-58f5d2db7085", + "id": "c08e2597-667a-41c9-90f8-2a7ddcb6be7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75854,7 +75854,7 @@ } }, { - "id": "119b0c15-eec1-4209-85ff-e144acaebeb6", + "id": "293ba228-788b-49b0-a63c-9fc3fb2c3238", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -75908,7 +75908,7 @@ }, "response": [ { - "id": "3060f017-4071-4461-a665-736b4fe01908", + "id": "a1b911fa-2589-49f2-aef9-485c81ea7583", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -75965,7 +75965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dd32de9-fbde-4f96-bd7a-8e4bc9b103fe", + "id": "ab13c8d1-7b7e-4cc4-8005-bc956cbd1553", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -76022,7 +76022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b74f386-2bcb-4f6b-af1a-bb4536431f5d", + "id": "45238077-2b52-4a79-93bf-95d5800f4faa", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -76079,7 +76079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caa26ef5-95d7-4d6d-9652-0e2d6a65b3a3", + "id": "0e9f853f-dd10-4143-b072-d0dfd10b096c", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -76136,7 +76136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd6215cc-9c29-4c58-ba58-2f60738971e3", + "id": "e0b65255-6b5f-454c-9ff8-cf665007daf0", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -76193,7 +76193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "946de5ce-4fd2-4e77-bcf2-ae458039a7b9", + "id": "ae2c55d6-68c2-483c-8d32-fa3c333e604d", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -76250,7 +76250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39d9367e-0876-4273-b989-ba340a1048c9", + "id": "7f217885-e9f9-411b-a23b-89945249cd1e", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -76307,7 +76307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db4f7cd2-d065-4a6a-8076-3ed04dae3047", + "id": "643d77bd-e882-4423-a4e2-997e25dad2b9", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -76364,7 +76364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c4c96ad-8fc7-4744-9f9e-89000634eb35", + "id": "e93ffdf4-13fe-4a6b-a050-83c1fa986326", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -76421,7 +76421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c34e400b-6748-4222-add2-48da6c557139", + "id": "8de1edc9-16c3-450c-9dc4-c5c50314af12", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -76478,7 +76478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "702bcaae-046f-4f11-a09f-a66b3571bf84", + "id": "8cd2e7d7-c689-4955-aa03-ecdeb0a7eacf", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -76535,7 +76535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "942d7d35-b3a9-4d9f-a970-c2ec3b2e79c3", + "id": "fb2b843a-123e-4517-b7a5-4636521eb5dc", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -76592,7 +76592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a35e7a8-ce63-4dec-85a8-fe425536a40b", + "id": "53430ea1-37a4-424d-84b5-85bb116d82c2", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -76649,7 +76649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d74e4b3b-e695-4023-a6eb-4f7f5b4f75f1", + "id": "28d811be-d45b-4556-977b-5b40946354f1", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -76706,7 +76706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68be1a6a-ecbf-4208-8362-3ae2eacc2218", + "id": "8c836509-82f3-487f-8c15-f0957df7ef68", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -76763,7 +76763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24bfe4a3-0364-4d7e-b484-81b43f4d7ac9", + "id": "eb6e0d46-c8eb-4729-bf3e-64a50796e5d6", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -76826,7 +76826,7 @@ } }, { - "id": "675083ec-1759-4be6-b136-e192bfa0a90d", + "id": "81c6ca0d-1366-48d3-92c3-245a33ef35e3", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -76867,7 +76867,7 @@ }, "response": [ { - "id": "40eae317-34ac-4b3d-ad21-811dc7b4daaa", + "id": "9660c447-8471-461c-93e4-b80d567b1e00", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -76901,7 +76901,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3bcf4a67-eea9-40a3-87c0-1c8ad5c56f43", + "id": "5cc351e5-0036-47a1-baf7-2e70a7eb9bad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76945,7 +76945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51233dc1-e4e3-4bf9-ada0-64c9068efe19", + "id": "e2e9e6f7-c149-475c-9d2b-1cbbe37fbabe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76989,7 +76989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cc93f7d-8100-4921-b519-7515e9158ee1", + "id": "3ef75724-fbba-4500-87a4-5df86d7c7cfb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77033,7 +77033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9adefcb-a0ac-4b7e-b7b2-d33202fff69e", + "id": "2653e1d5-7780-4693-9c2c-cc6ecdf6d15d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77077,7 +77077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96dd28a6-d593-4086-a40c-4caef1f96948", + "id": "8f44c3f5-f27f-4a58-9a97-1ab4b7315419", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77127,7 +77127,7 @@ } }, { - "id": "20d70691-ff08-4273-9ad8-aa8a1de297d3", + "id": "91a4aa03-c751-4956-bc8d-e121582bfd26", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -77170,7 +77170,7 @@ }, "response": [ { - "id": "67e8a9b1-b9db-4e1a-855e-43bc56ca211d", + "id": "55963fb3-a9c9-4706-9654-9a91386c8b26", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -77227,7 +77227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e93ce06f-5175-448f-b4d2-fbb9c8ef5bba", + "id": "889da879-9ee1-48cf-b07e-210de31f8bb7", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -77284,7 +77284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3412be8-47f7-4509-8ca2-2f0048eca40f", + "id": "ff8df0bd-1731-4714-98c0-b02eb8e2ac48", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -77341,7 +77341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "057d61ef-ab3a-451d-a281-a420829f842d", + "id": "58a0971e-8153-4583-86b1-99c9210c274c", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -77398,7 +77398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb8e0ae0-1d4f-4d6a-a65a-2fc2e61ee04c", + "id": "39eb163d-c88a-43bd-8437-f64a13090007", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77455,7 +77455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24ce3437-116a-4d94-b73e-47587d9c71c8", + "id": "0a3ed453-d47e-4e41-8d97-4ea4653a0424", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77512,7 +77512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "724d0aca-5213-4396-b931-7eecdb4c48b6", + "id": "68c7fcfe-ae72-464f-b610-c4fc3f03acd7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77569,7 +77569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fc07401-29a5-4cfc-ae73-bc0bcf9a436d", + "id": "ad9e7179-9765-4862-8db5-22ec2e73bb01", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77632,7 +77632,7 @@ } }, { - "id": "e3b8de89-ea84-4017-bab9-90b1b929157f", + "id": "53216a3d-d702-4406-abd7-3bae2ac3ce40", "name": "List Identities assigned a Role", "request": { "name": "List Identities assigned a Role", @@ -77717,7 +77717,7 @@ }, "response": [ { - "id": "e92f8e18-5b7b-4376-b477-58886626b014", + "id": "7460fbc1-f0ff-485b-90a6-f2958e66acba", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -77808,7 +77808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ac353b7-4787-414c-977a-798f15237416", + "id": "4995ea53-dfac-4089-b87c-fee7002eb9e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77899,7 +77899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd9ed524-bfea-428d-a41d-e714f921deb3", + "id": "8bc2a783-341d-41e7-87a0-a070953dffa2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77990,7 +77990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccff3ad1-b58b-4e89-9213-c276a6cf05d3", + "id": "0f4b1884-d3c0-4bf0-b63b-25928418caf7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78081,7 +78081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0c0455b-42fe-494d-85ad-cb168becd615", + "id": "088163c9-bd8a-48a5-b83c-2fabdea9367f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78172,7 +78172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bee4f1e-8049-4ddd-80d8-322a7420dcd2", + "id": "e37e8c89-ff64-40ac-869e-f6a1f6ac70fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78275,7 +78275,7 @@ "description": "Use this API to implement saved search functionality. \nWith saved search functionality in place, users can save search queries and then view those saved searches, as well as rerun them. \n\nSearch queries in IdentityNow can grow very long and specific, which can make reconstructing them difficult or tedious, so it can be especially helpful to save search queries. \nIt also opens the possibility to configure IdentityNow to run the saved queries on a schedule, which is essential to detecting user information and access changes throughout an organization's tenant and across all its sources. \nRefer to [Scheduled Search](https://developer.sailpoint.com/idn/api/v3/scheduled-search) for more information about running saved searches on a schedule. \n\nIn IdentityNow, users can save searches under a name, and then they can access that saved search and run it again when they want. \n\nRefer to [Managing Saved Searches](https://documentation.sailpoint.com/saas/help/search/saved-searches.html) for more information about saving searches and using them.\n", "item": [ { - "id": "899ab51c-9df9-4bd0-84b0-123dee24409d", + "id": "3a96404c-0f18-47d7-b133-a9c5a34f578d", "name": "Create a saved search", "request": { "name": "Create a saved search", @@ -78317,7 +78317,7 @@ }, "response": [ { - "id": "0ae9a4b4-8478-4179-a291-05dec1f9e8f4", + "id": "71259f53-744f-43df-a0a9-b7ffe190c909", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -78373,7 +78373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef8b094d-823b-4b3f-8b1f-1323cb77548f", + "id": "91627fd9-957c-40ee-b6f3-0a928c8477cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78429,7 +78429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "321139f6-d286-4179-9194-7b4cb1876627", + "id": "d83ddf3f-d24a-40b8-a14a-db031321ba5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78485,7 +78485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82ed1504-0a34-487f-8b1f-56c29067fdb8", + "id": "aee9c803-3f3f-4c4f-a6d2-4301cda7a112", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78541,7 +78541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a299fa-4dbb-4eab-9f8b-565a2f8d665d", + "id": "7842af44-28f0-4136-93ba-98f90b67bfda", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78597,7 +78597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cce36cd-a6e3-4888-8f21-10e5045a239f", + "id": "644a2e37-316e-490b-ba71-652a044be929", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78659,7 +78659,7 @@ } }, { - "id": "8fafe884-e0be-4e53-afe8-002f824ade80", + "id": "e2e3737d-a156-4456-8151-d24319261b5f", "name": "A list of Saved Searches", "request": { "name": "A list of Saved Searches", @@ -78725,7 +78725,7 @@ }, "response": [ { - "id": "bf6bdb1a-dbbc-4c15-865d-01f96dd0bc60", + "id": "b107748e-f41a-4964-a460-585ff362aa7d", "name": "The list of requested saved searches.", "originalRequest": { "url": { @@ -78814,7 +78814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e36a7eed-8c79-4854-939a-a45951861b2c", + "id": "4637b25c-04ea-4829-956d-6d375e4095ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78894,7 +78894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c35e792-2a28-43a5-a4d8-caa5fee914c8", + "id": "4a980d6a-a90b-4635-9be1-35abfac5d755", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78974,7 +78974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "515fc4c3-fd6b-4cf6-8223-abfdcca70a78", + "id": "68300740-7399-4945-a44f-9efb0ad75019", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79054,7 +79054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9383798c-93ab-45e7-81e8-1214d3c09d49", + "id": "9f10e8d5-6eee-4cb3-9fd5-d9037486aeff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79134,7 +79134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "781ac826-dfe0-43f1-9cf2-a509cada01be", + "id": "d155dab4-75ab-4960-a117-317c91ace359", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79220,7 +79220,7 @@ } }, { - "id": "d47d6e65-bf5b-4a79-bc43-383742a1fbeb", + "id": "5540ad88-f21a-4e81-af16-8fd031defb8c", "name": "Updates an existing saved search\n", "request": { "name": "Updates an existing saved search\n", @@ -79274,7 +79274,7 @@ }, "response": [ { - "id": "3fde9bab-a5ad-422d-961d-08a06de35002", + "id": "562998b0-5b3c-40ef-a11b-79fe5ec362fb", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -79331,7 +79331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "660b1b68-ee30-46f1-8d98-ad37f848bb6c", + "id": "7e30f18f-be4a-47ad-9397-eda06bf925cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79388,7 +79388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8046ecdc-ffc2-4995-b33a-713e84ee922c", + "id": "df029c2b-e133-4609-a201-3b57aefcc93a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79445,7 +79445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce2ca31f-a24c-405e-89da-301df183e499", + "id": "757a5a9f-43f8-47b4-aa43-5c1571fbdd70", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79502,7 +79502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e663408-9018-4eb6-9889-d3006d8753fc", + "id": "00ad844a-4b69-4050-9884-03f67fa79269", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79559,7 +79559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0d83430-fd3a-4492-b7c3-7124a434082d", + "id": "a429d419-45ca-4f89-a825-059ce3518409", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79622,7 +79622,7 @@ } }, { - "id": "a072a963-d5c1-401b-ab49-30c7d91dd45c", + "id": "75fab25c-b075-4079-9423-34b63a5bbbc9", "name": "Return saved search by ID", "request": { "name": "Return saved search by ID", @@ -79663,7 +79663,7 @@ }, "response": [ { - "id": "fce585c2-febe-4a3e-a801-231d66b5ec31", + "id": "ec628424-304e-4160-8990-0208ede84942", "name": "The requested saved search.", "originalRequest": { "url": { @@ -79707,7 +79707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a657b56-85a4-46f9-b099-91bcf311e70f", + "id": "53d53c1f-7ba6-4f9f-9a32-75139e4fc22b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79751,7 +79751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9077e17-1392-49d5-a2de-c06e14a2b717", + "id": "4963b734-0c07-4609-94dd-e86fe694854d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79795,7 +79795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "295fea7c-67b4-4b14-a817-843cb41cc5dc", + "id": "4ee53299-6964-4ab6-94ca-8b8f1bd009eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79839,7 +79839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61737987-59dc-487d-acb4-a2c4d3d5adf9", + "id": "a9375450-f8ef-4e88-bc0e-6358a6d41bc6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79883,7 +79883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24b2131d-7574-4a7a-8677-f16b562ea146", + "id": "27e1ef2c-12af-45ca-9855-0e5c57928667", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79927,7 +79927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cd095b7-b4a2-4d1a-a7ca-947718b1a536", + "id": "156b9563-a11d-4886-9743-91464ada6a6f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79977,7 +79977,7 @@ } }, { - "id": "d4fc09b0-be61-4cc3-93fd-9b28514918b9", + "id": "35fa6f7f-c87e-464d-8371-ccb2e68a0c27", "name": "Delete document by ID", "request": { "name": "Delete document by ID", @@ -80018,7 +80018,7 @@ }, "response": [ { - "id": "38f67156-0a54-4eef-b14e-a6998e536cc4", + "id": "043c6691-e8b2-4dde-b87b-d4617769aff9", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -80052,7 +80052,7 @@ "_postman_previewlanguage": "text" }, { - "id": "667dfcae-ccb2-4ed0-89ed-0417e5e2e1cb", + "id": "9c071267-c207-4c23-95ef-c0efff97b412", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80096,7 +80096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea35a618-dd72-4ebd-99b6-edfb696c9e1f", + "id": "ef4239d5-4e0e-47f5-9a14-40166b84aebf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80140,7 +80140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1b063ae-b28b-441b-ae5b-5db1c61f690e", + "id": "169d98f2-ba4a-457b-8be1-e8de87394b9f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80184,7 +80184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44945321-bdb1-4bbb-8cae-2bcf8430e47a", + "id": "0109d683-50f1-4883-877e-376adab0247f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -80228,7 +80228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "980a8299-ae92-4712-9c3b-a37869f4daa6", + "id": "2f39d72b-6fe1-44cf-ba8a-edcbac1e3b3e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80272,7 +80272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "283377a0-37a5-4669-833d-f112e53229bc", + "id": "3808d48a-eca9-474d-b546-38c38d5873fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80322,7 +80322,7 @@ } }, { - "id": "50894d63-99e1-4f00-93ea-2a8fd9100a2e", + "id": "de246c68-8dbe-4148-8f2a-d37954776d6c", "name": "Execute a saved search by ID", "request": { "name": "Execute a saved search by ID", @@ -80377,7 +80377,7 @@ }, "response": [ { - "id": "8da2e6b3-1a64-4a65-aaa4-f2b6763cb96d", + "id": "c5c4e226-a24a-4b97-bfdf-172cdee4f5a6", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -80425,7 +80425,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d68b50cb-c97a-4413-898e-4e2bfbdc68c2", + "id": "6a773f42-761b-4789-a069-4335b5039012", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -80483,7 +80483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3b58437-5bc7-4dbf-8695-20c1bf54952a", + "id": "03cb27c7-9223-4677-bc15-0cd36d1d612d", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -80541,7 +80541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0120a81d-907c-497c-915c-040fcd2106a8", + "id": "5809f587-1744-46c2-a8af-ac09cd2d2ee8", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -80599,7 +80599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c63133d-39ba-4b53-8695-d18982048ddb", + "id": "e4acf92a-d4cf-429a-bbd4-dcb22d5a3b87", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -80657,7 +80657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01b31c39-950e-450a-ac25-b2274a829c05", + "id": "4469ff63-a1bd-4fe9-9dd4-8230ed977d0c", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -80715,7 +80715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1cc8c50-3e28-485a-af57-60b33e311a16", + "id": "994fa74b-572b-4eac-b6c8-033740076ef4", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -80773,7 +80773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbdabc59-34d9-4ff0-9b74-9812d0eedada", + "id": "d2507b3a-0d8c-4f58-9cc5-c6e49e2828a1", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -80843,7 +80843,7 @@ "description": "Use this API to implement scheduled search functionality. \nWith scheduled search functionality in place, users can run saved search queries on their tenants on a schedule, and IdentityNow emails them the search results. \nUsers can also share these search results with other users by email by adding those users as subscribers, or those users can subscribe themselves. \n\nOne of the greatest benefits of saving searches is the ability to run those searches on a schedule. \nThis is essential for organizations to constantly detect any changes to user information or access throughout their tenants and across all their sources. \nFor example, the manager Amanda Ross can schedule a saved search \"manager.name:amanda.ross AND attributes.location:austin\" on a schedule to regularly stay aware of changes with the Austin employees reporting to her.\nIdentityNow emails her the search results when the search runs, so she can work on other tasks instead of actively running this search.\n\nIn IdentityNow, scheduling a search involves a subscription. \nUsers can create a subscription for a saved search and schedule it to run daily, weekly, or monthly (you can only use one schedule option at a time). \nThe user can add other identities as subscribers so when the scheduled search runs, the subscribers and the user all receive emails. \n\nBy default, subscriptions exclude detailed results from the emails, for security purposes. \nIncluding detailed results about user access in an email may expose sensitive information.\nHowever, the subscription creator can choose to include the information in the emails. \n\nBy default, IdentityNow sends emails to the subscribers even when the searches do not return new results. \nHowever, the subscription creator can choose to suppress these empty emails. \n\nUsers can also subscribe to saved searches that already have existing subscriptions so they receive emails when the searches run. \nA saved search can have up to 10 subscriptions configured at a time. \n\nThe subscription creator can enable, disable, or delete the subscription. \n\nRefer to [Subscribing to Saved Searches](https://documentation.sailpoint.com/saas/help/search/saved-searches.html#subscribing-to-saved-searches) for more information about scheduling searches and subscribing to them.\n", "item": [ { - "id": "fe872add-5c0a-4f02-a126-4f069e87c645", + "id": "1559296e-b33e-40c8-84ce-d9b1e7da74aa", "name": "Create a new scheduled search", "request": { "name": "Create a new scheduled search", @@ -80885,7 +80885,7 @@ }, "response": [ { - "id": "4338f8ef-2c2c-49f4-956b-cfac166efc72", + "id": "a1e7c64a-d18c-48ee-9ddd-2e346d5575a0", "name": "Daily Search", "originalRequest": { "url": { @@ -80941,7 +80941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67683acb-b916-4a59-a666-62c5a058395d", + "id": "f6a98e2c-254c-4015-8667-c74fda0dd196", "name": "Weekly Search", "originalRequest": { "url": { @@ -80997,7 +80997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "025b663c-5952-4640-a408-d780b38280a9", + "id": "43aeea04-5add-46d7-8edf-5f37496d9cb3", "name": "Monthly Search", "originalRequest": { "url": { @@ -81053,7 +81053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b71d9b25-2aff-419c-a204-392aa54958a7", + "id": "e4b268f9-5402-4769-bfe2-f9b6c43058f8", "name": "Calendar Search", "originalRequest": { "url": { @@ -81109,7 +81109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f206d17-826c-45db-a571-85e910c60d6a", + "id": "386ae7ee-7159-4e83-a1b1-6ba08bb58129", "name": "Weekly Search", "originalRequest": { "url": { @@ -81165,7 +81165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc8f5bef-ac41-456d-8ee7-615f5dc02e04", + "id": "e74f2c09-15d9-45df-bf07-2b404a06a99b", "name": "Monthly Search", "originalRequest": { "url": { @@ -81221,7 +81221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "763de83e-0627-4b4a-ace1-3b1307bf649d", + "id": "a8fa0868-7ae7-466c-996e-39b85c9c71e4", "name": "Calendar Search", "originalRequest": { "url": { @@ -81277,7 +81277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e384f9f0-c713-4d38-9a08-d0c66ec86f42", + "id": "170b4a61-7c6b-47b7-a70a-a022f8967e6a", "name": "Monthly Search", "originalRequest": { "url": { @@ -81333,7 +81333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ce11ae1-6b39-4c2a-9ec1-420f0bf73350", + "id": "d87e4f35-5d64-4b2c-ae45-d4a474de7304", "name": "Calendar Search", "originalRequest": { "url": { @@ -81389,7 +81389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81eda9a7-6bd9-40dc-a254-aad0f288c005", + "id": "8257c80b-7b2f-4093-9d00-7ab2311e7fba", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -81445,7 +81445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f4a108c-78a2-4b4f-8008-0434b7d5ced2", + "id": "aca02906-c9e4-4bf4-a7e4-ed622347c552", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -81501,7 +81501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "082768e3-950c-436e-9cbf-b334f8cfe015", + "id": "0bfd3996-50a0-4164-952e-c771acecd087", "name": "Daily Search", "originalRequest": { "url": { @@ -81557,7 +81557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f64003cf-1892-43be-9605-df7bf7b8d86d", + "id": "cf56ca5a-11b5-47eb-bbb9-a4cdb926ed2a", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -81619,7 +81619,7 @@ } }, { - "id": "8c14cfb1-05d3-40a0-8adf-fdcf68baa6ce", + "id": "7966baeb-f2a3-49e1-b843-dc211b659a74", "name": "List scheduled searches", "request": { "name": "List scheduled searches", @@ -81685,7 +81685,7 @@ }, "response": [ { - "id": "aef2ce6f-25c4-481f-828b-25d711786a3a", + "id": "92f37393-f3ad-4392-98bd-5a80c830e470", "name": "The list of requested scheduled searches.", "originalRequest": { "url": { @@ -81774,7 +81774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "386184c9-4451-4979-bb6c-5b480e9ae257", + "id": "d2b3a7a8-2923-45db-bf53-de6219033852", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81854,7 +81854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdf6741c-ce32-41ba-b700-24fa0c590e9d", + "id": "7c38a9a4-9f94-47ff-b558-247d92441fa6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81934,7 +81934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6914304e-76da-46ab-a221-4bbb4ccd2d0d", + "id": "2835ac8f-c5cd-4c24-b2dd-a7bab382fb7b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82014,7 +82014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4427c3d-f07f-4e32-89d8-02247a8ae863", + "id": "db78338a-bbe0-4cf9-a370-00b5ef10fc5d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -82094,7 +82094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3880df1e-c93d-494b-8f8c-f63c68d2bd53", + "id": "aa97a1d4-d24e-4425-9ddc-29f6cdcb2711", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82174,7 +82174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0934e220-dc83-4b94-9e57-f0b1172b1568", + "id": "0e5c29e0-5395-46a9-bf14-46977c5d113d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82260,7 +82260,7 @@ } }, { - "id": "816d8b92-2726-4f86-9833-fb2d8dd57e29", + "id": "fb21a841-025b-4892-b182-42beb66d3b82", "name": "Update an existing Scheduled Search", "request": { "name": "Update an existing Scheduled Search", @@ -82314,7 +82314,7 @@ }, "response": [ { - "id": "e1ae983e-e104-42bc-8cea-befc62b557c9", + "id": "4825910f-db36-4ff6-bae0-ed52d01cf2d3", "name": "The persisted scheduled search.", "originalRequest": { "url": { @@ -82371,7 +82371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65bc35b7-f331-426a-bbee-6a4bdecf7030", + "id": "2411ccdd-75f8-43b3-b156-7f52cf35d2f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82428,7 +82428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d53ed2f4-d2d9-4261-b1ef-adec17c6c3eb", + "id": "3c551803-5cc9-4f6d-8a61-72f19e9cdaec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82485,7 +82485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fa1056f-5256-4a18-aad7-2e3420cccdf5", + "id": "03a8144a-58ba-461a-9dfa-7f2e786b0d01", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82542,7 +82542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c40a4fdc-77b9-475e-bf3b-fadeb8fa7ea6", + "id": "07a46809-2454-4a15-993c-4690e7f9d7d3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -82599,7 +82599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7923b925-fd7b-4384-89a4-cd101eea5899", + "id": "bc505d56-b197-4d6e-8dac-0f4f0e91d9cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82656,7 +82656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72f33936-6a27-4531-aa04-323c5173031c", + "id": "07734b35-1db8-4099-bac8-622873bc44f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82719,7 +82719,7 @@ } }, { - "id": "32ef48c2-12c8-4fd3-9fdc-d1c46dbf4756", + "id": "fa1b45e5-8c8a-41a9-8d58-64721966a489", "name": "Get a Scheduled Search", "request": { "name": "Get a Scheduled Search", @@ -82760,7 +82760,7 @@ }, "response": [ { - "id": "d373504c-3942-4892-8185-3e643f237e27", + "id": "2d21a3ec-41ff-4637-a60b-9cdbe373e9ff", "name": "The requested scheduled search.", "originalRequest": { "url": { @@ -82804,7 +82804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc891562-571f-4217-a7ae-3e7f09d744b9", + "id": "fc8c9a87-4e83-462c-b1fe-9aebc30940d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82848,7 +82848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3afbea16-52cc-4913-9e2b-2f97a72a673c", + "id": "49cfe98d-14c5-4304-a20f-73ad6c3daa9f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82892,7 +82892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7677fe78-12d2-43df-892d-1f10a3bbb6a2", + "id": "2c50187f-3d13-4164-9d17-de6da55aa52a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82936,7 +82936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45efb2f1-028a-489a-bfe7-79a67e89b051", + "id": "c2e5d4c2-7cd5-4c7d-a07c-82e50ba9ec48", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -82980,7 +82980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcc82fec-163c-4ee5-91d3-0da119bb8507", + "id": "656f7950-be2b-4c85-8e08-d0b38b6c4a41", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83024,7 +83024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b93347-16b5-44a0-b277-d920e8d1a9d6", + "id": "7df896dc-d064-4a3b-b951-0fbd61a09d92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83074,7 +83074,7 @@ } }, { - "id": "619b726e-1003-4b1d-8ea2-c2cbe857a7a2", + "id": "3f271cbe-26ff-4d63-9512-911784280528", "name": "Delete a Scheduled Search", "request": { "name": "Delete a Scheduled Search", @@ -83115,7 +83115,7 @@ }, "response": [ { - "id": "2caca7f7-34cf-4cea-a612-7fe79192c098", + "id": "e3d53cc1-4797-409b-aeff-d7c4f213802f", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -83149,7 +83149,7 @@ "_postman_previewlanguage": "text" }, { - "id": "83c05931-f738-4eca-a889-bfd45927f11d", + "id": "0c4bbdf7-13b3-4b0c-91ab-23704da9e258", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83193,7 +83193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3549c22a-7013-4a7b-93a6-f4bc5ae95681", + "id": "365af0d8-dd57-4ce7-b815-87f28092f37a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83237,7 +83237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bea552a-6583-4733-b5f9-03224a8d3195", + "id": "686c60c4-5081-41d7-bfc4-2d2b3c2f9489", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83281,7 +83281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c6b1fda-c369-49cd-9389-8d3c69ccc6ac", + "id": "09800a1f-e7bc-4dbe-b4cd-6a0a382d5fa8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83325,7 +83325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7d4be2c-7f2c-41d7-82f2-162854046d34", + "id": "b7e1d9e8-8127-4733-9378-a1de061674d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83369,7 +83369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f68d4938-6548-4776-857f-218d896ba233", + "id": "cc162678-eae7-4209-acdc-6ffb07c6db2b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83419,7 +83419,7 @@ } }, { - "id": "cc2c8ae9-3acf-41cf-8cad-067deab1a65e", + "id": "830c1a6f-d1e2-48bf-97d7-55f24b2302e0", "name": "Unsubscribe a recipient from Scheduled Search", "request": { "name": "Unsubscribe a recipient from Scheduled Search", @@ -83474,7 +83474,7 @@ }, "response": [ { - "id": "48c32a0e-a05b-4a6a-90d6-73bf273a3aff", + "id": "66d4158a-08f6-4f9d-b5fa-19aa3378e1f9", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -83522,7 +83522,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ff023ed1-04bb-41dd-b546-944bbd2c1544", + "id": "4848cb79-df26-4533-aeb5-8e8b168f04ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83580,7 +83580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "accd69e9-e186-4b4d-9380-8db71c130253", + "id": "2157769d-6dd5-4b08-8cba-dacff09a4da4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83638,7 +83638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70e60962-b4bb-4d64-bfcf-e6653ab075b6", + "id": "9fd8a7d7-d9f2-4635-8b11-de9fcdc39e12", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83708,7 +83708,7 @@ "description": "Use this API to implement search functionality. \nWith search functionality in place, users can search their tenants for nearly any information from throughout their organizations. \n\nIdentityNow enables organizations to store user data from across all their connected sources and manage the users' access, so the ability to query and filter that data is essential. \nIts search goes through all those sources and finds the results quickly and specifically. \n\nThe search query is flexible - it can be very broad or very narrow. \nThe search only returns results for searchable objects it is filtering for. \nThe following objects are searchable: identities, roles, access profiles, entitlements, events, and account activities. \nBy default, no filter is applied, so a search for \"Ad\" returns both the identity \"Adam.Archer\" as well as the role \"Administrator.\"\n\nUsers can further narrow their results by using IdentityNow's specific syntax and punctuation to structure their queries. \nFor example, the query \"attributes.location:austin AND NOT manager.name:amanda.ross\" returns all results associated with the Austin location, but it excludes those associated with the manager Amanda Ross.\nRefer to [Building a Search Query](https://documentation.sailpoint.com/saas/help/search/building-query.html) for more information about how to construct specific search queries. \n\nRefer to [Using Search](https://documentation.sailpoint.com/saas/help/search/index.html) for more information about IdentityNow's search and its different possibilities. \n\nThe search feature uses Elasticsearch as a datastore and query engine. \nThe power of Elasticsearch makes this feature suitable for ad-hoc reporting.\nHowever, data from the operational databases (ex. identities, roles, events, etc) has to be ingested into Elasticsearch. \nThis ingestion process introduces a latency from when the operational data is created to when it is available in search. \nDepending on the system load, this can take a few seconds to a few minutes. \nPlease keep this latency in mind when you use search.\n", "item": [ { - "id": "e77fff57-6a4c-4301-aaba-fca84b09f0b5", + "id": "fb977bec-b9f2-49fc-a887-eb57413873cc", "name": "Perform Search", "request": { "name": "Perform Search", @@ -83778,7 +83778,7 @@ }, "response": [ { - "id": "af998fe8-cff5-41dd-bb34-f528bee0acc1", + "id": "3b1abaec-00f2-4a79-95b2-d579d340cde1", "name": "A collection of AccessProfiles", "originalRequest": { "url": { @@ -83871,7 +83871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72ce65d1-eb17-41c7-8fc2-c73cf255f07c", + "id": "d0c65811-31a7-4c02-bcf2-19ced838e600", "name": "A collection of Entitlements", "originalRequest": { "url": { @@ -83964,7 +83964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04bc3ee6-87f3-4688-9fec-51741f1a9662", + "id": "314c161b-ae09-4807-900e-188f39bdd133", "name": "A collection of Events", "originalRequest": { "url": { @@ -84057,7 +84057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a1cae41-8c2f-4c5d-96bd-43b3cfa48437", + "id": "10f01c4d-668b-4791-b78a-971383f6c337", "name": "A collection of Identities", "originalRequest": { "url": { @@ -84150,7 +84150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7481bcae-770d-45ee-93f6-323427fbda78", + "id": "64f9bec0-27a3-4200-a5ee-2cbcfd168bb8", "name": "A collection of Roles", "originalRequest": { "url": { @@ -84243,7 +84243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aa34dd3-b811-466e-8d7f-4039b7ad9b61", + "id": "b9a65f5f-5e1c-4776-b7f5-05c91035ce4e", "name": "Filter with Exists", "originalRequest": { "url": { @@ -84336,7 +84336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad6c2d5f-932c-4340-85c7-1a394a73ec3f", + "id": "289eb7a5-e6f1-49b5-9fbc-4b5fe636523b", "name": "Filter with Range", "originalRequest": { "url": { @@ -84429,7 +84429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b47e1d6c-9866-48bc-8024-e6caa82f4cbf", + "id": "8a347ea7-5b1b-412b-b958-210b98ad8acb", "name": "Filter with Terms", "originalRequest": { "url": { @@ -84522,7 +84522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "210ebf0a-7d1b-4b0a-84ba-6b4c323e569c", + "id": "a584265b-602d-4f16-8380-384c8c4009ac", "name": "Filter with Exists", "originalRequest": { "url": { @@ -84606,7 +84606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ee18ca4-853c-4409-ac77-eb429c4f15fe", + "id": "f072bb3f-0927-4f14-976e-5dc6d7f98e3a", "name": "Filter with Range", "originalRequest": { "url": { @@ -84690,7 +84690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2be3ebf3-b716-47f7-8fce-75ff20f12c5e", + "id": "703064ec-ecfc-431f-9379-e05d3774fb54", "name": "Filter with Terms", "originalRequest": { "url": { @@ -84774,7 +84774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf01ba7-ecbc-4cfb-8c14-c1780fa375a4", + "id": "e782722f-1905-4abd-ade7-633a4c86661b", "name": "Filter with Range", "originalRequest": { "url": { @@ -84858,7 +84858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd448ccf-f2c8-4973-99a7-0b3716296d30", + "id": "c0f3bc0d-7ede-43cd-8121-d276d37e0683", "name": "Filter with Terms", "originalRequest": { "url": { @@ -84942,7 +84942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b47f0a15-3103-41b8-ae85-5d25e8d9daa4", + "id": "3dc4a12a-e9cb-4fec-993d-eeff650a2960", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -85026,7 +85026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f634720c-4185-4169-add3-2352fc36a1e7", + "id": "e9934f16-458f-4a60-b9ed-26c07bfaf31b", "name": "Query with Fields", "originalRequest": { "url": { @@ -85110,7 +85110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eed930f8-fb22-4b9f-95e6-1b1d4d04bd5a", + "id": "17b9028d-e09e-40f5-8e46-e15ab865bd5b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -85200,7 +85200,7 @@ } }, { - "id": "dbfefb22-fb19-4908-a65b-b84ddc466730", + "id": "2c9b2fac-85ca-456f-aff2-e7b666cc52a1", "name": "Count Documents Satisfying a Query", "request": { "name": "Count Documents Satisfying a Query", @@ -85243,7 +85243,7 @@ }, "response": [ { - "id": "a77bb5b1-43ce-4d61-8e63-6907030b904a", + "id": "1447fe8a-edbc-4b64-96a4-93e98148249b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -85300,7 +85300,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9cb00a4e-3a89-415a-9ad9-fa8c12f28284", + "id": "bf0fb33b-a92e-42c3-b116-55e5336eaaca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85357,7 +85357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06f126ff-6d07-420f-b9ca-37da0337ce04", + "id": "0c43921e-71b5-4513-86bf-06182d3bb8dc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85414,7 +85414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba3a2a03-03bc-4cdb-b0ca-12f06e2a7f79", + "id": "73b44ee7-de1a-40fd-a560-01891d311be7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85471,7 +85471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fd7ac26-6e08-446a-82d9-e143a0bfd8de", + "id": "39498c81-1c3f-4708-9979-5e8be4eeff44", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85528,7 +85528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b0de659-14dd-4cab-8300-68e16a7478bb", + "id": "1517e40b-691a-40fc-9121-7b02838c208e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85591,7 +85591,7 @@ } }, { - "id": "d6904f99-9aeb-4f21-baa9-0aaed03d0b29", + "id": "f63b7f67-d666-4e80-9f45-5eb4bf4d16b9", "name": "Perform a Search Query Aggregation", "request": { "name": "Perform a Search Query Aggregation", @@ -85662,7 +85662,7 @@ }, "response": [ { - "id": "046504c9-4478-49aa-b643-4f3c7a5e6312", + "id": "a414234d-2fcc-480a-8fce-c033f319c845", "name": "MetricAggregation", "originalRequest": { "url": { @@ -85756,7 +85756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49dbc845-53d2-4ab0-a9fe-55aecd93a586", + "id": "c00c73a6-30e6-4538-bc64-aabaa666166d", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -85850,7 +85850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d82d57d2-e76d-482e-889c-9db74eb60b01", + "id": "0c42f37e-1166-40ad-9ea7-0c8b1bcf3e62", "name": "BucketAggregation", "originalRequest": { "url": { @@ -85944,7 +85944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acd1b4c3-6b01-4078-9757-b8a61e3c3cf6", + "id": "a8fd70fa-1f78-4307-8f3b-1857dd52bfb4", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -86038,7 +86038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44442689-b20a-4338-956f-bf1706b412c4", + "id": "3e935d7e-96bf-4869-a415-c0b042b75bb5", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -86132,7 +86132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22a95cbd-8680-4c40-a395-9d2d7d3b87eb", + "id": "467ebd78-043b-46c7-a932-a98b9a5ad8bb", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -86226,7 +86226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aee6c8f4-1fbe-48e5-87c9-3bd5d8f7cdcd", + "id": "a867e207-6599-4ee9-991a-059dadada4ca", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -86320,7 +86320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51498d8a-b85d-48ab-813c-7a7647964452", + "id": "55cba5fb-248a-4aa9-8313-1565f04830e1", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -86414,7 +86414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2e85c94-d47c-4ef1-bfcf-ce1f473cc37c", + "id": "c63cb149-6018-46fa-84b5-6803d147a899", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -86508,7 +86508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b66242d1-63d2-40fd-9a0d-6da4c87bb7d9", + "id": "5d707edd-373d-455b-8220-8ab53e82a6f4", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -86602,7 +86602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42110463-62ae-4ee3-8b93-efd6b428ccf4", + "id": "73005de3-cb98-4789-a2d9-9f37bf144992", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -86687,7 +86687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8a4829f-a8fe-44c4-9e03-38bc31afd22f", + "id": "ddb07f76-c009-42fd-8846-f8bb986aa691", "name": "BucketAggregation", "originalRequest": { "url": { @@ -86772,7 +86772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69485a19-1e7d-4d03-9a36-57088a4a9393", + "id": "a7b418c3-2a25-4893-bb26-fadb039f88c5", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -86857,7 +86857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d408632-31d6-4aeb-97b8-8ec630695348", + "id": "dc0d90e5-027e-40e2-a984-e62ea16f3bef", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -86942,7 +86942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d2b7910-fa20-4132-8300-5b048a3a0356", + "id": "9929116c-8c54-425c-8d3f-719a7962b759", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -87027,7 +87027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae4bc304-120a-4253-bd67-252b40a1bdc1", + "id": "338589ad-8f2b-41d0-aa16-aa14472534ed", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -87112,7 +87112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "801a642a-bbc2-4a70-b1a7-b0f1bd6fe313", + "id": "67c716ee-b4f9-4b4b-bc5e-3c75ba0feec2", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -87197,7 +87197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4880513-7c09-42a8-8125-604dfcf77b17", + "id": "62aff68d-b429-48b2-8050-7aa46eb3d3ee", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -87282,7 +87282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62032d72-1507-4d2d-855a-1f21e9fc3f59", + "id": "0b789239-ec2a-4713-b092-f181032a4aac", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -87367,7 +87367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d8c78da-2370-4d99-a60c-2a5b150f2ce8", + "id": "6fc99c51-f534-4c09-be5a-d5d8b7c6f717", "name": "BucketAggregation", "originalRequest": { "url": { @@ -87452,7 +87452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d51534d-d995-4a46-b25f-e7266e5bec62", + "id": "41d3d5b5-5319-4f63-abbf-2db1a19462ca", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -87537,7 +87537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83bbb40a-f944-42c2-a283-51092907b741", + "id": "d2a0221e-4465-48ea-a283-ecc7feee5092", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -87622,7 +87622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bbf7ab3-dcf9-4a4f-ba2a-049a2a91bb08", + "id": "f86623dc-47d4-4214-ba5e-46fdecfa9e5a", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -87707,7 +87707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9765e8eb-64a8-45c9-9038-7ae5b553c317", + "id": "61e935c4-ea37-4e7f-a6fe-31c9e10256b9", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -87792,7 +87792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f2f059f-81ba-46c6-a9a4-d9886250c2e4", + "id": "3d0912e2-ebd0-46b4-b6c5-e4772c329a07", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -87877,7 +87877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e260462c-a88e-4be9-8acd-13dfe6698aa2", + "id": "ef8c16a7-c3a4-4d52-a06a-a34802221913", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -87962,7 +87962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df9c68e2-7c5c-4427-8ac7-a30923592b34", + "id": "720a1ed4-e3eb-41a9-9416-ae9dca8c2cf6", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -88047,7 +88047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8838a0d5-4e45-4188-b47b-db07627f863a", + "id": "884180db-7d8e-4968-98f3-cb73550581a1", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -88132,7 +88132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46dacf98-bba0-4c31-bb2f-258d285544b3", + "id": "b5a1b892-c0f1-44bf-885d-9739dac5c1dd", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -88217,7 +88217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "806bd759-a031-47d4-8bd2-2ea2ad75bdfc", + "id": "719269a5-0a09-456f-9072-061eba8104f9", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -88302,7 +88302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "693af1e6-8415-403b-a916-79b3b5fa19c4", + "id": "93480af4-fb74-4497-bb67-77623c0761ab", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -88387,7 +88387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1568e49f-6f3f-4377-8076-a2950f31b048", + "id": "17f9093a-5cfa-48e7-86bb-3aba8f9868ec", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -88472,7 +88472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da47ce8f-254d-4e91-9bc1-44fdb6a4f140", + "id": "3af2a5dc-b750-47f0-ba41-9e77f54ca804", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -88557,7 +88557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69ff0847-96ea-4406-ae19-b75ae1779f8b", + "id": "78fd5a6d-d1a2-4ae3-a532-49a7c8cc568f", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -88642,7 +88642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d5ca4fa-7da7-4514-813e-c63e5de5bceb", + "id": "77d39a3b-d6e0-480f-8aee-a8a9fe688797", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -88727,7 +88727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3abce482-f7ca-4d07-b3ec-9b777714493e", + "id": "14ea2c2e-729a-41b2-af77-3d5453da802e", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -88812,7 +88812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c22caf7-bdaf-44cc-aa8c-f2171203070f", + "id": "79baa5e3-6669-4e27-bfa4-c0e5da0d5b12", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -88897,7 +88897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82334098-2c7e-4bb6-b4ef-056395648d02", + "id": "e6225ef6-a0d5-45dd-9968-3a897687ffbb", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -88982,7 +88982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a04be96-3854-45e8-a82a-2c2b1f1e2034", + "id": "4fa0e649-5849-4c80-b901-a6cce7421782", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -89067,7 +89067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fc62ead-4cae-4e1e-8130-662418eae893", + "id": "c8cb95e0-1cf9-449e-bf76-03e4c8684bc1", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -89152,7 +89152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "253815c0-5706-4c98-9267-c170f14b83b9", + "id": "15863be0-cabc-4882-a149-32a8d7960e74", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -89237,7 +89237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3af19be9-ad37-4bf5-825a-e9a10eba9973", + "id": "53ff548e-d9af-46ce-8122-b677aed1864e", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -89322,7 +89322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b53c66-bc56-42f5-9cf2-402cdd21f144", + "id": "1e1b82d5-0e8b-405d-9fea-c8d92d590016", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -89407,7 +89407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a2b1ab6-afc4-4b9a-9bec-8128969f5548", + "id": "05fbcc90-5196-4c15-9c1b-1730e01fc001", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -89492,7 +89492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab0fb5cd-90ce-4e80-ab8d-ba7bd315ddb6", + "id": "028c8fd8-f790-4815-9309-589e651292b2", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -89583,7 +89583,7 @@ } }, { - "id": "7420e357-87b6-490d-b1c5-36afebbebbf9", + "id": "3ea51a53-659c-4189-885d-3d7922b081cb", "name": "Get a Document by ID", "request": { "name": "Get a Document by ID", @@ -89635,7 +89635,7 @@ }, "response": [ { - "id": "806e6831-e623-4265-bc8f-f2a4c9d2116d", + "id": "a0319ac2-9ffc-4fd9-a67b-0a0d7f8f8fa7", "name": "AccessProfile", "originalRequest": { "url": { @@ -89680,7 +89680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74ecdf4c-3ba2-41cd-ba96-4c5f39d265e6", + "id": "caa138d1-6a07-4ec4-99da-fc82189141e4", "name": "Entitlement", "originalRequest": { "url": { @@ -89725,7 +89725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec3efced-d253-40f9-b755-e7d5f4617c07", + "id": "c3cf6c18-76af-44c1-aab0-bcca45074c6f", "name": "Event", "originalRequest": { "url": { @@ -89770,7 +89770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6fa8023-2d48-4d33-9ded-07024e8756d0", + "id": "b9d05e0e-b905-4221-ad34-3c703b2b0f10", "name": "Identity", "originalRequest": { "url": { @@ -89815,7 +89815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48f2ad6e-1e26-42fc-bf02-a600b1516c72", + "id": "f698512a-03e5-46c4-a7d2-4e33a534b55a", "name": "Role", "originalRequest": { "url": { @@ -89860,7 +89860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a20a894-3a09-420b-82e6-465a6bfdd4b5", + "id": "6e2af315-bf0a-4032-88c2-3577ebc28837", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89905,7 +89905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "560c5b43-1f4f-4c5f-9ad9-5ec6a730eea6", + "id": "d5b3ee79-734d-40f3-a92c-2f36b3e32d8f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89950,7 +89950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d88136d-fa2d-4fb4-9fe9-ae80b0bcae2c", + "id": "2f1ef048-8d1d-4f4a-acdf-7fc356fa0f03", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89995,7 +89995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0890bdd-2953-49a5-b767-d3aba33f3dbb", + "id": "2748b9b0-a628-474a-987c-ff7b6acb63e5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90040,7 +90040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1449af78-62ee-4d23-9085-a19492de555f", + "id": "eb5efafb-2985-496e-b9db-7e2b451bb76c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90085,7 +90085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "287badb7-6025-4790-83e4-cf4cdbb1806f", + "id": "0ec7648f-ae8c-423a-82b4-70e5eace8c8f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90142,7 +90142,7 @@ "description": "Use this API to implement and customize access request segment functionality. \nWith this functionality in place, administrators can create and manage access request segments. \nSegments provide organizations with a way to make the access their users have even more granular - this can simply the access request process for the organization's users and improves security by reducing the risk of overprovisoning access. \n\nSegments represent sets of identities, all grouped by specified identity attributes, who are only able to see and access the access items associated with their segments.\nFor example, administrators could group all their organization's London office employees into one segment, \"London Office Employees,\" by their shared location. \nThe administrators could then define the access items the London employees would need, and the identities in the \"London Office Employees\" would then only be able to see and access those items.\n\nIn IdentityNow, administrators can use the 'Access' drop-down menu and select 'Segments' to reach the 'Access Requests Segments' page. \nThis page lists all the existing access request segments, along with their statuses, enabled or disabled. \nAdministrators can use this page to create, edit, enable, disable, and delete segments. \nTo create a segment, an administrator must provide a name, define the identities grouped in the segment, and define the items the identities in the segment can access.\nThese items can be access profiles, roles, or entitlements. \n\nWhen administrators use the API to create and manage segments, they use a JSON expression in the `visibilityCriteria` object to define the segment's identities and access items. \n\nRefer to [Managing Access Request Segments](https://documentation.sailpoint.com/saas/help/requests/segments.html) for more information about segments in IdentityNow.\n", "item": [ { - "id": "df5e4efa-466e-460d-b614-4e24d5dbc095", + "id": "23493dfb-1a60-4e43-9c01-9329d373cd3d", "name": "Create Segment", "request": { "name": "Create Segment", @@ -90184,7 +90184,7 @@ }, "response": [ { - "id": "61b33da8-632b-4938-b74d-acb7c2f82edb", + "id": "bc2b87f0-5fbf-409c-bbc2-8ed5f1dd01d9", "name": "Segment created", "originalRequest": { "url": { @@ -90240,7 +90240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc8d2d4a-8f3c-4be3-a3b6-6628f089726f", + "id": "6368747b-09d8-408c-a4c0-cd4f54a0ae3d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90296,7 +90296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf65ecf0-c636-4948-a4fc-b5ae5059fbb0", + "id": "b54c35dd-a82d-4fd7-acd5-a0ed1b4734b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90352,7 +90352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "236ba012-29da-4dd4-8887-9f64b9710c27", + "id": "cfc452c0-2d67-4148-a5ac-2c8269d3f838", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90408,7 +90408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d210df0-3f1f-44aa-935a-6245e18d0943", + "id": "191a5544-70a5-4a2e-8118-52b691000a11", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90464,7 +90464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef0ccc53-f9f1-4920-bae9-83980cd1bd6b", + "id": "b192fdc8-af83-4dad-a593-83bbd5163d78", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90526,7 +90526,7 @@ } }, { - "id": "9fa0f448-91ed-40e4-b4d9-3bc3904db250", + "id": "8a769f29-d1d7-459d-a0ee-1abaa96a96b9", "name": "List Segments", "request": { "name": "List Segments", @@ -90583,7 +90583,7 @@ }, "response": [ { - "id": "96a1f5ca-e20c-4511-aba7-e48d652989c5", + "id": "21305b65-8c97-4222-9970-488c5a179fa3", "name": "List of all segments", "originalRequest": { "url": { @@ -90654,7 +90654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4211b95a-cb4b-4379-92c3-cb40e7ebd828", + "id": "2bfd5286-c80e-4722-96dc-9385e9dd032a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90725,7 +90725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fe81c10-9477-4dff-a824-b205869ed16e", + "id": "21e531fc-e980-46a0-8a10-25ce5edc845c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90796,7 +90796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62e3f32f-7bea-4ea3-a601-9f6aac2022e2", + "id": "5f02f64b-756d-4ab0-b517-052bc0b5a0fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90867,7 +90867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "934f1005-2525-429e-840d-786fb710ae77", + "id": "490adcf3-266b-40f9-86c6-f0828480fe34", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90938,7 +90938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f036f2f1-7c59-4c56-9749-038000381fdf", + "id": "d58b94a0-4904-4cf0-8f5b-4b17a4cef974", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91015,7 +91015,7 @@ } }, { - "id": "e9ad49cb-8a31-4184-860e-7522f95f38ec", + "id": "4909d589-5c4e-445b-a7bc-bb0eda0cb3bb", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -91056,7 +91056,7 @@ }, "response": [ { - "id": "a5047263-5ac9-4c4f-9f36-b44b03fd8d59", + "id": "7191b6f3-1b2d-4293-8b1b-62e4b9bede5e", "name": "Segment", "originalRequest": { "url": { @@ -91100,7 +91100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0abe194-4cba-40f0-8198-dcf161021c83", + "id": "57599a1c-d614-4d1e-b769-58d73fed029e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91144,7 +91144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05af62cc-21d3-4924-a78e-de5682f844bc", + "id": "e3751cce-304a-4bed-8b86-2e33b3f1b4e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91188,7 +91188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0e9f225-a055-4809-ad62-1471bf325280", + "id": "bcbe5e1a-5126-4dcd-84c8-1f23d4fe113b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91232,7 +91232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "190ea6e9-19b2-42f5-8561-5f29e351b54b", + "id": "4978ae89-d683-4a5d-a4f1-702133ee1442", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91276,7 +91276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e65b6ae-56fa-493d-ae92-7744542e8164", + "id": "81b755ec-2c41-4f46-a90d-4fb1b4a4f994", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91320,7 +91320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a9ef83b-7f55-4ae7-8c45-2e1b2010bf38", + "id": "01f50a6b-0a0c-4fc8-8a66-8f1959147237", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91370,7 +91370,7 @@ } }, { - "id": "7453a2dc-96cd-490c-bf9a-0a3ed36f23b1", + "id": "c4127801-8504-4537-b5a0-fc5f9ad8b40d", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -91411,7 +91411,7 @@ }, "response": [ { - "id": "214b8358-7b64-4685-8313-ebfc746cd825", + "id": "1a1ae6ae-ff6d-4c38-b235-71b11ca764ab", "name": "No content.", "originalRequest": { "url": { @@ -91445,7 +91445,7 @@ "_postman_previewlanguage": "text" }, { - "id": "13984eed-e2c4-4b45-bbc4-b360c7f35918", + "id": "51516dd1-a08c-4f46-8e1b-1778c58af0c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91489,7 +91489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a0a1018-e800-4aba-9fb6-730a1fce544b", + "id": "05ca07b0-18b9-4a3c-8037-40d3623bd53f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91533,7 +91533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "174196ec-a3d0-4fb0-95e0-6c452c75e4ce", + "id": "b87897e2-eaf1-4c49-9a1d-8f2347fe39f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91577,7 +91577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80aeb757-1ad5-4ef6-97c0-431873bc0b06", + "id": "0b756458-e03d-4042-988d-56d2e3939fff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91621,7 +91621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "411b7d13-56db-4549-b9cd-ae7ae47b6919", + "id": "97bdb565-aa1d-428e-a132-efd10f92df9e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91665,7 +91665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acd3b790-c563-49b3-b32f-aa7aec28dd60", + "id": "28dafd09-5bb1-424a-b099-b408d4ac8101", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91715,7 +91715,7 @@ } }, { - "id": "bc95aa3b-bb10-4e9b-90e8-ea9a4f1ab86c", + "id": "85f8eb86-d7d8-4949-a2a5-408627168601", "name": "Update Segment", "request": { "name": "Update Segment", @@ -91769,7 +91769,7 @@ }, "response": [ { - "id": "af27d3be-5326-4623-80ff-a18cf71e87d8", + "id": "1090773b-9d31-4739-8b7d-141d017a96ff", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -91826,7 +91826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b81871e9-d80d-4879-a748-88dc1d8fecb3", + "id": "8cf6c25e-64fb-4252-ab21-3410a29a0b8e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91883,7 +91883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "add12091-2654-4c66-84be-55b95c71e8a7", + "id": "7e121bdf-5318-45c0-97f0-828b839e6cc4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91940,7 +91940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f51b9fc4-6b7f-457c-92f4-6bb392c27d0f", + "id": "cf2d9c35-1eb6-4e10-b5ca-ec380d5df30e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91997,7 +91997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9a1457c-5a37-4cc5-8de8-860a9d81bffc", + "id": "b78c6b97-6df0-45a4-a8d0-353e9e7eca79", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92054,7 +92054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b41f8457-f5a1-4be9-9327-5f011c7b01d7", + "id": "ab14348b-3011-4e71-a4eb-05895505e3f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92111,7 +92111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a1b0588-5edd-4715-88fa-1725f3db7ce2", + "id": "2ac58060-39f3-4e8e-bb5b-b61c5adae1ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92180,7 +92180,7 @@ "description": "Use this API to build an integration between IdentityNow and a service desk ITSM (IT service management) solution. \nOnce an administrator builds this integration between IdentityNow and a service desk, users can use IdentityNow to raise and track tickets that are synchronized between IdentityNow and the service desk. \n\nIn IdentityNow, administrators can create a service desk integration (sometimes also called an SDIM, or Service Desk Integration Module) by going to Admin > Connections > Service Desk and selecting 'Create.'\n\nTo create a Generic Service Desk integration, for example, administrators must provide the required information on the General Settings page, the Connectivity and Authentication information, Ticket Creation information, Status Mapping information, and Requester Source information on the Configure page. \nRefer to [Integrating SailPoint with Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html) for more information about the process of setting up a Generic Service Desk in IdentityNow.\n\nAdministrators can create various service desk integrations, all with their own nuances. \nThe following service desk integrations are available: \n\n- [Atlassian Cloud Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_cloud/help/integrating_jira_cloud_sd/introduction.html)\n\n- [Atlassian Server Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_server/help/integrating_jira_server_sd/introduction.html)\n\n- [BMC Helix ITSM Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_ITSM_sd/help/integrating_bmc_helix_itsm_sd/intro.html)\n\n- [BMC Helix Remedyforce Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_remedyforce_sd/help/integrating_bmc_helix_remedyforce_sd/intro.html)\n\n- [Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html)\n\n- [ServiceNow Service Desk](https://documentation.sailpoint.com/connectors/servicenow/sdim/help/integrating_servicenow_sdim/intro.html)\n\n- [Zendesk Service Desk](https://documentation.sailpoint.com/connectors/zendesk/help/integrating_zendesk_sd/introduction.html)\n", "item": [ { - "id": "c123851a-2783-4828-85eb-a578b4ae8d4a", + "id": "bc0dcdbd-f91d-4aef-8fc7-6c281fd0427d", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -92255,7 +92255,7 @@ }, "response": [ { - "id": "aeaabf3f-7873-4da2-a084-153a244229aa", + "id": "fbffc6c3-8382-4f21-96eb-32d2abf0087c", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -92344,7 +92344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9d48b7c-e897-4e06-a16b-b47209581b97", + "id": "1c8e6fac-70d0-4cb7-94b4-d18f4cb19d65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92433,7 +92433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29d9d69d-2d47-46d3-a44d-906fa9ca5b56", + "id": "7f847995-c7e5-45e5-8963-766103e28159", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92522,7 +92522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3908a14b-456a-450b-9556-6ca032bd0ee5", + "id": "ab728091-2501-4774-8969-2a8f544dda81", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92611,7 +92611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddfcb4a1-d3ba-438b-9285-979e5f3f8dda", + "id": "75573a11-f803-436d-84fc-668775485735", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92700,7 +92700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38deba0d-76fa-4017-a590-d0a2794c4704", + "id": "2290bc83-7526-4803-8c3f-dfc2c49a90d4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92789,7 +92789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8f67f51-63b9-4021-914d-82f5075d5935", + "id": "9da4c1c2-c241-4c59-8df8-9e1b7f591897", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92884,7 +92884,7 @@ } }, { - "id": "2be0ed9e-24ad-4faa-a461-6260758d3b5b", + "id": "cb370358-f447-48dd-a81a-53186fa4f9c3", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -92926,7 +92926,7 @@ }, "response": [ { - "id": "505cf641-db0d-4187-8c21-c50fb2455f84", + "id": "38f3d93f-5b5e-4269-9014-e3bd9c00049e", "name": "details of the created integration", "originalRequest": { "url": { @@ -92982,7 +92982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f169d2a-17fd-42c7-bd51-cc17e3226cf7", + "id": "3dc7ba8f-b956-477e-b7ac-64d548680646", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93038,7 +93038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "020b0083-608e-4ddf-bc4e-074a1a6aca31", + "id": "0767ab18-b70f-4788-b0a8-7595830c7fe0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93094,7 +93094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f211b10-cf2d-4f97-a921-ecb60f181a6a", + "id": "0e4d70ab-21dd-40ef-96d4-d2be2ea0e32a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93150,7 +93150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9deb8668-a603-422a-b08f-6a7d0911add1", + "id": "d5a55c96-8a22-4326-809f-c2bbc75dadd4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93206,7 +93206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc4b3b73-e099-4238-a3ad-2fc837c466d2", + "id": "4a8c5ead-017b-470f-874d-b3c5caf7bb53", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93262,7 +93262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4079c0d-f080-47dd-948b-a28da0d1458f", + "id": "c4e5117f-9315-468c-a213-01862680ad7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93324,7 +93324,7 @@ } }, { - "id": "52c318f9-72d0-46f5-b2ac-c7b7b0aa2aa8", + "id": "0e65bb54-522a-4b8d-bf1c-997c6d95d2fd", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -93365,7 +93365,7 @@ }, "response": [ { - "id": "86215811-14f7-48db-ad0a-d48277657945", + "id": "a895b51d-134e-42bb-a385-41de174fcffa", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -93409,7 +93409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97c05c39-386d-49bc-9a7f-20e03e8b1be7", + "id": "888a6901-9552-436e-8e43-019068b17031", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93453,7 +93453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3393cb1-bc8a-4ef1-8cb7-f6810b98a4ab", + "id": "b33f308f-eb67-48d7-8c4e-ef015046cda1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93497,7 +93497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4ad9eec-8b48-4113-ab88-3b6491184d40", + "id": "d65f42f0-da80-4363-9260-7687e6aba051", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93541,7 +93541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "467d5e4f-cb17-4fec-855a-d1f1ace216fc", + "id": "53b340c0-3409-4311-b861-adc6878bbd72", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93585,7 +93585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4366674-1d80-4d62-8918-af1d2a8f2e73", + "id": "4eb0d2ee-bd45-4679-ab7b-97bf3790451d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93629,7 +93629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4800e0c-81af-4c60-a313-5f1be22558d7", + "id": "2c7c092e-5443-4c17-bce8-77328b4326a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93679,7 +93679,7 @@ } }, { - "id": "699df56c-b34d-499f-8dc0-44f4e6b7b3bc", + "id": "ba37324b-941d-4888-ad13-08558d92f58f", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -93733,7 +93733,7 @@ }, "response": [ { - "id": "7cf127f3-eef9-4726-a47a-76e772459bc7", + "id": "d1765a46-90f8-46ba-92c3-669b3388e96d", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -93790,7 +93790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "629e5bb0-16eb-477a-9c69-6e5e435df75c", + "id": "eb5616be-9424-4163-9322-0a70a1c81c82", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93847,7 +93847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "386a4f31-c9cf-4d94-a325-79ccbd70d09c", + "id": "16cb471b-41d5-46dd-b194-1373aed80421", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93904,7 +93904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bc125a5-5531-4142-a451-aa680653f889", + "id": "bb0e9c3a-d00f-4187-96ac-84c171789bab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93961,7 +93961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eebc64d1-57b0-49d1-a92b-6a9a5a91f5b6", + "id": "f8e2fc18-ca9a-4366-ac80-724ed9dc78cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94018,7 +94018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab4ee5c6-608e-4c36-8181-c6ca597e3d18", + "id": "18f0ed1c-2d1c-47b4-94c7-789cdaebd60b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94075,7 +94075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b81063e-cb71-4ed7-93d9-8761e87ad32f", + "id": "4e6ff3a7-61b5-42aa-a208-7a0be577a6f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94138,7 +94138,7 @@ } }, { - "id": "a45d02b9-d1cd-43bf-908a-1f99d009f385", + "id": "3e92b727-b44e-417d-8b51-721c49a761ed", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -94179,7 +94179,7 @@ }, "response": [ { - "id": "ed088280-fe1e-4147-a354-ba7b0fefab47", + "id": "8d506b1d-ce8f-49c7-b557-d1d8c27bdc2c", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -94213,7 +94213,7 @@ "_postman_previewlanguage": "text" }, { - "id": "eb88cda5-0d63-459d-a605-c21509b4fe14", + "id": "ab05b8a3-3737-4b8f-becc-bacae8c2a71e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94257,7 +94257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f3d4ad0-0d0e-48e3-a58a-86bd9e895bcb", + "id": "c1a9ad47-1709-4d83-ac86-eccdb21ed3a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94301,7 +94301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6102ab9b-6096-4234-bb17-9c0e0550b6f8", + "id": "e1e04703-beff-46ad-bbe3-0943d9d47923", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94345,7 +94345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1002dd00-5c36-4159-a134-d37bf50c56e2", + "id": "dd96428b-72d6-4130-95fe-5f7a03d291af", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94389,7 +94389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f26af65e-4c25-42ca-9afc-17e5eb53705d", + "id": "c4a31c77-9b71-4cc9-b90e-ba0c2b0ad116", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94433,7 +94433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1de3cacd-4205-4fc8-87b5-57c254192e7a", + "id": "97f50700-b989-4809-99d5-129263880612", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94483,7 +94483,7 @@ } }, { - "id": "b78fe911-f08c-4782-9e34-36a6f27ada2c", + "id": "9b6ee2ad-e38e-4558-9d61-57ef00690e5c", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -94537,7 +94537,7 @@ }, "response": [ { - "id": "66c35e34-c635-486b-a7ee-3a3221ae60cb", + "id": "7968c5c9-fd87-4a62-a536-70d0363e3659", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -94594,7 +94594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "925918d9-435e-417d-ae84-f06961182b49", + "id": "c96f32e1-ff72-4c06-96ee-06c9b30ada77", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94651,7 +94651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1e3840c-813a-4f61-932f-2a444877cc7b", + "id": "8d6e51d0-b4db-49f8-82f5-def9cdf7ffc1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94708,7 +94708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ef50b1f-3da3-468b-ab11-4890b0101b85", + "id": "b2762a45-09a4-4d82-8eaf-8f871c0647a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94765,7 +94765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28e8778c-2cd9-41bf-86b7-cb67df999b3b", + "id": "ed398872-3783-4fd8-afdc-8e6c139cba08", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94822,7 +94822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6755144e-ab80-4ecb-b67d-11260c03ad7e", + "id": "0ce91a68-f8bd-4c2b-9c94-2ca7f2253b47", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94879,7 +94879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bdf7a27-42f8-434e-bec4-cef4c4fc92cb", + "id": "570976c8-6e7e-420d-a2c3-002499dc67ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94942,7 +94942,7 @@ } }, { - "id": "33668f42-b766-460d-969b-6ea101470a4b", + "id": "a46a45ad-bfd6-46bb-9470-542ddd611a51", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -94972,7 +94972,7 @@ }, "response": [ { - "id": "3679a8ec-61c1-4381-af60-cdae9c5bdab9", + "id": "61ac1f37-7cf7-4a8c-bcde-edcb9986b4dd", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -95016,7 +95016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f196123-d63d-48eb-9577-764ed7d545c8", + "id": "b9333c33-6cca-451a-9fae-1357dbb2aefe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95060,7 +95060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "649fbff3-ec9c-4d2e-9c8a-a5bf4a4713c3", + "id": "d7f0ecc3-7749-4e59-991f-cbcd9d3f3a5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95104,7 +95104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ace43bf-442b-46d8-9546-b3b605a2a9c5", + "id": "2530309e-ecad-461b-80ce-3fe6cd0f11e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95148,7 +95148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a20311c2-6a39-433a-a52d-79de35530092", + "id": "581694b6-7d96-4766-ad2f-f33f92244c8a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95192,7 +95192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d08fe30b-5d19-42c7-beaf-cc6162c22156", + "id": "256c0cfe-4cb5-42ba-aed6-d7fda5047984", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95236,7 +95236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aee9f11c-2f88-4897-823f-e83b4be0b484", + "id": "80aee29c-17da-406d-9507-ead7123b2044", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95286,7 +95286,7 @@ } }, { - "id": "7b9dad72-a577-47b8-8d0b-f4df8667bf5b", + "id": "19821b55-56eb-4a58-98d1-ad1c600aab7d", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -95328,7 +95328,7 @@ }, "response": [ { - "id": "0c5c3227-77b7-4888-a473-1630d893f907", + "id": "95f234f9-77f5-42a8-88c7-99a136a57485", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -95373,7 +95373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "423a5073-6405-4e49-bca5-81c20500474f", + "id": "cd032454-568b-4f0d-a28c-0f56f7584b85", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95418,7 +95418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db2d5fd6-625b-4e9f-bc52-b2f74a954751", + "id": "97ff960f-e7ec-4408-8e41-3855be5e89c6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95463,7 +95463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8eb9ded3-42e0-4c42-96fb-dc7fd217cafc", + "id": "99bf5625-ec8f-4eb1-98a7-93961a87c25f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95508,7 +95508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0a1446d-18ae-4228-9055-5a036d568cd2", + "id": "052a7828-69f1-4292-9f69-9e84aa601801", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95553,7 +95553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3368763-0c24-44d8-9fba-e37479c28989", + "id": "6fe26558-7ede-4ba7-a9f0-aede9feb3ca6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95598,7 +95598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4527f764-603d-498b-b600-cd98d68cf618", + "id": "2ec8c6ea-3072-4de8-baef-975acf8f334b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95649,7 +95649,7 @@ } }, { - "id": "8b901e78-7f03-41d3-98f8-93bd798c140f", + "id": "aeb5edf5-cab3-4c48-bff4-ffacd16b20df", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -95679,7 +95679,7 @@ }, "response": [ { - "id": "12af94af-521d-45c0-a325-85049ed8d0f0", + "id": "03cfb949-8a09-4a92-9246-29e2befb4204", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -95723,7 +95723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8b089e1-cea3-4e61-b091-cb72942e4778", + "id": "d9b1df49-e4fc-46b5-81b4-2cff0faed2b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95767,7 +95767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f87910e9-63b3-4a0f-b945-ce66a97dbf19", + "id": "ae0a74a7-abe8-40c5-8a23-859b02216748", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95811,7 +95811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e345ebb-663a-4742-9ff3-356305ee1ab2", + "id": "400509dd-6bcb-4344-a76e-bdb31e654fc7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95855,7 +95855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4205d981-1a9c-4963-9700-322ac1c56f45", + "id": "fd9abd06-3ef4-48ad-b8a1-10c63081e246", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95899,7 +95899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4decb4d9-d46e-4f4e-b27a-ef5994482d5d", + "id": "2a0bf703-b9a3-439e-88b8-9372fb6ffd54", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95943,7 +95943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "750d7cd4-6e5d-43fd-9003-197c81cecf86", + "id": "d9ae910f-0f94-49f8-8374-1bb288bb0272", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95993,7 +95993,7 @@ } }, { - "id": "ec7bcaf1-38a5-4db8-b21f-7f1a1d5f7c83", + "id": "b97bb002-5ec1-4a87-98a8-4c55e1282aa5", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -96036,7 +96036,7 @@ }, "response": [ { - "id": "87ba32af-9e2a-434e-a078-fef2727acde7", + "id": "a75db27b-3e8a-4e61-8664-dcd1614013b5", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -96093,7 +96093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0d0de79-404f-4a33-80a3-801258452493", + "id": "87b43da3-4f90-4a3b-81d0-e470e85afe25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96150,7 +96150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e43d8db5-7d66-4e10-9dd2-e4230dac102b", + "id": "6421eb6e-e4e4-4407-91f2-3ed7eafe4f50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96207,7 +96207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1c66542-6c0b-4fb7-b7ce-d0de0eb49884", + "id": "4d4d952c-38a6-42b2-909b-8be090340631", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96264,7 +96264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "938fbe3b-5e00-4aa9-bf12-e73b4ebddd24", + "id": "a1b41e7a-c98f-451c-bada-e7bfdbabbf94", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96321,7 +96321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdb051f6-1d44-4d52-979e-31e27136dff8", + "id": "3cb12915-44c6-4d90-af35-6e6b80e5b7f0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96378,7 +96378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00ef85d4-4b0a-4c2e-a8ab-910fdf4586ff", + "id": "60ee8409-38ae-4721-98b6-191107de6984", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96447,7 +96447,7 @@ "description": "Use this API to implement and manage \"separation of duties\" (SOD) policies. \nWith SOD policy functionality in place, administrators can organize the access in their tenants to prevent individuals from gaining conflicting or excessive access. \n\n\"Separation of duties\" refers to the concept that people shouldn't have conflicting sets of access - all their access should be configured in a way that protects your organization's assets and data. \nFor example, people who record monetary transactions shouldn't be able to issue payment for those transactions.\nAny changes to major system configurations should be approved by someone other than the person requesting the change. \n\nOrganizations can use \"separation of duties\" (SOD) policies to enforce and track their internal security rules throughout their tenants.\nThese SOD policies limit each user's involvement in important processes and protects the organization from individuals gaining excessive access. \n\nTo create SOD policies in IdentityNow, administrators use 'Search' and then access 'Policies'.\nTo create a policy, they must configure two lists of access items. Each access item can only be added to one of the two lists.\nThey can search for the entitlements they want to add to these access lists.\n\n>Note: You can have a maximum of 500 policies of any type (including general policies) in your organization. In each access-based SOD policy, you can have a maximum of 50 entitlements in each access list. \n\nOnce a SOD policy is in place, if an identity has access items on both lists, a SOD violation will trigger. \nThese violations are included in SOD violation reports that other users will see in emails at regular intervals if they're subscribed to the SOD policy.\nThe other users can then better help to enforce these SOD policies. \n\nTo create a subscription to a SOD policy in IdentityNow, administrators use 'Search' and then access 'Layers'.\nThey can create a subscription to the policy and schedule it to run at a regular interval. \n\nRefer to [Managing Policies](https://documentation.sailpoint.com/saas/help/sod/manage-policies.html) for more information about SOD policies. \n\nRefer to [Subscribe to a SOD Policy](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html#subscribe-to-an-sod-policy) for more information about SOD policy subscriptions.\n", "item": [ { - "id": "11ef00ca-d856-40e9-86e0-551a71a14935", + "id": "4d16c48b-236b-4ca9-b106-2f73876a27fe", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -96489,7 +96489,7 @@ }, "response": [ { - "id": "b9f5141a-2d7a-4471-9198-5727e5e1bd56", + "id": "1ffc0eb3-1b1e-4977-a1ff-4752071513b4", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -96545,7 +96545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ef91ea5-9e53-43d6-8a65-92272c461126", + "id": "635747bc-1801-4da6-a927-95df332058f9", "name": "General Policy", "originalRequest": { "url": { @@ -96601,7 +96601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "619c8ed6-0a84-4390-baf4-d4a2b7131ce8", + "id": "f42686a5-12d7-42d6-a7f6-c21543875758", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -96657,7 +96657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2bfc029-e9c5-4cbe-b898-4e0e2dc0ce0d", + "id": "4cbfd812-ea5c-4c5f-942e-362dafc2f7e5", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -96713,7 +96713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d08e8c29-e2d1-48e0-a72b-b7599d9cb52e", + "id": "f38f4428-56b7-4b93-b9b4-b629093e3049", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -96769,7 +96769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2859bb1c-e8e0-42da-ae75-68035d3be4eb", + "id": "d4dfb265-26d3-4f82-b552-aa28a602ad9f", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -96825,7 +96825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f10452a5-c9c5-4f2d-9410-b42f942a5c0c", + "id": "ddd2582d-6c04-4302-823c-d935030da361", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -96887,7 +96887,7 @@ } }, { - "id": "f9633352-30a3-4649-a1b6-93984483606d", + "id": "8cb8beb8-4b71-4125-afe9-5405ab62bb38", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -96953,7 +96953,7 @@ }, "response": [ { - "id": "5cc696ef-c03d-4e61-8569-09915e40890a", + "id": "7e548c3d-a3c9-480f-b760-019a0109a2e7", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -97033,7 +97033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18284d01-814f-4e3f-8ce6-8575fd8a96a0", + "id": "1c7f1f15-8d5f-48e9-82f4-c0c79fb49e06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97113,7 +97113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a46065b-e1e1-4efb-bc86-c6dea9cfe7b7", + "id": "d95e6e8f-2ef6-4777-9eb0-2016e8868c0c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97193,7 +97193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e820165-b0dd-40e5-8766-20d5c82d2d6d", + "id": "df61fa3c-55b6-4065-a47b-c368f1b3c45f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97273,7 +97273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3469806-8df2-4262-b5a3-5e0a0c289d52", + "id": "72947c2f-c46c-464c-8c92-4bf2d52a0d97", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97353,7 +97353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cefd9b1a-803c-4f61-91f7-ad15c3d86238", + "id": "47024b59-ba7c-475d-b930-85ac0506e1ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97439,7 +97439,7 @@ } }, { - "id": "e735a2b4-f635-4b96-9bf6-edb0ec062e0c", + "id": "6ec832d3-5605-4079-8778-91dcaa656bdc", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -97480,7 +97480,7 @@ }, "response": [ { - "id": "4209f456-d2ed-4962-851d-1ebd92a1deaa", + "id": "93f1e25d-654e-424a-80fe-6fbf413be96e", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -97524,7 +97524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bd28100-7735-451d-b889-f9d64300aca7", + "id": "e0758f45-d65d-4bf7-906f-0454ecfe0a17", "name": "General Policy", "originalRequest": { "url": { @@ -97568,7 +97568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79c9519e-41c7-4f73-881f-f69e42011726", + "id": "2db866d8-f66a-4b53-a74d-51cfafc722bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97612,7 +97612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc58b0f5-63da-4320-9ffc-20ef731a9501", + "id": "3384e75f-c2c3-46ed-b37c-4e1980468c2a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97656,7 +97656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d80fcc3-0b2a-456a-a352-df840cb6e17a", + "id": "1ed2e49a-9b9f-4643-afd0-2c721de888e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97700,7 +97700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50b47f4a-6a3b-4c67-8dd7-44f0d533b8c8", + "id": "a6b62551-3da3-437c-bb97-546d12f53a0c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97744,7 +97744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06af5619-7738-4444-b721-dd55a5a6aedd", + "id": "923306cb-31a8-4317-827e-78f816e31e04", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97788,7 +97788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c51d5bd-b3d3-4009-8150-b6d4dc91c890", + "id": "1b3ec9a4-0801-4b6d-9b60-fc8c123c718f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97838,7 +97838,7 @@ } }, { - "id": "71a17564-bdfc-4eff-86be-7413e39a1a4e", + "id": "f791d7d8-e315-4fdc-bc66-88b5e6404366", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -97892,7 +97892,7 @@ }, "response": [ { - "id": "ba196914-e98a-4668-943a-96e8a47caddd", + "id": "fb731807-9539-4c7a-a0f2-12b98ddcc657", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -97949,7 +97949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90be339d-66fd-4f54-af62-75a1b0934521", + "id": "3af09683-5974-4084-9443-b41e12d7b50f", "name": "General Policy", "originalRequest": { "url": { @@ -98006,7 +98006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87857c55-a203-4d9e-8486-892e427725c3", + "id": "9eaf3a2f-3e16-4be0-aba7-6c77b46e1529", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -98063,7 +98063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4536ce2e-ac1e-474d-8db5-022bf4a6f16f", + "id": "2dfcd93e-b20f-472b-a3ef-4c88dc01578e", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -98120,7 +98120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c6ad163-1023-41bc-a28d-5b7e70ae4589", + "id": "f596821e-4995-4d97-88f4-551e8023efca", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -98177,7 +98177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bb1ee4d-ea40-4a47-ae9f-93256fafd4b2", + "id": "330da6e0-cb2c-4bba-a488-ed4e23ba14cb", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -98234,7 +98234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bb30af0-2ae0-4613-851c-db8e7582e689", + "id": "3addf51c-6c06-4a5f-adcf-30b255587edd", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -98291,7 +98291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bc470b3-fbaa-4df1-9d76-8b1cb5ce916a", + "id": "d1d75b03-c1ee-4058-a9f5-ce71c9ce67cb", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -98354,7 +98354,7 @@ } }, { - "id": "6d5d588e-a3b2-464d-9c2d-1b6f0c0c3585", + "id": "567423e3-a42d-43d1-99c1-69485097faba", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -98405,7 +98405,7 @@ }, "response": [ { - "id": "9666f5f5-0cdd-4ed5-881a-edd9bdd422c8", + "id": "ad3f8664-d2d6-4a7f-9234-c380b4f0c18d", "name": "No content.", "originalRequest": { "url": { @@ -98449,7 +98449,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5fe18c1d-02a4-4857-a8ed-2f3d33901219", + "id": "92e5d1c3-47f9-4944-8077-14d71ad20769", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98503,7 +98503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b62c45e0-dc98-4785-b0ad-b70330e4a9bb", + "id": "5ec3313b-ebc1-4aee-b82e-9a88c993e8c4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98557,7 +98557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddaff98f-25fb-4fdd-a51a-f552b8c150a2", + "id": "0011cb2c-4f96-4b6e-ae80-5df1d0876f44", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98611,7 +98611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36dde1c0-cccf-406f-a288-13046e23503d", + "id": "5f42b0d9-5fbb-40ef-9252-cb11e393f8e3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98665,7 +98665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ec5d263-d63e-47e8-b88a-ae24a12def10", + "id": "96c689c5-a3ca-4869-8496-511362f529a8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98719,7 +98719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f453bc4-88e9-470e-83d9-a520dcc40da3", + "id": "a7204aac-2568-47d4-b4fe-f092fd66a08a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98779,7 +98779,7 @@ } }, { - "id": "12f093ce-9525-49c2-aaa4-ecfb538c2e7e", + "id": "919c3fa3-b74a-41a4-900b-bffc88a1dbbd", "name": "Patch SOD policy by ID", "request": { "name": "Patch SOD policy by ID", @@ -98833,7 +98833,7 @@ }, "response": [ { - "id": "ce990e04-1898-4182-b737-9634bd13facf", + "id": "327f7bbe-28be-4649-883c-745bb78cefdd", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -98890,7 +98890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cc9499e-95e9-44e9-baf7-eb1bd1c2fcb1", + "id": "aba0c9be-9a78-40ea-b8df-2910af12e838", "name": "General Policy", "originalRequest": { "url": { @@ -98947,7 +98947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "299d005e-4b24-4665-ba3f-efba5306d374", + "id": "50fd0591-5e17-42f7-938a-728b478b7dd4", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -99004,7 +99004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c25742a-50f0-4e96-b438-caa67dac2402", + "id": "658861bc-2159-4075-953e-a52f76a337b0", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -99061,7 +99061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "402854f9-1b37-4135-9395-a244bcfa80e5", + "id": "1fad8d32-c799-40f4-a71a-6151eaa3cff0", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -99118,7 +99118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d93511f3-fc90-4499-8d1d-0fa793fb7658", + "id": "a58971f1-205d-4028-b9ee-f884a247352c", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -99175,7 +99175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1f4022f-7e3f-4709-93ea-440529e74bc0", + "id": "26d6cc18-edfc-4376-98db-6c619813bd47", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -99232,7 +99232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fdc598c-01bf-4b78-9da2-bc2a3d8dc061", + "id": "db5f1958-f80f-4c8c-a17f-5ded59c69b0e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -99295,7 +99295,7 @@ } }, { - "id": "1eb805dd-455a-4707-a8b5-a76a957af928", + "id": "f658ad61-8bab-4a2c-9eec-62f6379fffc9", "name": "Evaluate one policy by ID", "request": { "name": "Evaluate one policy by ID", @@ -99337,7 +99337,7 @@ }, "response": [ { - "id": "26464418-dfe3-459b-a6d3-dc93000d70fd", + "id": "58fc748e-5473-4d3c-8b5a-37b14e562eb4", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -99382,7 +99382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1eb9612-aed9-4ddd-a19d-a04cf959babd", + "id": "15056f6f-580e-451f-bbc4-706e75481d0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99427,7 +99427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e8800f9-43d6-495f-b23a-a0ddb075e652", + "id": "83c13eff-4f78-4c27-bfa1-f89c30f1c14f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99472,7 +99472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "045faf13-8bc7-4be7-8d44-12f0e07977aa", + "id": "6d9b2f30-0490-48f9-960a-d0c3872b448d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99517,7 +99517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77a06b19-b9c8-4ee3-9b07-813fff3bcc0c", + "id": "1ac533e3-5557-49e4-afe8-7eda35161801", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99562,7 +99562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fb62679-f440-4ecc-9b72-85b52f678e95", + "id": "c3469a35-03b3-404a-a8ac-5eb598fec773", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99613,7 +99613,7 @@ } }, { - "id": "42272799-f5da-42fe-b38d-d8987b99a474", + "id": "30d1b6ee-3b4a-4fe9-97ce-9da7f61ef35f", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -99655,7 +99655,7 @@ }, "response": [ { - "id": "4b64e99e-a5a0-410d-950a-6d734503e678", + "id": "42b32006-dc7b-4188-a087-4072bf954f4f", "name": "SOD policy schedule.", "originalRequest": { "url": { @@ -99700,7 +99700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba904ec0-a9a1-4afd-bbbe-6a0cf2c3cb1a", + "id": "3a19e8e2-b04e-43cb-b89b-9a072b85b273", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99745,7 +99745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e09becf-904c-4c73-8c03-7669b56d0e84", + "id": "2c266efd-7ad9-45e9-ac7f-82a690ed8a81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99790,7 +99790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ad44edf-e983-41aa-99c1-2b207aec4acd", + "id": "e41669e0-488a-418a-a0dd-06cff852a8ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99835,7 +99835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7e4ddf5-aa6c-476a-b1e4-b1099d0b80bb", + "id": "d3f89df7-ad70-4559-a6cb-981121e63a62", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99880,7 +99880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "413b6e38-6b4d-42ec-86e2-0a6da33cbbf3", + "id": "70ef89cf-9096-4a8b-9d2e-1111fb3c16a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99931,7 +99931,7 @@ } }, { - "id": "919d9563-2c6d-413c-9311-cd27ebbd5f29", + "id": "c3a9c058-af66-4bf2-95ed-a06d36cc2758", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -99986,7 +99986,7 @@ }, "response": [ { - "id": "06d9318e-c1b9-40f4-86c7-bb28a7b6e51e", + "id": "f5a72b1d-32d6-480c-9373-685c307b581d", "name": "Created or updated SOD policy schedule.", "originalRequest": { "url": { @@ -100044,7 +100044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a22627a7-d367-4aa6-842f-52e0df67e6fe", + "id": "cdc857d6-9ad0-4ff9-aa15-02bf0ea20647", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100102,7 +100102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf010380-d24e-493c-bb3d-43566f6a7cd6", + "id": "61d1f646-c908-4350-a504-274bc4d825eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100160,7 +100160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b0f961f-ed83-45a4-a998-3b672b7439db", + "id": "2043f13b-d170-4ff5-ba88-a3e65526836d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100218,7 +100218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fc37b7d-89ed-45aa-8b08-568195561411", + "id": "ea22fde2-2693-4f96-bb1e-7910e6632cb9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100276,7 +100276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "238e10a6-e9eb-4d1f-9995-3c1c759b77d8", + "id": "5025b27a-e735-4df2-b1f6-182b2dc662d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100340,7 +100340,7 @@ } }, { - "id": "30609cec-75f6-4cb1-9254-f45729a4b68e", + "id": "8d83e247-9b78-4ec6-938f-c4354bf8c564", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -100382,7 +100382,7 @@ }, "response": [ { - "id": "2b838e6d-af07-4ead-b558-23ffa05925d3", + "id": "6b476283-bf04-425c-9d2b-423cc6ae33ed", "name": "No content response.", "originalRequest": { "url": { @@ -100417,7 +100417,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2f55d84f-af9d-4c7d-a5e8-f16c8212ef97", + "id": "8e823396-e1ce-473b-a228-e564fa5b637a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100462,7 +100462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f548727-f9da-41de-b768-fa2560a06eaf", + "id": "4f49a509-02f8-4c89-b68a-2bc4494ab65b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100507,7 +100507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b1da92b-e090-469d-ad4e-d653d423090a", + "id": "c6a41851-712d-41ff-ab80-0b3565d3fe12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100552,7 +100552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3488c980-b192-4830-af52-4c5ec976ab5c", + "id": "1fbc35dc-a41b-407e-b4cd-c800ed92b05e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100597,7 +100597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0843813e-8aba-44b3-a42b-3cf7b63d14e8", + "id": "24dc3f20-b04f-45f1-923e-abde224b0447", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100642,7 +100642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abf80888-7d50-4c89-835c-54bf917100e4", + "id": "c632951e-2ff6-460e-b680-eda535e3b32c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100693,7 +100693,7 @@ } }, { - "id": "6511a6b8-7d2f-4162-9522-8fe2d16c7320", + "id": "347c58bb-0818-4d24-bb64-16de7acabcc8", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -100736,7 +100736,7 @@ }, "response": [ { - "id": "4a394ab4-b8a1-49d3-a22d-204aad0a60f7", + "id": "caf7cbb2-8ff6-4984-b572-47b55e8d9b61", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -100782,7 +100782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b4c0541-e11f-4142-a309-9274c6702428", + "id": "9f66d00c-0149-4af9-8710-4c18c1172ebb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100828,7 +100828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c762d02-85cf-4ac6-89e4-83343a98d977", + "id": "ffe4e625-c94c-426a-b056-af9372087cdb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100874,7 +100874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "affe42bc-57e8-4986-b774-792780ef1a79", + "id": "b4d0d9fb-50df-4120-8605-9a2c90b75cb2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100920,7 +100920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f14a9f6-58b3-44b4-87d8-29d0d6ec5030", + "id": "d1dd4b36-4f68-4dec-bb7f-abe3c293d8f4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100966,7 +100966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6751889-c302-40bf-807a-4d1119313f4b", + "id": "79f743f9-675b-4a23-a98d-4b24682c8754", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101012,7 +101012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9afde52a-1980-4d50-adf3-63d9c8955130", + "id": "3c2df6b4-4568-4f24-a215-510321576959", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101064,7 +101064,7 @@ } }, { - "id": "aaeb886f-774e-429c-bbeb-2768fc23a59f", + "id": "d34e1e28-aab8-44b9-8dd8-c4b801692090", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -101106,7 +101106,7 @@ }, "response": [ { - "id": "d176dbdc-21a2-4207-9be3-e08c7e686a31", + "id": "9202dfdc-8b86-42d8-8951-46de3191e25d", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -101151,7 +101151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd0be4fb-a2ef-4517-8a26-0bfb1ee06c15", + "id": "e7a9dd42-48b4-48ee-807f-7b081dbb2537", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101196,7 +101196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aa16f75-2e35-4c69-92cc-6ddc843af865", + "id": "97735592-15ce-4c82-9c2c-763a037a154c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101241,7 +101241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7a5f595-bcbd-4c00-90cd-0327ebe62d35", + "id": "a7f19084-3683-4106-8167-bf3316ca2037", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101286,7 +101286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07b8741d-8860-4b19-a25b-b7b7ea39494e", + "id": "12fb720f-4bca-4841-b61b-eadeb750daf1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101331,7 +101331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3705e22-8e4b-4174-be21-180f813d40bf", + "id": "96fb95a5-e583-442f-bfa2-52ecf7b3ec2d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101376,7 +101376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4cf12e2-e27c-485e-9ea9-dfec8474c20f", + "id": "cfcc821f-ea1e-4b3c-8842-ae295f5d6ce2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101427,7 +101427,7 @@ } }, { - "id": "7144360c-7684-4df2-b8f2-acf426c1b600", + "id": "422be095-c18d-4dfe-a01c-e9e10e292dbc", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -101469,7 +101469,7 @@ }, "response": [ { - "id": "131e1e99-7fc8-451f-8e93-bb84781ef7a5", + "id": "38944cf0-25a5-426a-a328-964f15b32543", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -101514,7 +101514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e76ec47-f058-4925-8e31-e0eebe648fec", + "id": "ba4297c5-818f-4d69-afb8-0829770b778e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101559,7 +101559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1630543-3fd9-43f5-8546-bf27cf39e9d0", + "id": "b108bc55-171d-45de-b47c-fd469e0cb24a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101604,7 +101604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c85cb028-b354-4f0b-9cf2-e45cc5943c37", + "id": "ed3192c9-504a-47e8-8891-eb714e343ade", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101649,7 +101649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7f82f87-b7ca-4470-8e15-5f0176ed305c", + "id": "623ac00d-8a69-4f78-85c9-dca620e5ff5d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101694,7 +101694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b848e0d9-be5c-4d8b-9864-a8abd0637ed7", + "id": "3f4e2f4b-385a-4d6e-ad79-ed6426704809", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101739,7 +101739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5030bf9f-bb3e-4546-88bd-e39959e1a8e3", + "id": "3a37643f-e7bc-46c5-abec-20fc10c66675", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101790,7 +101790,7 @@ } }, { - "id": "e5bf10b9-8523-475c-84f7-3a0cc33f1f5d", + "id": "2c25f90e-de04-4d5d-8a49-e2848c5b2c34", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -101833,7 +101833,7 @@ }, "response": [ { - "id": "06d641f9-8c58-43f9-81ee-b45800759e18", + "id": "a83c596e-7fb1-4024-9e1e-6ed9feb5be99", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -101890,7 +101890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d057e17-3cd6-44af-a3e0-71ad108dc8ac", + "id": "d970ff33-a5d0-4888-867e-928bb226bf79", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101947,7 +101947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddf3179d-5847-4401-a49c-425850ef05a5", + "id": "1753f836-65fd-47c3-b1fe-bd7810726ac8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102004,7 +102004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ec4b821-d76c-4565-ab1b-f510d9481ef0", + "id": "e6de7a2c-b8d2-4c87-8fd7-9ecadd09ae8e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102061,7 +102061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7295b18-5129-4bf9-9422-8b9573a853ec", + "id": "4a74cacd-6489-4f8a-8778-3465f99a2046", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102118,7 +102118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7f092c6-8c78-43f4-a41d-3fa9975e349d", + "id": "1a318761-3795-4bd6-8e85-a22c51cd5416", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102181,7 +102181,7 @@ } }, { - "id": "1f6f10c4-eee9-453d-abe2-1e0d89506264", + "id": "0b003529-1026-420a-9fb6-48a62228b3b6", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -102210,7 +102210,7 @@ }, "response": [ { - "id": "ef4ea860-8d20-47d5-9461-917c1e287ead", + "id": "decbcbc8-e0f6-4aaa-9f6f-601283885af9", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -102253,7 +102253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "472b1d76-5add-48a1-83ac-adf122bd1449", + "id": "eb1a1aa0-3d0a-46f8-827b-0b9e187cdd95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102296,7 +102296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85f61e46-aab5-43f0-90fd-6d399fd72dc9", + "id": "f5504364-6565-4f3d-aee6-ac324e5bd65e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102339,7 +102339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbec10b8-dfc6-438e-94bd-7e73423f5749", + "id": "48fc37f8-c200-4507-a05b-179ed21192f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102382,7 +102382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78e69160-6ce9-4855-a65b-76578b494044", + "id": "7b8a5730-d59f-45d5-ac87-2327df7db3a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102425,7 +102425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fe3375d-6118-4de3-847c-4e84dee2f2f7", + "id": "3f12303c-63ae-4345-a016-92bd460ce06e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102474,7 +102474,7 @@ } }, { - "id": "bf7c8cc5-a2c3-4c8a-be00-d8d406f78f21", + "id": "392057ec-d745-4529-b0d8-101ad6e1b5c9", "name": "Download violation report", "request": { "name": "Download violation report", @@ -102516,7 +102516,7 @@ }, "response": [ { - "id": "875692bf-34ce-4e41-a7eb-0262c6c7aa57", + "id": "51bbf7ff-5515-48da-9873-581798a27e33", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -102556,12 +102556,12 @@ "value": "application/zip" } ], - "body": "nisi irure", + "body": "ullamco commodo", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "305e87d5-4458-4785-a811-ee2994a44e69", + "id": "97545f03-648a-4661-a479-9f142ebc0451", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102606,7 +102606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eabf5a29-cae4-4aa1-b3ed-812fd8a64836", + "id": "9866d863-febc-4c62-8dbe-646a7f3c0859", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102651,7 +102651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ee036a3-7b77-4e57-a02f-96f6bddf3a45", + "id": "c71b4a8f-9f60-4d73-8816-188ca85707d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102696,7 +102696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2418349-6bb8-4b3e-9dd3-1a6455f23f35", + "id": "35b8318b-cba7-4d85-a8f7-e3707fa4e0fd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102741,7 +102741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2692ebe4-c22d-4bf0-98a8-d37e03c78997", + "id": "53cb15d8-f076-44bf-bc3a-da3b67b0cfcd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102786,7 +102786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b701b25f-1267-4bfb-91b9-66c5536b19d3", + "id": "7233217e-ecdc-47ae-b790-e500205198cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102837,7 +102837,7 @@ } }, { - "id": "a15fa83c-02d6-47d4-948b-24d9e229350e", + "id": "d869a268-1f71-413b-862d-30bb81422c7b", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -102890,7 +102890,7 @@ }, "response": [ { - "id": "bd8d2a27-69ba-4519-a228-1b8c6c0f749e", + "id": "644c1894-7e43-42a1-9fc6-27103bc448c3", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -102931,12 +102931,12 @@ "value": "application/zip" } ], - "body": "nisi irure", + "body": "ullamco commodo", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "7498645e-f269-4fe3-b9d2-b550b2f92c97", + "id": "a36e33ee-93b2-4bf4-b2dc-25da98f5ca14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102982,7 +102982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf0aa493-2049-4b7a-84a5-98b320cbb9f3", + "id": "32d99068-8c45-4b20-9ae5-6290eef01aba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103028,7 +103028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbfdf321-f151-460d-9c7c-ca4e7eabfe32", + "id": "50f33daa-2fd7-4618-8a8f-5df50b01f284", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103074,7 +103074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4831efd6-ae33-4c07-9163-c2a872b4dabd", + "id": "25150ed1-a47a-4b29-b52b-4782da1154c3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103120,7 +103120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cacc35f-4372-4e7d-9746-2ee6e1ca7553", + "id": "da81eac3-6f19-44d2-bd5e-8f6fc2e7cdf5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103166,7 +103166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa7ad523-c958-490d-90d9-502d1444c138", + "id": "32792567-3251-4d5b-bb72-acd673781704", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103224,7 +103224,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": "2d0b8167-52b8-4019-8afc-7a1eb7b7d569", + "id": "1b0542e1-480f-4059-a339-4ea2cf9a9dcd", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -103267,7 +103267,7 @@ }, "response": [ { - "id": "2b36ce21-8489-40f3-ae7f-91bf35be6487", + "id": "3065bf6b-64ed-4e61-8d53-2cd787d6ec1b", "name": "Violation Contexts", "originalRequest": { "url": { @@ -103324,7 +103324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b8057dd-8a1f-4488-94f6-7d63acabc3c4", + "id": "8bdfe76e-835a-41bd-8cda-aace3df26b12", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103381,7 +103381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a88f6b89-0bd8-4e63-8e05-49f930fbcd74", + "id": "8fca3841-ac60-4df8-9987-28aa078d8b36", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103438,7 +103438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "463a1587-85bd-42b3-acfb-f4db9dbf276a", + "id": "c374c306-c104-4e05-9d0a-3cdb0565bfc7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103495,7 +103495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "522a29fd-84a3-48e3-addf-15dd8a8a4c3d", + "id": "3689d012-5507-4e03-85ba-c8d286925b64", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103552,7 +103552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93b881d2-50a7-4b53-9b8b-09e07b661264", + "id": "8aa3617c-3ca1-4da0-8638-6c548a30760f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103609,7 +103609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1b79aae-ca87-4ecb-89e9-2fd11118f0b1", + "id": "82869d66-9711-46b5-950b-4456413a1065", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103672,7 +103672,7 @@ } }, { - "id": "fa241e84-73b1-484d-8c71-fbffccd7f4a0", + "id": "4857787c-93a3-4dfc-a077-515f52034aa7", "name": "Check SOD violations", "request": { "name": "Check SOD violations", @@ -103715,7 +103715,7 @@ }, "response": [ { - "id": "b9c4e824-de44-410b-a95d-5a56c8a80b5d", + "id": "70ac7168-de73-4f85-9d77-b128ab5937a8", "name": "Request ID with a timestamp.", "originalRequest": { "url": { @@ -103772,7 +103772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0673c551-2172-47d4-a8e4-752bf34d573d", + "id": "4457ab1b-e57c-4475-9eb3-abfa11686ca0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103829,7 +103829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f105b9bf-8246-4ce0-913c-d77ab72b7c06", + "id": "d0a7bd8d-c9be-41b3-98c5-023d5e10aefc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103886,7 +103886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f402b20-423a-4b2a-b69c-3e28553c892d", + "id": "6693f7e9-2c86-489e-bfd8-2e9296baf641", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103943,7 +103943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cdade1a-ee35-4fc2-8b6d-9956c343db78", + "id": "803d2459-31b4-4c0a-9636-61b465f8378c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -104000,7 +104000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85802629-635a-49bc-9180-531dcb3886a7", + "id": "b3346af9-a521-423a-ac35-9aa68aad6e12", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104057,7 +104057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74c49c7d-2700-492e-98d8-e50fed804e77", + "id": "7a1c1e81-4cc1-4d98-ae7e-994e46fc077a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104126,7 +104126,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": "2a7e7208-c188-4426-b003-7a475628965c", + "id": "1bf234d4-8bcd-4b84-b50c-50f6a626ca74", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -104168,7 +104168,7 @@ }, "response": [ { - "id": "95af93e6-e34f-4b3a-9b7a-aeaf50a58c7e", + "id": "000aadb7-efa9-4582-ab53-99c71f7d4b1f", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -104213,7 +104213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e1ea230-8ab0-436c-8ef8-8430d3196fbf", + "id": "aa9e5f13-f376-433b-bb58-83b8b9a81283", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104258,7 +104258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4f4c2f2-b562-4b6c-9553-2ee64654a52a", + "id": "73ef1274-039d-4e6f-bb79-64b57f8cf11f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104303,7 +104303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "750304e0-624a-41b1-9a15-d40ae16e1f10", + "id": "1917044d-a600-4b47-aad0-764d09966c24", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104348,7 +104348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "669d738c-c66b-4c48-93df-61fd96088f13", + "id": "e2cdbe46-d73a-4334-9da9-41fb6538c352", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104393,7 +104393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba8edef9-741c-4719-9859-067cf3bb3bfd", + "id": "afb639c2-79ac-4781-960b-9e9f87dfc087", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104444,7 +104444,7 @@ } }, { - "id": "914195c1-cb5d-4515-98dd-b5e151f294a9", + "id": "115a1985-9f6a-4855-b7db-dc9a22820fdf", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -104523,7 +104523,7 @@ }, "response": [ { - "id": "81ca5636-b75c-4d27-89bc-1ec2677dee7d", + "id": "8203c65e-30ea-4818-9ef0-5d4497a04532", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -104605,7 +104605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c737ef5e-2217-410e-b0ba-9bde6b0b00f8", + "id": "63c920da-bded-4695-be88-94285c364130", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104687,7 +104687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8eed0f2-6fcf-4bc8-979e-ea73c9c68f3f", + "id": "f8074487-7b7e-462d-b57f-6cb452fd3a32", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104769,7 +104769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4619c00d-c4f3-43bf-8621-8979f9aebb91", + "id": "f58211cc-5e5f-4846-9096-1d2d72be7224", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104851,7 +104851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f770138-c262-47b9-ac75-810a10425a4f", + "id": "9fc876f9-1640-4e80-98a8-996090383926", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104933,7 +104933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c828a4bd-46fa-42ce-8bf5-e8c21dfe4fbe", + "id": "8e07e47d-f5e6-4fea-814b-98e193805978", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105027,7 +105027,7 @@ "description": "Use this API to implement and customize source functionality. \nWith source functionality in place, organizations can use IdentityNow to connect their various sources and user data sets and manage access across all those different sources in a secure, scalable way. \n\n[Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) refer to the IdentityNow representations for external applications, databases, and directory management systems that maintain their own sets of users, like Dropbox, GitHub, and Workday, for example.\nOrganizations may use hundreds, if not thousands, of different source systems, and any one employee within an organization likely has a different user record on each source, often with different permissions on many of those records. \nConnecting these sources to IdentityNow makes it possible to manage user access across them all.\nThen, if a new hire starts at an organization, IdentityNow can grant the new hire access to all the sources they need.\nIf an employee moves to a new department and needs access to new sources but no longer needs access to others, IdentityNow can grant the necessary access and revoke the unnecessary access for all the employee's various sources. \nIf an employee leaves the company, IdentityNow can revoke access to all the employee's various source accounts immediately. \nThese are just a few examples of the many ways that source functionality makes identity governance easier, more efficient, and more secure. \n\nIn IdentityNow, administrators can create configure, manage, and edit sources, and they can designate other users as source admins to be able to do so.\nThey can also designate users as source sub-admins, who can perform the same source actions but only on sources associated with their governance groups.\nAdmins go to Connections > Sources to see a list of the existing source representations in their organizations. \nThey can create new sources or select existing ones. \n\nTo create a new source, the following must be specified: Source Name, Description, Source Owner, and Connection Type.\nRefer to [Configuring a Source](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html#configuring-a-source) for more information about the source configuration process. \n\nIdentityNow connects with its sources either by a direct communication with the source server (connection information specific to the source must be provided) or a flat file feed, a CSV file containing all the relevant information about the accounts to be loaded in.\nDifferent sources use different connectors to share data with IdentityNow, and each connector's setup process is specific to that connector. \nSailPoint has built a number of connectors to come out of the box and connect to the most common sources, and SailPoint actively maintains these connectors.\nRefer to [IdentityNow Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about these SailPoint supported connectors. \nRefer to the following links for more information about two useful connectors: \n\n- [JDBC Connector](https://documentation.sailpoint.com/connectors/jdbc/help/integrating_jdbc/introduction.html): This customizable connector an directly connect to databases that support JDBC (Java Database Connectivity).\n\n- [Web Services Connector](https://documentation.sailpoint.com/connectors/webservices/help/integrating_webservices/introduction.html): This connector can directly connect to databases that support Web Services. \n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/idn/docs/saas-connectivity) for more information about SailPoint's new connectivity framework that makes it easy to build and manage custom connectors to SaaS sources. \n\nWhen admins select existing sources, they can view the following information about the source:\n\n- Associated connections (any associated identity profiles, apps, or references to the source in a transform).\n\n- Associated user accounts. These accounts are linked to their identities - this provides a more complete picture of each user's access across sources.\n\n- Associated entitlements (sets of access rights on sources).\n\n- Associated access profiles (groupings of entitlements). \n\nThe user account data and the entitlements update with each data aggregation from the source. \nOrganizations generally run scheduled, automated data aggregations to ensure that their data is always in sync between their sources and their IdentityNow tenants so an access change on a source is detected quickly in IdentityNow.\nAdmins can view a history of these aggregations, and they can also run manual imports. \nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about manual and scheduled aggregations. \n\nAdmins can also make changes to determine which user account data IdentityNow collects from the source and how it correlates that account data with identity data. \nTo define which account attributes the source shares with IdentityNow, admins can edit the account schema on the source.\nRefer to [Managing Source Account Schemas](https://documentation.sailpoint.com/saas/help/accounts/schema.html) for more information about source account schemas and how to edit them. \nTo define the mapping between the source account attributes and their correlating identity attributes, admins can edit the correlation configuration on the source. \nRefer to [Assigning Source Accounts to Identities](https://documentation.sailpoint.com/saas/help/accounts/correlation.html) for more information about this correlation process between source accounts and identities.\n\nAdmins can also delete sources, but they must first ensure that the sources no longer have any active connections: the source must not be associated with any identity profile or any app, and it must not be referenced by any transform.\nRefer to [Deleting Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html#deleting-sources) for more information about deleting sources. \n\nWell organized, mapped out connections between sources and IdentityNow are essential to achieving comprehensive identity access governance across all the source systems organizations need. \nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about all the different things admins can do with sources once they are connected.\n", "item": [ { - "id": "2e20a6b5-404a-4b69-9e82-12c6f57f9c94", + "id": "1056c501-713f-4d14-88fb-3a1d02462e05", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -105111,7 +105111,7 @@ }, "response": [ { - "id": "0ff46a69-1935-4022-9f17-d6499248a963", + "id": "301aa701-4936-4963-847e-9c09be185157", "name": "List of Source objects", "originalRequest": { "url": { @@ -105209,7 +105209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9b9fcb8-1e05-4055-a9e2-09328487c210", + "id": "5c727fcd-5c67-401a-805e-346a9524736b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105307,7 +105307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05be0f0c-0442-415c-9944-c957e486ee1a", + "id": "6b44a19f-7974-4b5f-a9d8-031af86a8a8d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105405,7 +105405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfedda53-1663-4d0c-974d-36cc8ef60353", + "id": "9b3577dd-9936-483d-97ff-8431ae67d884", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105503,7 +105503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a00db7a-9d8b-4d47-84e9-f531d3a92b39", + "id": "5d8dc8ad-738f-474a-bf92-52e01e610ce2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105601,7 +105601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1b148d3-1114-4d1c-ad21-519ff922acd1", + "id": "73933d06-a96b-43b6-a7a6-70fd363e4198", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105699,7 +105699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b8bad0d-754e-4010-859f-c49d515b60d1", + "id": "b6bbd258-54e1-4ab4-a32a-747d83c41f6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105803,7 +105803,7 @@ } }, { - "id": "d8466aef-c351-4891-8958-012305003ba0", + "id": "ab594b25-3f67-486b-8b77-2c5f7833d7c4", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -105855,7 +105855,7 @@ }, "response": [ { - "id": "8ad70fdc-e092-48c6-a335-b27c88bbcaee", + "id": "5a02d748-09d9-4198-9e27-08a5078d35ba", "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": { @@ -105921,7 +105921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79c5235a-7d65-46d8-90c8-e3e851e64d81", + "id": "645f149a-d574-440e-8952-a91df31d91bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105987,7 +105987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e800148-0f23-41b4-9caa-6bcaf171426d", + "id": "757c58f1-6a13-4718-8c54-2b0bfb02a9db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106053,7 +106053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be4e76c8-4f71-44c6-8a33-0f29672adc17", + "id": "6458bcd3-a764-44f3-8b38-b5e0229c10ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106119,7 +106119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0610cbbe-9224-48ec-b534-96e8424839f8", + "id": "71f54f3c-aadf-42ad-be27-32ba743cb158", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106185,7 +106185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6644932-913c-47f8-bce1-22346184bf3d", + "id": "78403716-0fad-44cd-bfb9-6deac60ac249", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106257,7 +106257,7 @@ } }, { - "id": "27beadb1-9e4c-410b-a157-be08f4f34b91", + "id": "4ccaf08d-3d4f-4496-837c-53d95e7d3ec8", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -106298,7 +106298,7 @@ }, "response": [ { - "id": "b2326e83-5a23-440e-be53-1faa0fd43509", + "id": "351cb8bb-0a09-4c15-a511-decbe1caddaf", "name": "A Source object", "originalRequest": { "url": { @@ -106342,7 +106342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e925a3f-85a8-495b-b11a-c545b3b1421a", + "id": "1aeb873a-8e00-42f3-92f3-0c1e07910a26", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106386,7 +106386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "423d6439-11d7-447d-8996-0fe958149ff9", + "id": "ef79cb7c-5273-4d9a-b73a-339efdaba1de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106430,7 +106430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75c87acc-d34c-4cbf-a1a3-2a1b0e19473a", + "id": "418eb74f-7b8c-4a1f-b7ab-18d8c0acdb7f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106474,7 +106474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11bfb5d6-9ccc-4fcb-971d-a9c145c01937", + "id": "48e6411f-0000-4d74-a54c-d147f92e0364", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106518,7 +106518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ff29171-248e-413d-bc99-46937c1a49b3", + "id": "d42e944e-d75a-44e9-8aa4-0984cda71c9a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106562,7 +106562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3f83034-744e-439a-9b8b-c29c46aff5ed", + "id": "eb2ec82a-ce28-466a-a80d-d8d9b3aba2b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106612,7 +106612,7 @@ } }, { - "id": "3fb8cb16-7ec9-48a8-8d1c-9dea308e1341", + "id": "f48cfe92-e656-4f34-9a86-cd4eabaa68f0", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -106666,7 +106666,7 @@ }, "response": [ { - "id": "4143a0e3-7a0a-4a8f-b809-660fa67d0f88", + "id": "8a485bef-845d-483d-918f-8dca2ad6133f", "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": { @@ -106723,7 +106723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9af256cb-9cc6-4ba1-a44e-949d14d4daa6", + "id": "e4a72f61-d489-48dc-b443-ed3c5f824f13", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106780,7 +106780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29b9715e-3801-4a78-97bc-31c78b2f38f2", + "id": "5dfbeb90-661e-4489-abef-3c071e975cbd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106837,7 +106837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e16ec665-e17d-42a1-80b4-78a20bcef092", + "id": "14d9e382-e4c2-48d0-801b-106ee2194774", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106894,7 +106894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ebea8d-c208-4e84-85a8-165530a60f65", + "id": "2f1a4d42-61d8-4892-9f75-b203c4f9d5a2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106951,7 +106951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eeffab2-482a-4615-a40e-6b8cec7e9aa1", + "id": "19627127-12dd-4055-8b9d-de52c76e04bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107008,7 +107008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "214d7cc3-ba0e-473e-9c15-acfb2236041e", + "id": "c5430381-6c3a-453b-93a6-1f6d8914887e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107071,7 +107071,7 @@ } }, { - "id": "2560d403-89bd-4915-ac9c-853da007e59e", + "id": "87d98628-92b2-40b0-9577-1894ab1d9488", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -107125,7 +107125,7 @@ }, "response": [ { - "id": "58778cec-1c38-4758-a552-6dd0fb637cfd", + "id": "a1175b2f-2528-4b43-aff4-ee8046d14773", "name": "Edit the source description", "originalRequest": { "url": { @@ -107182,7 +107182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b30b8c5-820f-4b61-8022-15471255584a", + "id": "ca57c1fc-f5d3-4444-a27a-bc8fa2514306", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -107239,7 +107239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36f959d2-88a3-4197-b1e3-c57359a72cac", + "id": "c3b95843-456e-4124-8ab3-0dba8905e95b", "name": "Edit source features", "originalRequest": { "url": { @@ -107296,7 +107296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5ae4406-34dd-41f9-809f-4e9649543a93", + "id": "2f8c8f70-649d-484b-883d-eb33ccf2ff4e", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -107353,7 +107353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0231281-9460-4388-9f9d-20c2910ee716", + "id": "ec0d6fde-2630-4825-9b7c-bd620d75d41e", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -107410,7 +107410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86e1c928-64b7-4d65-8d0c-cfe856f3f743", + "id": "daa03fe2-4f77-4fd6-b9f2-38828bf85224", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -107467,7 +107467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6040f4a2-0ba8-4365-bdee-dc85fbc6c85a", + "id": "c15c9729-c09a-4751-8efc-d7708de1a352", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -107524,7 +107524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "834f8290-5a8e-4286-9f05-d4721133f642", + "id": "ff7d5201-0d8f-4c35-9a36-e9b6a5fd3524", "name": "Edit source features", "originalRequest": { "url": { @@ -107581,7 +107581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c842205-e2e7-4cb2-b4c2-f93b8b7538c4", + "id": "ffb99219-6118-4ff7-b7a9-1584eddfa16d", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -107638,7 +107638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5442cce5-a4ca-49f8-a1dd-524a531552f5", + "id": "cce6b5ec-3b0f-4ccf-9e0c-58d24b153d6d", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -107695,7 +107695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8682359-7ed2-4dde-b849-30d66c1483a4", + "id": "03b98e1a-6c17-4b87-85ff-f0519afe735b", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -107752,7 +107752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c253f684-aa74-4ff9-bce4-e8e6322db07d", + "id": "5fe53e82-1c4d-4f00-8d2e-d19f69637886", "name": "Edit source features", "originalRequest": { "url": { @@ -107809,7 +107809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "375dd233-d2e3-49e4-918d-93ec9e5c978f", + "id": "e2cdca81-6151-4436-a43a-aebf954a59fb", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -107866,7 +107866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fd7ed83-5883-4923-a63b-2ecd5fbb0c6c", + "id": "c6f4bf95-cd71-4087-bafa-d0fb3e787833", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -107923,7 +107923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37821b22-c720-4528-8e34-8ca52d7f6461", + "id": "4b56d58f-3d2f-4bec-b02b-177e60a8e3e5", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -107980,7 +107980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e45062-d314-44cf-b081-ca0e684f100e", + "id": "41d915d5-31c1-42b9-bd9e-f167508191ab", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -108037,7 +108037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "118aa3de-f8f4-4449-aa69-cbd3a4d06675", + "id": "43c65a1e-65bc-486c-8dbd-fc88a1429030", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -108094,7 +108094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe7bdf61-2aef-44fc-9c2b-04fe353cb8c5", + "id": "f78eacf2-f861-4ebd-b7d2-5a9b87c9e30e", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -108151,7 +108151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a49e4e88-6d9b-4e25-b28b-ea520a6e61e8", + "id": "12481ed5-7e3b-46bc-aa89-d1e8e01bb320", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -108208,7 +108208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b35bb78-101b-489d-9d99-2a0312d12240", + "id": "59645dbb-b267-4b3c-8b14-c78236918e6f", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -108265,7 +108265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d704a27-ed41-4b1e-8dde-373b29b70a56", + "id": "7e70f820-b7d6-42a8-8581-17f70b5f5664", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -108322,7 +108322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34683ee4-5dc1-4868-82d5-e46feca025a7", + "id": "f3d375c3-ea9e-43e7-8b86-13042e549b2e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -108385,7 +108385,7 @@ } }, { - "id": "5c69deb3-0a1c-45e6-9c4f-9f35b9226bc7", + "id": "64be2e5b-5cc3-4aca-bbeb-c7d1b6a3af0a", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -108426,7 +108426,7 @@ }, "response": [ { - "id": "82685bfb-7120-4ee4-932b-2b7b876f0ad1", + "id": "1cdbdf2a-a89a-435f-b14b-cfb68b272749", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -108470,7 +108470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "044342ec-533c-4716-9ad8-b5fc0a64fbe1", + "id": "d77bc85c-6dc4-417b-a618-f03ca5f641a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108514,7 +108514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eb844f5-fd38-4b9f-8f18-7042211a2056", + "id": "d18fac87-635d-41fb-995e-4b80b5c8a1d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108558,7 +108558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1650638d-49ba-4203-b5e6-5ae04fce6820", + "id": "34bf0eea-0cfa-4671-b377-ed09b764cb13", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108602,7 +108602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83852326-c3f8-416e-b235-3c9eac731e0c", + "id": "6836a866-ea11-473b-bb9d-2c6dbebaeb02", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108646,7 +108646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33e36e07-03fc-4159-8a32-fdae82a4c329", + "id": "4842d3a3-2532-487a-a65c-724d94b342a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108690,7 +108690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8dccaab-3c92-42a0-9748-2f3a6c764782", + "id": "650bf462-5201-4a74-accb-5f09c4d5d221", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108740,7 +108740,7 @@ } }, { - "id": "30512356-abd1-4539-936b-825c7ec8ce1e", + "id": "dc1fd6d9-6c74-47d4-9a04-57147f9a9a59", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -108782,7 +108782,7 @@ }, "response": [ { - "id": "84788bb6-e02f-4ad4-8c17-fc0889b51ade", + "id": "884bc4bb-9a31-4c7f-87f7-3b9537e6d336", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -108827,7 +108827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7c4dc6d-9dee-4fc1-9096-7afcfdeff059", + "id": "8b40ee52-1709-4303-ab88-226389951d43", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108872,7 +108872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "369b3446-523d-459f-9303-2c74a8256fdb", + "id": "6be6df3f-75d1-42a9-900b-c3022a4d3139", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108917,7 +108917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecaeff3b-d2f5-4881-9b88-d04c1952b8e9", + "id": "b9a605cc-b284-4cd6-a8d7-258eadd1f868", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108962,7 +108962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cf3d9e1-4030-4f4e-a69d-a5233007cb13", + "id": "614f1dde-179a-4ba4-9e7a-5dd1037771ee", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109007,7 +109007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7259fd46-88c6-40f4-959e-47a89a9d7f3d", + "id": "7d538dc7-c3e1-4b2c-82e6-e35c789b297b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109052,7 +109052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c2c7bd0-d891-4c66-8f06-78cba09e383a", + "id": "b0228cec-f494-41d3-bc35-8b8b75079d0a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109103,7 +109103,7 @@ } }, { - "id": "6fe389ee-2280-40a3-81de-6729d5ae5051", + "id": "9346bfce-69be-4982-95a1-8d358931681a", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -109158,7 +109158,7 @@ }, "response": [ { - "id": "446d1a3b-6523-4a2c-82dd-184a613748ef", + "id": "09e4d5b5-1e76-4d58-81ec-32196edd78da", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -109216,7 +109216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "416a9dea-d0bb-44b6-ad76-73afcbb26ceb", + "id": "b951d7dc-610b-4764-9ece-06720e5cea0a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109274,7 +109274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4455d8aa-aa82-46fb-9a6b-ad65d4668c26", + "id": "e4d6c9e5-06c9-47b9-8995-5bbd244c917a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109332,7 +109332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e578df5-3327-4c8b-a16e-9112054f19e6", + "id": "266fbe97-5516-4efc-870e-208db6e203d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109390,7 +109390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac087fab-0d44-456d-9ed9-5a922e66cf1b", + "id": "ecd2625e-8032-4c26-8cb6-6784ca4733ec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109448,7 +109448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "362d2276-117e-4a80-a030-b3d9ff2d98b1", + "id": "ac3be63c-928e-4524-ab49-bbf0bf083e1b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109506,7 +109506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "044d08f3-7da1-48ed-98cf-652b3771d47c", + "id": "60510436-ab47-4a46-b9df-0f6e860665ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109570,7 +109570,7 @@ } }, { - "id": "7d876d43-9cad-45b3-b0f1-07047c4f23a0", + "id": "8bbc8c71-34a8-4995-8518-c5474ea02bc6", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -109623,7 +109623,7 @@ }, "response": [ { - "id": "5d045fd1-6aff-4c0d-b809-2c346c84624a", + "id": "686eca45-c7d2-4a28-bb5b-78b4c2fe7f9e", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -109669,7 +109669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105f6399-1643-4cd3-b08d-6b293668cdc9", + "id": "29b4eb60-d7c6-4143-b126-8bbc1a7d88a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109715,7 +109715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ab92f8c-e645-42f1-b668-999828d9bb7c", + "id": "0022be45-913f-49e3-b194-cd21439c1370", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109761,7 +109761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "648c4f6d-0663-40de-aff5-87c05b7dff6b", + "id": "5eefb47e-871a-4e4c-833f-1e18a5332122", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109807,7 +109807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9c7ff44-a78b-4985-8f1b-96e9149e0369", + "id": "6e7cb8f3-9e9d-4f28-9940-ad6860206d9a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109853,7 +109853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d6d130a-10ce-41dc-a5b9-843129948c39", + "id": "1299a84c-987e-40a4-8f9b-f5ad910fe50f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109899,7 +109899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3c143e8-121f-42c3-b2a3-0ecc21c960a6", + "id": "e3d949a2-f87d-4fee-b372-227eb423b919", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109951,7 +109951,7 @@ } }, { - "id": "72a8b9e6-a871-4ee6-aa02-eeaa80a29d08", + "id": "52a61c51-8e25-4439-b87f-f98f621f664a", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -110017,7 +110017,7 @@ }, "response": [ { - "id": "3d511a84-143b-4375-91c9-20c790d2097e", + "id": "52467ed9-0805-4278-b7db-5b4717de33f5", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -110076,7 +110076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "264f76f1-7c0d-41d3-91d6-298ebfe8c5dd", + "id": "7e707e8b-178a-48ee-8622-521b414ac50f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110135,7 +110135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93c67c4c-b7c3-42f6-900a-6e998ffad11a", + "id": "39de1d75-d69b-4200-ab92-169bbe51d45c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110194,7 +110194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9726d8d0-2703-48c7-bcd2-e7d1c617da62", + "id": "08490eff-ff5f-46e8-9b78-e7ca4471fe9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110253,7 +110253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b1de545-ad84-4d79-a939-655ddd80a284", + "id": "3fe714d1-cd17-4da0-8603-1bd289a47bb6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110312,7 +110312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ce38207-2c4b-4308-a878-178304982c40", + "id": "ed910060-17ed-4f04-ad80-ae75f5066f4e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110371,7 +110371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92ec0bde-7ebb-40a2-99c3-4b4efa200d80", + "id": "c5b4df4b-d8cc-4ec2-a71b-7413826a69c3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110436,7 +110436,7 @@ } }, { - "id": "9096f325-ba1c-4dad-9e4f-05ebf3472498", + "id": "1ca2bd10-7eb7-4838-baa8-757304159445", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -110502,7 +110502,7 @@ }, "response": [ { - "id": "3cab326c-9817-4842-b02c-eca37edcfc07", + "id": "d9f52174-8f67-4ff1-a3a5-ff8515ae7326", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -110561,7 +110561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40361937-f032-4232-8046-ca365c7281ea", + "id": "2ad9c1ee-1f84-4f29-8a3d-0126798eb11b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110620,7 +110620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc6d32cc-8d00-46f3-b2a7-9f0a22803f75", + "id": "1d116cbe-23fd-4607-9a17-753ac94538ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110679,7 +110679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b43bacc-6b23-421a-a273-cfecc296b34f", + "id": "3e3ca33b-0977-4983-ac12-507b770c3000", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110738,7 +110738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5655551-65a4-4624-92aa-3a1b93b56178", + "id": "1465a043-0d81-4d03-896e-1664d04c6072", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110797,7 +110797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52f15635-cc6b-435c-ab86-cf8396cd9c19", + "id": "13ec34c0-905d-4df6-a3f7-6e3c1b011140", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110856,7 +110856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af2917e3-3528-4db9-8ee9-c566ecdebe40", + "id": "0cf537f2-c6ec-488d-98c5-a2b6d0b65cff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110921,7 +110921,7 @@ } }, { - "id": "44090992-f1a5-48ca-b0d6-fe032ad8e2da", + "id": "b0d8553c-5a73-47bc-be0d-939309953255", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -110974,7 +110974,7 @@ }, "response": [ { - "id": "75df8d1c-251f-4269-b789-1b1f1e80b702", + "id": "81bed1a3-04a4-4ebe-8a07-f1c401c36cdd", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -111010,7 +111010,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0c63b7e1-9060-44da-8448-f5cd1939f1b1", + "id": "4875689b-c37c-4077-90e1-1963d4eb7bd7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111056,7 +111056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cebbb7c-c3e8-4a93-a098-bf5c6feed1ab", + "id": "a7bf6cec-0924-4068-9697-9e9245ac6021", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111102,7 +111102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b694f22c-2097-48fa-98a0-4bec5e41d511", + "id": "5d920249-94ca-4552-85b8-53e880e93ff2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111148,7 +111148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ed28d94-631e-4d8e-995d-5c900d43377e", + "id": "735062b6-421f-4c9b-bb4f-274ca83b7163", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111194,7 +111194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b749730b-c82f-407d-a4e3-5ef9cb89013e", + "id": "9a1842af-7723-4a3d-b09b-da68b6107c35", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111240,7 +111240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d0bb4f9-2444-4b19-a708-2ee88f59e714", + "id": "a7bb8ae0-9a3f-4dee-8196-18be28d1a3d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111292,7 +111292,7 @@ } }, { - "id": "1ccdc57c-4f42-4d88-8925-aeb4f6d4b4af", + "id": "ddd1b4dc-41c6-435c-8263-8cc6af76970d", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -111348,7 +111348,7 @@ }, "response": [ { - "id": "6c470b0b-e153-4f5d-b785-c0c366ba14cd", + "id": "a0fbbb72-a913-40b9-bb53-d90a8cd4cd2a", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -111407,7 +111407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc5f617d-2abc-4d83-9b4e-6a829c873d61", + "id": "b5be346a-2b5a-4e00-a238-0bd90c3c794c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111466,7 +111466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3876a23-6f77-427f-8c89-9ce636771b8a", + "id": "ace1a175-4113-4a58-85d1-c128452c820d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111525,7 +111525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ba80818-9e88-419a-8976-01a5d5484861", + "id": "e3c2a8e7-43ca-4c7a-a477-89bc58b75b01", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111584,7 +111584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28fc55bb-8d8f-4b13-8b8c-315f6711a0b9", + "id": "8edf466e-4377-4c57-b98e-2d5a39ccd4a3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111643,7 +111643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b611f07-f644-4e13-96bb-7ae12d81b090", + "id": "fe7edb0b-bc6c-47ce-97a5-493dbce06109", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111702,7 +111702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df527052-a3aa-4da8-be6f-4a8d92d02256", + "id": "c10b698e-5521-492c-99d8-7a71da2e67db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111767,7 +111767,7 @@ } }, { - "id": "ef44df5f-de59-4122-ac75-524662f16312", + "id": "7f354f48-7aa3-4bfc-81b2-290c3cbe7640", "name": "List Schemas on a Source", "request": { "name": "List Schemas on a Source", @@ -111819,7 +111819,7 @@ }, "response": [ { - "id": "f1fe7681-c80e-4aac-bf30-5c6a326ac727", + "id": "db0a6fd0-264d-4d1d-902e-0291a49a807d", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -111874,7 +111874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdbf7378-17c1-4518-9060-d6e9a2a4a336", + "id": "178924c5-23e0-4953-a1c5-866d39729753", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111929,7 +111929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97ebb982-26b4-4764-a731-b51b58b93b0d", + "id": "0eecbcd3-84cd-4871-bb73-0ab8c9bdc771", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111984,7 +111984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "255a0b12-c09d-4f93-9dd0-a6e70aa408e9", + "id": "09ea901d-6c1f-484a-8003-095f7567c2e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112039,7 +112039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5692f07b-2b46-4122-a8cd-085528c23901", + "id": "d9bfcf7f-b497-4d33-a3ab-d691becabcdf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112094,7 +112094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ad5c5e0-9988-45d5-9181-73c5e558c8b0", + "id": "f0db553c-880d-4813-89c5-a2c629755395", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112149,7 +112149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28f216a3-fdfe-4732-8c44-bd358aaf2383", + "id": "fbd7d740-74e7-4452-be0b-96508cb4415f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112210,7 +112210,7 @@ } }, { - "id": "92c2ce11-352a-449b-b8e6-23d0941618f1", + "id": "59880040-94a5-4d25-bb30-0d68d7459460", "name": "Create Schema on a Source", "request": { "name": "Create Schema on a Source", @@ -112265,7 +112265,7 @@ }, "response": [ { - "id": "9dc0e95e-1795-42f5-a1c5-1ad5dfd155ab", + "id": "2fa6cab6-66fe-49b5-ab52-edf5dabb2e7a", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -112323,7 +112323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfa1c7fe-993a-4249-abea-e97c3a72c72f", + "id": "7070bf7f-bbc4-4e78-8087-e4303420017d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112381,7 +112381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be28b3d0-7b21-4543-acfc-0345aa2e42ba", + "id": "d56bf091-a852-40c6-be27-6e6ee193f488", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112439,7 +112439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d8eb667-cc4c-4b72-b7ef-28716eee5d55", + "id": "42bfb6e5-fd11-4d2d-8b67-569ed82269bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112497,7 +112497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0e35801-30ff-4b99-a6e2-dea072b8f037", + "id": "5b3f0fc1-4b2a-4519-a356-3cc7d335a575", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112555,7 +112555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29d7254d-ef48-4eb5-905d-bcedbdb8373d", + "id": "fcc689e0-0d43-4e43-b58d-0448b1173fec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112619,7 +112619,7 @@ } }, { - "id": "c43f52f1-ae40-4c67-8e42-4581dcae0052", + "id": "2e07f0c1-968e-427e-b830-09fa6c273d7a", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -112672,7 +112672,7 @@ }, "response": [ { - "id": "8789c8a6-dcbe-4579-827f-86e1d8e1334b", + "id": "83ae1485-6978-469d-a74e-170fd08cae97", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -112718,7 +112718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95020aa1-9b3f-454b-994b-3cb358623daa", + "id": "09519421-efdb-4225-8897-d15621e952fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112764,7 +112764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e97344-dcb7-499e-8e2c-202a56c89b68", + "id": "8c2063bc-28c5-453a-a890-057da898e138", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112810,7 +112810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beef9566-e9c8-4b16-902a-4f617f90d913", + "id": "4cadc364-a30f-422e-bc41-ef6c993395d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112856,7 +112856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ef864a7-84ae-4dcd-af2f-c7fa351f5dfb", + "id": "6dd48b48-08b4-4034-b6e2-966ff616d8ea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112902,7 +112902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebdf21d0-b5fb-4307-b05a-3f6b5d23e652", + "id": "f6078d8e-aefd-4614-bb41-3d909f8c99bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112948,7 +112948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdee6d65-f0aa-4c18-a963-063d44e9eec5", + "id": "5eb04388-1a95-4c22-8703-4f452f1f3788", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113000,7 +113000,7 @@ } }, { - "id": "523db6ef-ccf6-4079-ba0c-d0f813f08281", + "id": "06c8fae0-27be-47b0-aa0e-34165b5fe22e", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -113066,7 +113066,7 @@ }, "response": [ { - "id": "f4ebdb2f-c9eb-46e5-8a76-d096f221d60d", + "id": "eec80006-6a0a-4386-9804-9f0a7792b80c", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -113125,7 +113125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13220586-52ec-42dd-ad53-d7775a189cee", + "id": "ff55586b-842d-4cf8-9f49-d0475381caae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113184,7 +113184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7227e89e-7db6-4211-bad0-6d584b41e711", + "id": "17d2229c-ead3-4860-9792-5b0a7aa76ae0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113243,7 +113243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c8e64ac-b9f4-4e3b-9580-017504eac5ae", + "id": "f9951091-3fed-4165-9c65-00beb6e22f27", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113302,7 +113302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "757663cc-f45d-45e1-82c2-51a281ba289b", + "id": "62fb59fe-a57d-4cf0-befc-570edb87b48f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -113361,7 +113361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65efb15c-d519-48ee-872d-73689675cba4", + "id": "fd7d96e3-3840-4f2b-87b6-3374a4698581", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113420,7 +113420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e171735-7309-47b0-9824-b6d201b0ef21", + "id": "5cf771e9-fd9c-44da-88fc-673e793be765", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113485,7 +113485,7 @@ } }, { - "id": "eb9eca9e-c293-4761-99e1-5d263d74752e", + "id": "4329a709-bd5f-4a90-b3ba-2b9460e588c4", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -113551,7 +113551,7 @@ }, "response": [ { - "id": "b7399517-ed32-47bd-8269-61db8a4c0672", + "id": "2d46833f-421b-4d88-b709-017e4b07989b", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -113610,7 +113610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12b2077e-88a6-4c80-b085-0b3deea288ad", + "id": "f2bad8b3-052a-4ac1-bde8-db47c9927e48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113669,7 +113669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67dcd00d-65e3-4868-b9db-152bcf223195", + "id": "5a9d9af7-6737-4299-a132-a02fd9c5c41f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113728,7 +113728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41bb46c0-55a8-4688-83cd-c7ca437bc25a", + "id": "9b5c0591-606d-4490-ac38-16553550a4bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113787,7 +113787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d34c773-3b23-4a7b-928c-c361ee3ca012", + "id": "7c504ad8-fccb-43c4-8087-7ec8a012fa5a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -113846,7 +113846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bc3f540-bc87-41ce-9e8d-23db8a5377bd", + "id": "4a345729-7bd5-43a4-b0c7-99e902ca37eb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113905,7 +113905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "000d603f-da7f-449e-97b4-e70ff8da877a", + "id": "b9f19b72-9b4e-4d52-a4e2-e4026d4ec87b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113970,7 +113970,7 @@ } }, { - "id": "e33ba2fa-6130-4ccc-9ede-38568e37ad37", + "id": "366c3d55-212c-40a7-93df-26aa0ea4882d", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -114020,7 +114020,7 @@ }, "response": [ { - "id": "55a08899-bd66-41c4-8d9b-035f174a66a2", + "id": "da937deb-29ae-45cd-a7e9-2b9dffb29409", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -114056,7 +114056,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7646f5a8-aa98-43e6-8d0e-3e0fdec938f0", + "id": "9ed27c74-6760-4e48-8ee0-f3ba718987fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114102,7 +114102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bc7ad36-69e4-44af-816c-d40ecf8e3354", + "id": "e1928074-e558-49cb-bb37-fe668e909ba2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114148,7 +114148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebb8ba25-bcdd-48a1-8be0-b0d28a968c3c", + "id": "1ceccb96-30e6-47fc-b134-37f174af004e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114194,7 +114194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c750cef-6759-44d2-b3d3-ca13fdb2cb6c", + "id": "a7b313ff-cd30-4210-8cc3-28a537149316", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114240,7 +114240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b99ed74f-91ac-4a09-a07b-6930ef9e37fa", + "id": "0483df60-12d7-4f65-9f0b-b9cf9fed21a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114286,7 +114286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f7d43be-5c1f-4d99-b221-f20404d42c22", + "id": "cd76681c-7978-4f4c-8d6b-da9d33b482ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114338,7 +114338,7 @@ } }, { - "id": "94a57e21-fabb-435b-9d30-13b402c4f0a3", + "id": "5e2e3120-a59e-4384-8886-3461bdebea91", "name": "Fetches source health by id", "request": { "name": "Fetches source health by id", @@ -114380,7 +114380,7 @@ }, "response": [ { - "id": "825910d2-9b61-44ea-914c-e9d8233b93ee", + "id": "168c8817-8cd4-4925-a3c5-101a0d409791", "name": "Fetched source health successfully", "originalRequest": { "url": { @@ -114425,7 +114425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85402570-5796-4a61-a46a-b3247fb13dac", + "id": "b1b9b0ec-23f6-4e0a-86e1-eb85f192528f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114470,7 +114470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8155b467-8ba6-40bf-a18e-e26cb9e4227c", + "id": "93519383-4a95-4c89-97e0-c56dfb0d073c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114515,7 +114515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7ecd256-b851-43da-b175-052fa1a799dc", + "id": "d81913bc-a617-4582-8739-cef7a37e622d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114560,7 +114560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23ec031f-3358-4fcf-a9b2-8c5e1823c35b", + "id": "d3c3ffbe-2fdc-4b51-a93d-18b9f051cc09", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114605,7 +114605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2af420a2-ec6c-4939-a75a-a9771d5ad9aa", + "id": "057b0164-eb9f-40b5-a7a2-b7218d85c0ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114650,7 +114650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c22f963-a94e-472f-b6d6-54e5215576ff", + "id": "afbec8e6-ed8c-4da3-95a7-82d3bc339949", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114701,7 +114701,7 @@ } }, { - "id": "dfc4916b-0690-4d8b-9369-9ef89108dfe7", + "id": "16f78766-dfcf-43e8-9dbc-f5c0427bee7c", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -114744,7 +114744,7 @@ }, "response": [ { - "id": "87ca0acc-f9a2-47de-bf93-4ddb333225ab", + "id": "ff94239d-5f37-4030-8a92-c682f13e3db1", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -114790,7 +114790,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7a6794e3-3ec2-40af-8321-bceaca4a45d3", + "id": "d5c511b7-3f40-4f74-94e9-8662efee8105", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114836,7 +114836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93cec0d8-1eb9-4649-95b4-20a26c72b5ae", + "id": "93c057e9-ac06-4ea0-87cb-7751b4cae885", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114882,7 +114882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a65643fc-62c7-4333-868b-8e9ec89ded1b", + "id": "d491c265-197a-4fdb-bbe9-90ba79600733", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114928,7 +114928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7910c3b2-1934-4ac4-9514-7905b59da5f3", + "id": "74630a4d-7a4d-4a92-ae9c-902258c8c51b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114974,7 +114974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d3f9c04-538d-4336-93e4-5556da4e55ae", + "id": "56ec4b12-a2f1-4150-b1f5-e3ac39f57d1e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115020,7 +115020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb6f1377-3908-4d06-8a1f-bce495858188", + "id": "1c67545a-105f-414f-ac4d-36af90b1ad8e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115072,7 +115072,7 @@ } }, { - "id": "ed90ac0f-c8a4-4bc4-b973-f1b119a5c794", + "id": "69007af6-8620-4daf-9334-1331ff31194b", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -115124,7 +115124,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -115132,7 +115132,7 @@ }, "response": [ { - "id": "4e7348ee-7dcb-4fec-bbdd-16d45f0ac730", + "id": "2cd05dc2-54ec-4037-9388-d32a90af9075", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -115176,7 +115176,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -115195,7 +115195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2a878e2-2d37-42c9-9634-b7f578885a50", + "id": "45f6cc7d-7397-4733-8b0b-bd5f83777de3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115239,7 +115239,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -115258,7 +115258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0452b1a4-c9f1-4ebb-a811-e2178bb475d0", + "id": "4145b259-37b0-4f21-9407-038c74770345", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115302,7 +115302,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -115321,7 +115321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c47e7bd4-0f93-4d55-8cdf-ad4bbb171910", + "id": "c43f2fc6-b9cf-48c1-8c95-bdec7a795de0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115365,7 +115365,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -115384,7 +115384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6773f695-9a4b-4fea-a5a9-7b74e6916f0c", + "id": "bac8a273-6bf5-4b1a-97bf-3572e2cda424", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115428,7 +115428,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -115447,7 +115447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "871fbcca-c847-41e0-9319-d574ce62d1ca", + "id": "b26b1233-3802-4f06-b7bc-b7b71fdbf145", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115491,7 +115491,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -115516,7 +115516,7 @@ } }, { - "id": "a4c99bd1-23ca-4a2d-8688-a7e50d578e63", + "id": "0a5430d8-180d-4563-b2d8-b424bb0c54b9", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -115569,7 +115569,7 @@ }, "response": [ { - "id": "b8a5ee18-8f5e-44bd-9c66-68d125efb522", + "id": "7ec290bf-f79f-4cc6-bcee-b555db83f410", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -115625,7 +115625,7 @@ "_postman_previewlanguage": "text" }, { - "id": "414052be-5c64-428f-a8d8-e90c2e46ef9c", + "id": "26f592eb-4395-4ac4-a26c-cbe870d90203", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115681,7 +115681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90920f90-f9cf-4766-9c59-dd6b731b4744", + "id": "acd96ba9-58aa-41e1-8c53-0141c8703309", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115737,7 +115737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f54eb423-5082-4c02-a6fd-e74ff705a65c", + "id": "87b628a5-bcc6-4d66-94b6-7154135f4a33", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115793,7 +115793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f9d9c82-f38f-490e-92e3-b863bd472d9d", + "id": "a93d3cd7-38f8-4873-8050-daf4df716294", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115849,7 +115849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdd039f3-8b7b-405b-9d38-f6ff054c8009", + "id": "ed7c99f8-d668-4977-9d42-1c0b8187c7a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115905,7 +115905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ea142c7-4b4b-49b4-9ad5-9003daa18ffe", + "id": "5f80cba3-efdb-478b-9a5c-944da6cce0ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115967,7 +115967,7 @@ } }, { - "id": "c48b23c1-d14e-4504-a5cb-3b0a3dc2cd0e", + "id": "652edbcb-c0b7-4b30-b8bd-15e77e2aa563", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -116029,7 +116029,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116037,7 +116037,7 @@ }, "response": [ { - "id": "24bc5e44-f23c-4c5d-b3d2-47a5168f334b", + "id": "13c31197-ebfd-49fd-9595-5543c64f2258", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -116091,7 +116091,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116110,7 +116110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e765b3e-690a-4ddc-b1e4-8104ba307437", + "id": "1c38044f-8515-4bb9-9558-da6069290dd7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116164,7 +116164,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116183,7 +116183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e53f88b4-a2ae-4db3-bbd3-d10daa554406", + "id": "6279b556-8050-4024-9888-30a7b5a83c1b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116237,7 +116237,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116256,7 +116256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3a76235-d052-4807-b847-033eb8603051", + "id": "470f980e-0dc4-4f2c-b895-57a839824867", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116310,7 +116310,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116329,7 +116329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3cc5b93-4908-4609-ac37-905e5a594da5", + "id": "d7bc5c09-ac74-4e0d-a7e3-4a96b593e2ca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116383,7 +116383,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116402,7 +116402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a62ca13-0f16-4940-bc69-e253a176ff6b", + "id": "95c8e952-421a-4a1c-837b-eea16c61ab20", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116456,7 +116456,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116481,7 +116481,7 @@ } }, { - "id": "6594875c-aa31-4283-aade-dab4c96c4138", + "id": "93c25a72-b7e8-4f11-a9ce-c10342eb3cc9", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -116532,7 +116532,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116540,7 +116540,7 @@ }, "response": [ { - "id": "a6d6e0d8-c071-4bc4-8650-37bea1059755", + "id": "b6f50460-d380-4e42-a12d-b1f77f2b2481", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -116583,7 +116583,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116602,7 +116602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83b16aa1-2763-4f1c-870c-3d839a9b94cf", + "id": "d936afa9-b4f9-4879-a765-b51cec7f1a4a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116645,7 +116645,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116664,7 +116664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5813dfa8-beeb-4b4c-8633-c86e3b23dee4", + "id": "a0d0decf-85e5-4b60-8dd6-5da5fb25e217", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116707,7 +116707,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116726,7 +116726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0b0e89e-4ce9-4800-98a9-8e6d9e4a6f08", + "id": "c767624e-5123-4121-b627-d51a05921c75", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116769,7 +116769,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116788,7 +116788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65e4041d-9357-4ba1-b797-fb86b5926698", + "id": "52b91517-b6df-4217-8d15-2384be53986c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116831,7 +116831,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116850,7 +116850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbd80a6c-0849-4145-bfa7-484b641bc5c1", + "id": "42880d71-58f3-486c-b4a3-126a335f6a7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116893,7 +116893,7 @@ "type": "text/plain" }, "key": "file", - "value": "laborum Ut", + "value": "pariatur et commodo culpa consequat", "type": "text" } ] @@ -116924,7 +116924,7 @@ "description": "Use this API to implement object tagging functionality. \nWith object tagging functionality in place, any user in an organization can use tags as a way to group objects together and find them more quickly when the user searches IdentityNow. \n\nIn IdentityNow, users can search their tenants for information and add tags objects they find.\nTagging an object provides users with a way of grouping objects together and makes it easier to find these objects in the future. \n\nFor example, if a user is searching for an entitlement that grants a risky level of access to Active Directory, it's possible that the user may have to search through hundreds of entitlements to find the correct one. \nOnce the user finds that entitlement, the user can add a tag to the entitlement, \"AD_RISKY\" to make it easier to find the entitlement again.\nThe user can add the same tag to multiple objects the user wants to group together for an easy future search, and the user can also do so in bulk.\nWhen the user wants to find that tagged entitlement again, the user can search for \"tags:AD_RISKY\" to find all objects with that tag. \n\nWith the API, you can tag even more different object types than you can in IdentityNow (access profiles, entitlements, identities, and roles). \nYou can use the API to tag all these objects:\n\n- Access profiles \n\n- Applications \n\n- Certification campaigns\n\n- Entitlements\n\n- Identities \n\n- Roles \n\n- SOD (separation of duties) policies\n\n- Sources \n\nYou can also use the API to directly find, create, and manage tagged objects without using search queries. \n\nThere are limits to tags: \n\n- You can have up to 500 different tags in your tenant.\n\n- You can apply up to 30 tags to one object. \n\n- You can have up to 10,000 tag associations, pairings of 1 tag to 1 object, in your tenant. \n\nBecause of these limits, it is recommended that you work with your governance experts and security teams to establish a list of tags that are most expressive of governance objects and access managed by IdentityNow. \n\nThese are the types of information often expressed in tags: \n\n- Affected departments\n\n- Compliance and regulatory categories \n\n- Remediation urgency levels \n\n- Risk levels \n\nRefer to [Tagging Items in Search](https://documentation.sailpoint.com/saas/help/search/index.html?h=tags#tagging-items-in-search) for more information about tagging objects in IdentityNow. \n", "item": [ { - "id": "31d0c1cd-1549-479f-b0c3-1453a990ec4c", + "id": "38d3f9b7-8955-4cef-a9b8-e99e48a93a6c", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -116990,7 +116990,7 @@ }, "response": [ { - "id": "c19e537c-1d19-4d37-9e65-41530c1fc677", + "id": "c36f6d4b-b7ae-44b8-bd76-1b2ff3fb2010", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -117070,7 +117070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe1464d8-857d-4c87-bd90-2ccc467750b4", + "id": "e1b90f5b-6651-4b3d-bc69-c256380fd245", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117150,7 +117150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2aadd44-bb67-4375-a816-4ca7abb850b6", + "id": "3b94011e-e787-479d-9c6f-0f9ba2a0e8be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117230,7 +117230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb6b1560-bcfb-4c9d-a032-81ae5f70e173", + "id": "bd98a106-0cf5-4cd5-bedf-2d2914e41426", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117310,7 +117310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "958c409b-3c8c-42cb-8cc5-6498fb40bc09", + "id": "0c91c923-588f-4f95-a921-48f4c6a3a93e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117390,7 +117390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "255dded8-0b91-4197-8a65-6e20fb1032d3", + "id": "e7d70a3d-76d4-420f-aeee-f61707eeadc9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117476,7 +117476,7 @@ } }, { - "id": "61b1be94-da7d-4eb6-8595-bafb76dc7333", + "id": "6c307674-c6a2-4cef-9cad-37f5f68f8269", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -117518,7 +117518,7 @@ }, "response": [ { - "id": "463a3e90-ed57-40a8-9384-2e82d1a6a2de", + "id": "a74d213a-2bbb-4ac9-9827-8d6c15a56b2d", "name": "Created.", "originalRequest": { "url": { @@ -117564,7 +117564,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a1993d3e-dbcf-49f0-89fc-022ae1ecba91", + "id": "70e979f7-230c-40b7-b65a-4a21ec5003a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117620,7 +117620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaf9c975-ec44-48fc-9572-b7d0ae1a997c", + "id": "da75aacf-d6c3-4602-99ce-772f10f3dcb4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117676,7 +117676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "839fdd4d-9126-4059-928b-2270ed42af19", + "id": "c3fb95f4-714b-4b97-9d34-99c2605d4751", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117732,7 +117732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16c023df-dece-4347-8ecd-7b21a932a96b", + "id": "7ed16b2b-b04e-4604-ba24-9f6f8e0b3f69", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117788,7 +117788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fd39e59-6dd0-449e-b3eb-282265ca7bcf", + "id": "db4e88ad-b85d-4644-baab-229d218b926a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117850,7 +117850,7 @@ } }, { - "id": "c2e1f0a7-20a9-41c0-bb63-6e8000f3addd", + "id": "68038993-958e-4ed6-8aef-52a32e55209f", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -117928,7 +117928,7 @@ }, "response": [ { - "id": "04b50941-fa66-41c5-9ab6-4661d63a6c2a", + "id": "b8e08f20-e501-40c5-bb0a-dbc03cef9fe9", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -118009,7 +118009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3784fbf8-0c2d-405b-a5bb-cb9601299e2f", + "id": "141b9f9c-594c-4ba9-b67d-e884eb3ba0af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118090,7 +118090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42746144-1e2b-495f-9838-91661b8101ac", + "id": "a033c2fc-8747-46f8-814a-e1adea7c688c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118171,7 +118171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82633d7f-9f4e-44ae-a8f0-e15b1f837211", + "id": "cf3cfef1-291f-4659-9a85-ef035a548a69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118252,7 +118252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "470dbdaf-06ff-49fd-981e-a111ac0aad46", + "id": "5741037f-5f2b-4083-bd52-b83c8ea1c69c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118333,7 +118333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d25b0f58-05fa-416a-a34c-451c677bf9e7", + "id": "cbc48969-cf01-43f6-87c7-d6993736a285", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118420,7 +118420,7 @@ } }, { - "id": "e52c6877-9e9c-41fb-a6ce-183889404607", + "id": "80a512a4-0fbf-4037-ac4a-96297883ed0b", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -118472,7 +118472,7 @@ }, "response": [ { - "id": "590ae423-109f-4446-a423-76e1d82b8659", + "id": "e1b0e643-5a3f-43bd-9d78-229491bec37b", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -118517,7 +118517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee01b280-5c68-4345-9f6c-74a0398c4f2e", + "id": "42755b69-16c9-4c20-94ce-4240af1d9851", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118562,7 +118562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f093a664-44dc-42f9-8272-c7b1e42a855f", + "id": "8fa1fa43-33af-422b-a565-107c4b9aa5a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118607,7 +118607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adce2b12-b7a3-42bd-a19e-e7ce72509c9b", + "id": "66fc4ba4-40bc-49db-a35a-45d7459e0d47", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118652,7 +118652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34ed6643-8c9c-46ed-a1fa-60b4e871dfd1", + "id": "13d03af8-01c8-42dc-b866-f6f4d8d80bfc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118697,7 +118697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "799fbb76-dd19-445f-ad2b-55b81ade963f", + "id": "feb2b037-7d48-4086-915a-5236a929bff5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118748,7 +118748,7 @@ } }, { - "id": "23ac597d-18f0-4f8c-bb7b-bed184cb00c7", + "id": "6a9f2222-4490-4581-8c2d-e90bec994129", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -118813,7 +118813,7 @@ }, "response": [ { - "id": "c0d4cfd0-b2c8-434d-8569-58c8f8494725", + "id": "cc554b7e-5490-4341-8420-6842e53187df", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -118871,7 +118871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4afbef5-799b-428a-8671-defa2f91e7d3", + "id": "932fb5ef-ee2c-4d06-b37f-4db673fdb4a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118929,7 +118929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb9bf6ab-febf-49f7-820a-61b1fcf88b00", + "id": "3f16b0b5-ffca-4691-a1d7-cd12eea8559a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118987,7 +118987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdb709d3-2086-4b3f-8ea8-7afb4a4bc440", + "id": "49df9700-6390-43ba-aba4-32ecb3e2d455", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119045,7 +119045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ebbe05a-e15a-496a-8e8e-82ae4652480c", + "id": "319227d7-8260-4fa9-8481-ef8bf1c51201", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119103,7 +119103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c631038-c045-4dd1-808c-df4ca077ecb5", + "id": "e2ebcc6f-b88a-4af8-97a5-4a42322702a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119167,7 +119167,7 @@ } }, { - "id": "6c7e9c70-29b0-49a2-b973-5b6ddd85bef0", + "id": "28fc7bb0-ef39-4c22-89c6-86c76a7c2891", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -119219,7 +119219,7 @@ }, "response": [ { - "id": "dd2abd2a-5285-4237-8443-67e95235a03a", + "id": "59ebf86c-704c-4100-b6cc-c1f733ac89a0", "name": "No content.", "originalRequest": { "url": { @@ -119254,7 +119254,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3b2dede2-f355-4957-bcf3-622fe6ae65ef", + "id": "a34d3fc4-8900-4a2c-b370-7f2f71931484", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119299,7 +119299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df14f472-3dd5-4e7f-bc38-a47a7cd93846", + "id": "1d616341-753e-435e-b527-7801bd6b1c35", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119344,7 +119344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2c5ad65-c170-4880-90af-5dd92e0c172e", + "id": "6a219509-38e5-4431-8a9f-4e137ed51bc3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119389,7 +119389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dafca72d-516a-4807-92f3-a1c63076d160", + "id": "e8f561d6-cee8-4213-adc5-b2f61ed7c671", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119434,7 +119434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c29c6e9f-e9be-439f-b63b-0a3b2b1f5692", + "id": "f3e64dcd-cf0a-48bc-8eac-b18f572082cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119485,7 +119485,7 @@ } }, { - "id": "9d1ccdc2-394a-4955-bc33-e679550fc4d2", + "id": "f28c4bcd-b106-47cf-ad1f-8146b945602b", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -119528,7 +119528,7 @@ }, "response": [ { - "id": "360e46bd-f4a7-46b1-9724-d3cc13b381d2", + "id": "b1f691a7-eb79-4d7f-85f5-e5f09e2df8d6", "name": "Request succeeded.", "originalRequest": { "url": { @@ -119585,7 +119585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b945c0a-e594-4548-9b72-c2a5d29f1dbf", + "id": "9d6f20df-8ee3-4f9f-a1e3-7cfbfb1b4381", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119642,7 +119642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dcc9771-57d1-4227-a025-34cc70fa9c3d", + "id": "7f33c9f1-7f98-4978-8ecf-d6783ed85313", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119699,7 +119699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cf61ae5-b9d9-418c-bcc0-7675a47be7c6", + "id": "fa1c1e85-24c6-4d5f-9a67-894a97cf5ed0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119756,7 +119756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cfa5eb1-b21a-4cd3-922e-e1d03d1a5d71", + "id": "fc551f69-d59d-4b2f-ad67-bb0f86eb000d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119813,7 +119813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fcdeea0-7097-4e8b-8219-73f195b6064e", + "id": "d49a9f94-6fd6-41f7-b2f0-03768f4d2d89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119876,7 +119876,7 @@ } }, { - "id": "f65d5d69-f801-42d3-be99-f1291fc07a61", + "id": "ef0ef7e1-91e9-4300-9c71-4f70493306ff", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -119919,7 +119919,7 @@ }, "response": [ { - "id": "35ff0af5-fc72-4a12-b2a3-5a11be79f8fb", + "id": "a75d9288-97dd-40e8-badc-4a5a010c4b06", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -119966,7 +119966,7 @@ "_postman_previewlanguage": "text" }, { - "id": "15602bef-39a4-4d28-8780-85ee6bd21b41", + "id": "fde341e8-30ef-4471-a618-26b89f011f78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120023,7 +120023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b510c365-8996-4f6e-9f70-f651e53d5d8b", + "id": "58bb6a92-76cb-4fbd-aa5e-e5150f95b5a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120080,7 +120080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5ede879-b41f-4630-bfd7-8ecc65ac41ca", + "id": "b7fe56a7-bc63-4d9c-9b27-2c9447e99454", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120137,7 +120137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03935ad1-f9fb-4bad-9552-dfddc75e0413", + "id": "6a914e89-e567-4fea-81e7-1a07b2007ce5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120194,7 +120194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11cacbaa-c390-4996-8537-e94ccdbc6d2d", + "id": "dd1e5587-f858-4494-99e8-2f290a517a7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120263,7 +120263,7 @@ "description": "The purpose of this API is to expose functionality for the manipulation of Transform objects.\nTransforms are a form of configurable objects which define an easy way to manipulate attribute data without having\nto write code. These endpoints don't require API calls to other resources, audit service is used for keeping track\nof which users have made changes to the Transforms.\n\nRefer to [Transforms](https://developer.sailpoint.com/idn/docs/transforms) for more information about transforms.\n", "item": [ { - "id": "21afe3ab-c385-45aa-b000-37da95212c9b", + "id": "12ca8ed5-1f89-42ef-bb9e-213ed873b3aa", "name": "List transforms", "request": { "name": "List transforms", @@ -120338,7 +120338,7 @@ }, "response": [ { - "id": "761f43fd-9779-4768-87d8-dff2a167bd04", + "id": "ff3bf149-eb65-4903-b478-22fb48aebd55", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -120427,7 +120427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fbd8d99-1022-43ad-9b96-801382179543", + "id": "bf890e3c-ee76-4bd1-bf5d-bd02ca6fec66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120516,7 +120516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbb9c741-fa81-4463-8484-525289a7852f", + "id": "8d84fd41-97ff-4cc1-89c7-6ad3fd86e7fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120605,7 +120605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea59f81b-a715-41e9-9403-3a8e20d31781", + "id": "75cdb6eb-9d91-490c-9acc-2b9eff814ece", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120694,7 +120694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "193482e6-f157-42a1-a02a-3f4c842f9aec", + "id": "aa0e0254-8dac-4d5e-ac7a-92a137c88e2b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120783,7 +120783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7355a93e-1baa-46a9-8549-7b4e31ea5c6a", + "id": "8628ab22-d484-4575-8c6f-b6ee86df4a46", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120872,7 +120872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66a7d74b-b593-44c0-9b2f-21aa2987140c", + "id": "0b0b75a8-e276-49d7-8089-33c1db2cea6d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120967,7 +120967,7 @@ } }, { - "id": "540ef6b9-1064-49ee-8469-1db0d027366b", + "id": "aa792bce-6104-4ca8-81d1-3c9e93d3fb2b", "name": "Create transform", "request": { "name": "Create transform", @@ -121009,7 +121009,7 @@ }, "response": [ { - "id": "9b3a98b0-db03-4a2a-80f2-8ebcc46d311f", + "id": "cfabfe0e-efd6-47a0-9524-5a966ee41a71", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -121065,7 +121065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6f2fa0c-d31a-43aa-b4ef-d1b9ab9005ef", + "id": "a459ffd0-c0af-4677-8f33-d69381f23283", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121121,7 +121121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc390115-ecf9-4c83-bedd-780c521e2e75", + "id": "fa5b2550-179e-40de-823e-58113e221e3a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121177,7 +121177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31166e7a-e2aa-4828-8714-278378c3f46b", + "id": "81d1d3d8-d931-41df-b3e2-32a871cba0d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121233,7 +121233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03c08ba5-9809-42e4-8391-084c89981b13", + "id": "e657943d-a31f-4f9f-a67c-97ee15b62001", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121289,7 +121289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ac18054-aecc-4062-8f61-e74aa5f65856", + "id": "a99ce144-6a2e-4a1c-b23f-f87cad6e7423", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121345,7 +121345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fa78f71-9a21-4927-9b80-6c11625bdca2", + "id": "5b6958f8-b6e3-46c4-99ce-dddb74f53cf1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121407,7 +121407,7 @@ } }, { - "id": "361013f4-bd59-4f67-9fb1-46218063dfc2", + "id": "555dd7aa-4044-4e2a-830f-d92dfd58e237", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -121448,7 +121448,7 @@ }, "response": [ { - "id": "c8f69e49-df85-4bf1-a37b-1648ed6486e2", + "id": "86875d5c-5c29-4355-af1b-7223f7c09c39", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -121492,7 +121492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a81fb18-157d-4dbe-8ef0-c3620d44de21", + "id": "aa79de57-97d7-4074-bf49-cd6f0ca017ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121536,7 +121536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "620c9b12-28fc-4a0a-9444-c5c8b470cd0a", + "id": "b50ae1d0-dd8d-4c63-b97d-3015e50e1928", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121580,7 +121580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b815885-f89d-4ca7-bb5c-757f9aeeb83b", + "id": "452f2b06-e413-43bd-a29e-aca39c8510fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121624,7 +121624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ac5a21e-6dbc-4364-b6b5-0f3386a888ac", + "id": "fe691c50-7b71-4fbb-83b8-749c4a819211", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121668,7 +121668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "834fc49d-ad74-4595-b1b5-ec4c487a717c", + "id": "00168657-57ed-4c49-8911-99d66d1cb12f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121712,7 +121712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ba798d7-2afb-4f02-b895-3e6cda82596e", + "id": "1394b601-8054-4bd1-aeb1-19dba306c342", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121762,7 +121762,7 @@ } }, { - "id": "14f45512-698f-445b-908e-59d151e80611", + "id": "8397babf-2841-442a-93ed-9405f58b1b4d", "name": "Update a transform", "request": { "name": "Update a transform", @@ -121816,7 +121816,7 @@ }, "response": [ { - "id": "87b8be97-1f52-4473-b450-1ac4d5c057fc", + "id": "e8e04c99-2d3f-42c8-b6d1-a666a5209e3e", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -121873,7 +121873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f741783-8f91-409c-abe2-9a079f298a41", + "id": "44e2d21d-8c5d-442b-9ed2-bf10002b887a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121930,7 +121930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59f96e91-ffb0-42f7-8476-89429cad97c6", + "id": "017a7a04-834c-4337-9bc6-f405edbca25a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121987,7 +121987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc9f5a9f-b111-4729-81c4-c17d6048dbf5", + "id": "b62bcd5e-71f1-4324-8b6e-d07e12ab5163", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122044,7 +122044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57443df4-c636-4be0-be69-05ca9c6cc394", + "id": "037e29a6-9928-4f82-8ee5-2e492264c840", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122101,7 +122101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c6cb51f-eaf7-41a8-b85f-d92402dcb3a6", + "id": "5cb3ea21-7fc1-40d4-911d-cde776295850", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122158,7 +122158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "289c9b19-4a69-4df0-9e41-1271f433d99e", + "id": "b38fe917-8d37-4427-be5a-684aef31dc8c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122221,7 +122221,7 @@ } }, { - "id": "d0d4e2df-73f9-4ad0-848b-535a8f7c21f8", + "id": "9b27aa56-683d-40df-9b50-fe6bc301cd5e", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -122262,7 +122262,7 @@ }, "response": [ { - "id": "4015d27e-7e99-4e70-9e87-0b40f44ca69c", + "id": "06cafea4-93b6-4969-9d0b-38a3c750bd64", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -122296,7 +122296,7 @@ "_postman_previewlanguage": "text" }, { - "id": "98d6a74b-8237-4be0-96bf-14c6afaecae6", + "id": "1ea24496-a4b2-437e-813b-1106af9341ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122340,7 +122340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27e2961d-312f-45dc-a698-fcb008de39f9", + "id": "598837a5-0566-4540-9afd-9db99802505a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122384,7 +122384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d29898bd-2162-4bfc-b7ac-492caf169ec3", + "id": "2701a036-e1bc-470b-88a0-c735d847436e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122428,7 +122428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4bfe0d8-cd7b-4200-8f7b-fc44552dc005", + "id": "4138cec8-b204-4c90-9e2e-735117bf8765", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122472,7 +122472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c72b2d4-2246-44f6-926a-51695e2374df", + "id": "f555fc81-1b00-41de-9dd2-1f0fa10d55c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122516,7 +122516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a55089ba-9d5f-40da-95c0-2d793d8ea762", + "id": "425c863c-23c8-4ce6-a333-6fc75a79a485", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122572,7 +122572,7 @@ "description": "Use this API to implement work item functionality. \nWith this functionality in place, users can manage their work items (tasks). \n\nWork items refer to the tasks users see in IdentityNow's Task Manager. \nThey can see the pending work items they need to complete, as well as the work items they have already completed. \nTask Manager lists the work items along with the involved sources, identities, accounts, and the timestamp when the work item was created. \nFor example, a user may see a pending 'Create an Account' work item for the identity Fred.Astaire in GitHub for Fred's GitHub account, fred-astaire-sp. \nOnce the user completes the work item, the work item will be listed with his or her other completed work items. \n\nTo complete work items, users can use their dashboards and select the 'My Tasks' widget. \nThe widget will list any work items they need to complete, and they can select the work item from the list to review its details. \nWhen they complete the work item, they can select 'Mark Complete' to add it to their list of completed work items. \n\nRefer to [Task Manager](https://documentation.sailpoint.com/saas/user-help/task_manager.html) for more information about work items, including the different types of work items users may need to complete.\n", "item": [ { - "id": "4b80a240-1926-4c27-9500-1154db60ffb1", + "id": "b9b2ee9d-d998-4d2f-b683-f2d29ec35a4d", "name": "List Work Items", "request": { "name": "List Work Items", @@ -122638,7 +122638,7 @@ }, "response": [ { - "id": "6cd20fde-a073-4524-b438-e45aa6e756e1", + "id": "cf7ae948-769f-46d9-bc2e-10e07f5599b4", "name": "List of work items", "originalRequest": { "url": { @@ -122718,7 +122718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f353738d-3cfb-48ce-a066-ced524322623", + "id": "be39c7b8-798e-4ae6-b2cc-7bcd9aa380b7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122798,7 +122798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a7dc3ef-df1c-4977-b233-975f2d06cbd7", + "id": "559b384e-183d-40b5-b9b2-59f33ef265e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122878,7 +122878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d99756a8-4653-4da3-8da6-a614085a8aa8", + "id": "cb9acbed-0c6b-4c1b-bafa-57027659b5df", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122958,7 +122958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc508427-fd96-4c1d-84d7-31e2f6c16e9e", + "id": "cc6e88b7-6fff-4d0a-9c7f-217a38c60188", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123038,7 +123038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25833563-3465-4af7-9245-806f5ce82264", + "id": "7b9813fb-31a9-49b5-8825-be0ca90f7e0e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123124,7 +123124,7 @@ } }, { - "id": "c1df16a7-12b9-4d7b-b48a-ff5319674a8c", + "id": "10128658-9080-48bc-ad9a-3a5efadb1d1c", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -123191,7 +123191,7 @@ }, "response": [ { - "id": "80f1ea1e-2866-4a45-a3f8-410676d3ec97", + "id": "bde32e96-cfd3-474f-a3ec-ea5c6468f3df", "name": "List of completed work items.", "originalRequest": { "url": { @@ -123272,7 +123272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d26a477-72be-4e51-b481-84c71e10ebc2", + "id": "0320a2cc-2d99-4572-8582-9ebba3f310ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123353,7 +123353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "994442f8-32e0-4866-8931-44bf036c3e13", + "id": "40a80768-38c5-4fb3-8de9-dd25094c320a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123434,7 +123434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea1a7485-c8dd-4a4b-a2a1-514d017c56e7", + "id": "89e19d14-894a-4b88-bd73-546639a0cb78", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123515,7 +123515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "588bc4c2-407b-4e66-9211-9d1542823e5e", + "id": "31f03d95-d98d-476c-a9f6-eea72c94432b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123596,7 +123596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49160628-c36b-475b-b59b-b10dcc4ea1fa", + "id": "7efbc01f-15b4-4a66-84f1-52488795fe22", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123683,7 +123683,7 @@ } }, { - "id": "92e22aa1-e2f4-4d9a-a061-2e2371868df0", + "id": "1b625117-843d-4b55-8d5f-11e62963c4ab", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -123723,7 +123723,7 @@ }, "response": [ { - "id": "78a01f63-8b4f-46f4-8c60-9fb7a2ca2599", + "id": "c9b23396-a695-4000-8762-414a9d861eca", "name": "List of work items", "originalRequest": { "url": { @@ -123777,7 +123777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ab5861e-b7f7-4352-8d1c-db7f90c7e25c", + "id": "8e250f79-4029-4cfc-9c25-d144a94bf67f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123831,7 +123831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ddc4503-e9c5-4868-90b2-d28469f3c820", + "id": "079dd3e0-a480-46c9-80ee-f6892e3a4f66", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123885,7 +123885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e44877a5-ee2d-4f06-a64a-5846fa46eee0", + "id": "fa40ada3-8cfc-424c-aabb-d7d4f93cd2e4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123939,7 +123939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8094215b-bcac-446b-8d73-6d6b2c825403", + "id": "57736288-b830-4813-9342-027c64f17f4b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123993,7 +123993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7d8a723-9a54-45b3-b978-801e382710d9", + "id": "0cf885eb-a7c3-4a93-b426-16daff29ce5b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124053,7 +124053,7 @@ } }, { - "id": "db7d6ae6-5e00-4004-811d-1e6b2368c959", + "id": "6c4aa943-5094-4efc-b507-a80f674f272d", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -124094,7 +124094,7 @@ }, "response": [ { - "id": "c41a03f3-2e66-4b13-86d2-d9b008210330", + "id": "65b7b974-7a2b-4e38-bf0a-60b4e1e1c833", "name": "List of work items", "originalRequest": { "url": { @@ -124149,7 +124149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "037d8bf4-bdce-4681-be20-1efcd9f27b7d", + "id": "d59cf414-1b87-4ee3-a2bc-7e428f9c6791", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124204,7 +124204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "004c9ede-f923-4088-a2a3-5215c5389cd7", + "id": "59fd59a1-c215-4878-94cc-153377a47aa5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124259,7 +124259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea23a0e1-f23a-48f6-9978-9b81bc5cbb32", + "id": "ded03903-bba1-42b6-ad42-f0464efd76e5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124314,7 +124314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a3a0a87-d973-4e30-afad-68e8a0d948f0", + "id": "8303421a-18f2-4340-8966-096bbe78b36b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124369,7 +124369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d00b2b87-3484-4f8a-a14a-78ae77982e65", + "id": "f16143c8-6988-4119-aaf6-b3c59d13e1f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124430,7 +124430,7 @@ } }, { - "id": "22478ac6-a584-497a-a05c-af2b3e31e0fa", + "id": "192a056d-edf0-4a64-9755-2b84fdab2f1a", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -124470,7 +124470,7 @@ }, "response": [ { - "id": "b796d1bf-0d38-42e3-a0a4-1435cd458977", + "id": "e1146a09-ea35-43ae-8030-25ac179af84b", "name": "List of work items", "originalRequest": { "url": { @@ -124524,7 +124524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d0db942-decc-430b-9407-56b1629fcbbf", + "id": "45086bd5-2caa-4b8c-b81c-ec6100171dae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124578,7 +124578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fb258cd-3a80-44a0-a4c8-3eac74d49d26", + "id": "9b00453f-acd2-46f2-b508-99660753b014", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124632,7 +124632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a87d32bb-eba3-4a1f-863b-8f92ee7f278f", + "id": "6848d69c-7444-4501-ab63-4f5ed6314276", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124686,7 +124686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "108ff6b4-43cf-477c-bc4e-61fd30e01706", + "id": "a7c29c3a-4cdd-4688-8a5a-46a398a61c8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124740,7 +124740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71123745-d802-496b-9843-0a2f4142e831", + "id": "40613d0d-289b-48ca-930b-2a017bcf8dcd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124800,7 +124800,7 @@ } }, { - "id": "d8ea9d2b-0917-4040-a907-2465274ab61c", + "id": "f4c0bb03-eb8e-4020-947b-dfdda588da25", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -124841,7 +124841,7 @@ }, "response": [ { - "id": "e7a1d28a-24cc-417d-9b98-ca47cb4fcd6d", + "id": "bad45c8e-0da1-49aa-8fea-74be78e0d135", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -124885,7 +124885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9e50aa6-5784-4698-a004-557ad8d7ad91", + "id": "a6717a88-294b-48a4-94e6-60ce522c672e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124929,7 +124929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e567a6ea-f1dc-40ca-9b6e-81942ce38bff", + "id": "08f699ad-066e-4da2-919d-821d6a839eb7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124973,7 +124973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bda194cf-a6fb-464c-8cac-9e8201f69494", + "id": "1135ce8a-9cb4-4f3e-8de6-6f5e56814e8e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125017,7 +125017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8d79e60-25d4-40fb-a020-32943a695a3a", + "id": "e69b3936-dfbc-4dca-9e9c-308237670b48", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125061,7 +125061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6368c5cc-d3f8-4660-ae2a-ad9ca299ac06", + "id": "93e4f108-704d-421c-857b-5d9e3e8e2858", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125111,7 +125111,7 @@ } }, { - "id": "eeab6b3b-991d-4dc0-bdd7-e9c55b74390b", + "id": "3cbd1d47-acac-482c-bb9c-a898a0186b97", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -125152,7 +125152,7 @@ }, "response": [ { - "id": "71ab6570-46de-4c88-82c3-57750988430e", + "id": "43cc05dc-9bcb-4505-b5b3-89d4c92e45c6", "name": "A WorkItems object", "originalRequest": { "url": { @@ -125196,7 +125196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab2b67d-0780-47b5-9637-c754756844b6", + "id": "52a659f2-4380-4b15-98ba-fcee238f372f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125240,7 +125240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5acb2ca5-832d-4031-805a-eb0411172ca7", + "id": "55cffb66-6247-499e-bb3c-1fb91f1cc189", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125284,7 +125284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb090a22-b96d-4edd-b30f-222b6c9eb75c", + "id": "5cda8aa2-2143-45dc-abe0-6a105b019ebb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125328,7 +125328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ed13c95-90d2-4ea5-93e9-bbdc005d20fa", + "id": "00153796-96db-4426-a58d-5f54c68671ee", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125372,7 +125372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "325eebad-da65-4249-b274-8cafbf7ae27a", + "id": "22afc802-2639-425e-9c31-9bfab899cedd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125416,7 +125416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83b28f6b-3b33-4de3-bcc0-f25a959bb52e", + "id": "cb07a8ac-b5ac-4241-a633-2af406f469fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125466,7 +125466,7 @@ } }, { - "id": "b9e2bff1-6354-42a7-a037-fa91a0a3442e", + "id": "22f66056-a341-45a5-a11c-32359529b139", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -125519,7 +125519,7 @@ }, "response": [ { - "id": "d16a73a4-4798-492c-9778-a995e22936b4", + "id": "85f7c212-8aa3-4c1e-b4d2-22e10761b488", "name": "A work items details object.", "originalRequest": { "url": { @@ -125565,7 +125565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2613db55-0631-447b-aeac-a5189d8cce9c", + "id": "be932aa5-adde-4a94-be66-dd22b4b950db", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125611,7 +125611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e038495-cead-4ba5-80ee-a394b88f7b4d", + "id": "aaad2262-58f9-4e3e-8f16-52e3dc6c7382", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125657,7 +125657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f5fac77-1388-4818-80e6-6113cecae0b6", + "id": "8a3564f4-a6f5-41c9-9ada-23245a1539a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125703,7 +125703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db338b61-994a-4306-8117-73706ad029bd", + "id": "f232ee9c-6dc5-4a40-8bbf-8310752db2aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125749,7 +125749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66112e3b-9062-4f80-a3f2-d808f947d3a7", + "id": "e484d6f6-5197-478c-8900-f5c7e4c0ffda", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125795,7 +125795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "120b1c71-9bc7-4a3a-bb80-c74389b5dd8a", + "id": "1b22d69b-914c-45e5-ba07-80b7899a8d0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125847,7 +125847,7 @@ } }, { - "id": "5006a4ed-5071-4632-8c54-10b1fe7ffec7", + "id": "711f2c77-e0ca-4c02-b500-786d69337b3f", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -125900,7 +125900,7 @@ }, "response": [ { - "id": "5b8fc1c5-5c1e-4022-83e6-6a8f6db30b87", + "id": "91f9c6ab-2ae9-46ef-bc67-abd71bf5a05e", "name": "A work items details object.", "originalRequest": { "url": { @@ -125946,7 +125946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45ad9e1b-bf2a-4da0-b7d1-cd76141f088b", + "id": "6b3ff825-7a24-4b45-9135-6b7dd2d2dfc1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125992,7 +125992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6591dde6-4d50-4476-a9db-71826bbf92b1", + "id": "3be532f9-a446-4e39-baa7-1115bf90d349", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126038,7 +126038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f88dcd08-8280-49b0-9dae-dbc7d1b37254", + "id": "7db09e44-73f2-4930-b461-4bd42b982d7a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126084,7 +126084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40313b64-dc3f-4845-a29a-bfb629dd371b", + "id": "b184fd2f-35c0-49e1-a5c8-a7decd86734f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126130,7 +126130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e28f6b6-42e8-4026-b052-c6060f0781de", + "id": "fb4a7b9a-b7a3-4182-aafb-9d727fe3c2a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126176,7 +126176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31509ee8-6c52-4462-a3a7-1aabae4e1e23", + "id": "e492eedd-06dc-4fb3-8c80-702031068ca9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126228,7 +126228,7 @@ } }, { - "id": "20066799-1197-4660-a1bb-7820133f8c4a", + "id": "bb91d371-e0bf-441f-bfa2-a7e54873259d", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -126270,7 +126270,7 @@ }, "response": [ { - "id": "4ed3dcbd-2b94-4717-b13e-bb27a8982d4b", + "id": "97851746-637f-4662-a038-e41379dc0e79", "name": "A work items details object.", "originalRequest": { "url": { @@ -126315,7 +126315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa94be43-3002-42cb-a1af-7ca02b35a80f", + "id": "581c4d64-07e3-406e-8ed5-1f702d675efc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126360,7 +126360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "648c742a-3e8d-4fa0-8321-462eee344803", + "id": "5fbaf0d8-4eda-487b-b015-b8d6a8ba1928", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126405,7 +126405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f782c38-2630-4dd8-ac81-8d221ed114b7", + "id": "d2a4b1eb-d7f3-4814-b85a-1e2fe43df858", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126450,7 +126450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d42d1c73-c6aa-4733-b75e-e42c4488398f", + "id": "d5204fd5-4acd-4b4a-981a-d0ec996e2f05", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126495,7 +126495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "221befbe-2165-4e82-a323-8c484cc0030a", + "id": "afcea4e2-1ce7-45d2-8250-06c4218d9705", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126540,7 +126540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8e4a21d-1caf-4ef6-bbb9-0467f69cacec", + "id": "7e74a05d-c2a0-4d66-a3d9-0925c48ce15c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126591,7 +126591,7 @@ } }, { - "id": "06f176bc-f8f0-4f84-9a5e-2a5b398380da", + "id": "450a7114-f405-4e3c-bc2a-68fe1c181506", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -126633,7 +126633,7 @@ }, "response": [ { - "id": "292dc543-8a4c-4f45-ace0-c513e02df814", + "id": "49a95781-d307-41f1-bfe7-d2aa9f4b8cd8", "name": "A work items details object.", "originalRequest": { "url": { @@ -126678,7 +126678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d37b1e25-bb82-4520-be64-bab2228e4d56", + "id": "f0a7d621-c72e-4918-854c-5262f2132059", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126723,7 +126723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f97df0f9-ac37-4425-af9a-27a98606e3a6", + "id": "f606d8e8-a561-46d3-9de4-e3a19d281416", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126768,7 +126768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e7724c0-39d3-40d3-b163-4054d9e707f6", + "id": "109d3ab0-ff58-4c62-a440-51d5dcde03de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126813,7 +126813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "292d8ded-b5f4-44c7-a69f-ee1beef27605", + "id": "3ade8ad8-2dfe-4ec0-ac4c-572f20ac4a4e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126858,7 +126858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4307683a-7833-4994-b567-bc1fdb9de3b0", + "id": "36d5ff0d-2152-4ac3-b947-5c6c3c944153", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126903,7 +126903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4cced11-5459-4348-8cb3-4898083e73b6", + "id": "4897275e-bd9f-47c4-81a0-14e13f2825da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126954,7 +126954,7 @@ } }, { - "id": "72e31e34-423e-4b3d-b403-aab25b31e042", + "id": "0eff2d0c-7601-47ce-a57b-81e62cde82b1", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -127009,7 +127009,7 @@ }, "response": [ { - "id": "319d8cb9-87e2-4bb0-9bb5-136d7e6b533b", + "id": "546e3048-baa0-4352-b25f-d1fd70359815", "name": "A work items details object.", "originalRequest": { "url": { @@ -127067,7 +127067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c234c072-4dd8-4c02-a17b-0066c2e8af40", + "id": "5119c90b-9edd-4885-a2af-af676bb128ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127125,7 +127125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5418ea2-4e27-4c7a-9a3f-43e89fdc1632", + "id": "743c87c5-05c5-43d1-8e8c-2807da69e444", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127183,7 +127183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cca8ce4f-b5a9-4554-ad99-35d6c562dc2d", + "id": "fb28c216-05b8-4afd-9620-bef612a2ba70", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127241,7 +127241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55ff3612-1d32-4217-a605-2d8d0ae55465", + "id": "f892df08-0626-4d56-969a-34a43ce0b3dd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -127299,7 +127299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a34b44bc-8e83-40e8-a3f0-ef216514f735", + "id": "837f8e37-4f7c-4e72-8c02-d2d8e3a75b9a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127357,7 +127357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d91225a-1673-465f-b151-d9cefad010e0", + "id": "6f7b8487-15ed-42cf-b38b-278d1fd1329f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127501,7 +127501,7 @@ } ], "info": { - "_postman_id": "a9c4fdc7-c30d-4f07-93f5-e803880ee8bf", + "_postman_id": "185ff0a5-7cdb-4cc8-88b5-06a5e97df670", "name": "IdentityNow V3 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {